Re: fsck fails to check?

2015-07-23 Thread Ralph Katz
On 07/23/2015 03:07 PM, David Wright wrote: > Quoting Ralph Katz (ralph.k...@rcn.com): >> So I assumed setting the time interval would force a check on the next >> reboot. syslog shows check not done: >> And again, from tune2fs -l /dev/sda1 >> Last mount time: Thu Jul 23 10:45:36 2015

Re: fsck fails to check?

2015-07-23 Thread Ralph Katz
On 07/23/2015 02:20 PM, Jape Person wrote: > On 07/23/2015 01:48 PM, Ralph Katz wrote: >> So the question is, how to set a time interval that actually forces a >> check as suggested my man tune2fs quoted above? Or is this a bug? > My sincere apologies for accidentally sending an earlier message

Re: bash-complete errors

2015-07-23 Thread Mark Neyhart
On 07/23/2015 08:45 AM, Dennis Wicks wrote: > Greetings, > > Frequently when I run a command in a terminal window (Debian 8.1 Xfce) > I get a bunch of errors. > >> /bin/bash: _parse_usage: line 16: syntax error near unexpected token >> `(' This will happen if you are running a command with an un

Re: fsck fails to check?

2015-07-23 Thread Jape Person
On 07/23/2015 02:52 PM, David Wright wrote: Quoting Jape Person (jap...@comcast.net): On 07/23/2015 12:59 PM, David Wright wrote: Quoting Ralph Katz (ralph.k...@rcn.com): Yesterday I learned (from this list) that apparently Debian now defaults to no periodic disk checks after file system insta

Re: e100/e1000 driver q?

2015-07-23 Thread Dan Ritter
On Thu, Jul 23, 2015 at 03:25:28PM -0400, Gene Heskett wrote: > Hi all; > > Got a Tyan S2721 mobo, dual zeons. Its booting ok except for the network > on this mostly wheezy install. > > This board has 3 ethernet ports, an e100, and 2 e1000 compatible ack the > mobo manual. > > The kernel its

Re: No more network manager icon since upgrade.

2015-07-23 Thread Erwan David
Le 23/07/2015 21:32, Jimmy Johnson a écrit : > On 07/23/2015 10:21 AM, Erwan David wrote: >> Le 23/07/2015 19:18, Erwan David a écrit : >>> My plasma-nm package has just been upgraded : 0.9.3.6-1+b1 -> 4:5.3.2-1 >>> >>> result : no more network manager icon, nomare way to select network. >>> >>> Wh

Re: No more network manager icon since upgrade.

2015-07-23 Thread Jimmy Johnson
On 07/23/2015 10:21 AM, Erwan David wrote: Le 23/07/2015 19:18, Erwan David a écrit : My plasma-nm package has just been upgraded : 0.9.3.6-1+b1 -> 4:5.3.2-1 result : no more network manager icon, nomare way to select network. What should I do ? Sorry : I use testing. Erwan, until we have

e100/e1000 driver q?

2015-07-23 Thread Gene Heskett
Hi all; Got a Tyan S2721 mobo, dual zeons. Its booting ok except for the network on this mostly wheezy install. This board has 3 ethernet ports, an e100, and 2 e1000 compatible ack the mobo manual. The kernel its booting seems to have those drivers in the lib/modules/uname/kernel/drivers tre

Re: fsck fails to check?

2015-07-23 Thread David Wright
Quoting Ralph Katz (ralph.k...@rcn.com): > On 07/23/2015 12:59 PM, David Wright wrote: > > > Yes, you missed yesterday's posting: > > > > https://lists.debian.org/debian-user/2015/07/msg00977.html > > I saw it, but perhaps I don't understand it. > > From man tune2fs: > > >-i interval-

Re: fsck fails to check?

2015-07-23 Thread David Wright
Quoting Jape Person (jap...@comcast.net): > On 07/23/2015 12:59 PM, David Wright wrote: > >Quoting Ralph Katz (ralph.k...@rcn.com): > >>Yesterday I learned (from this list) that apparently Debian now defaults > >>to no periodic disk checks after file system installation. So I > >>manually added on

Re: fsck fails to check?

2015-07-23 Thread Jape Person
On 07/23/2015 01:48 PM, Ralph Katz wrote: On 07/23/2015 12:59 PM, David Wright wrote: Yes, you missed yesterday's posting: https://lists.debian.org/debian-user/2015/07/msg00977.html I saw it, but perhaps I don't understand it. From man tune2fs: -i interval-between-checks[d|m|w]

RE: nano needs curses.h?

2015-07-23 Thread Arno Schuring
> Date: Thu, 23 Jul 2015 14:06:09 -0400 > From: lee.j.i.win...@gmail.com > [..] > apt-get source nano apt-get build-dep nano > ./configure > make > [..] > nano.h:92:20: fatal error: curses.h: No such file or directory > > Should the nano package include curses.h or is some other package a > prere

Re: nano needs curses.h?

2015-07-23 Thread Martin Read
On 23/07/15 19:06, Lee Winter wrote: The following sequence of commands leads to an error: mkdir nano cd nano apt-get source nano You missed an important step here: sudo apt-get build-dep nano -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe"

nano needs curses.h?

2015-07-23 Thread Lee Winter
The following sequence of commands leads to an error: mkdir nano cd nano apt-get source nano ./configure make [... snip ...] make[2]: Entering directory `/var/home/lee/Work/demos/nano/nano-2.2.6/src' gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc

