libera/#devuan/ Sunday, 2019-08-18

raidensnakehey does anyone know why the mirrors are throwing errors trying to download packages?04:28
gnarfaceraidensnake: it might be normal to get spurious errors while mirrors get updated04:39
onefangCan you be more specific?  Any particular mirror?  Any particular packages?04:40
raidensnakeit's saying error connecting to the UK mirror.04:42
raidensnakeand when I look for any known package like lxde or nano it says unable to locate package even after doing apt-get update04:43
onefangDevuan doesn't have a UK mirror.04:45
raidensnakethe server us using them auto mirror in the etc/apt/sources.list04:45
raidensnakehttp://auto.mirror.devuan.org/merged is what's listed04:46
gnarfaceraidensnake: try changing auto.mirrot to just deb04:47
gnarfaceauto.mirror*04:48
gnarfaceit should be deb.devuan.org04:48
gnarfaceand remember to run "apt-get update" after making changes to that file04:48
raidensnakesame problem04:53
raidensnakeI even tried my 4G data connection and get the same problem04:53
raidensnakeeven when updating it it still fails to find packages05:02
onefangJust as a test try sledjhamr.org instead of deb.devuan.org.  That's my mirror in Netherlands.05:03
onefangdeb http://sledjhamr.org/devuan/merged ascii main contrib non-free05:04
raidensnakethat server worked.05:06
raidensnakeand it's close to me05:06
onefangdeb http://deb.devuan.org/merged ascii main contrib non-free05:06
onefangIs that what you had before?05:07
raidensnakeyes05:07
raidensnakeand it failed to locate any packages05:07
onefangOK, stick with sledjhamr then, and I'll have a poke at the mirror system in a little bit.05:07
raidensnakewhen I did for example "apt-get install lxde" it said "unable to locate package lxde"05:08
onefangIt might just be what ever mirror you where being redirected to is down.05:08
raidensnakethat's after I did apt-get update05:08
raidensnakealso what I want to do as well is do a debootstrap install or arm64 for my pi 405:10
gnarfaceraidensnake: always try twice, in case you just got unlucky05:10
raidensnakeI did05:10
raidensnakeI tried several times05:10
gnarfaceok just making sure05:10
raidensnakecan this distro be chroot installed?05:11
gnarfacesure05:11
raidensnakeI ask this as I need to run the older jessie for arm64 to recompile some packages fro0m the raspberry pi repo for arm64 but will only work in jessie.05:12
raidensnakeI have to debootstrap the install to the SD card05:13
rrqnote that on Sundays at 02:27 UTC, a full update of merged Contents files starts, making the whole mirroring infrastructure a bit brittle for a while .. should be fine by now I suppose.05:14
gnarfacesomeone managed to make trivial changes to the rpi3 image just fyi and boot it05:14
raidensnakeyeah well I prefer doing a clean install.05:14
gnarfacethat's fine05:15
gnarfaceyou'll have to do some extra steps i'm not sure about05:15
gnarfaceto do with the firmware and boot config and such05:15
raidensnakeI have all that prepared05:16
raidensnakealso I have the latest kernel that fixes the 4GB error.05:16
furrywolfhopefully we can make the beowulf installer actually find firmware like the installation instructions say it should, unlike ascii's where I always have to mount the removable media and copy the firmware manually.05:16
raidensnakeI compiled the arm64 kernel.05:17
raidensnakeI even patched the v3d support patch into it05:18
raidensnakemeaning it can use mesa kms05:18
gnarfaceneat05:19
raidensnakeif I used this mirror to bootsatrap the install05:20
raidensnakebootstrap*05:20
raidensnakewhat's the mirrir path do I use?05:21
raidensnakesorry mirror path*05:22
onefangSame path I mentioned above.  SledjHamr.org is an official Devuan mirror.05:22
raidensnakethis is the command I have05:23
raidensnakeqemu-debootstrap --keyring=/etc/apt/trusted.gpg --arch arm64 jessie /mnt/sdb2 http://sledjhamr.org/devuan/merged05:24
onefangI dunno about qemu-debootstrap.05:24
gnarfaceshouldn't it be just /merged instead of /devuan/merged?05:25
gnarfacedoes it matter?05:25
raidensnakethat's cause the host is 64-bit05:25
gnarfaceis the host arm?05:25
onefangIt's /devuan/merged on my mirror, coz I have other things there to.05:25
onefangFor example https://sledjhamr.org/mantisbt/ is the Mantis BT based issue tracker on my server.  https://sledjhamr.org/devuan/devuan-cd/ is my Devuan ISO mirror, and there's many other things on my server.  So https://sledjhamr.org/devuan/merged/ is my Devuan package mirror.05:35
onefangOr http variants.  B-)05:35
raidensnakeI can't bootstrap the arm64.05:40
raidensnakeit says files are missing05:40
rrqraidensnake: yes, some arm64 packages aren't there .. not sure why. is it possible to mix with say armhf packages?06:09
raidensnakebo06:30
raidensnakeno they won't work06:30
raidensnakethey have to be compiled manually.06:30
rrqmmm just 120 of'em ...06:36
raidensnakeit's missing bash07:20
raidensnakethat's why bootstrap doesn't work07:20
raidensnakeI found out why I can't download packages08:39
raidensnakethe merged repo has a bad path08:40
raidensnakeit doesn't have a pool/Debian folder.08:40
raidensnakethat's where it's trying to look08:40
raidensnakethe pool folder in devuan has the files but the merged repo path doesn't08:41
raidensnakeit's like the merged has the package list and the devuan has the files08:42
raidensnakebut neither are being linked.08:42
rrqthe debian packages are normally in debian's pool, but for some reason many arm64 are missing.08:47
rrqsome are found manually at http://archive.debian.org/debian/pool08:47
rrqyou might make progress by copying from there into /var/cache/apt/archive on the /target08:47
raidensnaketried that...08:48
raidensnakethere's nothing in there.08:48
rrqnothing?08:48
raidensnakewhat I'm ultimately trying to do is recompile the raspberry desktop packages to arm64 but there are packages that only existed on jessie they rely on.08:49
raidensnakeI tried newer branches but they wouldn't work08:51
rrqright. When I debootstrap (devuan) jessie, it complains about 120 missing deb's. THe first few I've looked for, I have found at http://archive.debian.org/debian/pool08:52
rrqeg bash_4.3-11+deb8u1_arm64.deb08:53
rrqI grab that, and copy to /var/cache/apt/archive/ on the target, and then the next debootstrap finds it and is happy with it08:54
rrqthus, the idea would be to do 120 repeats with variations of that to eventually make debotstrap happy enough to actually install08:56
raidensnakethe only option is to pull the stretch arm64 files09:12
raidensnaketo fix it09:12
raidensnakealso as well even if I use the pi 3 image I can't do a package upgrade as it can't find the files it's looking for.09:23
rrqis it in option to debootstrap ascii, and then manually add those deb that you need to compile with09:25
drizzthi !13:54
drizztmaybe wait a day or two to get the repo fixed ?13:55
drizztor report the repo issue to the repo maintainers ?13:55
drizztand for the debootstrap, if your host arch is not the same as the target arch, instead of using qemu version you can use the --foreign option of debootstrap13:56
drizztit does the first stage (download and unpack) but runs nothing13:57
drizztthen boot on the target (using /bin/bash as init) and manualy mount /dev (if not done by kernel), /proc, /sys and /dev/pts and reun debootstrap with --second-stage option on target13:59
TwistedFatedrizzt: if there's an issue with the repo, it might be best to report it as soon as possible :)14:03
TwistedFatehi btw14:03
dasdfIs FDE broken? I have installed my devuan system with fde but whenever i shut it down i get "sda5_crypt busy..." and then some errors before it shuts down.14:34
buZzworks the same as on debian14:34
dasdfSo the error is safe to ignore?14:38
buZzwhat errors did you get?14:39
dasdfi don't know, it shuts down too quickly and i can't find it in logs.14:39
buZzyou could videotape your screen ;)14:39
dasdflol14:40
MinceRfor me, it says that a couple of times, but eventually shuts down14:41
buZzmaybe run 'sync' before you do poweroff? :)14:42
fsmithreddasdf, there's a fix for that. I'll find the link.14:52
dasdfty14:52
dasdfi've tried my best at finding one14:52
dasdfbut i dunno, the clostest think i found was someone on stackexchange and noone there mentioned a fix14:52
fsmithredhttps://dev1galaxy.org/viewtopic.php?pid=16284#p1628414:53
fsmithredthere are two fixes mentioned14:53
fsmithredone for just encrypted, one for lvm14:54
fsmithredit seems to be safe to do both14:54
fsmithreddasdf, that was a discussion about beowulf. This might be better: https://dev1galaxy.org/viewtopic.php?pid=11522#p1152214:56
dasdfty man i'll give this a try14:57
fr33domlovero/15:19
fr33domloverHow do I create an encrypted volume in the devuan installer?15:20
fr33domloverThe debian textual "expert install" lets me create an encrypted volume, then LVM inside it15:20
fr33domloverBut devuan doesn't seem to give that option, the partition layout part does have a "space reserved for encryption" option, only a RAID one15:21
* fr33domlover chooses to manually load the dm-crypt modules, looks like this is going to solve the problem15:25
fsmithredfr33domlover, the devuan install is the debian installer15:26
fsmithredhere's a video showing how: http://distro.ibiblio.org/refracta/misc/partition_encrypt-4.ogv15:27
fr33domloverfsmithred, yeah I just mean the debian installer has the encrypted LVM options there by default (at least in expert install mode), while in the devuan installer I need to manually choose to load the dm-crypt module and then it seems to behave the same15:27
fsmithredsomething is wrong15:27
fsmithredit should be there15:28
fr33domloverfsmithred, it's always been like this for me in all the times I installed devuan15:28
fsmithrednot for me. I've never had to manually load dm-crypt15:28
fsmithredwhat iso are you using?15:28
fr33domloverfsmithred, official devuan ascii dvd115:29
fr33domlovertextual "expert install"15:30
fsmithredyeah, that's what I usually do15:30
fsmithredbtw, the video is for encrypted partition without lvm15:30
dasdfnice17:09
dasdfit worked17:09

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