alt.os.linux.debian
  Home FAQ Contact Sign in
alt.os.linux.debian only
 
Advanced search
February 2008
motuwethfrsasuw
    123 5
45678910 6
11121314151617 7
18192021222324 8
2526272829   9
2008
 Jan   Feb   Mar   Apr 
 May   Jun   Jul   Aug 
 Sep   Oct   Nov   Dec 
2008 2007 2006  
total
alt.os.linux.debian Profile…
RELATED GROUPS

POPULAR GROUPS

more...

 Up
  Notify administrator?         


Author: Felix Karpfen
Date: Feb 28, 2008 12:44

Since upgrading from Sarge to Etch I get the following output when I call
"su" from a user terminal:

[felixk@ ~]$ su
Password:
configuration error - unknown item 'FAIL_DELAY' (notify administrator)
configuration error - unknown item 'QUOTAS_ENAB' (notify administrator)
configuration error - unknown item 'NOLOGIN_STR' (notify administrator)
configuration error - unknown item 'ENV_HZ' (notify administrator)
configuration error - unknown item 'PASS_MAX_LEN' (notify administrator)
configuration error - unknown item 'CHFN_AUTH' (notify administrator)
configuration error - unknown item 'CLOSE_SESSIONS' (notify administrator)

Regrettably, the administrator (me) is unable to help.

What needs fixing?

Felix Karpfen

--
Felix Karpfen
Public Key 72FDF9DF (DH/DSA)
4 Comments
  Re: While loop problem         


Author: Unruh
Date: Feb 28, 2008 10:42

Henk Oegema oegema.com> writes:
>The bash program below is a (test) program to test the values of a USB
>interface card.
>The lines in front are only for clarification.
>When an input port on the USB card gets activated, then the variable
>digital_inputs changes (in line 11).
>I checked that with line 12
>The next time the while statement executes (in line 8) it should be false,
>and the while loop should stop.
>This doesn't happen. :(
>What is my mistake? (don't get a syntax error)

Put spaces on either side of the = in test.
Show full article (0.86Kb)
no comments
  Re: While loop problem         


Author: El Tux
Date: Feb 27, 2008 13:33

On Wed, 27 Feb 2008 21:01:49 +0100, Henk Oegema wrote:
Show full article (0.92Kb)
2 Comments
  While loop problem         


Author: Henk Oegema
Date: Feb 27, 2008 12:01

The bash program below is a (test) program to test the values of a USB
interface card.

The lines in front are only for clarification.

When an input port on the USB card gets activated, then the variable
digital_inputs changes (in line 11).
I checked that with line 12
The next time the while statement executes (in line 8) it should be false,
and the while loop should stop.

This doesn't happen. :(

What is my mistake? (don't get a syntax error)
Show full article (0.75Kb)
no comments
  Charset         


Author: Grant
Date: Feb 24, 2008 21:37

How do I determine the charset on my Debian machine?
3 Comments
  which command(s) to use ?         


Author: Henk Oegema
Date: Feb 24, 2008 08:03

I want to read a certain value from a usb device printout, like this:

asterisk:/proc# k8055 -m:1
Velleman Device Found @ Address 018 Vendor 0x010cf Product ID 0x05500
get driver name: could not get bound driver: No data available
Found interface 0
Took over the device
232;0;119;132;2;1

The value I'm interested in is the last line
232;0;119;132;2;1
and then the second value (in this case 0)

I've been trying with the 'cut' command. But I don't know how to pick out
only the last line.
May be I need another approach. (?)

rgds
Henk
10 Comments
  compiler, but no libraries?         


Author: Richard Müller
Date: Feb 24, 2008 04:49

Hello,
I installed via "apt-get install gcc" the GNU C-Compiler (on a Debian etch
machine), but when compiling no standard-libraries are found (stdio.h).
What went wrong?
Richard
--
Richard Müller - r-dot-mueller-at-oeko-sorpe-dot-de
2 Comments
  bash script wait (?)         


Author: Henk Oegema
Date: Feb 22, 2008 13:24

Is there a bash script command (a function ?) which I can use in a bash
script to wait a number of seconds, before the next command executes?

Something like: wait(5) so that the program waits 5 seconds. ?

Grds
Henk
3 Comments
  par2 won't ignore filename case         


Author: Calab
Date: Feb 21, 2008 19:58

I've got several downloads with PAR 2.0 checksum files. Unfortunately par2
(version 0.4) detects that several of the files are missing because some
ofthe filenames are all uppercase instead of the lowercase that the files
originally existed as.

Is there a switch I can specify to tell par2 to ignore the case of a
filename? MAN page doesn't seem to indicate one, and I don't see one
searching online.

Is there a command line alternative to par2? Which would be recommended for
this Debian Lenny PC?

Thanks!
1 Comment
  Belated upgrade MySQL         


Author: Ian Pegel
Date: Feb 21, 2008 07:53

Hi Debian people!

I'm about to "aptitude -f --with-recommends dist-upgrade" a Woody
installation prior to taking it all the way to Etch.

I've done the installation of Woody's aptitude which I have then
upgraded to Sarge's aptitude. The one thing I have doubts about is the
MySQL upgrade process - does the upgrade handle all the changes to the
tables or will I have to do it manually?

TIA,
Ian
1 Comment
1 2 3