IRC log for #devuan on 20180506

00:04.53gnarfacei thought there was something about GPT supporting larger partitions or more partitions than MSDOS too
00:04.57gnarfacesomething like that
00:05.05fsmithred128
00:05.14fsmithredwon't run out for awhile
00:05.50fsmithredif you do a bios boot with gpt partition table, you need to create a special partition
00:06.22fsmithredI'm wondering if that's the case here, but information is sporadic
00:07.32fsmithred128 partitions and total greater than 2T
00:11.28specingstill lame, my bios does LVM
00:19.01*** join/#devuan infobot (ibot@rikers.org)
00:19.01*** topic/#devuan is Recent (2017-05-25): Jessie 1.0.0 stable release http://ur1.ca/qxaa5 || This is the Devuan https://devuan.org/ discussion channel (logged at https://botbot.me/freenode/devuan - with useful 'search') | Please take off-topic conversation to #debianfork | /msg chanserv info #devuan | !listkeys #devuan <foo> | Devuan Forum: https://dev1galaxy.org/
00:19.01*** mode/#devuan [+v infobot] by ChanServ
00:20.46gnarfacehmm, yes i think that GPT might require efi unless you know some trick
00:21.07specingit should not
00:21.24specingGPT is backwards compatible with mbr/old style
00:22.09gnarfacehmmm
00:22.12gnarfacemaybe it depends on the bios
00:22.26specingin fact those partition tables don't matter at all, you could have grub that just reads the whole disk as LVM after initial 1MB offset for grub itself
00:22.47specingor 1MBgrub + LUKS
00:23.13specingor you could for coreboot(like I did) and just have LUKS over the whole damn disk
00:23.33specingpartitions are so 1995
00:31.54*** join/#devuan menip (~menip@c-73-83-2-241.hsd1.wa.comcast.net)
00:39.25fsmithredgpt with bios requires a partition >1M with ef02 flag
00:39.31fsmithredunformatted
00:40.18fsmithredI think gparted calls it bios_grub
00:40.40fsmithredand fdisk calls it BIOS boot
00:49.50*** join/#devuan theLambda (~theLambda@i577BCD93.versanet.de)
01:09.20NewGnuGuyWhat fsmithred said
01:09.58gnarfacei just remember having trouble with it, i'm not clear on what exactly
01:10.07gnarfacethought it also had something to do with the 14TB partition
01:11.21*** join/#devuan Humpelstilzchen (erik@p2E5B20C4.dip0.t-ipconnect.de)
01:11.37fsmithredgrub doesn't give you the clearest explanation when it fails for that
01:12.53fsmithredthe new live installer does tell you. I added that as soon as I figured out what was going on.
01:18.32*** join/#devuan Irrwahn_pi__ (~Irrwahn@p549A6B38.dip0.t-ipconnect.de)
01:18.39Waspgnarface: sorry, was a bit lost in looking for a present ;)
01:20.31Waspgnarface: yes i have running (an)other BSD partitionn(s). And yes, at least they gent metioned wrong as "unknown linux" but no clue if this is the cause of my issue. What would be the about the BSD stuff -- actually I don't need them in grub -- at least it's not my first priority. First prio is to get it to boot at all
01:21.22fsmithredwhat kind of partition table does the disk have?
01:21.36fsmithredmsdos, gpt or other?
01:21.53fsmithredand are you booting uefi or bios?
01:22.51fsmithredWasp, ^^^
01:26.06Waspfsmithred: these are all intersting questions ;) Since I've greated the partitions with deepin linux i'am not sure but I assume GPT for booting: so far I just bootted from the USB flash drive with UEFI
01:26.25fsmithredfdisk -l will tell you
01:27.08fsmithredok, uefi will be gpt
01:27.23fsmithredgrub should know what to do with the efi partition
01:27.27Waspcouldnt manage to boot the OS though. I got into some kind of grub console but it didn't even offer an exit command nor help
01:27.40Waspokay but it doesn't
01:27.40fsmithredgrub prompt?
01:27.45fsmithredgrub>
01:27.48Waspgrub rescue prompt
01:27.50Waspno rescue
01:28.21fsmithredyou boot other os with uefi ok?
01:28.30fsmithredand was that using grub?
01:28.55Waspwait, i already asked the question some hours ago, let me resend
01:29.04fsmithredok
01:29.21WaspHi, I try to install devuan on sdc1. Before I already had deepin linux in the same place. I went through the GUI installation process, where I also formated sdc1 (just to get poissble coflicts out of the way) but in the end I run into the problem that the installer couldn't install grub
01:29.49fsmithredwhich partition is the efi partition? It would be fat32
01:29.56fsmithredand small
01:29.58Waspso I tried update-grub (or grub-mkconfig -o /boot/grub/.cfg) and grub-probe says: "error: cannot find a GRUB drive for /dev/sdj1. Check your device map". I Don't have such a file -- in fact I suspected grub to create it. Moreover I wonder what grub is doing with my sdj1
01:30.19fsmithredyeah, I remember reading that
01:30.22Waspfor real i set sdc1 to ext4 and set it to be my root partition
01:30.31fsmithredwe were all wondering how many drives you have
01:30.41fsmithredwhich partition is the efi partition?
01:30.52Wasphowever the devuan rescue GUI presents me the partition as EFI partition
01:31.01Waspsdc1 = /
01:31.02fsmithredsdc1?
01:31.15Waspyeah, that's why I could a little confused as well
01:31.23fsmithredare you using one of the installer isos, or live iso?
01:32.05Waspcd-1 image
01:32.11Waspdd'ed to usb
01:32.14fsmithredok
01:32.18Waspbooted as UEFI
01:32.27Waspversion of devuan is ascii 2.0 beta by the way
01:32.34fsmithredyeah, ok
01:32.48fsmithredif you go into Advanced options in the boot menu
01:33.13fsmithredyou can then select recovery or rescue, and then reinstall boot loader
01:33.17Waspwas just wondering why there is (or at least I didn't chose) a live cd image. have to reboot all the time to look something up
01:33.38Waspfsmithred: yeah did that already but it has troubles
01:33.49Waspgrub-probe fails
01:33.52fsmithredcan you past the output of fdisk -l?
01:34.16Waspprobably the initialr eason why the installer failed ... but the installer gives no feedback about the "why"
01:34.24fsmithredit sounds like you formatted your efi partition as ext4
01:34.48Waspobviously i cannot past but it was about... let me resend my comment from above
01:34.59fsmithredI read them already
01:35.54Waspso I tried update-grub (or grub-mkconfig -o /boot/grub/.cfg) and grub-probe says: "error: cannot find a GRUB drive for /dev/sdj1. Check your device map". I Don't have such a file -- in fact I suspected grub to create it. Moreover I wonder what grub is doing with my sdj1
01:35.54fsmithredif you're booting uefi, then you need a fat32 partition around 100-200MB is big enough
01:36.17fsmithreddoes /dev/sdj exist?
01:36.36fsmithredyou have 10 disks?
01:36.48Waspdont know but just by counting the disks, it COULD be possible
01:36.58Waspactually i have 9 but i guess + usb
01:37.07fsmithredyeah
01:37.29fsmithredand they might change order when you boot from usb (usb is probably /dev/sda)
01:38.11Waspmaybe but it doesnt matter because so far I just booted from USB and it cannot even instlal grub
01:38.18Waspnot talking about booting yet
01:38.55fsmithredwell, figure out if you have a proper efi partition, and if not, you need to make one
01:38.58Wasp..not talking about booting from disk yet*
01:39.30fsmithreddid you choose manual partitioning?
01:40.15Waspyes
01:40.20fsmithredok
01:40.39Waspbad as i said, it was already partitioned
01:40.51fsmithredif you want to understand uefi bootloaders, see http://www.rodsbooks.com/efi-bootloaders/index.html
01:40.56Waspjust erease data fron sdc1 to get sure
01:41.12fsmithredyou can just reformat it
01:41.36fsmithredfat32, esp and boot flags (in gparted) or ef00 in gdisk
01:42.05fsmithredor let the install partition that disk
01:42.15fsmithredinstaller
01:42.26*** join/#devuan Hoshpak (~Hoshpak@200116b8005fc200004109fffe40d1e1.dip.versatel-1u1.de)
01:43.24Waspno way I have a /home on the disk
01:44.15fsmithredok, then manual
01:45.19fsmithredso you need that one partition for the bootloader, and then at least one linux partition for the OS
01:45.35fsmithredthen grub should install correctly
01:49.44*** join/#devuan Obri (daniel@sonne.alt-f4.ch)
02:00.42*** join/#devuan aslan_ (~niemand@146.185.25.250.adsl.inet-telecom.org)
02:06.00*** join/#devuan aaa__ (~aaa__@unaffiliated/km9k62tkuq)
02:28.51*** join/#devuan DocScrutinizer05 (~saturn@openmoko/engineers/joerg)
02:33.28*** join/#devuan DocScrutinizer05 (~saturn@openmoko/engineers/joerg)
02:41.49*** join/#devuan holycow (~holycow@pdpc/supporter/bronze/holycow)
02:42.23*** join/#devuan targz (~Thunderbi@unaffiliated/targz)
02:54.02*** join/#devuan mhc (~Error0@220-235-74-124.dyn.iinet.net.au)
02:54.10*** join/#devuan sunshavi (~user@181.64.192.198)
03:09.50*** join/#devuan Obri (daniel@sonne.alt-f4.ch)
03:19.28*** join/#devuan Obri (daniel@sonne.notwork.ch)
03:25.08*** join/#devuan Obri (daniel@sonne.alt-f4.ch)
03:33.05Waspah while i have to reinstall anyway
03:33.59Waspin the GUI install, what is meant as "Devuan desktop environment"? (I can check it without xfce, that doesnt make sense to me)
03:34.58Waspalso what is "productivity console" or analogous
03:39.55NewGnuGuyDevuan desktop environment installs Xfce if none of the specific desktop options are selected
03:43.12NewGnuGuyproductivity console installs these packages: http://paste.debian.net/1023509/
03:43.21NewGnuGuyWasp: ^^^
03:47.34*** join/#devuan amphi (~amphi@unaffiliated/amphi)
04:41.42*** join/#devuan aaa___ (~aaa__@unaffiliated/km9k62tkuq)
04:43.16*** join/#devuan tonyoy_ (~me@cor13-3-88-164-147-63.fbx.proxad.net)
04:45.34*** join/#devuan nckx (~nckx@tobias.gr)
04:45.43Waspthanks for the infos
04:46.15Waspgoing to install all packages manually now
04:46.49Waspfsmithred: creating an efi partitoin without putting the base system onto it helped
04:47.33Waspwhere is KDM in apt-get? .. was reading that kdm shall got replaced by ssdm but there is also not ssdm
04:48.42*** join/#devuan muep (~quassel@muep.iki.fi)
04:50.12*** join/#devuan Lydia_K (~Lydia_K@li328-145.members.linode.com)
04:51.54*** join/#devuan GoatAvenger (~GoatAveng@unaffiliated/goatavenger)
05:00.46*** join/#devuan r2rien_ (~me@cor13-3-88-164-147-63.fbx.proxad.net)
05:20.27Xenguyc
05:26.49*** join/#devuan booyah_ (~bb@193.25.1.157)
05:27.13*** join/#devuan georg-gast-2 (~georg@nebka.physik.tu-chemnitz.de)
05:30.57*** join/#devuan _systemd_is_evil (~NOsystemd@unaffiliated/mailjesus)
05:31.54*** join/#devuan thaller_ (~thaller@ppp-62-216-203-158.dynamic.mnet-online.de)
05:56.26*** join/#devuan Pali (~pali@Maemo/community/contributor/Pali)
06:21.47EHeMfsmithred: In theory you could have a disk with (1<<32)-1 slices with a GPT, though that would be a bit extreme; I could well believe Linux only reserves enough device minor numbers for 128 slices per disk and that many seems rather generous.
06:34.22*** join/#devuan flrn (~flrn@unaffiliated/flrn)
06:45.11*** join/#devuan TheOuterLinux (~TheOuterL@207.154.255.183)
06:45.48*** join/#devuan TheOuterLinux (~TheOuterL@207.154.255.183)
07:14.34*** join/#devuan Hoshpak (~Hoshpak@200116b8005fc200004109fffe40d1e1.dip.versatel-1u1.de)
07:27.02*** join/#devuan pillepalle (~Thunderbi@ip-94-114-5-11.unity-media.net)
07:34.13*** join/#devuan aslan_ (~niemand@146.185.25.250.adsl.inet-telecom.org)
07:46.42*** join/#devuan sunshavi (~user@181.64.192.198)
07:57.31*** join/#devuan clemens3 (~clemens@80-218-38-71.dclient.hispeed.ch)
08:19.45*** join/#devuan cocoadaemon (~foo@2a01:e35:8a99:e90:1202:b5ff:fe91:e4ca)
08:30.09amarsh04@Wasp I switched to lxdm before switching to Devuan to avoid systemd
08:34.00*** join/#devuan xes (~xes@unaffiliated/xes)
08:39.02*** join/#devuan xes (~xes@unaffiliated/xes)
08:53.41*** join/#devuan Fervi (~fervi@2a02:a317:e144:d900:baac:6fff:fe99:7804)
08:55.14*** join/#devuan Fervi (~fervi@2a02:a317:e144:d900:baac:6fff:fe99:7804)
09:02.12*** join/#devuan Besnik_b (~Besnik@ppp-94-66-221-253.home.otenet.gr)
09:04.36*** join/#devuan HumanG33k (~HumanG33k@62.147.242.8)
09:21.20*** join/#devuan pillepalle (~Thunderbi@ip-94-114-5-11.unity-media.net)
09:38.25*** join/#devuan unixman_home_ (~unixman2@222-198-137-216.mtaonline.net)
09:38.25*** join/#devuan unixman_home_ (~unixman2@unaffiliated/eracc)
09:38.40*** join/#devuan amarsh04 (~amarsh04@ppp118-210-175-207.bras2.adl6.internode.on.net)
09:38.49*** join/#devuan eliasr (uid27497@gateway/web/irccloud.com/x-lvzdcxvxpemqcvks)
09:51.41*** join/#devuan aggrora (~aggrora@2a04:ae08:1409:6f00:224:d7ff:febb:610c)
10:02.06*** join/#devuan chomwitt (~chomwitt@2a02:587:dc01:ed00:50bd:f150:f8db:5fdf)
10:07.58*** join/#devuan fsmithred (~fsmithred@devuan/developer/fsmithred)
10:16.34*** join/#devuan markong (~marco@173.254.222.162)
10:22.30*** join/#devuan r2rien_ (~me@cor13-3-88-164-147-63.fbx.proxad.net)
10:26.59*** join/#devuan DarkUranium (~DarkUrani@77.38.34.248)
10:36.09*** join/#devuan aslan__ (~niemand@146.185.25.250.adsl.inet-telecom.org)
11:01.47*** join/#devuan dovrak (~AD\matthe@poundl945.plus.com)
11:06.18*** join/#devuan chomwitt (~chomwitt@2a02:587:dc01:ed00:50bd:f150:f8db:5fdf)
11:10.06fsmithredWasp, sddm, not ssdm. You get a choice of sddm or lightdm when you install kde.
11:10.58fsmithredwhich isn't called kde anymore - plasma-desktop or task-plasma-desktop (for everything else)
11:12.36fsmithredno, it's called task-kde-desktop.
11:15.15*** join/#devuan chomwitt (~chomwitt@2a02:587:dc01:ed00:50bd:f150:f8db:5fdf)
11:22.08*** join/#devuan bill-auger (~quassel@75-138-187-221.dhcp.oxfr.ma.charter.com)
11:27.30*** join/#devuan Uberius (~Uberius@gateway/tor-sasl/uberius)
11:27.54*** join/#devuan Uberius (~Uberius@gateway/tor-sasl/uberius)
11:35.43nailykHi all. Still having the polkit/Consolekit issue on my desktop computer. I tried some *consolekit-backend-* install but almost all result on task-xfce-desktop being removed.
11:36.00nailykAlso: https://shaarli.nailyk.fr/?searchterm=&searchtags=devuan+ is not avaiable anymore...
11:36.29nailykThis breaks a lot of functions, like tunar mounting, bluetooth, and shutdown. What is the proper solving way please ?
12:01.25fsmithrednailyk, is this the information you want? https://dev1galaxy.org/viewtopic.php?pid=8217#p8217
12:04.33nailyklooks like! Thanks!
12:07.38*** join/#devuan bpmedley (~bpm@c-24-72-144-115.ni.gigamonster.net)
12:08.16nailykSame problem it seems. While attempting to reinstall broken libpolkit-gobject-1-0-consolekit it attempt to remove almost every packages in task-desktop (attempt to remove 318 packages)
12:08.33nailykSwitching to elogind ones result on the same problem
12:09.03*** join/#devuan Besnik_b (~Besnik@ppp-94-66-221-253.home.otenet.gr)
12:09.23fsmithredin xfce?
12:09.29nailykyes
12:10.42nailykhttps://paste.debian.net/1023534/
12:12.26*** join/#devuan rann (sid175221@gateway/web/irccloud.com/x-ftszfzbzylryulef)
12:16.46*** join/#devuan chomwitt (~chomwitt@2a02:587:dc01:ed00:50bd:f150:f8db:5fdf)
12:19.03fsmithredany idea how you got there?
12:19.30fsmithredyou might be able to fix it by using apt-get instead of aptitude
12:19.43fsmithredand avoid autoremove
12:20.05fsmithredand install whatever satisfies it so that it no longer wants to remove all those packages
12:20.13fsmithreddid you try reinstalling consolekit?
12:26.08nailykyes
12:26.31*** join/#devuan beagleburt (~beaglebur@103-224-128-96.flip.co.nz)
12:26.38fsmithredsame result?
12:26.39nailykalso tried with apt-get. Problem is it attempt to remove each time. Not only 'need to be removed'.
12:28.38nailykOn this computer I never manually installed something to workaround the polkit problem. Attempted to let him 'autosolve'.
12:32.24fsmithredwhat happens if you try to remove elogind?
12:32.29fsmithredsame thing?
12:33.58fsmithredand is libpam-elogind installed?
12:35.23nailyklibpam-elogind reported as borken
12:35.40nailyklike elogind
12:36.11fsmithredwhat events led to this situation?
12:36.41nailykmy lazziness about waiting for auto solve.
12:37.00nailykTries to install libpolkit-backend-elogind .
12:37.06nailyk*tried
12:37.48fsmithredyou stopped it in the middle?
12:37.55nailykdon't think so
12:39.16fsmithredaptitude why libpolkit-gobject-1-0-consolekit
12:39.38fsmithredwill tell you what package automatically installed it
12:39.55nailyknot installed \n Candidate version 0.105-18+devuan2.9 has priority optionnel \n No dependencies require to install
12:40.38fsmithredthen try it with libpolkit-backend-consolekit-1-0
12:40.45nailykAm on this right now: https://paste.debian.net/1023535/
12:43.50*** join/#devuan Uberius (~Uberius@gateway/tor-sasl/uberius)
12:44.37fsmithredthey're all marked as automatically installed. What installed them?
12:45.59fsmithredwhat happens if you try to reinstall task-xfce-desktop?
12:46.30nailykI mark all as auto to prevent dependencies conflicts
12:47.02nailykIt want to remove elogind & libelogind
12:47.48nailykhttps://paste.debian.net/1023537/
12:48.42fsmithredthat looks like it will fix it
12:52.31nailykaptitude safe-upgrade looks better now. Gonna try to reboot.
12:52.41fsmithredok
12:56.08beagleburtG'day from New Zealand everyone! Devuan jessie//MATE D.E.//Network Settings has only 3 tabs:General // DNS //Hosts but the 'AllHelp' shows 4 tabs: Connections//General//DNS//Hosts???There is no notification that I am online?
13:06.54*** join/#devuan Levure (~quassel@91.180.149.64)
13:10.09nailykAm no able to mount usb devices & reboot. Bluetooth still not working but could be something else. Android devices still not showing in tunar too.
13:10.14nailykMany thanks for the help!
13:11.10gnu_srs1nailyk: you should try with aptitude install libpolkit-backend-consolekit-1-0 (version 2.9)
13:12.02beagleburt^ ...will try a different Desktop Environment...'b'ye
13:13.38nailyklibpolkit-backend-consolekit-1-0 is already installed at the requested version (0.105-18+devuan2.9)
13:14.20gnu_srs1I saw that you did: apt-get install --reinstall task-xfce-desktop
13:14.29gnu_srs1And all is fine now?
13:15.26*** join/#devuan msiism (~msiism@200116b845ae9400ee086bfffe1ced28.dip.versatel-1u1.de)
13:16.01gnu_srs1Didi you mean: Am no able to -> I am now able to
13:18.25*** join/#devuan Oldmoss (~Oldmoss@anon-35-13.vpn.ipredator.se)
13:18.50nailykyes :p
13:18.53nailykmy bad english ;)
13:19.07nailykAm now able again to mount usb drives & reboot from session or login screen.
13:19.18fsmithredoh, good
13:19.20nailykBluettoth still not working (but not able to remember if it was working before)
13:19.30nailykAndroid thunar mount not working anymore.
13:19.39nailyks/Android/mtp/
13:27.39*** join/#devuan Pali (~pali@Maemo/community/contributor/Pali)
13:30.35*** join/#devuan Pali (~pali@Maemo/community/contributor/Pali)
13:31.46*** join/#devuan Pali (~pali@Maemo/community/contributor/Pali)
13:33.09*** join/#devuan Pali (~pali@Maemo/community/contributor/Pali)
13:43.57msiismfsmithred: i've been thinking about the kernel metapckage thing again. so, installing the metapackage will also give you newer kernel versions on a stable release and not just updates to the one you installed initially, right?
13:49.34*** join/#devuan cosfskt (~wzxian@114.240.123.40)
13:50.39fsmithredmsiism, yes, in the case of the meltdown patch, I did not get the -5 update automatically without the metapackage. Did get it with the metapackage.
13:52.18fsmithredalso, unrelated to that, I got a long delay getting to the dekstop on my old dell laptop. Might be the same issue you have.
13:52.52msiismfsmithred: about the kernel: i see. i was just thinking, if you're using custom-built kernel modules, it might not be the best idea to use the meta package, since you'd have to rebuild your modules on every kerel update.
13:53.13*** join/#devuan cocoadaemon (~foo@2a01:e35:8a99:e90:1202:b5ff:fe91:e4ca)
13:53.26msiismfsmithred: well, X is actually starting up pretty fast on my system, but it froze up befoe i allowed it to run as root.
13:53.56fsmithredyeah, good point
13:54.27fsmithredoh, I ran into this with a full desktop-live install
13:54.55fsmithredsome text goes by at boot (normal) then the screen goes blank for awhile (a minute?)
13:55.00fsmithredthen I get slim login
13:55.11msiismstrange
13:55.17fsmithredthen it goes blank for another minute or two before the desktop comes up
13:55.39fsmithredsometimes I can and somtimes I can't get to console with ctrl-alt-Fn
13:56.17msiismfsmithred: i think the reason i wasn't using the kernel meta package was that i ran the graphics driver coming directly from nvidia for some time and didn't want to rebuild that on every update.
13:56.28fsmithredsome of the delay may be due to installing it onto a usb stick
13:56.43fsmithredunderstood
13:56.44msiismfsmithred: ok, i'll also try to investigate problems with X on ascii a bit further
13:56.47fsmithredbeen there, done that
13:57.16fsmithredon the newer toshiba laptop, it works fine
13:57.56msiismand are you trying to run x as a normal user?
13:59.35fsmithredno, just trying to run X
13:59.35fsmithredno custom stuff, just installed from desktop-live
14:00.06msiismbut isn't x run as a normal user on ascii?
14:00.14fsmithrednope
14:00.34fsmithredonly way I've been able to run X as user is with startx
14:00.55fsmithredactually, I haven't checked that since libpam-elogind appeared
14:01.31msiismi thought the new thing on debian 9 was that the xserver now runs without needing root privileges...maybe i got that wrong.
14:02.16fsmithredno, you didn't
14:02.20fsmithredhang on, I'm checking
14:04.02fsmithredslim and xorg are running as root, xfce4-session is running as user
14:05.28fsmithredin jessie, I have lightdm running as root, xinitrc as user
14:07.21*** join/#devuan FriendlyMan (~IceChat9@174-21-128-122.tukw.qwest.net)
14:07.48msiismok, the non-root X seems to be a systemd thing.
14:11.10*** join/#devuan inhetep (~inhetep@gateway/tor-sasl/inhetep)
14:11.16MinceRnot really
14:11.24MinceReven OpenBSD's been doing it for ages :>
14:11.45msiismMinceR: ok, good to know. but debian is making it a systemd thing.
14:12.10*** join/#devuan aqu4 (~aqu4bot@unaffiliated/subsen/bot/aqu4)
14:12.48*** join/#devuan bozonius (~bozonius4@c-73-90-84-55.hsd1.ca.comcast.net)
14:12.58MinceRalso, it could be done with polkit and consolekit, iirc
14:13.08MinceRdebian's making everything a systemd thing
14:13.20msiismthat's why you'd have to install xserver-xorg-legacy, which is a "setuid root Xorg server wrapper" be able run it in a non-systemd setup.
14:13.48msiismMinceR: polkit, consolekit, i really don't understand these things.
14:13.59MinceRthey're nasty
14:14.18msiismi've tried to write a polkit rule once and gave up.
14:14.45MinceR:)
14:14.47msiismthey have to be written in javascript, iirc (might be wrong about that)
14:26.47fsmithredlibpam-elogind seems to be the key https://dev1galaxy.org/viewtopic.php?pid=8013#p8013
14:29.06msiismfsmithred: well, i initially tried that to stop my x server from freezing after the upgrade to ascii, but it did not work for me.
14:31.50fsmithredI hate it when things are not reproducible
14:40.25*** join/#devuan kelsoo1 (~kelsoo@dragora/developer/kelsoo)
14:40.40*** join/#devuan bill-auger (~quassel@75-138-187-221.dhcp.oxfr.ma.charter.com)
14:41.01Waspamarsh04: what you mean? Are there still packages in apt which pull in systemd?
14:41.04*** join/#devuan _0bitcount (~Big_Byte@90.162.105.206)
14:41.18*** join/#devuan bill-auger (~quassel@75-138-187-221.dhcp.oxfr.ma.charter.com)
14:43.39*** join/#devuan bill-auger (~quassel@75-138-187-221.dhcp.oxfr.ma.charter.com)
14:46.13*** join/#devuan r2rien_ (~me@cor13-3-88-164-147-63.fbx.proxad.net)
14:51.07*** join/#devuan RaiNerTsuFal (~RaiNerTsu@akita.vx.hn)
14:58.14*** part/#devuan msiism (~msiism@200116b845ae9400ee086bfffe1ced28.dip.versatel-1u1.de)
15:00.11*** join/#devuan thaller (~thaller@tmo-099-42.customers.d1-online.com)
15:06.31*** join/#devuan r2rien_ (~me@cor13-3-88-164-147-63.fbx.proxad.net)
15:18.28dejdogood day again. On Ceres, kdenlive does not starts because there is no dbus-launch which is because there is a broken dependency. Is this a bugreport, or being Ceres, i should wait a few hours?
15:28.39*** join/#devuan kwmiebach (sid16855@gateway/web/irccloud.com/x-ykaudpatctxaffmn)
15:29.09*** join/#devuan DeFender1031 (~DeFender1@89-138-91-7.bb.netvision.net.il)
15:40.03fsmithreddejdo, 'apt-cache search dbus-launch' shows me dbus-x11
15:40.11fsmithredis that installed?
15:51.05*** join/#devuan AlexLikeRock (~AlexLikeR@unaffiliated/alexlikerock)
15:54.11*** join/#devuan clemens3 (~clemens@80-218-38-71.dclient.hispeed.ch)
15:56.14AlexLikeRockwhat  its  best  IRC  client  to iPhone ?
15:56.15*** join/#devuan eliasr (uid27497@gateway/web/irccloud.com/x-peyxlzapfcxqrrql)
15:56.25AlexLikeRockto conect  to #devuan   :-D
15:59.47*** join/#devuan bill-auger (~quassel@75-138-187-221.dhcp.oxfr.ma.charter.com)
16:07.43*** join/#devuan Artemis3 (~artemis3@190-37-30-10.dyn.dsl.cantv.net)
16:09.34dejdofsmithred: no, broken dependency
16:10.35dejdodbus-x11 : Depends: libdbus-1-3 (= 1.10.8-1+devuan1) but 1.10.22-1+devuan1 is to be installed
16:15.20fsmithred1.12.6-2 is in beowulf but not ceres
16:15.50fsmithredyou might have better luck with mixed testing/unstable (literally, beowulf/ceres)
16:16.37fsmithred1.10.22 is in ascii
16:17.11fsmithredsince it's a devuanized package, it won't be updated in a few hours
16:17.31fsmithredprobably
16:18.11*** join/#devuan cocoadaemon (~foo@2a01:e35:8a99:e90:1202:b5ff:fe91:e4ca)
16:25.26dejdofsmithred: thanks. I managed to start kdenlive with the cunning trick of reading manuals, I just want to know if this worth a bugreport or not.
16:26.58*** join/#devuan inhetep (~inhetep@gateway/tor-sasl/inhetep)
16:33.09*** join/#devuan mcr (~mcr@wifi.dooku.sandelman.ca)
16:34.46*** join/#devuan Artemis3 (~artemis3@190-37-30-10.dyn.dsl.cantv.net)
16:37.47fsmithreddejdo, what did you have to do to start it?
16:38.56*** join/#devuan aitor (~aitor@90.85-84-168.dynamic.clientes.euskaltel.es)
16:38.59aitorhi
16:39.18aitori finished the work on the popupmenu
16:39.41fsmithredaitor, do you have a package somewhere?
16:40.13aitorfsmithred: i'll upload them shortly, it has been optimized a lot
16:40.25dejdofsmithred: dbus-daemon --session --print-address (prints out ADDRESS) (in another shell)  export DBUS_SESSION_BUS_ADDRESS="ADDRESS" ; kdenlive
16:40.31aitori'll also push the sources to gitlab
16:41.31fsmithreddejdo, if that's what you have to do to start it, then maybe a bug report is in order
16:41.47aitori'll also share it in the forum of bunsenlabs, some people are interested on it
16:42.07*** join/#devuan RaiNerTsuFal (~RaiNerTsu@akita.vx.hn)
16:43.44fsmithreddejdo, do you have libsystemd0 installed?
16:45.26dejdofsmithred: yes, 238-4
16:45.54*** join/#devuan pillepalle (~Thunderbi@ip-94-114-5-11.unity-media.net)
16:46.05fsmithredif you're interested in experimenting, you could install libdbus-1-3 from beowulf and see if that fixes the problem
16:46.29fsmithredthe one in ceres has had its dependency on lsd0 removed. The beowulf version still requires it.
16:48.01dejdothis is my primary home desktop now, I rather not, sry.
16:48.12fsmithrednp, I understand completely
16:48.58fsmithredbug report on ceres with your fix would be useful for anyone else who runs into the problem
16:50.59*** join/#devuan clemens3_ (~clemens@mx.eniso-partners.com)
16:51.02dejdooc. on the other hand, you devuan folks helped me alot, let me grab some food to help the decisionmaking.
16:51.13fsmithredlol, ok
16:54.53*** join/#devuan adminm (~admin@as5.priv.de)
16:58.37*** join/#devuan most_enter (~most_ente@62-46-244-57.adsl.highway.telekom.at)
16:59.42*** join/#devuan amesser (~Andreas@p200300E353F6B400C9F4527B622998CC.dip0.t-ipconnect.de)
17:00.51*** join/#devuan blitzed (~blitzed@185.236.200.149)
17:04.43DocScrutinizer05noob question: is a error like "Depends: libdbus-1-3 (= 1.10.8-1+devuan1) but 1.10.22-1+devuan1 is to be installed" usually suggesting that there's a wrong operator "=" instead of ">=" in that dependency?
17:05.58DocScrutinizer05IOW should not 1.10.22-1+devuan1 provide backward compatibility to 1.10.8-1+devuan1 ?
17:08.23DocScrutinizer05well, I know often lib devels are ignorant and don't follow the shared-lib rules regarding ABI compatibility, as explained in http://www.tldp.org/HOWTO/Program-Library-HOWTO/shared-libraries.html
17:10.35fsmithredDocScrutinizer05, the problem in this case is that the version in ceres is an older version, devuanized to remove a dep on libsystemd0, and the version in beowulf is newer and not devuanized.
17:11.19fsmithredkdenlive is the same version in beowulf/buster and ceres/sid
17:11.30fsmithredand I guess it's expecting the newer lib
17:11.46DocScrutinizer05then the version name is pretty misleading since both are *+devuan1
17:12.11DocScrutinizer05I'm just looking at the error message, no further clue about the issue
17:13.03*** join/#devuan menip (~menip@c-73-83-2-241.hsd1.wa.comcast.net)
17:13.31DocScrutinizer05aiui the error say "I want libdbus-1-3 1.10.8-1+devuan1, but there's only 1.10.22-1+devuan1"
17:14.00DocScrutinizer05I may be mistaken completely on it
17:14.32fsmithredI'm not sure. 1.10.22-1+devuan1 is in ascii
17:14.46DocScrutinizer05however I'd expect a dependency of "libdbus-1-3 (>= 1.10.8-1+devuan1)" to succeed
17:15.25fsmithredmaybe the newer version is a leftover from ascii before upgrade to ceres, and it's blocking the older version from ceres
17:15.39DocScrutinizer05aiui some apt / deb tools know >= deps
17:15.45fsmithredand yeah, deps that require "at least" version X make sense
17:16.03fsmithredthat's the way I do it
17:18.47DocScrutinizer05and I'm wondering if there is $magic in apt/dpkg to not consider 1.10.8-1+devuan1 < 1.66.8-1+FOOBAR666, based on special meaning of "+" in version string as separator
17:20.01DocScrutinizer05as I said, total noob here, no clue about that stuff
17:21.58DocScrutinizer05just would make sense for those ubiquitous "*+MYFLAVOR7" appenices to be found everywhere
17:22.24DocScrutinizer05+devuan, +maemo, +whatever
17:24.21fsmithredyes, there is magic involved in the versions, but I am not well-versed in debian numerology.
17:24.32fsmithredI forget what the + does
17:25.07fsmithredI know ~something will be replaced by the same version number without the ~something. (like ~bpoXXX
17:26.13DocScrutinizer05a topic for the packaging experts, I guess
17:36.07aitorhi again
17:36.32aitora change is needed in the packaging of udisks:
17:38.04aitorthe header "#include <libudev.h>" in "rc/helpers/job-drive-detach.c" should be replaced by this other one:
17:38.24aitor#include <sys/stat.h>
17:39.04aitorbbl
17:40.45*** join/#devuan thaller (~thaller@ppp-62-216-203-202.dynamic.mnet-online.de)
17:40.49dejdofsmithred: installing libdbus-1-3 from beowulf fixes the issue
17:41.04dejdonow, is there a devuan-bugreport script?
17:41.57dejdoyes
17:45.26dejdook, reportbug-ng is suboptimal.
17:52.06dejdoReport will be sent to Debian Bug Tracking System <submit@bugs.debian.org>
17:52.11dejdo? hem?
18:05.22golinuxemail works best
18:13.00*** join/#devuan aqu4 (~aqu4bot@unaffiliated/subsen/bot/aqu4)
18:28.49dejdogolinux: sent it in via e-mail yes
18:30.03golinuxI already saw it.  Thanks
18:33.13*** join/#devuan aslan8649 (~niemand@146.185.25.250.adsl.inet-telecom.org)
18:40.59dejdogolinux: we live to serve
18:42.43golinuxIf only . . .
18:59.14*** join/#devuan AntoFox (~Thunderbi@dynamic-adsl-78-12-52-55.clienti.tiscali.it)
19:07.57fsmithredsent bug report to devuan or to debian?
19:09.02golinuxHa!  Didn't even notice that . . .
19:09.50golinuxdejdo: Did you use this template or debian's?   https://bugs.devuan.org/server-request.html
19:09.52fsmithreddejdo, bugs.devuan.org o
19:10.01golinuxBeat you!
19:10.45golinuxI saw a bug reported.  Maybe it was a different one . . .
19:13.22fsmithredthis is more appropriate: https://bugs.devuan.org/Reporting.html
19:14.32fsmithredwhat bug report did you see?
19:16.05fsmithreddbus-x11. good. Thank you.
19:19.00*** join/#devuan chillfan (~chillfan@unaffiliated/chillfan)
19:28.16dejdogolinux: the mail vas created by reportbug, i just cutandpasted
19:28.58dejdoand i got a reply from the devuan bug tracking system
19:33.00*** join/#devuan cocoadaemon (~foo@2a01:e35:8a99:e90:1202:b5ff:fe91:e4ca)
19:52.27*** join/#devuan notfalco (uid276764@gateway/web/irccloud.com/x-wfhixnvtsinuyiyl)
19:57.22*** join/#devuan polocho_ (~polocho@89.141.230.94.dyn.user.ono.com)
20:09.15*** join/#devuan DocScrutinizer05 (~saturn@openmoko/engineers/joerg)
20:28.37*** join/#devuan Centurion_Dan (~Thunderbi@devuan/developer/centuriondan)
20:35.54*** join/#devuan okf (~Thunderbi@62-11-139-181.dialup.tiscali.it)
20:46.44*** join/#devuan thaller (~thaller@ppp-62-216-203-202.dynamic.mnet-online.de)
21:13.29*** join/#devuan unixman_home__ (~unixman2@222-198-137-216.mtaonline.net)
21:39.27*** join/#devuan unixman_home (~unixman2@unaffiliated/eracc)
21:40.14*** join/#devuan _0bitcount (~Big_Byte@90.162.105.206)
21:43.33*** join/#devuan bozonius (~bozonius4@c-73-90-84-55.hsd1.ca.comcast.net)
21:44.07*** join/#devuan targz (~Thunderbi@unaffiliated/targz)
21:46.43*** join/#devuan triffid (triffid@lovecraft-ipv6.eldergods.org)
21:48.27*** join/#devuan ohmegaohm (~ohmegaohm@enki.uom.gr)
21:49.06*** join/#devuan fr0stb1te (~abyss@fleshless.org)
21:49.24*** join/#devuan g4570n (~g4570n@unaffiliated/g4570n)
21:51.44*** join/#devuan TheTrueHooha (~Hooha@dusky.horse)
21:52.43*** join/#devuan Irrwahn (~Irrwahn@dev1galaxy.org)
21:54.12*** join/#devuan chillfan (~chillfan@unaffiliated/chillfan)
21:54.12*** join/#devuan dovrak (~AD\matthe@poundl945.plus.com)
21:54.12*** join/#devuan _systemd_is_evil (~NOsystemd@unaffiliated/mailjesus)
21:54.12*** join/#devuan Xenguy (~Xenguy@unaffiliated/xenguy)
21:54.12*** join/#devuan reetp (~john@239.red-80-59-216.staticip.rima-tde.net)
21:54.13*** join/#devuan windowsrefund (~windowsre@unaffiliated/windowsrefund)
21:54.13*** join/#devuan jaromil (~jaromil@devuan/developer/jaromil)
21:54.13*** join/#devuan jonadab (~weirdidio@cpe-75-185-35-110.columbus.res.rr.com)
21:54.13*** join/#devuan nacelle (nacelle@li229-74.members.linode.com)
21:54.13*** join/#devuan zama (~zama@unaffiliated/stryx/x-3871776)
21:54.13*** join/#devuan hplar (~ralph@unable-to-package.org)
21:54.13*** join/#devuan nemo (nemo@c-73-212-126-29.hsd1.md.comcast.net)
21:54.18*** join/#devuan Pixelz (pix@pix.pp.se)
21:54.54*** join/#devuan thijso (~thijs@109-46-132-5.ftth.glasoperator.nl)
21:55.03*** join/#devuan zama (~zama@unaffiliated/stryx/x-3871776)
21:55.27*** join/#devuan clemens3_ (~clemens@mx.eniso-partners.com)
21:58.39*** join/#devuan Leander (~Leander@132.147.84.158)
22:00.45*** join/#devuan Xenguy_ (~Xenguy@unaffiliated/xenguy)
22:00.51*** join/#devuan bleb (~cm@207.148.20.110)
22:00.54*** join/#devuan OmegaPhil (~kvirc@fsf/member/OmegaPhil)
22:01.06*** join/#devuan _systemd_is_evil (~NOsystemd@198.46.129.165)
22:01.07*** join/#devuan _systemd_is_evil (~NOsystemd@unaffiliated/mailjesus)
22:12.12bozoniusascii looks good (with the exception of my headset mic issues, but those appear to be package-specific since alsa works for certain)
22:12.31bozoniusis there any specific testing that needs doing?
22:13.02*** join/#devuan Andrea993 (~quassel@host177-55-dynamic.17-87-r.retail.telecomitalia.it)
22:13.09bozoniusa page listing bug fixes in ascii that need testing?
22:13.18bozoniusI might do some regression testing
22:23.37bozoniusbtw, I just installed chromium on jessie.  The jessie and ascii versions are both 66, but the jessie version is earlier than the one for ascii.  The mic works correctly on jessie, and does so consistently except for firefox.  I haven't tried other programs on jessie.
22:23.56bozoniusI still haven't gotten ekiga usb mic to work in ekiga on ascii
22:24.19bozoniusbbl
22:24.23chillfaninstall testing is the main thing
22:25.05chillfannet install, different desktops etc
22:25.19chillfanalsa is sometimes tricky with multiple audio devices
22:26.53chillfantry out the permutations, and see if problems found are already mentioned on the DNG mailing list and bugs.devuan.org
22:45.56*** join/#devuan Centurion_Dan (~Thunderbi@devuan/developer/centuriondan)
23:02.28*** join/#devuan notfalco (uid276764@gateway/web/irccloud.com/x-kicuugntpmrrjqwh)
23:25.17*** join/#devuan Centurion_Dan (~Thunderbi@devuan/developer/centuriondan)
23:40.10*** join/#devuan kelsoo1 (~kelsoo@dragora/developer/kelsoo)
23:45.17*** join/#devuan bill-auger (~quassel@75-138-187-221.dhcp.oxfr.ma.charter.com)
23:50.43*** join/#devuan Besnik_b (~Besnik@ppp-94-66-221-109.home.otenet.gr)
23:59.47*** join/#devuan g4570n (~g4570n@unaffiliated/g4570n)

Generated by irclog2html.pl Modified by Tim Riker to work with infobot.