Search Debian Channel Logs

Friday, February 3, 2017

#debian channel featuring raylu, at0m, prev, buu_, usersomething, pragomer_1,

prev 2017-02-03 18:51:36
themill: thank you
pragomer_1 2017-02-03 18:58:42
my debian9 searches over 2minutes for my synology nas (nfs in fstab) that is not powered on. how to set this?
pragomer_1 2017-02-03 18:59:03
I mean: debian9 searches it while booting
usersomething 2017-02-03 19:17:53
I recently updated my nvdia driver and now I am getting this error "tmp_crb; resource not found iw|wifi firmware not found."I have grub dual boot on my systems, any way rollback changes
prev 2017-02-03 19:18:37
you Debian users surely know how to get crazy problems in your system
usersomething 2017-02-03 19:19:03
lol
pragomer_1 2017-02-03 19:19:28
I got this same problem: http://superuser.com/questions/930569/nfs-mount-causes-boot-delay
pragomer_1 2017-02-03 19:19:40
no idea how to solve this via fstab?
usersomething 2017-02-03 19:19:41
any experts around ?
usersomething 2017-02-03 19:19:49
:P
buu_ 2017-02-03 19:24:49
So, uh, I ssh'd into a box, ran apt-get dist-upgrade without remembering to stick it inside screen; now my ssh connection just died to the box. I can reconnect, but what do you think happened to the apt-get command?
buu_ 2017-02-03 19:25:14
I mean, apt-get is still in the process table so I assume it's going to keep doing something, but where will it stop?
at0m 2017-02-03 19:36:57
buu_: where were you in the apt process? downloading packages?
raylu 2017-02-03 19:37:19
i upgraded my debian testing VM and guest additions appear to no longer be installed. installing gives me: Package virtualbox-guest-x11 is not available, but is referred to by another package.
at0m 2017-02-03 19:37:27
buu_: if so, then it's probably waiting for confirmation to proceed and install
raylu 2017-02-03 19:38:25
(apt history has Commandline: apt full-upgrade ... Remove: xserver-xorg-input-vmmouse:amd64 (1:13.1.0-1+b1), virtualbox-guest-x11:amd64 (5.1.10-dfsg-1))
at0m 2017-02-03 19:39:05
buu_: i'd kill the apt process, then "apt -f install" to fix previously interrupted
at0m 2017-02-03 19:39:32
buu_: from within screen this time :p
buu_ 2017-02-03 19:42:34
at0m: It was building init.d images!
buu_ 2017-02-03 19:42:52
/usr/bin/dpkg --status-fd 19 --configure e2fsprogs:amd64
at0m 2017-02-03 19:42:54
buu_: ok, it will rebuild.
buu_ 2017-02-03 19:43:08
/usr/bin/dpkg --status-fd 19 --unpack --auto-deconfigure /var/cache/apt/archives/install-info_6.3.0.dfsg.1-1+b1_amd64.deb
buu_ 2017-02-03 19:43:16
I'll let it run and see what happens
buu_ 2017-02-03 19:43:20
It's a vps anyways
at0m 2017-02-03 19:43:30
-f works like magic to me =)
at0m 2017-02-03 19:43:57
maybe you'd have to remove a dpkg lock file, but that's not too hard. apt will tell you.