Re: fsck fails to check?

2015-07-23 Thread Ralph Katz
On 07/23/2015 12:59 PM, David Wright wrote: > Yes, you missed yesterday's posting: > > https://lists.debian.org/debian-user/2015/07/msg00977.html I saw it, but perhaps I don't understand it. From man tune2fs: >-i interval-between-checks[d|m|w] > Adjust the maximal time b

Re: fsck fails to check?

2015-07-23 Thread Ralph Katz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 07/23/2015 11:28 AM, David Guyot wrote: > Le jeudi 23 juillet 2015 à 11:24 -0400, Ralph Katz a écrit : >> So I manually added one yesterday. > What does that mean? Did you add a /forcefsck file? No. Yesterday I did: sudo tune2fs -i 180 /dev/sda1

Re: fsck fails to check?

2015-07-23 Thread Jape Person
On 07/23/2015 12:59 PM, David Wright wrote: Quoting Ralph Katz (ralph.k...@rcn.com): Yesterday I learned (from this list) that apparently Debian now defaults to no periodic disk checks after file system installation. So I manually added one yesterday. Yet when I rebooted after today's kernel u

Re: No more network manager icon since upgrade.

2015-07-23 Thread Erwan David
Le 23/07/2015 19:18, Erwan David a écrit : > My plasma-nm package has just been upgraded : 0.9.3.6-1+b1 -> 4:5.3.2-1 > > result : no more network manager icon, nomare way to select network. > > What should I do ? > Sorry : I use testing. -- To UNSUBSCRIBE, email to debian-user-requ...@lists.deb

No more network manager icon since upgrade.

2015-07-23 Thread Erwan David
My plasma-nm package has just been upgraded : 0.9.3.6-1+b1 -> 4:5.3.2-1 result : no more network manager icon, nomare way to select network. What should I do ? -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.

Re: fsck fails to check?

2015-07-23 Thread David Wright
Quoting Ralph Katz (ralph.k...@rcn.com): > Yesterday I learned (from this list) that apparently Debian now defaults > to no periodic disk checks after file system installation. So I > manually added one yesterday. > > Yet when I rebooted after today's kernel update, no check was forced on > the u

bash-complete errors

2015-07-23 Thread Dennis Wicks
Greetings, Frequently when I run a command in a terminal window (Debian 8.1 Xfce) I get a bunch of errors. /bin/bash: _parse_usage: line 16: syntax error near unexpected token `(' /bin/bash: _parse_usage: line 16: ` -?(\[)+([a-zA-Z0-9?]))' /bin/bash: error importing function definition for `_

Re: Web сервер

2015-07-23 Thread Mimiko
On 23.07.2015 19:01, Андрей Паскидов wrote: Здравствуйте. Помогите пожалуйста. Есть ли у Вас хорошая инструкция по поднятию веб сервера на Debian 8, через Lamp хотелось бы. Хотя бы это, с остальным я сам справлюсь. Заранее спасибо. Приветики. Не слышала про lamp на дебиане или вообще линуксе.

Web сервер

