libera/#devuan/ Monday, 2022-03-14

useryo06:28
userthe net and minimal server installers aren't letting me make any partitions except ext2, fat32, and fat16. any idea what's up with that?06:37
rrqload additional modules06:41
userdoes the installer use xfsprogs? i don't have that either06:42
userbut i'll try06:42
userxfs driver already loaded06:43
rrqdid the installer have a "load additional" that you skipped?06:44
useryeah, that was it. defaulted to a cd drive and i simply ignored it06:46
userthanks06:47
rwpI haven't ever had any trouble creating xfs file systems at install time.  Hmm...07:41
useranyone ever dealt with one of these            Kernel panic-not syncing: VFS: unable to mount root fs on unknown-block(0,0)09:37
userbios10:00
user511:47
djphuser: sounds like you've got a bad harddrive11:55
Walex2user: bad "root" drive as "djph" says or wrong "root" filesystem specifier12:12
userit had windows 7 installed OEM, which worked fine13:05
userbrand new SSD too. it's a rugged device in case youre wondering why it's got windows 7. i've run lilo and regenerated by initramfs about 100 times now with every option i could think of13:07
usererror message is always    no filesystems could not mount root, tried:          and then nothing, it doesn't list any formats13:10
userabove that it says       list of all partions:          and after it, also nothing13:10
userbut i can chroot into the drive and it works fine13:11
gnarfaceyou said it had windows 7 on it?  did you zero out the boot sector or did you just try to create a new partition table over the windows install?13:15
gnarfaceuser: ^13:15
useri made a new partition table13:16
gnarfacethat might not have been sufficient13:16
userlilo works fine, just the kernel panics13:16
gnarfacei ran into an issue once, where a windows 7 GPT partition table would not fully be erased when replaced with a msdos partition table13:17
rrqif its nvme disks you might need to add "nvme" into /etc/initramfs-tools/modules and update-initramfs once more13:18
gnarfacei can't remember if that was the same error, but it was invisible corruption to the msdos partition table and grub, but it did indeed boot and just fail to load linux13:18
gnarfacebasic recovery process: blank the first few megabytes of the disk then try again13:19
userin such a way, that the bootloader works but the kernel panics?13:19
userim pretty sure i used wipefs at least once, but i don't know if that'd do it13:19
gnarfacetheoretically possible.  it can't not find the boot loader, but it can still pass the wrong identifier for the rootfs13:20
gnarfaceall it takes to create a kernel panic is if the kernel can't read the rootfs13:20
gnarfacewhich could just be because it's looking in the wrong place13:21
gnarfaceif it's nvme then try the nvme thing13:22
userim gonna do that right now13:22
userhopefully it works13:22
userstill broken13:50
useri wonder if using a gpt table and grub would magically fix everything13:54
HurgotronHow does Devuan name the eth interfaces? Is the name pinned to the MAC or somesuch? I remember there used to be some persistent-network-names udev rules, but probably only in Ubuntu, or that changed again. I lost track14:06
fsmithredHurgotron, eudev uses the old names (eth0...) most of the time14:08
fsmithredfor usb dongles it will use the mac address in the name14:08
fsmithredif you want eudev to use the new names, add net.ifnames=1 to the boot command14:08
fsmithredyou might have  /etc/udev/rules.d/70-persistent-net.rules14:10
fsmithredI have it in beowulf but not in chimaera14:10
Hurgotronhmm, I don't have it on both my Beowulf installs14:11
Hurgotronwould be interesting if that can be autogenerated somehow14:12
gnarfaceuser: did you try zeroing the start of the disk with dd?14:44
sedroskenI'm still left scratching my head at the issue I'm having where, at system shutdown, the system times out bringing down the encrypted disks. It's not a real issue, I suppose, it just makes the process take longer, but I'd rather it not do that. I vaguely remember needing to sub in a new cryptsetup service file when I ran OpenRC a while back, could15:03
sedroskenrunit need something similar?15:03
sedroskenI'm running an encrypted LVM setup -- two drives, a 256GB NVME boot SSD with an unencrypted ext2 boot partition, ESP, and the encrypted layer containing the logical volumes for swap and system root -- and a 2TB SATA SSD containing an encrypted layer which itself contains a logical volume for /home (done this way so I can expand on it later if I15:05
sedroskenneed to)15:05
fsmithredsedrosken, are you running beowulf or chimaera?15:32
sedroskenChimaera15:37
fsmithredhm, I don't have the patched version of cryptdisks-functions in chimaera.15:39
fsmithredI think I did not need it when I tested it, but I also think someone else said they ran into the problem.15:40
sedroskenYeah, this is the same basic machine15:41
sedroskenIf you'd link me to that again, I'd appreciate it. I'd just have to remember I have the patch installed15:42
fsmithredin beowulf, there's a package called cryptsetup-modified-functions, which replaces15:42
fsmithredlib/cryptsetup/cryptdisks-functions15:42
sedroskenis that available for chimaera?15:42
fsmithredbut that file is very different in chimaera15:42
sedroskenoh15:42
fsmithredso you'd have to hack the fix in manually15:42
sedroskenouch15:42
fsmithredhttps://dev1galaxy.org/viewtopic.php?pid=18318#p1831815:42
sedroskenwhich considering I have zero coding talents...15:42
fsmithredactually it wasn't bad doing it manually in ascii and beowulf15:42
fsmithredin fact, the easiest fix is to erase some of the timeout numbers like this: https://dev1galaxy.org/viewtopic.php?pid=16284#p1628415:44
sedroskenhuh -- seems it's capable of being fixed "properly" by remounting the initramfs which had no procedure in sysv but maybe it can be done with one of the alternatives?15:45
sedroskenI use LVM too though. in that post it mentions "For plain encrypted filesystems without lvm"15:46
psionicnew distro name Crimea :>15:47
psionicrussians linux is pretty lame this base-alt shit15:47
psionicthis is waht their govt recommending to the people after microsoft getting rugpulled from there15:48
psionicits some debian derivate but apt is using .rpms :D15:48
fsmithredsedrosken, one of my posts shows which fix is for encrypted lvm and which is for encrypted without lvm. But I'm not seeing it.15:51
fsmithredI think the changes in _do_stop_callback() are for non-lvm and the other part around 'dmsetup mknodes' is for lvm.15:55
zmomentHi, I'd like to try the Pantheon DE on my Chimaera system, but can't find instructions on how to do it.  Is anyone running Pantheon?15:58
fsmithredsedrosken, make sure you have all of these: cryptsetup cryptsetup-bin cryptsetup-initramfs cryptsetup-run libcryptsetup12 udisks215:59
gnarfacezmoment: doesn't look like there's any debian packages for it, you'll have to build something yourself16:04
zmomentthanks gnarface16:31
jason1236helelo21:50
jason1236how to debootstrap SID-devuan?21:50
jason1236is there a SID to debootstrap for devuan (no systemd!!!!!!!) ?21:50
nemofsmithred: ^^22:06
nemoso... I added some basic iptable rules to /etc/rc.local22:07
nemowhen I went to that machine today, the rules were gone22:08
nemodoes anyone know of anything that might have cleared them?  Even if I got confused as to reboots, they should have been restored on boot22:08
jason1236  example what is SID???    debootstrap  --no-check-gpg    --include=debootstrap,wpasupplicant   ???devuanSID???  .   http://pkgmaster.devuan.org/merged22:08
nemojason1236: fsmithred can problbly help you when he checks the channel next22:09
rrqjason1236: ceres22:14
jason1236thx22:14
jason1236will SID be always CERES?22:14
jason1236is ceres the up to date stuff debian/devuan?22:14
rrqyes, "ceres" is merged "sid"22:15
rrqnemo: "the rules were gone" from the kernel? or from the file? or both?22:15
jason1236will ceres in debootstrap script/ directory, always work to get the SID ?22:16
fsmithredback22:17
rrqjason1236: .. https://www.devuan.org/os/packages22:18
fsmithredjason1236 does SID stand for something or do you mean sid?22:18
jason1236i mean SID, when I do SID, debootstrap i know that it is sid. I can do it in 5 years, it will be always SID.22:18
jason1236i mean the last version (broken)22:18
fsmithredwhy SID is upper-case?22:19
fsmithredI'm confused. Are you just yelling?22:19
jason1236 sid <-- for readability.22:19
fsmithredthanks22:19
jason1236i can write sid in lower case. ok, seems you follow up.22:19
fsmithredyou can do a debootstrap install of ceres, which is devuan unstable, which is 99% debian unstable (sid)22:19
jason1236 ln -s is done for "sid" so taht each debootstrap will fetch base from the last one (broken sid kid).22:20
fsmithredlink to ceres, not sid22:20
jason1236yeah ceres is  a released22:20
jason1236ceres is a name - codename22:20
fsmithredyes22:20
jason1236sid is a ln like stable , unstable... testing22:20
fsmithredsid is also a codename22:21
jason1236i need a "LN" symbolic link22:21
jason1236not a codename22:21
fsmithredfor daedalus?22:21
nemorrq: iptables -L  was empty22:21
jason1236not a codename, but a link so that it works in 10 years ;)22:21
fsmithredI assume you're talking about the symlinks in debootstrap for the different releases22:21
fsmithredif so, ceres is already there. If you want daedalus, you probably need to make a symlink.22:22
nemorrq: I added a cronjob to reload and log timestamp if it happens again22:23
jason1236symlink yeap22:23
nemorrq: maybe it's some WTFism of the vmware client or solarwinds agent or other such things I'm required to use22:24
jason1236yeah but what is the "name" or script/   <-- file into debootstrap - that will get the last release?22:24
jason1236do you have a name for the little kid - that break toys - already or ... likely not yet?22:24
rrqnemo: ok; maybe check /etc for something that does "iptables -F"22:25
fsmithredceres22:25
jason1236ceres is a codename.22:26
fsmithreddebootstrap --arch amd64 ceres /mnt http://deb.devuan.org/merged22:26
fsmithredyes, ceres is a codename, and you should use it.22:26
jason1236you cannot say what i should use. the problem is to deboostrap without dependencies.22:27
rrqjason1236: debootstrap has a single cofiguration file that applies to all its releases, it is named "ceres"; for debootstrap the other devuan codenames are links to that file22:27
fsmithredadd -minbase22:27
jason1236i wont modify your debootstrap package / script directory by hand to fix it, to get a up to date base.22:27
jason1236debian has following:22:27
jason1236   stable testing and sid.22:28
rrqthe name you give also has a "meaning" for the package sources22:28
jason1236you may try to give a same symlink too.22:28
fsmithredceres=sid22:28
jason1236fsmithred: today but not in 5 years.22:28
fsmithredbut don't use sid in your sources or in your command.22:28
jason1236fsmithred: the debootstrap script will be outdated in 5 years on a given installed machine.22:28
fsmithredceres=sid since 2014 and until the unix clock dies.22:28
jason1236ok, i will test then over yeras.22:29
jason1236do you have "stable" too?22:29
jason1236example:  debootstrap  --no-check-gpg    --include=debootstrap,wpasupplicant  stable  .   http://pkgmaster.devuan.org/merged22:30
fsmithredwe have everything debian has except systemd22:30
fsmithreddo not use stable/unstable/testing in your sourcesllist or in your command22:30
fsmithredUSE CODENAMES TO AVOID PROBLEMS22:30
jason1236  so then if we type, we will get sysVinit ... i hope: "  debootstrap  --no-check-gpg    --include=debootstrap,wpasupplicant  stable  .   http://pkgmaster.devuan.org/merged "22:31
jason1236fsmithred: i cannot use codename, i install on antic machines.22:31
fsmithredwhy can't you use codenames?22:31
jason1236i do antic museum PCs22:31
fsmithredI don't think antix has anything to do with pulling packages from our repos.22:31
fsmithreddebootstrap does that, and it pulls them from where you tell it to pull them22:32
fsmithredfrom22:32
jason1236fsmithred: example: https://gitlab.com/openbsd98324/antic-pckit    <-- antic planet22:32
fsmithredoh!22:33
fsmithredantique machines22:33
jason1236old stuffs yeah, that should be in trash for years ;)22:33
fsmithredstill, use codenames. If you use 'stable' or 'testing' it might be confusing because debian and devuan are not always in sync with releases.22:34
jason1236fsmithred: yeah sure i know22:34
jason1236fsmithred: you need too a stable or testing or sid22:34
jason1236fsmithred: mabye call the symlink: stable-devuan testing-devuan or sid-devuan22:34
fsmithredno22:34
fsmithredthe testing directories are called testing22:35
fsmithredthe stable directories are called stable22:35
jason1236it is a mess22:35
fsmithreduse the codenames22:35
jason1236the debootstrap script (see package) is total mess.22:35
fsmithredif you want to know which codename is the current stable, you could ask here or check at devuan.org22:35
jason1236fsmithred: I will ...22:36
jason1236fsmithred: I hate systemd ;)22:36
fsmithredI've used debootstrap and it works fine. I've never felt the need to read the script.22:36
fsmithredbut I have added symlinks when I wanted to install the testing suite and it wasn't yet in the devuanized debootstrap.22:36
fsmithredyou're using devuan debootstrap?22:37
jason1236fsmithred: we dont work in same area. I use mostly older machines, netbsd, freebsd, ... and unix. I avoid linux22:37
fsmithredbut we're talking about debootstrap install of devuan, aren't we?22:37
jason1236yeah on partition number 3 is devuan.22:37
jason12361.netbsd, 2. freebsd 3.devuan and 4.whatever bsd.22:37
fsmithredyou're installing devuan or you're using devuan to debootstrap something else?22:38
jason1236just debootstrap22:38
jason1236i cannot use an installer ;) I prefer my own grub22:38
fsmithredwhat is the problem?22:38
jason1236i have my grub compiled with pkgsrc. my custom grub is put by netbsd22:38
jason1236see here:   mconfig install grub-loc-wd0    <-- for instance:    https://gitlab.com/openbsd98324/mconfig  (source code).22:39
jason1236fsmithred: the problem is that grub does whatever it wants. I use my own things, mostly all from source.22:40
* golinux longs for grub222:46
jason1236i usually have grub2 compiled with pkgsrc. it is best. linux lacks pkgsrc heavily.22:49
fsmithredwhat does that give you?22:51
jason1236i can start my desktop running on BSD, i dont want to be dependent like you. you need others to package for you. me, not.22:52
jason1236fsmithred: what will you do then, when debian will decide to put atrocity in their system? alike Wayland (easy example)?22:55
golinuxjason1236: We won't go down without a fight . . . but that should be moved to #devuan-offtopic22:58
jason1236yeah - it is okay, thank you for the infos about ceres. I will test it soon. Good evening, keep working on System V Init or OpenRC ! ;) that's cooler than systemd. have fun and best wishes.22:59
golinuxjason1236: ceres = sid.  It is not a "release"23:00
jason1236golinux: thank you very much.23:01
golinuxhttps://beta.devuan.org/os/releases23:02
golinuxOops . . . forgot to remove the "beta"23:02
golinuxhttps://www.devuan.org/os/releases23:02
blastwaveis the LXDE desktop offered in Devuan daedalus ?23:26
blastwaveI only see LXQt which may be similar but not the same23:26
golinuxhttps://devuan.org/get-devuan23:28
golinuxLook at the CD iso descriptions23:28
golinuxAnd this:23:29
golinuxdesktop (4 GB): Use this DVD if there is no network available and/or a need for multiple offline installations. The image contains several desktop choices and additional software options. LXQt and KDE are only available on DVD.23:29
fsmithredlxde is not in tasksel. I guess that needs a bug report.23:35
fsmithredblastwave, an easy way to do it - uncheck all but standard system utilities at the tasksel window.23:36
fsmithredwhen you reboot into the new system, apt install task-lxde-desktop23:36
blastwavewow ... after install I have /etc/network/interfaces setup for a static IP but I ended up with DHCP anyways ... wth ??23:47
fsmithrednetwork-manager getting in the way?23:48
blastwavedo I have to purge out  isc-dhcp-client and isc-dhcp-common to get a static ip ??23:48
fsmithredno23:48
fsmithredI have those packages and I'm using static ip23:49

Generated by irclog2html.py 2.17.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!