libera/#devuan/ Tuesday, 2018-10-16

drwhiteHi folks. What's the best thing to use for network setup and configuration GUI wise? Since there is no NetworkManager or NetworkManager Applet (Thank god), what should I be able to use please? Any suggestions?01:44
drwhiteIt also needs to be able to integrate with the WiFi as well.01:48
hollacmst, or connman-ui maybe?01:54
golinuxdrwhite: Actually networkmangler is available.01:55
golinuxYou might want to check that you get the one best integrated with your desktop (if you have one)01:56
drwhiteDoes that require SystemD or NetworkManager?01:57
drwhiteAs in at all?01:57
drwhiteNetworkMangler, when I look that up all I get is things about NetworkManager, so I will not be even continuing to look for NetworkMangler.02:04
golinuxhttps://pkginfo.devuan.org/cgi-bin/d1pkgweb-query?search=networkmanager&release=ascii02:05
golinuxdrwhite: That was a joke02:05
drwhiteNot  very nice joke..02:05
drwhiteMaybe because of me not knowing.02:05
drwhiteThanks anyway.02:06
drwhiteI'll stick with connman-ui02:06
golinuxSorry.   That seems to be the general consensus around here.02:06
drwhiteI hate NetworkManager that much.02:06
drwhiteI hate SystemD even more02:06
drwhiteBut not much more.02:06
golinuxLOL!02:07
drwhitethey are close.02:07
drwhiteWell, time to boot into Devuan then. Going to switch drives and see if it will work properly with the ConnMan-UI. Thanks holla.02:08
Centurion_Dandrwhite: network manager actually works reliably - in my opinion far more so then wicd.03:54
Centurion_DanI dislike some aspects of it, but it along with the plugins for vpn etc makes using a laptop switching between wired and wireless pretty much painless03:56
man_in_shackew network manager04:19
man_in_shackbloaty, kludgy, slow piece of junk that is04:19
gnarfacewell it's another one of those things that by the time i managed to figure out what was going wrong i didn't need one anymore04:25
man_in_shackwhen i last used it, by the time i worked out what was wrong, it was that i had to uninstall network-manager and use something that WORKS instead04:26
DRWhitehi again peeps06:30
DRWhiteI have tried Connman, but that doesn't work.06:30
DRWhiteSo still no Interface for configuring Wireless and other networks quickly and simply with ease.06:31
DRWhitesuggestions welcome. Be aware: no NetworkManager, no SystemD.06:31
drwhiteConnman-ui has a tonne of errors, but you can work around them in the end and get it working in an acceptable mannor.07:34
Centurion_Danman_in_shack: I used to think that too when it first appeared in squeeze... but since wheezy it's been actually the best gui managable network tool (until of course you know who decided it needs to be deprecated in favour of something built in to systemd...)08:58
DocScrutinizer05parazyd: ping. How shall we coordinate FN admin stuff so simple tasks like cloaks don't need months to get accomplished?08:59
Centurion_Dandrwhite: network-manager in devuan doesn't require systemd...09:00
Centurion_Danand as I said, it's more stable the wicd in my experience.09:00
Unit193He's gone now, but cmst is a Qt based connman configuration utility, it seemed to work fairly well last time I used it.  Much better than connman-ui.09:01
MinceRat least wicd sucks less at automatic connection09:01
Centurion_DanMinceR: less then what exactly...09:03
MinceRless than networkmanager09:08
parazydDocScrutinizer05: By sending me a list of users09:33
* golinux thinks this "badge" thing is a little too Ubuntuish09:38
golinuxFor all users at least09:39
MinceRwould you prefer devuan/darklord/<username>? :>09:39
golinuxDon;t be silly09:42
MinceRcan't help it09:43
DocScrutinizer05parazyd: that's easy. Thanks!10:13
parazyd:)10:15
parazydYou can email it or paste on IRC. It'd be best that you have queues of 5+, or just send them once a week.10:16
filipdevuan_hey how can i check status of a service??12:14
gnarfacetry /etc/init.d/service status12:16
filipdevuan_with spacebar between service and status??12:16
telst4ryes12:16
telst4ror "service --status-all"12:17
gnarface^ this might not be installed12:17
gnarfacedepending on how they installed12:17
filipdevuan_oh no its ok :)12:17
filipdevuan_got it thanks12:17
telst4rmm. some services dont respect status-all12:18
filipdevuan_is there any way to check logs of certain service??12:18
gnarfacethey're usually somewhere semi-obvious under /var/log/12:18
telst4rdid you try /var/logs ?12:18
djph/var/log12:18
telst4r-s12:19
djphif it doesn't log, well, turn on logging ;)12:19
gnarfacelots of stuff is bucketed into /var/log/daemon.log12:19
filipdevuan_nah its all blank im basically having issue with bumblebeed service and guy from #bumblebee asks me for logs of this why it doesnt start i dnt know how to check it he gives me systemd commands12:20
gnarfacethere's a /var/log/mail.log but if you're looking for the mail logs you're probably looking for /var/log/exim4/*12:20
gnarfacehmm.  bumblebee might log to the Xorg log or syslog12:22
filipdevuan_yeah12:22
filipdevuan_nah nothing is there damn i basically get this error 429.398648] [ERROR]The Bumblebee daemon has not been started yet or the socket path /var/run/bumblebee.socket was incorrect.12:24
filipdevuan_<filipdevuan_> [  429.398672] [ERROR]Could not connect to bumblebee daemon - is it running?12:24
filipdevuan_and guy asked me for status of bumblebee service but i dont know how to check it lol he sent me systemctl command but its non systemd distro xD12:24
gnarfaceis there a /var/run/bumblebee.socket file and is bumblebeed showing up in the output of "ps aux" ?12:25
gnarfacecould just be a permissions problem, or the config file has the wrong path to the socket12:25
filipdevuan_psaux??12:25
gnarface(or bumblebeed really isn't running)12:26
filipdevuan_yeah i cant start it though12:26
gnarfacecheck for the socket file, and check that config file in /etc/bumblebee/bumblebee.conf or whatever it was12:26
filipdevuan_ok i can see there are some xorg modules path maybe they store logs there ill have a look12:27
filipdevuan_i dont know how to check socket file im sorry12:28
filipdevuan_oh w812:28
filipdevuan_i know12:28
gnarfacethat's fine just speak up: ls -l /var/run/bumblebee.socket12:28
filipdevuan_yeah it says no such file or directory12:28
gnarfacethe config file, does it mention bumblebee.socket anywhere?12:29
filipdevuan_is there any way to search for word in terminal using nano??12:29
gnarfaceprobably not but you can use grep12:30
gnarfaceno i dunno.  maybe you can in nano too12:30
filipdevuan_i dont really know how to use grep oh damn goddamn optimus graphics ;P12:30
filipdevuan_i had it running before though12:30
gnarfacein nano it's ctrl+w12:30
filipdevuan_okay bumblebee.conf says socket not found12:31
gnarface^W Where Is12:31
filipdevuan_yeah got it thanks :)12:31
gnarfacethe archlinux wiki says sometimes this error could be caused by your user not being in the "bumblebee" group, or by not having both GPUs enabled in the BIOS12:32
filipdevuan_yeah im afraid i cant change my gpus in bios i think because i havent seen anything like that there and i added myself to bumblebee group however is there any command to check what groups the user is on the system??12:33
gnarfacesure, `groups`12:34
filipdevuan_yeah there is bumblebee12:34
filipdevuan_oh im so confused now12:34
filipdevuan_i think its something with conf file is wrong ok thanks for help :)12:35
gnarfacewell the socket file is missing.  so something is wrong with something12:35
gnarfacei think we can conclude that conclusively12:35
filipdevuan_yes :)12:35
gnarfacethe archlinux wiki mentions one other thing... If you mistakenly had the display connected to the discrete graphics card and intel graphics was disabled, you probably installed Bumblebee after first trying to run Nvidia alone. In this case, be sure to remove the /etc/X11/xorg.conf or .../20-nvidia... configuration files. If Xorg is instructed to use Nvidia in a conf file, X will fail.12:36
gnarface^ this seems like a statement that is difficult to resolve as true in all relevant contexts, but it's probably still worth checking your config files.  they still could be sabotaging it.12:37
filipdevuan_yeah its probably the case however i dont really know how to install nvidia drivers first before bumblebee cuz i can see there are only 340 nvidia drivers legacy12:37
filipdevuan_yeah ill check12:37
gnarfacethe /etc/X11/xorg.conf file specifically, if present, and anything in /etc/X11/xorg.conf.d/12:37
gnarfaceit's normal for it to install without any config files12:38
gnarfacethese days12:38
gnarfacesometimes you still need a config12:38
filipdevuan_damn nobody can solve my problem on #bumblebee because im not on systemd distro its so lame i cant see these files in X11 folders okay ill have some search on internet12:39
gnarfacewait what about the Xorg log?12:40
gnarfacedid you locate it?12:40
gnarfaceit might be in /var/log/ but it could also be in ~/.local/share/xorg/12:40
filipdevuan_i feel like im just gonna reinstall bumblebee and see what happens12:41
filipdevuan_ok12:42
filipdevuan_yeah there is log12:42
gnarfacejust one, or more than one?12:42
filipdevuan_xorg.0.log and Xorg.0.log.old in /var/log/12:43
gnarfacenone in ~/.local/share/xorg then?12:43
filipdevuan_no, no theres not even xorg folder in /.local/share/ :P12:44
gnarfaceok.  it's possible your BIOS has a setting it's just not one you recognize12:44
gnarfacecan you pastebin that Xorg.0.log?12:44
filipdevuan_settings for gpu?12:44
filipdevuan_yeah sure12:44
filipdevuan_w812:44
gnarfaceyea maybe settings for GPU are called something weird12:44
filipdevuan_which pastebin do you recommend12:45
gnarfacealso some machines will decide which cards to activate at power on time based on if the lid is open/closed and which video card port you've plugged into12:45
gnarfacei recommend paste.debian.net for now, until they find a way to make it require systemd12:45
filipdevuan_ok here is the log https://paste.debian.net/1047500/12:46
filipdevuan_anyways im gonna reinstall bumblebee again and bumbleebee-nvidia12:47
gnarfacei honestly doubt that'll help but good luck12:47
filipdevuan_yeah i doubt it as well to be honest :P12:48
filipdevuan_but thanks12:48
filipdevuan_yea it seems like i cant start bumblebeed service anymore12:48
filipdevuan_ok i restarted it12:49
filipdevuan_now i get this12:49
filipdevuan_[ 2693.459920] [ERROR]Cannot access secondary GPU - error: Could not load GPU driver12:49
filipdevuan_[ 2693.460042] [ERROR]Aborting because fallback start is disabled.12:49
gnarfacedid you have nvidia drivers installed too?12:49
gnarfacewhat is the brand & model of this machine?12:50
filipdevuan_apt-get install bumblebee-nvidia primus < this is what i used i havent installed nvidia drivers without bumblebee12:50
gnarfacei think Xorg says it's using ... glamor? and i965 drivers?12:51
filipdevuan_uhh im not proud of this laptop its acer aspire f5 57312:51
gnarfacei'm not sure you're supposed to mix bumblebee and glamor but i don't know12:51
filipdevuan_uh i dont even know whats glamor ;D12:51
gnarfacejust looking up bios config screens12:51
gnarfacei don't either12:51
filipdevuan_hmm how would you install nvidia drivers without bumblebee on devuan??12:51
filipdevuan_non free i mean?12:51
filipdevuan_because i think synaptic has quite outdated drivers?? should i install them from nvidia website?12:52
filipdevuan_okay thanks ill install drivers12:53
filipdevuan_okay but its .run file is it the file that u install by using ./make and then install12:53
gnarfaceno12:54
filipdevuan_oh ok nevermind now thanks ill try to install drivers12:54
gnarfaceinstall from devuan repo first12:54
filipdevuan_yeah its chmod +x??12:54
gnarfacedon't install the nvidia.com one12:55
filipdevuan_yeah but there are so many nvidia drivers in synaptic and i have no idea which ones to choose :P12:55
filipdevuan_ok12:55
gnarfaceit's one driver in a lot of packages12:55
gnarfaceyou're using devuan ascii right?12:56
filipdevuan_yeah12:56
gnarfaceif the 340 driver isn't new enough, check ascii-backports12:56
filipdevuan_uhh it may be new enough i seriously have no idea12:56
filipdevuan_yeah well12:58
filipdevuan_im gonna uninstall bumblebee and bumblebee-nvidia and install legacy 340xx and then im gonna install bumblebee again12:58
filipdevuan_ok im gonna reboot and check bios settings by the way :)13:01
gnarfacejust make sure you keep all the nvidia packages the same version13:05
gnarfaceoh, he's gone13:05
raoulzecathello, how do I install the command line tool « dig » on Devuan ?13:14
gnarfaceit's not already there?13:14
raoulzecatnope13:14
DocScrutinizer05dig is COOL13:14
gnarfaceraoulzecat: it's in the package "dnsutils"13:15
DocScrutinizer05oops, dig, sorry13:15
DocScrutinizer05I'm notr awake, mixed it with ding13:15
raoulzecatgnarface, thanks ^_^13:15
gnarfaceno problem13:16
DocScrutinizer05zypper-based: https://pastebin.com/LLz01Mmn13:19
* DocScrutinizer05 once found a very strange subtle bug in dig which wasn't in host. Also dig and host act subtly different even without that bug I can't recall aqnymore. I have to admit I like host better13:28
systemdleteDid somebody ring me?14:43
systemdletenvm.  Looks like I was disconnected and freenode is setting +R new policy...14:50
systemdletethat's probably what woke my hexchat.14:50
filipdevuan_hey im victim of nvidia optimus and i cant get bumblebee running and i also dont wanna use systemd distro or windows :( i dont know what to do now14:59
djphI thought bumblebee was on the way out, in favor of primus (or some other name..)15:00
filipdevuan_uhh ok i didnt know that15:00
filipdevuan_ok cheers15:01
filipdevuan_ill try to get primus running then15:01
nemosystemdlete: AFAIK there's no freenode-wide policy yet15:06
nemosystemdlete: each channel gets to decide their own rules15:06
nemofor #hedgewars I set it to require voice for anyone who is not authenticated and not using the freenode web client15:06
nemoit's 'cause ofc those idiots are still spamming freenode - has been going on for weeksn ow15:07
nemoI guess botnets don't get bored15:07
systemdleteI saw "freenode" in the message, so I thought it was.  Nice to know, thanks.15:20
systemdletegotta run (meeting)15:20
filipdevuan_i think primus and bumblebee is similar thing its just commands are different either optirun for bumblebee or primusrun for bumblebee but none of them runs15:26
filipdevuan_i think im gonna give it a go and install debian perhaps cuz iv never used it before im not really into linux i dont know why systemd concerns me15:26
filipdevuan_im fed up with this bumblebee and optimus i wish devuan had some optimus cards support because setting it up is pain in the *** systemd distros have it preconfigured out of the box so theyre more convenient ;/15:28
filipdevuan_so im gonna find linux distro for playing diablo 3 but well i remember i played it on devuan but have no idea how i configured it, but devuan is too amazing to be ditch i have 10 folders open 2 browsers ardoud k3b etcher and wow it runs like nothing was open at all15:31
nemohm16:07
nemowhy would devuan require anything special to play diablo16:07
nemoapart from, you know, making sure graphics acceleration works and wine is installed16:08
nemoshall have to ask him if he comes back16:08
* Xenguy is glad to see apt-file works works nicely these days...16:38
Digithow do i get the label changes "accepted explicitly"?  "from master to devuan" on my ceres InRelease17:10
DonkeyHotei[Tue 2018-10-16 06:06:19 AM PDT] <nemo> systemdlete: AFAIK there's no freenode-wide policy yet <----- incorrect.17:11
Digitah, found something from an ubuntu page, seems to be working.  --allow-releaseinfo-change.   :3  i hate that, finding the answer the second after asking.  pesky impatience.  n_n17:12
DonkeyHoteinemo: channels cannot set user modes17:12
nemoDonkeyHotei: guess I misunderstood what he was talking about17:15
nemoDonkeyHotei: thought he got booted from #devuan due to registered user restriction and a disconnect17:15
nemo+r17:16
DonkeyHoteithat was not what he said17:16
DonkeyHoteiat all17:16
nemo08:50 < systemdlete> nvm.  Looks like I was disconnected and freenode is setting +R new policy...17:16
nemoah... what I guess he meant was he was unauthenticated so couldn't privmsg17:17
nemodidnt' see how that realatd to #devuan17:17
DonkeyHoteibecause this was the channel where privmsg failed?17:17
systemdleteEh.  Actually, what happened is I got disconnected.  When they re-connected me, they set +R and +i.  THat's all I know.17:55
systemdlete"They" --> seemed to be freenode, but maybe not. idk17:55
systemdleteI ***WAS*** authenticated beforehand; hexchat does this for me automatically.17:56
MinceR"You're waiting to hear about my 'them', aren't you?"17:56
systemdleteMaybe they did this to everyone17:56
systemdletewell, MinceR, nemo seems to believe that it was set by the channel, so I am not sure who "they" might be...17:57
MinceR:>17:57
systemdleteoh17:57
MinceRfreenode sets it because there's a spambot attack going on17:57
MinceRprobably for months now17:58
fsmithredyeah, that was set in the channel17:58
MinceRi mean, the +R umode17:58
* systemdlete steps back and lets the big cheese settle this technical matter, which is above his own pay grade17:58
* fsmithred gives systemdlete a raise18:02
MinceR:)18:03
nemoyeah I misunderstood. I thought he was talking about the devuan channel modes18:04
nemo'cause. every once in a while I get disconnected, I end up rejoining as guest18:04
nemothen when I try to renick I have to quit all my channels first 'cause most of 'em are restricting voice for guest accounts18:04
fsmithredvoice?18:05
fsmithredoh18:05
fsmithredn/m18:05
nemos/guest/unregistered/18:05
fsmithredthey must have named that before audio across internet was a thing18:05
nemoheh18:05
nemotext. still the best user interface18:06
nemoheh. just got a followup to that stupid spam from a few weeks ago18:06
nemo"hello, victim"18:06
MinceRyou could identify for your nick while specifying the optional nick argument18:08
MinceRthen you don't have to change nick first18:08
MinceRor you could try /nickserv regain18:08
nemoMinceR: I actually had no idea freenode supported an optional password argument18:18
nemogood to know18:18
MinceRafaik multiple ircd-s do, but sometimes the order of parameters is different18:18
MinceRnot all do, unfortunately18:19
nemoMinceR: hmmm order of params sounds important ☺18:19
nemohmmm was it /nick username password or   /nick password username   I'll just guess18:20
nemopassword> did it work?18:20
MinceR/nickserv help identify18:20
nemoMinceR: I know how identify works...18:20
MinceRyou may need /quote nickserv help identify or /msg nickserv help identify18:20
nemoMinceR: the trick is I thought I had to do /msg nickserv identify   *after* running /nick18:21
MinceRthe second parameter is for identify, not for /nick18:21
nemodidn't know I could do both at once18:21
nemoahhhh18:21
MinceRno, do it before /nick18:21
nemook. gotcha18:21
nemothat makes more sense18:21
nemoah. indeed identify nick pass18:21
nemoso identify first, then renick18:21
nemothat'll help for sure.  I rarely disconnect but the recent situation has made it more annoying than before18:22
DonkeyHoteinemo: if you are rejoining as unregistered, then sasl support in your client is broken20:26
nemoDonkeyHotei: heh. when I setup this connection freenode didn't even have registration21:04
nemoDonkeyHotei: I'm sure there's an option for it, it's just not been a huge priority to look into for something which typically only matters once a year21:04
nemojust had the bad luck that there were a couple of outages recently. possibly hurricane related21:04

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