The officially official Devuan Forum!

You are not logged in.

#1051 Re: Devuan Derivatives » Michaels Devuan Edition *Update* » 2020-11-30 21:07:50

I can only get a partial file if I try to download it with wget, even with '-c' on repeated attempts. It downloads a few hundred MB and then stalls saying "HTTP request sent, awaiting response..."  That's the first time I've run into this problem on sourceforge.

I finally tried it from the browser and got the whole thing.

It boots in qemu. Nice work. I like that first menu with WM choices and settings. Good idea.

#1052 Re: Hardware & System Configuration » [Solved] Boot error messages for non-existant drives » 2020-11-25 17:02:32

sr0 = cdrom

If you used lvm previously on this drive, there might still be some metadata hanging around. I think in that case, gparted would show it, but you might also see it with lvdisplay and vgdisplay. You can get rid of that with lvremove and vgremove, but I think that will cause loss of data. So don't do that if you don't want to reinstall.

If you don't need to remove lvm metadata and you don't plan to use lvm, you could uninstall the lvm2 package. While you're at it, you could also uninstall mdadm if you're not using RAID.

#1053 Re: DIY » Make Devuan Ceres ISO » 2020-11-25 11:53:05

This will build the mini.iso(s). Look at the suites/beowulf branch. I'm pretty sure that one is most current.
https://git.devuan.org/devuan/debian-installer

This will build the installer isos. (netinstall, CDs, DVD)
https://git.devuan.org/devuan/installer-iso

I haven't used either of the above, so I have no idea what you need to change for ceres.

Refractainstaller and live-sdk make isos for live-CD, DVD, USB.

#1054 Re: Installation » Separate, non-encrypted /boot on BIOS/MBR » 2020-11-20 00:12:09

You did the chroot correctly.

The error message about grub-pc already being the newest version makes no sense. (Unless it said grub-pc-bin) because grub-pc is not installed in the amd64 desktop-live iso.

I thought maybe the boot partition didn't get mounted correctly, but the log shows that it did. I don't know what happened, and I also can't explain the errors you got in your subsequent attempts.

The theme issue is easy to fix. Comment out this line in /etc/default/grub:

GRUB_THEME=/usr/share/desktop-base/grub-themes/desktop-grub-theme/theme.txt

And then run update-grub.

There is a way to copy the theme into /boot/grub and get it to work with an encrypted root, but I don't remember if you need to do more than copy the theme directory and fix the path for GRUB_THEME in /etc/default/grub.

I know why you didn't get asked where to put the bootloader. That was a change in grub and a later version of refractainstaller corrects for that.

#1055 Re: Installation » Separate, non-encrypted /boot on BIOS/MBR » 2020-11-19 13:36:34

There are a few ways to fix this, and you should not have to make /boot/grub/ manually. I would be interested to see the whole installer log. You could send it to me at gmail or email through the forum.

Method 1. Boot the live media, chroot the installed system and install grub-pc. Make sure it runs update-grub and creates grub.cfg.

I left a bunch of steps out. Let me know if you want them. This is what I tend to do when grub screws up.

Method 2. Boot the live media and as root run apt update and apt install grub-pc. You need at least 2G of RAM to do this.

When it asks you where to put the bootloader, do not install the bootloader at this time.

Then install the system again the way you want. Instead of seeing the Copy Files button, there will be a button that says Install Bootloader. Choose that one and tell it where to put grub. (MBR of /dev/sda)

#1056 Re: Installation » Separate, non-encrypted /boot on BIOS/MBR » 2020-11-18 21:01:24

The fact that it works with a uefi install but not with a bios install makes me think you might be using gpt partition table on the disk. If so, you need a separate, special partition for grub:
At least 1MB in size, unformatted (the last fs type option in gparted) and with flag bios_grub in gparted or type ef02 if you're using gdisk.

fdisk -l will tell you if the disk is gpt or msdos partition table.

If that is not the issue, boot the live system and mount each partition to see that it actually has the files it needs. (e.g. /boot/grub/grub.cfg and everything else that should be in /boot)

#1057 Re: Installation » two questions, new to Devuan » 2020-10-29 13:26:25

What Lars said.

fsmithred (still printing with HP4L on LPT1 using devuan ascii)

P.S. There's a label on the printer with a date that says 1995.