2015-07-23 Thread Андрей Паскидов
Здравствуйте. Помогите пожалуйста. Есть ли у Вас хорошая инструкция по поднятию веб сервера на Debian 8, через Lamp хотелось бы. Хотя бы это, с остальным я сам справлюсь. Заранее спасибо.

Re: fsck fails to check?

2015-07-23 Thread David Guyot
Le jeudi 23 juillet 2015 à 11:24 -0400, Ralph Katz a écrit : > So I manually added one yesterday. What does that mean? Did you add a /forcefsck file? Regards. -- David Guyot Administrateur système, réseau et télécom / Sysadmin Europe Camions Interactive / Stockway Moulin Collot F-88500 Ambacourt

fsck fails to check?

2015-07-23 Thread Ralph Katz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Yesterday I learned (from this list) that apparently Debian now defaults to no periodic disk checks after file system installation. So I manually added one yesterday. Yet when I rebooted after today's kernel update, no check was forced on the up-to

One Error Message Down, One to GO

2015-07-23 Thread David Baron
Kept getting warnings about mdir files being changed so copied. Got .lock in procmailrc so maybe this one is done. At least, the error message suggested using lock files (which I thought I had). Now for the expiring/disconnecting/reconnecting eth0. This is operating off a router. I went through

Re: CPU overheating then shutting down while encoding video with ffmpeg

2015-07-23 Thread Gene Heskett
On Thursday 23 July 2015 08:23:20 Brad Rogers wrote: > On Fri, 24 Jul 2015 00:01:15 +1200 > Chris Bannister wrote: > > Hello Chris, > > >Then you *would* be asking for trouble. IMHO, if anti static measures > >are not observed, then it doesn't mean the computer will not function > >but more likely

Re: CPU overheating then shutting down while encoding video with ffmpeg

2015-07-23 Thread David Wright
Quoting Chris Bannister (cbannis...@slingshot.co.nz): > On Thu, Jul 23, 2015 at 08:40:52AM +0100, Brad Rogers wrote: > > On Thu, 23 Jul 2015 14:05:55 +1200 > > Chris Bannister wrote: > > > > Hello Chris, > > > > >I'd be a bit hesitant to recommend to use a vacuum cleaner, > > >wouldn't static e

Re: CPU overheating then shutting down while encoding video with ffmpeg

2015-07-23 Thread Gene Heskett
On Thursday 23 July 2015 08:07:50 Curt wrote: > On 2015-07-23, Chris Bannister wrote: > > Then you *would* be asking for trouble. IMHO, if anti static > > measures are not observed, then it doesn't mean the computer will > > not function but more likely a weakness to the chips occurs and then >

Re: CPU overheating then shutting down while encoding video with ffmpeg

2015-07-23 Thread Chris Bannister
On Thu, Jul 23, 2015 at 12:07:50PM +, Curt wrote: > On 2015-07-23, Chris Bannister wrote: > > > > Then you *would* be asking for trouble. IMHO, if anti static measures > > are not observed, then it doesn't mean the computer will not function > > but more likely a weakness to the chips occurs a

Re: debian 8 on a raspex raspberry pi2

2015-07-23 Thread Zebediah C. McClure
On Wednesday 22 July 2015 23:24:31 Joe Zien wrote: > I installed raspex on a raspberry pi2 which is using debian 8. > Only one problem, can't get sound working. Installed alsaplayer > and kmix but can't config to play a sound file. > > jozien I did a straight upgrade from raspbian to jessie and

Re: DHCP not working for attempted Jessie install

2015-07-23 Thread David Bruce
OK, a little more info. It seems at least part of the issue is the Atheros wireless. With Wheezy installed, when I boot with kernel 3.2.0-4-amd64 I get a few dozen repeats of the following message: ath: Could not stop RX, we could be confusing the DMA engine when we start RX up and I cannot conne

Stora ledarskapsboxen - för dig som vill utveckla dig som chef

2015-07-23 Thread Månadens Säljbok
Till dig om vill bli en bättre ledare och chef Din e-postläsare stöder inte HTML. LÄS BREVET: För att läsa utskicket klicka på länken nedan. http://www.epostservice.se/aspnet/v3/page/read.ashx?issueid=260559&userid=33797228&readid=BCFA0056DE47&text=1 AVREGISTRERA DIG: Du kan avregistrera dig från

