libera/#devuan/ Monday, 2023-05-01

rwpArtix is the non-systemd fork of Arch in the same similar way as Devuan is to Debian.05:06
brocashelmthere's also obarun05:07
brocashelmhyperbola if you want pacman + debian stability + linux-libre (switching out of gnu and linux for openbsd kernel and userland soon)05:08
brocashelmhowever, keep in mind that in artix's case, their main repo is very scarce compared to arch's (i.e. their devs don't have something like amprolla that devuan uses for merging repos; they have to rebuild everything from upstream to guarantee no systemd parts lurking)05:09
brocashelmyou can still use arch's repos and the aur, but that increases the risk of running into breakages05:09
enycBother, scrollbak not enough to see what answer I was left07:47
rwpenyc, Channel logs here: http://reisenweber.net/irclogs/libera/_devuan/search?q=enyc08:02
enycrwp: AHA thankyou =).09:20
tom-1Hi all . I would appreciate any help or advice. I have such a problem that the network switches to another adapter. For example, I click on the applet to turn off the connection and after a while I see that the connection is resumed on another adapter. How can I find out which program connects the network or how to disable, etc.12:53
rustyaxenetwork manager does that12:56
brocashelmare you using network-manager or connman?12:56
rustyaxeYou could turn on rfkill to shut off wireless networking12:56
brocashelmcheck your saved connection profiles12:56
brocashelmthere is an option to automatically connect with # priority12:57
brocashelmlook in the "general" tab per connection profile12:57
gnarfacewon't network-manager stop doing that if you disable or remove avahi-daemon though?13:08
gnarfacetom-1: i think it's actually avahi-daemon doing that13:09
tom-1thanks for your answers, I forgot to clarify I do not use wi-fi. How can I specify in the settings so that the connection is strictly on the network interface that is the default13:09
gnarfacelike i said, i would disable or uninstall avahi-daemon first, then try seeing if it would obey just what network-manager is set to do13:09
gnarfaceor rather, that's what you should do i mean13:10
gnarfacewhat I would actually do is just uninstall both of them and put a static config directly into /etc/network/interfaces, but you don't necessarily have to go that far13:11
tom-1I just looked at the file .../etc/network/interfaces there are no network interfaces listed there ..strange ..13:14
tom-1I'll check the log and logs...13:15
onefangDoes it include - source /etc/network/interfaces.d/*13:16
onefangWhich means it'll look in any files in /etc/network/interfaces.d/ for interfaces.13:16
gnarfacetom-1: that would be normal if network-manager was already installed, as it has its own location for the network configuration14:02
hacksenwerkclear15:26
hacksenwerkHello15:26
hacksenwerkI am sorry to asked but I was away from devuan for a ver long time...15:27
hacksenwerkI want to run dhclient at boot on my headless rpi server, so I can connect to it reight after boot via ssh. I'm not wuite sure anymore... is it enough to just put the dhclient command in a line in /etc/rc.local ?15:28
hacksenwerkand another line at the bottom with exit 015:35
hacksenwerkI can just try, but if that failed i need to write that image again to the storage o fthe pi, because I can not access it otherwise than over ssh...15:36
gnarfacehacksenwerk: /etc/init.d/15:40
gnarfacethere should be a startup script in there by default, it should start by default when installed, afaik15:40
gnarfacei think it's also the default dhcp client15:40
gnarfaceyou shouldn't have to touch /etc/rc.local at all for this15:42
hacksenwerkgnarface: oh ok. i have that daedalus arm image and there was network-manager pre-installed. I removed it.15:44
gnarfacehacksenwerk: should be the same in testing, i think15:44
hacksenwerkIn /etc/init.d/ i have no file called dhcp*15:45
gnarfacedpkg -l |grep dhc15:45
gnarfacemaybe you don't have the package installed?15:45
gnarfaceit would have been separate from network-manager15:45
hacksenwerkno it is installed i already runned it after removing the network-manager15:46
gnarfacewhat does this return? dpkg -l |grep dhc15:46
hacksenwerkisc-dhcp-client and *-common15:47
gnarfaceoh that's the other one15:47
hacksenwerkother one?15:47
gnarfacenon-default, i thought. it's ok, i like that one better too. check the output of this, but don't paste it here: dpkg -L isc-dhcp-client15:47
hacksenwerkthat was always the default package i installed in the past...15:47
gnarfacealso dpkg -L isc-dhcp-common but i'm not sure that'll be as interesting15:48
hacksenwerkdpkg -L isc-dhcp-client: https://paste.debian.net/plainh/9a54734715:49
hacksenwerkdpkg -L isc-dhcp-common: https://paste.debian.net/plainh/d969d40115:49
gnarfacehmm15:50
gnarfacei seem to be forgetting something15:50
gnarfaceoh wait15:51
hacksenwerkgnarface: sure ^^15:51
gnarfacethat's what i'm forgetting, it doesn't start from init.d15:51
gnarfaceifup starts it based on your /etc/network/interfaces file15:52
hacksenwerkoh15:52
hacksenwerkah yes i remmeber doing that manually in the past... oh thats a while  ago15:52
gnarfacecheck the man page15:53
gnarfacejust "man interfaces" should give you a synopsis15:53
gnarfaceauto eth015:53
gnarfaceiface eth0 inet dhcp15:53
gnarfaceusually that's all you need15:53
gnarfacewell, make sure lo is there too15:54
hacksenwerkyeah something like that15:54
gnarfaceshould already be there by default though15:54
hacksenwerkwah that time on systemd debian makes me dumb...15:54
hacksenwerkmaybe that's the plan... hmm...15:56
hacksenwerk:)15:56
gnarfacewlan0 if you're doing this over wifi15:57
hacksenwerkgnarface: nah no wlan15:58
hacksenwerki'll try and reboot now15:59
hacksenwerki ran ifup eth1 before, don't know if that's necessary16:00
hacksenwerkJuchheisa, it works!16:01
gnarfacehooraay!16:02
hacksenwerk60 seconds for the old pi to boot the ssd, that's nice16:02
hacksenwerkgnarface: Thank you very much for refreshing my "need to know" knowledgebase16:02
gnarfaceno problem16:02
hacksenwerkOn desktop i still run debian 11 now for over 3 years, but i will change back to devuan soon.16:03
hacksenwerkJust need to buy a newer and bigger hdd first16:03
hacksenwerkAnd maybe I will wait a bit longer till Daedalus is stable. But the rpi runs daedalus already. :)16:04
hacksenwerkFeels like I'm coming home.... *sniff*16:05
hacksenwerkAnd it was not because of devuan that I have moved back to debian years ago... it was because the hoster of my server didn't offer me devuan as os and using more than one distro was to much for my little brain. xP I made so many mistakes on that server in the beggining because i wasn't familiar with that systemd stuff...16:07
PolaritonCondenshacksenwerk: Daedalus is pretty darn stable now.16:08
hacksenwerkPolaritonCondens: yeah seems like it runs like a charm on that pi! :D16:08
hacksenwerkBut first that new hdd, on this one i have only ~60gb for my home partition16:11
rustyaxewhat happened to the asterisk packages?16:19
rustyaxethey seem to have fallen out of testing at some point between now and when i last installed them :o16:20
hacksenwerkouh... disconnect from that pi because i want to remove the default user and it seems that the ip address changed a bit.16:27
hacksenwerkthat hasn't happend before16:27
bent_fingersWhere's the server iso? https://www.devuan.org/get-devuan17:55
bent_fingersAnd the desktop (not desktop-live)?17:55
bent_fingersah, it's under "installer iso"17:56
hacksenwerkThe line "ChallengeResponseAuthentication" is not in /etc/ssh/sshd_config . I think in the past it was but I'm not sure... I want to set it to "no" for ssh hardening purposes, do I have to add that line manually?18:07
Xenguyhacksenwerk: My sshd_config file has this:18:14
Xenguy# Change to yes to enable challenge-response passwords (beware issues with18:14
Xenguy# some PAM modules and threads)18:14
XenguyChallengeResponseAuthentication no18:14
hacksenwerkXenguy: are you on chimaera or daedalus?18:15
XenguySo I would feel free to add it manually if need be (I'm on Beowulf still)18:15
hacksenwerkXenguy: oh ok. Hmm.. but couldn't it be, that it isn't needed / working any longer on daedalus?18:15
XenguyNot sure, but a good question.  Lurk around, perhaps someone else can offer insight on that point18:16
hacksenwerkAnd I wonder if when it is missing, is it disabled by default?18:16
hacksenwerk*lurking*18:16
XenguyThere is also 'man sshd_config', let's see18:17
hacksenwerk:)18:17
hacksenwerkman sshd: Finally, the server and the client enter an authentication dialog.  The client tries to authenticate itself using host-based authentication, public key authentication, challenge-response authentication, or password authentication.18:18
hacksenwerkit still talks about it...18:18
XenguyTry 'man sshd_config'; my copy refers to 'ChallengeResponseAuthentication'18:18
hacksenwerkThat's the only "challenge" in the whole man on daedalus18:19
XenguyCurious, seems like the man page has changed then.  I have, for example:18:19
Xenguy"ChallengeResponseAuthentication18:19
Xenguy             Specifies whether challenge-response authentication is allowed (e.g. via PAM).  The default is yes."18:19
hacksenwerkXenguy: yup the manpage has changed.18:20
XenguySounds like a research project then, unless someone else here knows the history better18:20
* Xenguy goes in search of food...18:21
hacksenwerkoh no18:21
hacksenwerkmy mistake18:21
hacksenwerki opend man sshd and not man sshd_config18:21
Xenguyaha18:21
hacksenwerkim sorry... ^^'18:21
Xenguyno worries18:22
hacksenwerkXenguy: oh but it has chaned anyway!18:22
Xenguyhrm18:22
hacksenwerkit says: ChallengeResponseAuthentication is a deprecated alias for this.18:23
hacksenwerkand refers to KbdInteractiveAuthentication18:23
XenguyBingo (by the sounds of it)18:24
hacksenwerkoh you have that too?18:24
XenguyChecking...18:24
hacksenwerkwait...18:24
Xenguy"KbdInteractiveAuthentication18:24
Xenguy             Specifies whether to allow keyboard-interactive authentication.  The argument to this keyword must be yes or no.  The18:24
Xenguy             default is to use whatever value ChallengeResponseAuthentication is set to (by default yes)."18:24
hacksenwerkhttps://paste.debian.net/plainh/0eb00afa18:25
hacksenwerkXenguy: :)18:25
hacksenwerkI will add that line then18:26
XenguyPerfect, sounds like you solved the issue, and good to know : -)18:26
hacksenwerkoh wait again!18:27
hacksenwerkit really _is_ depreceated18:27
hacksenwerkwait i make a pastbin again18:27
hacksenwerkThe old sshd_conf file entry: https://paste.debian.net/plainh/2e8fbf5318:29
hacksenwerkThe new sshd_conf file entry: https://paste.debian.net/plainh/65a5625f18:29
hacksenwerkIt really is "KbdInteractiveAuthentication no" now18:29
hacksenwerkNow I solved it. ^.^18:30
Xenguyhacksenwerk: Congrats18:43
hacksenwerkXenguy: Thank you.18:47
hacksenwerkGood bye.18:47
bent_fingersI've got the server iso burned to usb20:44
bent_fingersIt boots20:44
bent_fingersIf I install just the standards programs, the system install fine and boots20:45
bent_fingersBut I'm left without any way to connect to the internet via wifi20:45
bent_fingersIf I select the console programs option, the system fails to install20:45
bent_fingersI tried creating a swap partition, but it didn't help20:46
bent_fingersIt fails during package installation20:46
bent_fingersThe screen turns red20:46
bent_fingersHow can I install a base system with some program available to connect wifi?20:47
bent_fingersI can't connect to the internet during installation because the wifi at starbucks requires a browser to open the login page20:53
gnarfacehmm, i wonder if the wifi stuff is on the server iso20:55
gnarfacedoes it have to be wifi? can you connect a ethernet cable to it just to download the wifi stuff?20:55
bent_fingersI'm gonna reboot and try a larger swap partition (even though that's silly because I'll use a swap file)20:55
gnarfacei doubt that's gonna help20:55
bent_fingersI don't have ethernet20:55
gnarfacewell if the wifi stuff is on that iso, i think you can use it as a repo in your sources.list20:56
gnarfaceand still install it without a network connection20:56
gnarfacebut if it's not on the iso you're gonna need a different iso20:56
bent_fingersthe console apps package set should have something, I'm sure20:56
bent_fingersbut that set of packages won't install20:56
bent_fingersno reason is given20:56
gnarfacehmm20:56
bent_fingersthat's why I think it may have to do with swap20:57
gnarfacehow much swap did you give it?20:57
gnarfacenone?20:57
bent_fingers4G20:57
gnarfacethat should be plenty20:57
bent_fingersi'll just try increasing it to 1620:57
bent_fingersI know20:57

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