#1059 Re: Devuan » [SOLVED] Testing (chimaera) Repo Issue » 2020-10-27 11:06:25

Sometimes mirrors fail because they are in the process of updating. The solution, as you discovered, is to try again later.

You can check the status of the mirrors here: https://borta.devuan.dev/apt-panopticon … t-web.html

The far right column will tell if it's not finished updating. The column that tells how often the mirror updates might not be accurate.

#1061 Re: Devuan » Archiving Devuan repositories » 2020-10-19 15:20:42

Try archive.devuan.org for jessie packages.

Use this in sources.list

deb http://archive.devuan.org/merged jessie main

Or go here if you want to download our forked packages. Note that pool is in /devuan but not /merged.
http://archive.devuan.org/devuan/pool/

I'm not sure if debian has archived jessie yet. Back at the end of June when it was supposed to be done, they delayed it.

I think this is a howto for setting up amprolla locally. It's in Spanish. I know for a fact that aitor is running amprolla to merge his own packages in gnuinos.
https://dev1galaxy.org/viewtopic.php?id=2405

HTH

#1062 Re: Other Issues » Execuable files not running... » 2020-10-19 15:08:33

ve1drg wrote:

asc11 64.  And its any file I make up and make bootable.

Make bootable? Or did you mean "make executable"?

Are you trying to boot a 64-bit OS on a 32-bit system?

#1063 Re: Desktop and Multimedia » [SOLVED (sorta)]Fat xfce activity bars » 2020-10-05 16:16:36

Yes, you are on beowulf. And I can see the screenshot.

Oh, I just discovered that the width of the netload plugin bars chages depending on which theme is set in Appearance.

FWIW: They're wide with the cinnabar and darkpurpy themes and narrow with the plain Clearlooks theme. Presence or absence of gtk2/3-engines-xfce makes no difference.

Wide with clearlooks-phenix-theme, too, so it's something we inherited.

#1064 Re: Desktop and Multimedia » lightdm Suspend/Hibernate/Restart/ShutDown disabled in greeter » 2020-10-03 11:56:56

This is fixed in chimaera/ceres: https://git.devuan.org/devuan/lightdm/s … /changelog

The fix is also in beowulf-proposed-updates and will be in the 3.1 point-release.

#1065 Re: Desktop and Multimedia » [SOLVED (sorta)]Fat xfce activity bars » 2020-09-30 20:35:32

I don't know what the deal is with google. Maybe they expected me to log in to see the image. I did allow javascript for all the sites that noscript listed.

Some of us use transfersh.com for sharing images. I'm happy with anything that doesn't require javascript.

That's really weird that you get it on the cpugraph-plugin. Are you sure you're on beowulf and not chimaera/ceres?

$ apt policy xfce4-cpugraph-plugin
xfce4-cpugraph-plugin:
  Installed: 1.0.5-2
  Candidate: 1.0.5-2
  Version table:
     1.1.0-1 50
         50 http://sledjhamr.org/devuan/merged ceres/main amd64 Packages
 *** 1.0.5-2 500
        500 http://sledjhamr.org/devuan/merged beowulf/main amd64 Packages
        100 /var/lib/dpkg/status

$ apt policy xfce4-panel
xfce4-panel:
  Installed: 4.12.2-1
  Candidate: 4.12.2-1
  Version table:
     4.14.4-1 50
         50 http://sledjhamr.org/devuan/merged ceres/main amd64 Packages
 *** 4.12.2-1 500
        500 http://sledjhamr.org/devuan/merged beowulf/main amd64 Packages
        100 /var/lib/dpkg/status

#1066 Re: Desktop and Multimedia » Beowolf » 2020-09-30 12:23:01

Distrowatch ratings are based on the number of page views for each distro's summary page. That may not be a good indication of how many people actually use it. (Note: I know one person who does use MX.)

#1067 Re: Desktop and Multimedia » [SOLVED (sorta)]Fat xfce activity bars » 2020-09-30 11:58:52

I can't see your screenshot, but I think I know what you're talking about. I removed the network monitor from the panel in beowulf because of the wide bars. If you go into ~/.config/xfce4/panel/ you may find a netload*.rc that contains some settings. I don't see anything relating to the bar size.

You would probably have to edit the source code and recompile the package to change the size of the bars.

