lightdm uses last window manager

2015-04-07 Thread mad
Hi! Is there a way to configure lightdm to use the .dmrc from the users home directory? From the documentation I thought that this would be the default. On several installations I use lightdm and it always starts the window manager previously used, not the one configured in .dmrc. Interestingly t

Determine which file is affected by a harddrive failure

2015-04-07 Thread Anders Wegge Keller
I'm in the rather unlucky circumstances of trying to rebuild a md array, where the "good" drive is starting to report UNC errors, like this: Apr 7 11:11:18 rollo kernel: [15659.604216] sd 0:0:0:0: [sda] Unhandled sense c ode Apr 7 11:11:18 rollo kernel: [15659.604243] sd 0:0:0:0: [sda] Result

connect() with AF_INET6 freezes on some Debian/unstable machine

2015-04-07 Thread Vincent Lefevre
On a Debian/stable machine: cassis:~> strace -o str.out telnet -6 www.vinc17.net 80 Trying 2001:4b98:dc0:45:216:3eff:fe9b:eb2f... telnet: Unable to connect to remote host: Network is unreachable zsh: exit 1 strace -o str.out telnet -6 www.vinc17.net 80 which is OK since IPv6 doesn't work here

Re: sshfs: problem with rsync

2015-04-07 Thread Vincent Lefevre
On 2015-04-05 21:57:36 +0200, Pierre Frenkiel wrote: > my Android ssh server uses the port 2223, and I could not find how to > force rsync to use this port. The port is a SSH parameter, not a rsync option. So, use .ssh/config for that. -- Vincent Lefèvre - Web: 100

Re: sshfs: problem with rsync

2015-04-07 Thread Markus Schönhaber
Am 07.04.2015 um 12:49 CEST Vincent Lefevre: > On 2015-04-05 21:57:36 +0200, Pierre Frenkiel wrote: >> my Android ssh server uses the port 2223, and I could not find how to >> force rsync to use this port. > > The port is a SSH parameter, not a rsync option. So, use .ssh/config > for that. O

Re: Debian and FQDN lookup

2015-04-07 Thread Vincent Lefevre
On 2015-04-04 10:02:22 +0100, Joe wrote: > On Fri, 3 Apr 2015 20:39:26 -0500 > David Wright wrote: > > I think I/we ought to be using .local > > http://tools.ietf.org/html/rfc6762 > > because this won't get onto the Internet. > > Really? I've seen an Exchange Server refuse mail from a BT server

Re: sshfs: problem with rsync

2015-04-07 Thread Vincent Lefevre
On 2015-04-07 12:55:04 +0200, Markus Schönhaber wrote: > Am 07.04.2015 um 12:49 CEST Vincent Lefevre: > > > On 2015-04-05 21:57:36 +0200, Pierre Frenkiel wrote: > >> my Android ssh server uses the port 2223, and I could not find > >> how to force rsync to use this port. > > > > The port is a

Re: Xorg -configure fails with "created screens does not match number of detected devices"

2015-04-07 Thread venkat
On 05-04-2015 00:08, Ric Moore wrote: On 04/03/2015 09:34 AM, David Wright wrote: Quoting venkat (venka...@vortexindia.co.in): Tried various options today and finally modified xorg.conf with below settings made my X server start with multiple displays enabled. Section "Device" Identifier

gnome-settings-daemon, dbus about %80 of CPU

2015-04-07 Thread Magdi Mahmoud
Hi All, I have a problem with rel. 8.0 testing since installed sometimes randomly getting about %80 of CPU busy and X-Win doesn't responding gnome-settings-daemon, dbus daemon utilise about %70-%80. Can someone advise please Thank you Mag This email and any attachments may be confi

Re: connect() with AF_INET6 freezes on some Debian/unstable machine

2015-04-07 Thread Reco
Hi. On Tue, Apr 07, 2015 at 12:42:18PM +0200, Vincent Lefevre wrote: > On a Debian/stable machine: > > cassis:~> strace -o str.out telnet -6 www.vinc17.net 80 > Trying 2001:4b98:dc0:45:216:3eff:fe9b:eb2f... > telnet: Unable to connect to remote host: Network is unreachable > zsh: exit 1 stra

