libera/#devuan/ Saturday, 2022-07-16

* _ds_ checks and finds that that last statement is wrong00:00
brocashelmi am on ceres, but i just enabled chimaera repos and checked with apt update; everything works00:00
dngian5x[m]chimaera-updates is working00:00
buZzdngian5x[m]: likely you made a typo00:01
dngian5x[m]s/updates/security/00:01
buZzdid you mean https:// ?00:01
dngian5x[m]buZz: No, I mean http://*00:02
buZzright, tried https yet?00:02
dngian5x[m]buZz: I tried didn't work00:03
brocashelmdeb http://deb.devuan.org/merged/ chimaera main contrib non-free00:03
brocashelm^ works for me00:03
dngian5x[m]Uh, I just tried to re do an update and it works now00:04
buZzlol00:04
brocashelmor if not, change deb.devuan.org to pkgmaster.devuan.org (some servers on deb.devuan.org blacklisted my ip automatically)00:04
dngian5x[m]dngian5x[m]: Wtf, now it does not work when downloading stuff00:05
dngian5x[m]brocashelm: I'll try that00:05
_ds_Might help to report the actual error…00:05
brocashelmcopy the output and paste it here: dpaste.org00:05
brocashelmthen we can help you understand your problem better00:05
dngian5x[m]s/Wtf,/Now/, s/now//00:10
dngian5x[m]brocashelm:  changing my repos from deb.devuan.org to pkgmaster.devuan.org has solved the problem apparently00:12
brocashelmnice00:13
fsmithredPlease do not use pkgmaster.devuan.org as your regular mirror. That's the one that all the mirrors copy from, and it doesn't have a lot of bandwidth. Instead, pick a mirror that's near you. Here's the list: https://pkgmaster.devuan.org/mirror_list.txt01:34
fsmithredIf you just use pkgmaster to test, that's fine.01:35
Xenguythanks fsmithred , it's true enough01:37
fsmithredHere's the apt-panopticon if you want to check if a particular mirror is up or down: https://sledjhamr.org/apt-panopticon/results/Report-web.html01:37
fsmithredAnd if you want to use https, you must pick a mirror from the list that has https. Not all of them do, and that's why it won't work with deb.devuan.org.01:39
fsmithreddngian5x[m], ^^^01:39
golinuxAlso you need to be using http not https for the round-robin01:39
XenguyInteresting01:47
dngian5x[m]<fsmithred> "And if you want to use https..." <- Ok thanks for the advices02:00
onefangI'm the Devuan package mirror herder, and I agree with what fsmithred said.  I'll also add that if you are reporting a problem with deb.devuan.org, please also supply the particular IP address that the DNS round robin gave you that time, so I know which actual mirror to check.03:00
brocashelmonefang: just got one: 125.228.189.120 80 (tw1.mirror.blendbyte.net)03:42
onefangLooks like that one is slow to update.03:44
dngian5x[m]<onefang> "I'm the Devuan package mirror..." <- Can I submit a bug report with `reportbug` package?07:56
onefangA bug about the package mirrors?08:22
agrishello i'm having a issue on Chimaera, I can no longer update my kernel22:19
agrisdpkg: error processing archive /var/cache/apt/archives/linux-image-5.10.0-11-amd64_5.10.92-2_amd64.deb (--unpack):22:19
agris unable to make backup link of './boot/System.map-5.10.0-11-amd64' before installing new version: Operation not permitted22:19
agrismy /boot is a fat32 partition, i made sure it was remounted rw, and it's EFI boot method22:20
dngian5x[m]agris: Are you executing this as root user?22:20
agrisyes22:20
agrisi think it's trying to make a symlink on a filesystem that doesn't support symlinks22:23
agriswhat can i do about this?22:23
debdogdo you have / as rw as well?22:24
debdoghmm, nvm. mixed that up with the links in /22:25
agrisyes22:30
debdogagris: and the mode bits of /boot?22:48
agriswhat do you mean mode bits?22:48
debdogas in chmod22:48
debdogdrwx etc.22:49
agrisdrwxr-xr-x   6 root root 8192 Dec 31  1969 boot22:49
debdogok, it seems22:49
debdogare you able to "touch" a file in there?22:50
agrisyes22:51
chomwitthi. i've been familiarizing myself with debtags and the command 'debtags'. I wanted to ask it http://packagesearch.sourceforge.net/ or sth like it exist in devuan.22:56
chomwitts/it/if22:56
debdogagris: maybe /var/log/dpkg* has more info than console output?22:58
debdogor /var/log/apt*22:59
agrisError: Sub-process /usr/bin/dpkg returned an error code (1)23:00
agrisnot very helpful23:00
debdogno23:00
debdogwhich command do use for apt stuff? if not already done try with aptitude. in my experience it comes up with the most helpful error messages23:01
agrisapt upgrade23:02
agrisoh it might take a while23:05
debdoghehe23:05
agrisapt installing aptitude triggered a recompile of zfs-dkms23:05
agrisln: failed to create hard link '/boot/initrd.img-5.10.0-16-amd64.dpkg-bak' => '/boot/initrd.img-5.10.0-16-amd64': Operation not permitted23:07
nmrp3hi - can I get a bit of help correctly installing devuan onto my desktop please? It is over an existing ubuntu install.23:08
nmrp3I have booted into the live-desktop session23:08
debdogagris: just to rule that out as well... you have enough disk space on /boot?23:09
nmrp3I have /home on a separate physical disk from the boot disk with my existing home23:09
agrisdebdog, yes several hundred megs23:10
debdogok23:10
agrisdpkg: error processing archive /var/cache/apt/archives/linux-image-5.10.0-11-amd64_5.10.92-2_amd64.deb (--unpack):23:11
agris unable to make backup link of './boot/System.map-5.10.0-11-amd64' before installing new version: Operation not permitted23:11
agrisdpkg-deb: error: paste subprocess was killed by signal (Broken pipe)23:11
fsmithrednmrp3, are you attempting to re-use an old home and save the files there?23:13
debdogagris: where does that 5.10.92 come from? I can't see it in my repos23:14
fsmithreddebdog, uname -a23:15
agrisprobably from an older gentoo or alpine install23:15
debdogfsmithred: mine?23:15
fsmithredjust saying that will show both numbers23:15
fsmithredpackage version and actual kernel version23:16
debdogok, I meant, I cannot see that version number in devuan repos23:16
agrisit's not being used for Devuan23:16
agrisbut the kernel still exists in there for when I need to boot into a different bootenv23:16
fsmithred-11 is old. I'm on -16 in chimaera23:16
fsmithredand apt keeps wanting to remove -1423:17
nmrp3fsmithred, yes - I have /dev/nvme0n1 as home, and /dev/sda as my boot disk also with a swap partition and /23:17
debdogoh, now I am totally confused23:17
agrisone moment23:17
fsmithrednmrp3, I strongly recommend that you do not select your home partition for home during the install23:17
fsmithredchange in manually after the install23:18
fsmithredchange fstab, I mean23:18
agrisuh23:18
agrisnevermind23:18
agrisI got confused too23:18
agrishow can I check where it comes from?23:18
agrisdebdog,23:18
debdogI am uncertain of that23:19
nmrp3fsmithred, so you recommend that I install to sda as if it was a single disk system, and then after it works mount in home?23:19
fsmithredyeah23:19
agrisI don't have any non-devuan serouces23:19
fsmithredthe installer will write files to the home, and you might not want that.23:19
fsmithredand that assumes you set the installer not to format your partitions.23:19
agrisjust chimaera main, updates, and security23:19
fsmithredotherwise it will wipe your home23:20
debdogagris: it simply is 5.10.0-11 then, agris23:20
debdogthat's ok.23:20
agrisyes perhaps thats a patch level not the kernel level23:20
nmrp3gotcha - sda currently has 1 (swap), 2 (extended), 5 (linux)23:20
agrisdo you have security and and updates enabled?23:20
nmrp3should I let the installer format and partition sda?23:21
fsmithrednmrp3, that should be fine.23:21
fsmithredyes, format23:21
fsmithredor...23:21
debdogyes, agris. but I do not do automatic kernel updates23:21
fsmithredformat with gparted before install and check the no-format box23:21
fsmithredin case you want something other than ext23:22
agriswell if you don't enable that you probably won't get newer revisions of the package23:22
agrisin your repo23:22
debdogagris: was trying to try it myself inside a vm but got side tracked...23:22
agristhanks23:23
debdogand now I am getting quite sleepy, as usual. will try to catch some sleep but probably will show up again in an hour or so23:23
debdogalso as usual23:23
agrisoh ok23:25
fsmithrednmrp3, one clarification: the live installer does not partition. You do that yourself. You can use the existing partitions and let the installer format them.23:27
nmrp3fsmithred, is there an easy way to get gparted to make a swap file to match my ram?23:34
nmrp3or is that not needed any more for sleep/suspend?23:35
fsmithredyou can re-use the swap partition. Is it big enough?23:35
fsmithredinstaller should see it and let you select it for use23:35
fsmithredif no swap partition, then it will make a swap file23:35
fsmithredyou can adjust the size of the swapfile in /etc/refractainstaller.conf23:36
nmrp3fsmithred, I'll delete it - it was sized from before I last upgraded the ram23:36
fsmithredyou can make a new partition for swap, but you would have to prepare it manually first.23:36
fsmithredswap is needed for hibernation, which requires no power. Suspend to ram requires power.23:38
fsmithredI use the default 256mb swapfile. It's hardly used.23:40
nmrp3ok, looks like I'm going to have to move it from eng-us to eng-uk after install23:41
fsmithredyeah, or boot into uk to start with23:42
fsmithreden_gb23:42
nmrp3it didn't give the option of eng_gb23:42
fsmithredI think it's set to Italian if you choose Other language, and you have to edit.23:43
fsmithredpress TAB to edit23:43
fsmithredor change it after you reboot into the install23:43
nmrp3ok ... here goes with the first ever devuan reboot23:46
fsmithredwell?23:49
agrisit blows up into smitherins23:51
nmrp3I'm in - just testing that I have sudo...23:51
fsmithredcool23:51
nmrp3yup - ok so now I need to install nvidia drivers and then go through the usual new system housecleaning23:52
fsmithredyuk23:52
nmrp3nuveau just simply don't work23:52
fsmithreduse --no-install-recommends to avoid the trouble with nvidia-persistenced23:52
nmrp3ok23:53
fsmithredit's not needed23:53
nmrp3what trouble?23:54
fsmithreddependency troubles23:55
fsmithredit won't install23:55
fsmithredare you coming to devuan from debian?23:56
fsmithred(or other debian-based)23:56
nmrp3from ubuntu23:56
fsmithredok, that helps23:57
nmrp3got fed up with the services subsystem (init.d stuff) constantly breaking or locking my box up23:57
nmrp3and couldn't get midi to work23:57

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