Re: [DNG] noisy computer

2018-07-01 Thread Andres Suarez
Already used iotop ? apt-get install iotop On Sun, 2018-07-01 at 21:25 -0400, Hendrik Boom wrote: > After upgrading my server to Ascii (which I did successfully using the > instructions in > https://devuan.org/os/documentation/dev1fanboy/upgrade-to-ascii although > it did not go flawlessly I

[DNG] noisy computer

2018-07-01 Thread Hendrik Boom
After upgrading my server to Ascii (which I did successfully using the instructions in https://devuan.org/os/documentation/dev1fanboy/upgrade-to-ascii although it did not go flawlessly I noticed that it was making a regular, repeated click-click noise, a pair of clicks about every 1.1 second.

Re: [DNG] systemd and wlan0 interface problem

2018-07-01 Thread aitor_czr
Hi , El 01/07/18 a las 16:38, aitor_czr escribió: I'll send you a video in a few minutes showing a bug in the netstat icon of wicd using non renamed devices (I have not been able to reproduce this bug in the case of renamed devices). Here you are the video (low quality): gnuinos.org/wicd.mpg

Re: [DNG] systemd and wlan0 interface problem

2018-07-01 Thread aitor_czr
Hi again, El 01/07/18 a las 16:20, Haines Brown escribió: On Sun, Jul 01, 2018 at 07:30:30AM -0400, Haines Brown wrote: Stefan, sorry to be dense. With the help of ThinkPenguin I finally resolved the problem and wlan0 is now my interface name, not wlx. In any case, simply modifying /etc/networ

Re: [DNG] systemd and wlan0 interface problem

2018-07-01 Thread aitor_czr
Hi Steve, El 01/07/18 a las 00:50, Steve Litt escribió: On Sat, 30 Jun 2018 17:06:09 -0400 Haines Brown wrote: I've long struggled with a problem with a new installation of ascii. I can get an ethernet connection, but with a usb WiFi dongle using an Atheros chip, my wlan0 interface gets autom

Re: [DNG] systemd and wlan0 interface problem

2018-07-01 Thread Arnt Karlsen
On Sun, 1 Jul 2018 10:20:10 -0400, Haines wrote in message <20180701142010.gt1...@engels.historicalmaterialism.info>: > On Sun, Jul 01, 2018 at 07:30:30AM -0400, Haines Brown wrote: > > Stefan, sorry to be dense. > > With the help of ThinkPenguin I finally resolved the problem and wlan0 > is n

Re: [DNG] systemd and wlan0 interface problem

2018-07-01 Thread Haines Brown
On Sun, Jul 01, 2018 at 07:30:30AM -0400, Haines Brown wrote: > Stefan, sorry to be dense. With the help of ThinkPenguin I finally resolved the problem and wlan0 is now my interface name, not wlx. In any case, simply modifying /etc/network/interfaces to use that address didn't work (I replaced all

Re: [DNG] systemd and wlan0 interface problem

2018-07-01 Thread Arnt Karlsen
On Sun, 1 Jul 2018 15:59:18 +0200, Stefan wrote in message <201807011559.18028.li...@stefan-krusche.de>: > I think, you are on the right track here. Check how your interfaces > are named with > > ip addr > > or > > sudo ifconfig ..if that fails, append " -a " to see "the other interfaces.

Re: [DNG] systemd and wlan0 interface problem

2018-07-01 Thread aitor_czr
El 01/07/18 a las 13:30, Haines Brown escribió: If on the other hand I change the interface file on the ascii machine to use the wireless dongle's mac address, such as wlx2123ff1a1794, by making the first two lines of the interface read: auto wlx2123ff1a1794 iface wlx2123ff1a1794 inet d

Re: [DNG] systemd and wlan0 interface problem

2018-07-01 Thread Stefan Krusche
Am Sonntag 01 Juli 2018 schrieb Stefan Krusche: > Hello Haines, > > I certainly am no expert on this, but I'll try to help. > > Am Sonntag 01 Juli 2018 schrieb Haines Brown: > > Does not a /etc/udev/rules.d/70-persistent-net-rules file with the > > following content not force udev to assign wlan0 t

Re: [DNG] systemd and wlan0 interface problem

2018-07-01 Thread Stefan Krusche
Hello Haines, I certainly am no expert on this, but I'll try to help. Am Sonntag 01 Juli 2018 schrieb Haines Brown: > Does not a /etc/udev/rules.d/70-persistent-net-rules file with the > following content not force udev to assign wlan0 to the interface rather > than use wlx? > >  # PCI device 0x1

Re: [DNG] systemd and wlan0 interface problem

2018-07-01 Thread Haines Brown
On Sun, Jul 01, 2018 at 11:30:46AM +0200, Stefan Krusche wrote: > Am Samstag 30 Juni 2018 schrieb Haines Brown: > > c) alter the default policy for picking a different naming > > scheme by copying /lib/udev/rules.d/80-net-link-setup.rules to > > /etc/udev/rules.d/ and then edit it appropriately. >

Re: [DNG] systemd and wlan0 interface problem

2018-07-01 Thread Stefan Krusche
Am Samstag 30 Juni 2018 schrieb Haines Brown: > c) alter the default policy for picking a different naming > scheme by copying /lib/udev/rules.d/80-net-link-setup.rules to > /etc/udev/rules.d/ and then edit it appropriately. > > In my devuan jessie machine, there is such a file and it has > two lin