Authentication breakdown

2015-04-07 Thread francis picabia
I'm having a perplexing problem around authentication on my home system. It has been running 32 bit Debian for years, and up to date with Debian 7. Nothing new had been installed or configured for months, only aptitude update and aptitude safe-upgrade. This morning, checking email, I found thund

Re: connect() with AF_INET6 freezes on some Debian/unstable machine

2015-04-07 Thread Vincent Lefevre
On 2015-04-07 15:57:48 +0300, Reco wrote: > On Tue, Apr 07, 2015 at 12:42:18PM +0200, Vincent Lefevre wrote: > > But on my Debian/unstable machine on the same network, the "telnet" > > freezes and I need to type Ctrl-C: > > > > ypig:~> strace -o str.out telnet -6 www.vinc17.net 80 > > Trying 2001:

Re: connect() with AF_INET6 freezes on some Debian/unstable machine

2015-04-07 Thread Vincent Lefevre
I also notice that on the machine where I have the freeze/timeout problems, "ip addr" gives a inet6 [...] scope global [...] line for eth0, while on the other machines, there isn't such a line (only the usual "inet6 [...] scope link" ones for inet6). -- Vincent Lefèvre - Web:

Re: sshfs: problem with rsync

2015-04-07 Thread Pierre Frenkiel
On Tue, 7 Apr 2015, Vincent Lefevre wrote: On 2015-04-07 12:55:04 +0200, Markus Schönhaber wrote: Am 07.04.2015 um 12:49 CEST Vincent Lefevre: On 2015-04-05 21:57:36 +0200, Pierre Frenkiel wrote: my Android ssh server uses the port 2223, and I could not find how to force rsync to use thi

iptable's books and/or full tutorial

2015-04-07 Thread Pol Hallen
Hey all :-) someone can advice me about a "best" books about iptables? (books and/or comprensive tutorial/howto). I see "iptables pocket references" but I prefer something of more deep. Any advice? thanks! Pol -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subjec

Re: sshfs: problem with rsync

2015-04-07 Thread Vincent Lefevre
On 2015-04-07 15:26:06 +0200, Pierre Frenkiel wrote: > On Tue, 7 Apr 2015, Vincent Lefevre wrote: > > >On 2015-04-07 12:55:04 +0200, Markus Schönhaber wrote: > >>Am 07.04.2015 um 12:49 CEST Vincent Lefevre: > >> > >>>On 2015-04-05 21:57:36 +0200, Pierre Frenkiel wrote: > my Android ssh serve

apt stuck at "Reading database"