Re: CPU overheating then shutting down while encoding video with ffmpeg

2015-07-23 Thread Brad Rogers
On Fri, 24 Jul 2015 00:01:15 +1200 Chris Bannister wrote: Hello Chris, >Then you *would* be asking for trouble. IMHO, if anti static measures >are not observed, then it doesn't mean the computer will not function >but more likely a weakness to the chips occurs and then a failure >further on down

Re: CPU overheating then shutting down while encoding video with ffmpeg

2015-07-23 Thread Curt
On 2015-07-23, Chris Bannister wrote: > > Then you *would* be asking for trouble. IMHO, if anti static measures > are not observed, then it doesn't mean the computer will not function > but more likely a weakness to the chips occurs and then a failure > further on down the track. What's a chip we

Re: CPU overheating then shutting down while encoding video with ffmpeg

2015-07-23 Thread Chris Bannister
On Thu, Jul 23, 2015 at 08:40:52AM +0100, Brad Rogers wrote: > On Thu, 23 Jul 2015 14:05:55 +1200 > Chris Bannister wrote: > > Hello Chris, > > >I'd be a bit hesitant to recommend to use a vacuum cleaner, > >wouldn't static electricity be a risk? > > Static builds up when the cleaner moves acr

Re: CPU overheating then shutting down while encoding video with ffmpeg

2015-07-23 Thread Curt
On 2015-07-23, Brad Rogers wrote: > > On Thu, 23 Jul 2015 09:27:20 + (UTC) > Curt wrote: > > Hello Curt, > >>What nylon carpet? > > On the floor, of course. > I have vacuum cleaner without a carpet (nylon or otherwise); that's why I asked. -- To UNSUBSCRIBE, email to debian-user-requ...@l

Re: CPU overheating then shutting down while encoding video with ffmpeg

2015-07-23 Thread Brad Rogers
On Thu, 23 Jul 2015 09:27:20 + (UTC) Curt wrote: Hello Curt, >What nylon carpet? On the floor, of course. -- Regards _ / ) "The blindingly obvious is / _)radnever immediately apparent" You're a sidewalk cipher speaking prionic jive Give You Nothing - B

Re: CPU overheating then shutting down while encoding video with ffmpeg

2015-07-23 Thread Curt
On 2015-07-23, Brad Rogers wrote: > > Hello Chris, > >>I'd be a bit hesitant to recommend to use a vacuum cleaner,=20 >>wouldn't static electricity be a risk? > > Static builds up when the cleaner moves across the (usually nylon) > carpet. When cleaning out a computer casing, you're going to be u

Re: debian 8 on a raspex raspberry pi2

2015-07-23 Thread Darac Marjal
On Wed, Jul 22, 2015 at 11:24:31PM -0400, Joe Zien wrote: > I installed raspex on a raspberry pi2 which is using debian 8. > Only one problem, can't get sound working. Installed alsaplayer > and kmix but can't config to play a sound file. Are there any controls visible in the mixer? If not, you

Re: debian 8 on a raspex raspberry pi2

2015-07-23 Thread Ansgar Burchardt
Hi, Joe Zien writes: > I installed raspex on a raspberry pi2 which is using debian 8. > Only one problem, can't get sound working. Installed alsaplayer > and kmix but can't config to play a sound file. With RaspEX you mean http://raspex.exton.se/? That seems to be a mixture of (at least) Debia

Re: CPU overheating then shutting down while encoding video with ffmpeg

2015-07-23 Thread Curt
On 2015-07-23, Joe Pfeiffer wrote: > Chris Bannister writes: > >> On Sun, Jul 19, 2015 at 10:17:31AM -1000, Joel Roth wrote: >>> >>> In addition, you could put your laptop up on some blocks, so >>> the airflow is better, or use an external fan or >>> vaccuum cleaner to help. >> >> I'd be a bit

Re: CPU overheating then shutting down while encoding video with ffmpeg

2015-07-23 Thread Brad Rogers
On Thu, 23 Jul 2015 14:05:55 +1200 Chris Bannister wrote: Hello Chris, >I'd be a bit hesitant to recommend to use a vacuum cleaner, >wouldn't static electricity be a risk? Static builds up when the cleaner moves across the (usually nylon) carpet. When cleaning out a computer casing, you're go