Warning: Whoever thought that was a good idea has apparently infected whoever makes the cpugraph plugin, because those bars are wide in chimaera. I can't wait to see eight wide bars on my hyperthreaded quad-core.

Why don't we have a face-palm smiley?

#1068 Re: Installation » netinstall or dvd images » 2020-09-29 16:28:53

It's not clear whether you want to archive just your installation or if you want the whole dvd set (i.e. the whole repo).

If you choose a mirror during the install, it doesn't matter whether you use the dvd or the netinstall iso - it will pull from the repo and will be current.

If you really want ALL the packages from the repo on dvd, then take the devuan dvd for installing a fresh system and take the debian dvd set to pull any individual packages you might want that aren't on the devuan dvd. Just don't install any packages from the debian disks that need systemd.

If you really want it to still work in 20 years, you should probably install to a virtual disk, so you aren't limited by lack of hardware support in 20 years.

#1069 Re: Desktop and Multimedia » File Save: missing options? » 2020-09-26 21:21:08

Install dconf-editor and find the setting in there. It seems to be more nearly permanent that way.

#1070 Re: Other Issues » Beowulf: No updates available via apt? » 2020-09-26 11:44:40

Last time I upgraded my beowulf was exactly one week ago, and I see nine packages for upgrade today. You might not have all these packages installed. If you're not seeing the new kernel, maybe you don't have the kernel metapackage installed - linux-image-amd64 (or similar)

aptitude -s full-upgrade
The following NEW packages will be installed:
  linux-headers-4.19.0-11-amd64{a} linux-headers-4.19.0-11-common{a} linux-image-4.19.0-11-amd64{a} 
The following packages will be upgraded:
  librsvg2-2 librsvg2-common libvncclient1 libvncserver1 libx11-6 libx11-data libx11-xcb1 linux-headers-amd64 
  linux-image-amd64 
9 packages upgraded, 3 newly installed, 0 to remove and 0 not upgraded.

#1071 Re: Installation » Upgrade from Debian Wheezy to Devuan Jessie » 2020-09-25 17:27:44

Jessie reached End of Life in June and the packages have been archived. Use the following line in sources.list to get jessie packages. You only need the one line, There are no more security fixes or updates for jessie.

deb http://archive.devuan.org/merged jessie main

After you finish upgrading to jessie, you might want to upgrade to ascii, which is the current Oldstable.

#1072 Re: Installation » Refracta2usb not in Beowulf repo? » 2020-09-24 18:52:16

The installer includes Recommends by default. If you wanted to alter that, you could switch to another virtual console with alt-F2 during the install and make a 00norecommends file in /etc/apt/apt.conf.d/ that contains 

APT::Install-Recommends "no";

Do that after the package manager is configured but before tasksel starts installing packages.
alt-F1 to get back to the installer.

#1073 Re: Installation » Refracta2usb not in Beowulf repo? » 2020-09-24 16:10:31

Refracta tools have never been in the debian repos, and refracta2usb won't be in the devuan repo until I clean up the code. It's ugly code, but it still works. I dread making any changes to it.

Do yourself a favor and get rid of live-tools. It's not needed. Install without Recommends to avoid it. All it does is divert update-initramfs to a special version for live systems that seems to be completely useless.

Cryptsetup is infinitely more useful. Keep it.

#1074 Re: Other Issues » refractasnapshot error » 2020-09-24 12:52:53

Yeah, you can operate without the microcode, but that's still really weird. I just tested with and without amd64-microcode and intel-microcode, and it works in all cases. The script removes crypttab and resume from the initrd. My system is encrypted.

Meanwhile, someone else is having the same problem on a debian 10 system without the microcode. In that case, 'file -L /initrd.img' gave output with 'gzip compressed' twice, which broke the test.

If you want the microcode to be present in an installation made from your snapshot without having to add it after the installation, there's a way to do that.

save_work="yes"
Make a snapshot without the microcode.
chroot /home/work/myfs and install the microcode.
Make another snapshot using the no-copy option (re-squash and run xorriso)

Then the initrd used to boot the iso won't have the microcode, but any installs made from that iso will have it.

#1075 Re: Other Issues » refractasnapshot error » 2020-09-24 01:42:12

Let me see the output of file -L /initrd.img I think it may have changed, and a test is failing.

Try removing amd64-microcode and re-running snapshot.

Board footer

Forum Software