2015-04-07 Thread Luis Finotti
Dear all, I had a power failure while I was away and when I came back the boot failed, asking to run fsck manually, which I did. *Many* errors where fixed and I could reboot to what it seems to be a normal session, except I cannot "dist-upgrade" or "upgrade" (I'm on sid, BTW):

Re: connect() with AF_INET6 freezes on some Debian/unstable machine

2015-04-07 Thread Reco
Hi. On Tue, Apr 07, 2015 at 03:19:14PM +0200, Vincent Lefevre wrote: > On 2015-04-07 15:57:48 +0300, Reco wrote: > I now get a 3-second timeout (sometimes smaller), with a different > error: > > ypig:~> time telnet -6 www.vinc17.net 80 > Trying 2001:4b98:dc0:45:216:3eff:fe9b:eb2f... > telnet: Un

RE: gnome-settings-daemon, dbus about %80 of CPU

2015-04-07 Thread Magdi Mahmoud
Hi All, I have a problem with rel. 8.0 testing since installed sometimes randomly getting about %80 of CPU busy and X-Win doesn't responding gnome-settings-daemon, dbus daemon utilise about %70-%80. Can someone advise please Thank you Mag

Re: A question about deleting a big file structure from a big disk in Jessie: Why does this work? I'm really worried.

2015-04-07 Thread Curt
On 2015-04-06, Bob Proulx wrote: > > HOWEVER! It is a big however. I can't find any _new_ eSATA > enclosures that are not also USB enclosures and do not now include > active electronics in the connection between the eSATA and the drive. > That's bad IMNHO. It introduces cheap electronics in the

Re: Debian Jessie, gnome-panel no menu.

2015-04-07 Thread nutrinfnon
cutted from http://askubuntu.com/questions/149691/how-to-put-gnome-panel-like-icons-in-gnome-3: start cut Whether you are using Unity or you have switched to gnome-shell, the launcher icons on your old gnome-panel have now been replaced by icons on a panel along the left hand side, known

Re: Strange kernel error when doing "make modules_install"

2015-04-07 Thread Henrique de Moraes Holschuh
On Mon, Mar 23, 2015, at 06:15, Marko Randjelovic wrote: > I use Debian 7.8 with vanilla kernel 3.14 and grsecurity and when rebuildgin > kernel in order to resolve problem from my previous post, I noticed this in > syslog: > Mar 23 09:48:24 wrk kernel: [ 2323.105178] Hardware name: MSI > MS-7

Re: A question about deleting a big file structure from a big disk in Jessie: Why does this work? I'm really worried.

2015-04-07 Thread Bob Proulx
Curt wrote: > Bob Proulx wrote: > > HOWEVER! It is a big however. I can't find any _new_ eSATA > > enclosures that are not also USB enclosures and do not now include > > active electronics in the connection between the eSATA and the drive. > > That's bad IMNHO. It introduces cheap electronics in

Re: Debian and FQDN lookup

2015-04-07 Thread Joe
On Tue, 7 Apr 2015 13:23:33 +0200 Vincent Lefevre wrote: > On 2015-04-04 10:02:22 +0100, Joe wrote: > > On Fri, 3 Apr 2015 20:39:26 -0500 > > David Wright wrote: > > > I think I/we ought to be using .local > > > http://tools.ietf.org/html/rfc6762 > > > because this won't get onto the Internet. >

Re: sshfs: problem with rsync

2015-04-07 Thread Pierre Frenkiel
On Tue, 7 Apr 2015, Vincent Lefevre wrote: I don't understand what you mean here. One generally uses rsync with the local ssh client (which connects to the remote server), i.e. the typical use is with something like: rsync --rsh=ssh or equivalently rsync -e ssh I already tried that, bu

Re: Authentication breakdown

2015-04-07 Thread francis picabia
On Tue, Apr 7, 2015 at 10:02 AM, francis picabia wrote: > I'm having a perplexing problem around authentication on my home system. > > It has been running 32 bit Debian for years, and up to date with Debian 7. > > Nothing new had been installed or configured for months, only > aptitude update and

Re: Authentication breakdown

2015-04-07 Thread Karl E. Jorgensen
Hi On Tue, 2015-04-07 at 10:02 -0300, francis picabia wrote: > I'm having a perplexing problem around authentication on my home system. > > It has been running 32 bit Debian for years, and up to date with Debian 7. > > Nothing new had been installed or configured for months, only > aptitude upda

Re: connect() with AF_INET6 freezes on some Debian/unstable machine

2015-04-07 Thread Vincent Lefevre
On 2015-04-07 17:22:42 +0300, Reco wrote: > On Tue, Apr 07, 2015 at 03:19:14PM +0200, Vincent Lefevre wrote: > > > What's the result of: > > > > > > ip -6 ro get 2001:4b98:dc0:45:216:3eff:fe9b:eb2f > > > > On the machines where I get the "Network is unreachable" error: > > > > unreachable 2001:4

Re: Authentication breakdown

2015-04-07 Thread francis picabia
On Tue, Apr 7, 2015 at 6:30 PM, francis picabia wrote: > On Tue, Apr 7, 2015 at 10:02 AM, francis picabia wrote: >> I'm having a perplexing problem around authentication on my home system. >> >> It has been running 32 bit Debian for years, and up to date with Debian 7. >> >> Nothing new had been

Re: Authentication breakdown

2015-04-07 Thread francis picabia
On Tue, Apr 7, 2015 at 6:48 PM, Karl E. Jorgensen wrote: > Hi > > On Tue, 2015-04-07 at 10:02 -0300, francis picabia wrote: >> I'm having a perplexing problem around authentication on my home system. >> >> It has been running 32 bit Debian for years, and up to date with Debian 7. >> >> Nothing new

Re: sshfs: problem with rsync

2015-04-07 Thread Vincent Lefevre
On 2015-04-07 22:34:32 +0200, Pierre Frenkiel wrote: > On Tue, 7 Apr 2015, Vincent Lefevre wrote: > >With sshfs, you don't need a remote rsync because the rsync > >synchronization is entirely done on the local side (sshfs does > >the additional transfer to the remote side), but unless sshfs > >has

Re: connect() with AF_INET6 freezes on some Debian/unstable machine

2015-04-07 Thread Reco
Hi. On Wed, Apr 08, 2015 at 12:00:59AM +0200, Vincent Lefevre wrote: > > I now get: > > unreachable 2001:4b98:dc0:45:216:3eff:fe9b:eb2f from :: dev lo table unspec > proto kernel src 2001:1::21f:29ff:fe04:3efb metric 4294967295 error -101 > > like on the other machines, i.e. the problem

Q: 'df' reports partition is full but 'du' shows not full partition -- how to find where the problem

2015-04-07 Thread Snow Leopard
Hello, what would be a best approach for the following situation: You have a web server and monitoring system reports that you short on disk space. You login into web server computer and command 'df' indeed shows that some partition is almost full. How would you resolve the issue if 'du' doe

Re: Webcam device `not found'

2015-04-07 Thread Liam O'Toole
On 2015-03-31, Rodolfo Medina wrote: > Hi all. > > On my Acer Aspire One netbook, when I launch cheese, it complain that the > device is `not found'. Googling around I've found many similar issues but no > solution. Please help whoever can. I have Sid. > > Thanks, > > Rodolfo > > I have an Asp

Re: connect() with AF_INET6 freezes on some Debian/unstable machine

2015-04-07 Thread Vincent Lefevre
On 2015-04-08 01:41:58 +0300, Reco wrote: > On Wed, Apr 08, 2015 at 12:00:59AM +0200, Vincent Lefevre wrote: > > > Can I see the output of the following, please: > > > > > > ip -6 a l dev eth0 > > > > ypig:~> ip -6 a l dev eth0 > > 2: eth0: mtu 1500 qlen 1000 > > inet6 2001:1::21f:29ff:fe04:

Re: Q: 'df' reports partition is full but 'du' shows not full partition -- how to find where the problem

2015-04-07 Thread ~Stack~
On 04/07/2015 05:47 PM, Snow Leopard wrote: > Hello, > > what would be a best approach for the following situation: > > You have a web server and monitoring system reports that you short on > disk space. You login into web server computer and command 'df' indeed > shows that some partition is alm

Re: free cloud

2015-04-07 Thread Joris Bolsens
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 04/02/2015 03:58 PM, Bernd Naumann wrote: > But the downside on all these 'cheep vps provider' I'm aware off, > is that they don't offer any useful amount of storage space. So > maybe find a friend or too, and invest in a monthly rent of a > b

Re: Q: 'df' reports partition is full but 'du' shows not full partition -- how to find where the problem

2015-04-07 Thread Bob Proulx
Snow Leopard wrote: > You have a web server and monitoring system reports that you short on disk > space. You login into web server computer and command 'df' indeed shows that > some partition is almost full. > > How would you resolve the issue if 'du' does not confirm that disk is full. > You 'du

Re: Webcam device `not found'

2015-04-07 Thread Bret Busby
On 08/04/2015, Liam O'Toole wrote: > On 2015-03-31, Rodolfo Medina wrote: >> Hi all. >> >> On my Acer Aspire One netbook, when I launch cheese, it complain that the >> device is `not found'. Googling around I've found many similar issues but >> no >> solution. Please help whoever can. I have S

Re: connect() with AF_INET6 freezes on some Debian/unstable machine

2015-04-07 Thread Reco
On Wed, Apr 08, 2015 at 01:35:44AM +0200, Vincent Lefevre wrote: > On 2015-04-08 01:41:58 +0300, Reco wrote: > > On Wed, Apr 08, 2015 at 12:00:59AM +0200, Vincent Lefevre wrote: > > > > Can I see the output of the following, please: > > > > > > > > ip -6 a l dev eth0 > > > > > > ypig:~> ip -6 a l