Re: Problem with Marillat's repository

2005-12-10 Thread [KS]
Sergio Cuéllar Valdés wrote:
> 
> Well, I think I have some problems with ftp, because I have changed
> sources.list to:
> 
> deb http://ftp.nerim.net/debian-marillat/ etch main
> 
> And I didnt get that error again.
> 
> But now, I dont know why I cant download from ftp.
> 

I noticed similar problems. Can't download using ftp but works fine with
http !!

/ks


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




samsung e630 and debian sarge

2005-12-10 Thread Kancha .
Has anybody linked a samsung e630 cell phone ? can
anybody point me to necessary drivers and software ?

kancha.

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: C++ development tool/platform

2005-12-10 Thread David Koski
> hope it's not vi

Proficiency is almost always earned. A tool that is very easy to use has its 
limitations. It is like learning to type: "hunt and peck" is easier than 
keeping your eyes off the keyboard when learning to touch type but once you 
earn the proviciency of touch typing...

An IDE (kdevelop, etc.) can be usful but know what it is doing behind the GUI. 
Also, learn to use tools like cvs and friends. Again, cervisia is a good 
front end for cvs but learning the command line cvs is a must in my opinion.

Oh, and choose a good text editor. Once you earn your proficiency there will 
be a payoff. Choose vi. ;)

BTW, Elise Huard <[EMAIL PROTECTED]> seems to be an undeliverable address:

<[EMAIL PROTECTED]>: permission denied. Command output: maildrop: maildir
over quota.

David


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



getting going with midi

2005-12-10 Thread Haines Brown
I have an audigy card and pmidi installed. I can play wav, mpeg,
etc. files etc. using applications such as gxine and xmms. However, I
would now like to play a .midi file.

I have pmidi installed. To find the available ports I do:

   $ pmidi -l
   Port Client name   Port name
   64:0 Audigy MPU-401 (UART) - RawmidAudigy MPU-401 (UART)
   64:32Audigy MPU-401 (UART) - RawmidAudigy MPU-401 #2 

I have a symlink /dev/midi --> /dev/midi00. The midi00 is 660
root:audio. User is in the audio group.

So then I'd assume this command should play a midi file:

   $ pmidi -p 64:0 filename.midi

But instead, it just hangs with no sound out.

Any suggestions

-- 
 
   Haines Brown
   KB1GRM   


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: RAR under linux: any alternative?

2005-12-10 Thread Jacob S
On Sun, 11 Dec 2005 00:00:26 -0300
Gabriel <[EMAIL PROTECTED]> wrote:

> Steve Kemp wrote:

> >  apt-cache search rar unrar
> >
> >  Gives you this in the output:
> >
> >  unrar-free - Unarchiver for .rar files
> >  unrar - Unarchiver for .rar files (non-free version)
 ^
> Thank you so much... I had searched with "apt-cache search rar" but
> it came up with a lot of packages...
> Now I found the package unrar-free, but it won't work unless the rar 
> files are from a version <3.0.
> I also tried with p7zip... the POSIX version of 7-zip... but it
> doesn't support rar files...
> 
> If anyone else know about an application that works with rar files
> =>3.0 I'll be really pleased.
> I give up.

If you noticed, the output from apt-cache that Steve quoted showed two
packages for unpacking .rar files. One was unrar-free, which you tried
and the other was 'unrar'. If you do an "apt-cache show unrar-free" it
will also mention that the non-free version of unrar can unpack .rar
files =>3.0. 

You might want to apt-get install unrar (and rar while you're at it, if
you have any need to pack .rar files) and see if it works better for
you.

HTH,
Jacob


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: RAR under linux: any alternative?

2005-12-10 Thread Anton

Sat, Dec 10, 2005 at 11:02:50PM -0300, Gabriel написал:

Does anyone know a free software alternative to RAR???


apt-cache search rar|grep archiv 


--
Regards , Anton Filippov .


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: RAR under linux: any alternative?

2005-12-10 Thread Gabriel




Steve Kemp wrote:

  On Sat, Dec 10, 2005 at 11:35:35PM -0300, Gabriel wrote:

  
  
   yeah, I know that, but I was talking about a program to decompress RAR
   files... I know I don't really need it, but today a friend sent me a rar
   file and I needed to tell  him to recompress it as zip and send it
   again... (of course that the first thing he did was talk about the
   dis-advantages  of using GNU/Linux...)

  
  
  
  
   So I want it so the next time it happens I won't give anyone the chance to
   defame GNU =P

  
  
  You can use the 'apt-cache' command to search for programs by 
 keywords.  For example running:

  apt-cache search rar unrar

  Gives you this in the output:

  unrar-free - Unarchiver for .rar files
  unrar - Unarchiver for .rar files (non-free version)

  Install it as usual:

  apt-get install unrar-free

  Then use it with:

  unrar-free x file.rar  (From memory, I haven't used it for a while).

  You can also search for packages on the Debian website at:

http://packages.debian.org/

Steve
  

Thank you so much... I had searched with "apt-cache search rar" but it
came up with a lot of packages... 
Now I found the package unrar-free, but it won't work unless the rar
files are from a version <3.0.
I also tried with p7zip... the POSIX version of 7-zip... but it doesn't
support rar files...


If anyone else know about an application that works with rar files
=>3.0 I'll be really pleased.
I give up.

-- 



Gabriel Parrondo 






Re: RAR under linux: any alternative?

2005-12-10 Thread Oliver Lupton
On Sat, 10 Dec 2005 23:35:35 -0300
Gabriel <[EMAIL PROTECTED]> wrote:
> yeah, I know that, but I was talking about a program to decompress RAR 
> files...

Ah okay, I misinterpreted what you meant :)

Cheers,

-ol

-- 
I will live forever, or die trying.


signature.asc
Description: PGP signature


Re: RAR under linux: any alternative?

2005-12-10 Thread Steve Kemp
On Sat, Dec 10, 2005 at 11:35:35PM -0300, Gabriel wrote:

>yeah, I know that, but I was talking about a program to decompress RAR
>files... I know I don't really need it, but today a friend sent me a rar
>file and I needed to tell  him to recompress it as zip and send it
>again... (of course that the first thing he did was talk about the
>dis-advantages  of using GNU/Linux...)

>So I want it so the next time it happens I won't give anyone the chance to
>defame GNU =P

  You can use the 'apt-cache' command to search for programs by 
 keywords.  For example running:

  apt-cache search rar unrar

  Gives you this in the output:

  unrar-free - Unarchiver for .rar files
  unrar - Unarchiver for .rar files (non-free version)

  Install it as usual:

  apt-get install unrar-free

  Then use it with:

  unrar-free x file.rar  (From memory, I haven't used it for a while).

  You can also search for packages on the Debian website at:

http://packages.debian.org/

Steve
-- 
Debian GNU/Linux System Administration
http://www.debian-administration.org/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: RAR under linux: any alternative?

2005-12-10 Thread Gabriel




Oliver Lupton wrote:

  On Sat, 10 Dec 2005 23:02:50 -0300
Gabriel <[EMAIL PROTECTED]> wrote:

  
  
Does anyone know a free software alternative to RAR???

  
  
Use 'tar' combined with gzip or bzip2 to create a .tar.gz or .tar.bz2
man tar, man bzip2 and man gzip for more info :)

HTH

-ol 


  

yeah, I know that, but I was talking about a program to decompress RAR
files... I know I don't really need it, but today a friend sent me a
rar file and I needed to tell  him to recompress it as zip and send it
again... (of course that the first thing he did was talk about the
dis-advantages  of using GNU/Linux...)
So I want it so the next time it happens I won't give anyone the chance
to defame GNU =P


sorry for the bad english

-- 



Gabriel Parrondo 






Re: RAR under linux: any alternative?

2005-12-10 Thread Oliver Lupton
On Sat, 10 Dec 2005 23:02:50 -0300
Gabriel <[EMAIL PROTECTED]> wrote:

> Does anyone know a free software alternative to RAR???

Use 'tar' combined with gzip or bzip2 to create a .tar.gz or .tar.bz2
man tar, man bzip2 and man gzip for more info :)

HTH

-ol 


-- 
I will live forever, or die trying.


signature.asc
Description: PGP signature


RAR under linux: any alternative?

2005-12-10 Thread Gabriel




Does anyone know a free software alternative to RAR???


-- 



Gabriel Parrondo 







Re: Kernel 2.6.14-2-k7 and Nforce2 audio problems

2005-12-10 Thread Jerome R. Acks
On Sat, Dec 10, 2005 at 12:56:34PM -0600, Jacob S wrote:
> Howdy list,
> 
> I recently apt-get installed linux-image-2.6.14-2-k7 so that I would
> have a recent enough kernel for udev (running Debian Unstable). Yes,
> I'm just now trying to take the plunge and upgrade to udev. But before
> I could start learning udev, I found the 2.6.14 kernel isn't loading
> the drivers for my sound card properly.
> 
> The sound card is part of the motherboard, which uses an Nforce2
> chipset. In the 2.6.9 kernel I had been running, the Nforce2 audio is
> supported by the snd_intel8x0 module. But when hotplug tries to load
> the snd_intel8x0 module at boot time or I try to modprobe it manually,
> I get these errors[0]. It doesn't seem to make a difference whether I
> have other snd_ modules loaded or not (such as snd_ac97_codec). 
> 
> Does anyone have any suggestions for a way to fix this, or is this a
> bug in the 2.6.14 kernel?

My mother board uses an nForce2 chipset and nVidia GeForce 4 MX
graphics. I am using udev .076 with a 2.6.14-1-k7 kernel installed from
linux-image-2.6.14-1-k7_2.6.14-2_i386.deb.

Sound works; modules load at boottime. nVidia graphics driver 7174
works. I've had a few odd X crashes, but I've also had X
crashes with all of the 2.6 kernels. 

If you want to try the earlier kernel, you can download it from
http://snapshot.debian.net/

-- 
Jerome



Re: Unable to mount nfs share.

2005-12-10 Thread pascal

Marcel,

Thx, for you're reply!

>Can you give us the output of "mount"?
>Because I don't see anything wrong in the information above...
>
from the client:

mount: access denied.

Also I've done some further experimenting.
>From my laptop running Suse, I can mount the share on the server without
any problems.

I can mount a share on the Suse laptop from the server.

I can't mount anything from the "client".

Conclusion: problem exsists at the client.

So, I thought it had something to do with name-resolving. It had
multiple domain names. Changed the configuration to have one name.
No result.
Thought it would have something to do with the user accounts numbering,
but as it is root who's mounting (which is 0). The system shouldn't get
confused with user rights. Not sure though.

The client is my router, mail server, runs bind, dhcp, and netfilter. It
should have complete access, back and forth to the lan.

Solved it. Brought down netfilter.

Firewall on the client was giving me the troubles. Have to closely
reexamine the firewall rules.

Thx, for helping out.

Pascal.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: C++ development tool/platform

2005-12-10 Thread Oliver Lupton
On Sat, 10 Dec 2005 21:03:51 +0100 (CET)
Elise Huard <[EMAIL PROTECTED]> wrote:

> Browsing the packages yielded Kdevelop (i'm more of a gnome-fan, but
> it's a possibility), and a friend said he liked gedit, plain and
> simple.  
> 
> What is your experience ?  More to the point, what would the code-wizards 
> amongst you recommend ?

I use and love Anjuta, light enough weight compared to Eclipse but still 
functions well :)

HTH

-ol

-- 
I will live forever, or die trying.


signature.asc
Description: PGP signature


Re: Kernel 2.6.14-2-k7 and Nforce2 audio problems

2005-12-10 Thread Mitchell Laks
On Saturday 10 December 2005 01:56 pm, Jacob S wrote:
> Howdy list,
>
> I recently apt-get installed linux-image-2.6.14-2-k7 so that I would
> have a recent enough kernel for udev (running Debian Unstable). Yes,
> I'm just now trying to take the plunge and upgrade to udev. But before
> I could start learning udev, I found the 2.6.14 kernel isn't loading
> the drivers for my sound card properly.

I agree.  I had the same problem. I am using a asus k8v-x motherboard
Specifications: CPU 754-pin socket supports AMD Sempron CPU (754-pin socket) 
or Athlon 64 processor. System Bus 800MHz. Chipset VIA K8T800, VIA VT8237. 
Memory 3 x 184-pin DIMM Sockets support max. 3GB un-buffered ECC and non-ECC 
PC3200/PC2700 / PC2100 DDR SDRAM memory. Expansion Slots 1 x AGP 8X, 5x PCI. 
Storage South Bridge, 2 x ATA133, 2 x SATA, RAID0, RAID1. Audio ADI AD1980, 
6-channel CODEC, S/PDIF out interface.

I had the same kernel message.

I switched back to the linux-image-2.6.12-1-k7 which works fine.

There must be something wrong with this kernel. 

It also gave me video problems. I use a xfx nvidia 6600gt video card.
It does not work with the proprietary nvidia drivers .7667. the nvidia modules 
compile but give all sorts of errors and hang my X

I am running sid.

Mitchell



>
> The sound card is part of the motherboard, which uses an Nforce2
> chipset. In the 2.6.9 kernel I had been running, the Nforce2 audio is
> supported by the snd_intel8x0 module. But when hotplug tries to load
> the snd_intel8x0 module at boot time or I try to modprobe it manually,
> I get these errors[0]. It doesn't seem to make a difference whether I
> have other snd_ modules loaded or not (such as snd_ac97_codec).
>
> Does anyone have any suggestions for a way to fix this, or is this a
> bug in the 2.6.14 kernel?
>
> TIA,
> Jacob
>
> [0]:
> Dec  6 18:02:30 jacob kernel: snd_intel8x0: Unknown symbol
> snd_ac97_pcm_close
> Dec  6 18:02:30 jacob kernel: snd_intel8x0: Unknown symbol
> snd_ac97_resume
> Dec  6 18:02:30 jacob kernel: snd_intel8x0: Unknown symbol snd_pcm_new
> Dec  6 18:02:30 jacob kernel: snd_intel8x0: Unknown symbol
> snd_pcm_limit_hw_rate s
> Dec  6 18:02:30 jacob kernel: snd_intel8x0: Unknown symbol
> snd_card_register
> Dec  6 18:02:30 jacob kernel: snd_intel8x0: Unknown symbol
> snd_card_free
> Dec  6 18:02:30 jacob kernel: snd_intel8x0: Unknown symbol
> snd_pcm_lib_preallocate_pages_for_all
> Dec  6 18:02:30 jacob kernel: snd_intel8x0: Unknown symbol
> snd_card_proc_new
> Dec  6 18:02:30 jacob kernel: snd_intel8x0: Unknown symbol
> snd_ac97_pcm_open
> Dec  6 18:02:30 jacob kernel: snd_intel8x0: Unknown symbol
> snd_ac97_set_rate
> Dec  6 18:02:30 jacob kernel: snd_intel8x0: Unknown symbol
> snd_ac97_update_bits
> Dec  6 18:02:30 jacob kernel: snd_intel8x0: Unknown symbol
> snd_ac97_mixer
> Dec  6 18:02:30 jacob kernel: snd_intel8x0: Unknown symbol
> snd_card_pci_resume
> Dec  6 18:02:30 jacob kernel: snd_intel8x0: Unknown symbol snd_ac97_bus
> Dec  6 18:02:30 jacob kernel: snd_intel8x0: Unknown symbol
> snd_ac97_pcm_double_r ate_rules
> Dec  6 18:02:30 jacob kernel: snd_intel8x0: Unknown symbol snd_card_new
> Dec  6 18:02:30 jacob kernel: snd_intel8x0: Unknown symbol
> snd_ac97_suspend


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



usb hard drive changes from /dev/sda to /dev/sdb with sarge

2005-12-10 Thread Jason Dunsmore
once in a while (can be every couple days or every couple weeks), my
usb hard drive changes from /dev/sda to /dev/sdb, and i see this in
dmesg:


scsi11 (0:0): rejecting I/O to dead device
ReiserFS: sda1: warning: zam-7001: io error in reiserfs_find_entry
scsi11 (0:0): rejecting I/O to dead device
scsi11 (0:0): rejecting I/O to dead device
ReiserFS: sda1: warning: vs-13050: reiserfs_update_sd: i/o failure
occurred tryi
ng to update [1 2 0x0 SD] stat data
scsi11 (0:0): rejecting I/O to dead device
Buffer I/O error on device sda1, logical block 8210
lost page write due to I/O error on sda1
ReiserFS: sda1: warning: journal-837: IO error during journal replay
REISERFS: abort (device sda1): Write error while updating journal
header in flus
h_journal_list
REISERFS: Aborting journal for filesystem on sda1
scsi11 (0:0): rejecting I/O to dead device
Buffer I/O error on device sda1, logical block 2480
lost page write due to I/O error on sda1
Buffer I/O error on device sda1, logical block 2481
lost page write due to I/O error on sda1
scsi11 (0:0): rejecting I/O to dead device
Buffer I/O error on device sda1, logical block 2482
lost page write due to I/O error on sda1
scsi11 (0:0): rejecting I/O to dead device
scsi11 (0:0): rejecting I/O to dead device
ReiserFS: sda1: warning: zam-7001: io error in reiserfs_find_entry
scsi11 (0:0): rejecting I/O to dead device
ReiserFS: sda1: warning: zam-7001: io error in reiserfs_find_entry
scsi11 (0:0): rejecting I/O to dead device
ReiserFS: sdb1: found reiserfs format "3.6" with standard journal
ReiserFS: sdb1: using ordered data mode
ReiserFS: sdb1: journal params: device sdb1, size 8192, journal first
block 18, max trans len 1024, max batch 900, max commit age 30, max
trans age 30
ReiserFS: sdb1: checking transaction log (sdb1)
ReiserFS: sdb1: replayed 3 transactions in 0 seconds
ReiserFS: sdb1: Using r5 hash to sort names


after that happens, i have to remount my usb hard drive under /dev/sdb.
 after a reboot, it's at /dev/sda again. this causes all kinds of
problems, because i back up to that drive, so if it changes and i don't
catch it, my root drive gets maxed out. i'm using the prebuilt
2.6.8-2-k7 kernel with sarge.

any ideas how i can fix this?



Re: Need basic help with KDE Wallet

2005-12-10 Thread Paul E Condon
On Sat, Dec 10, 2005 at 12:50:44PM -0800, David E. Fox wrote:
> On Sat, 10 Dec 2005 12:37:28 -0700
> Paul E Condon <[EMAIL PROTECTED]> wrote:
> 
> > I was confronted recently with a request for the password of my KDE Wallet.
> > I didn't know I had one. I guessed my logon password for Debian, but that
> 
> kdewallet normally stores passwords for web pages and other secure
> places (think of your online banking password etc.)
> 
> I usually don't see any wallet icon on the kicker bar. Normally the
> wallet manager is there if there is an active wallet request, such as
> opening your personal banking webpage. Then it should bring up a window
> asking for the wallet password.
> 
> kwallet and/or kwalletmanager (the menu entry (Settings->Wallet
> Management Tool runs "kwalletmanager %u" - at least in 3.4.2) don't
> seem to do anything by themselves - both start here and immediately
> terminate, so I'm seeing the same behavior you are.

My puzzlement began when a window popped up asking for a password. I
have no recollection of setting up a password for a secure
repository. If I did, how would I recover the password, or expunge the
repository? How do I know it is working for me, and not for someone
else? I certainly don't have control over it.

-- 
Paul E Condon   
[EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Reiserfs and quotas

2005-12-10 Thread Pete Clarke

Hi all,

I am running Debian sarge on i386 with some Reiserfs partitions.
Is it still the case that Reiserfs volumes don't support quotas?

Cheers


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




More LVM2 Problems

2005-12-10 Thread Kelly Harding

Hi again,

Having spoken to people on SGI's XFS mailing list, it appears the
problem with lack of
ability of mounting isn't due to XFS after all.

But a lack of ability to read anything from /dev/3diskvolume/3diskvolume

If I try:

dd if=/dev/3diskvolume/3diskvolume of=foo bs=512 count=1 ?


The outputI get  is:

0+0 records in
0+0 records out
0 bytes (0 B) copied, 0.000688 seconds, 0.0 kB/s

Seems the device isn't set up right or something?

Ideas? suggestions?

Thanks once again in advance,

Kelly
--
System details: dual P/II-350(p/pro overdrive), 440FX Intel chipset, 
2940u2w scsi card. LVM2 volume is 3 x 36Gb SCSI drives.
begin:vcard
fn:Miss Kelly Harding
n:Harding;Kelly
adr:;;UK
email;internet:[EMAIL PROTECTED]
x-mozilla-html:FALSE
version:2.1
end:vcard



Re: gcc internal error

2005-12-10 Thread Stephen Cormier
On Saturday 10 December 2005 16:40, Marty Landman wrote:
> UNCLELEO:~# memtest86
> bash: memtest86: command not found
> UNCLELEO:~# find / -name memtest86
> UNCLELEO:~#
>
> Did above as root. Or could this indicate a hosed install?

You download from the web and burn the memtest86 iso image to CD then 
boot with it and let it run its tests.

Stephen
-- 
Debian the choice of a GNU generation

GPG Public Key: http://users.eastlink.ca/~stephencormier/publickey.asc


pgpsA8MGR8EAo.pgp
Description: PGP signature


Re: Setting local time.

2005-12-10 Thread Paul Scott

Paul Scott wrote:


Johannes Wiedersich wrote:


Paul Scott wrote:

That was ugly!  Since I have a time configuration problem I just 
tried this suggestion.  I had manually installed all my packages.  
Since I chose nothing at the install packages step it is about to 
remove some of my vital packages.



Sorry. base-config shows a menu, where you can select what to 
configure. If you select to change your package selections, it will 
just do it. Just don't select to change your package selections, if 
you don't want to change them!



I unchecked everything in the install packages section because I 
didn't want to install anything.  (I only wanted to reconfigure my 
time settings).  It was not the least bit clear that that would remove 
anything.  It looks like nothing serious was actually removed but it 
looked quite serious at the time.


I just discovered that at least xterm was removed.

Paul


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




RE: start-stop-daemon and java

2005-12-10 Thread Scott Muir
From: Almut Behrens [mailto:[EMAIL PROTECTED]
Sent: Saturday, December 10, 2005 10:01 AM
To: debian-user@lists.debian.org
Subject: Re: start-stop-daemon and java


On Fri, Dec 09, 2005 at 10:26:46PM -0800, Scott Muir wrote:
> Have a question which i think relates to s-s-d more than java but as i've
> been learning, what do i know?
>
> part of my init.d script.
> 
> APPDIR="/usr/jsyncmanager"
> APPUSER="jsync"
> ARGS="-Xmx256M -jar jsyncmanager.jar --server"
> PIDFILE="/var/run/jsyncmanager.pid"
>
> # Carry out specific functions when asked to by the system
> case "$1" in
>   start)
> echo "Starting jsyncmanager"
> start-stop-daemon -Sbm -p $PIDFILE  -c $APPUSER -d $APPDIR  -x
> "/usr/bin/java" -- $ARGS
> 
>
> this was derived from a command line
>
> java -Xmx256M -jar jsyncmanager.jar --server 2>>out2 &
>
> The problem is getting a java application to start using an init.d script,
> honouring the pidfile to keep it from running more than once (which the
> s-s-d does) but also trap stderr in a log file.
>
> if I modify $ARGS to include ...--server 2>>/home/jsync/out2.txt
>
> the out2.txt file never gets created or added to.

This is a more general problem, not particularly related to java.
Actually, there's two ways to fix this, a good one and an easy one --
the latter one first:

Generally, at the risk of sounding repetitive: try "eval" if your shell
command doesn't behave as expected... :)   (see my recent post
http://lists.debian.org/debian-user/2005/12/msg00590.html -- not saying
you should've read it, just to make clear what I'm referring to)

A simple example:

  ARGS="foo bar >stdout 2>stderr"
  echo $ARGS

is not the same as either of those

  echo foo bar >stdout 2>stderr
or
  ARGS="foo bar"
  echo $ARGS >stdout 2>stderr

If you want it to be the same, you have to write

  ARGS="foo bar >stdout 2>stderr"
  eval echo $ARGS

>From this it follows that the trivial way to fix your redirection
problem would be to either write

ARGS="-Xmx256M -jar jsyncmanager.jar --server"
...
start-stop-daemon -Sbm -p $PIDFILE  -c $APPUSER -d $APPDIR  -x
"/usr/bin/java" -- $ARGS  2>>/home/jsync/out2.txt

or

ARGS="-Xmx256M -jar jsyncmanager.jar --server 2>>/home/jsync/out2.txt"
...
eval start-stop-daemon -Sbm -p $PIDFILE  -c $APPUSER -d $APPDIR  -x
"/usr/bin/java" -- $ARGS

Although this would probably work in your specific case, the ugly
thing about it is, that redirection here does apply to the entire
start-stop-daemon command, not only to the java command being run.
If the start-stop-daemon were to write anything on stderr, it would
also end up in out2.txt.

OTOH, as you probably know, redirection operators like ">>" always need
a shell to be interpreted.  Yet, the start-stop-daemon itself is not
executing stuff via some subshell (it uses the system call execve(2)).

So, as you have it now, the last argument just gets passed through to
java, as the verbatim string "2>>/home/jsync/out2.txt", and java simply
doesn't know what to do with it...

To do it properly, you'll have to use a seperate dedicated shell, for
example like this

APPDIR="/usr/jsyncmanager"
APPUSER="jsync"
EXE=/usr/bin/java
ARGS="-Xmx256M -jar jsyncmanager.jar --server"
JCMD="exec $EXE $ARGS 2>>/home/jsync/out2.txt"
PIDFILE="/var/run/jsyncmanager.pid"

# Carry out specific functions when asked to by the system
case "$1" in
  start)
echo "Starting jsyncmanager"
start-stop-daemon -Sbm -p $PIDFILE  -c $APPUSER -d $APPDIR  -x $EXE -a
/bin/sh -- -c "$JCMD"
  ...

The remaining ugliness is that the name of the process would be
reported as "/usr/bin/java", which is not most informative, e.g.

$ /etc/init.d/jsyncmanager start
Starting jsyncmanager
/usr/bin/java already running.

One way to work around this would be to create a dummy link
/usr/bin/jsyncmanager -> /usr/bin/java, and then specify this as
the executable.

---
Almut,

I think it makes sense but wow, that is subtle.

I'll experiment and let you know how this goes.  The quick and dirty way is
what I will try to get going as the purpose of the stderr file is to
identify problems, and not to look pretty (catch start-stop-daemon messages)

So big thanks.
Scott.
--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.371 / Virus Database: 267.13.13/197 - Release Date: 12/9/2005


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Ram Not Showing

2005-12-10 Thread Hal Vaughan
On Saturday 10 December 2005 02:19 pm, Dave Ewart wrote:
> On Saturday, 10.12.2005 at 13:50 -0500, Hal Vaughan wrote:
> > > > [EMAIL PROTECTED]:thresh]$ uname -a
> > > > Linux threshnet 2.6.8-2-386 #1 Thu May 19 17:40:50 JST 2005 i686
> > > > GNU/Linux
> > > >
> > > > Hal
> > >
> > > You can't get more than about 900 MB of accessible RAM with that
> > > kernel. I'm sorry for not being clear, but I think that the stock
> > > Debian kernels were 4 GB enabled starting with 2.6.11.  So, you would
> > > need to be using a kernel from Etch or Sid.  Alternatively, you can
> > > roll your own.
> > >
> > > -Roberto
> >
> > Arrggghhh!  (Not at you -- just at the thought of rolling my own kernel
> > -- for some reason, I have *never* gotten a kernel I compiled to work
> > properly!)
>
> You don't need to: install the stock *686* 2.6 kernel from Sarge: that
> has high memory support.  The image is: kernel-image-2.6.8-2-686 - you
> currently have kernel-image-2.6.8-2-386 which is the 2.6 *installation*
> (i.e. 'safe') kernel.
>
> apt-get install kernel-image-2.6.8-2-686
>
> should do the trick.
>
> Dave.

Yep!  It did it.  There was a bit of a mess up with /boot/grub/menu.lst, since 
the (*#%&@ Adaptec card I have insists on being first in the IDE sequence.  I 
had fixed it previously, but the new menu.lst didn't have the patches.  I 
forgot about it completely until I got a File Not Found error from Grub -- 
then it was just a matter of copying the fixes over from the backup 
menu.list~ aptitude kept for me.  (I've detailed these changes on this list, 
but a search didn't turn them up -- wonder why?)

Thanks!

Hal

Current settings/info:

[EMAIL PROTECTED]:root]$ grep HIGHMEM /boot/config-2.6.8-2-386
107:CONFIG_NOHIGHMEM=y
108:# CONFIG_HIGHMEM4G is not set
109:# CONFIG_HIGHMEM64G is not set

[EMAIL PROTECTED]:root]$ uname -a
Linux threshnet 2.6.8-2-686 #1 Thu May 19 17:53:30 JST 2005 i686 GNU/Linux

[EMAIL PROTECTED]:root]$ cat /proc/meminfo
MemTotal:  2044344 kB
MemFree:   1819432 kB
Buffers:  5376 kB
Cached:  37820 kB
SwapCached:  0 kB
Active: 178600 kB
Inactive:21140 kB
HighTotal: 1146816 kB
HighFree:   949184 kB
LowTotal:   897528 kB
LowFree:870248 kB
SwapTotal:  120476 kB
SwapFree:   120476 kB
Dirty:  72 kB
Writeback:   0 kB
Mapped: 166440 kB
Slab:12284 kB
Committed_AS:   289752 kB
PageTables:760 kB
VmallocTotal:   114680 kB
VmallocUsed:  3352 kB
VmallocChunk:   110748 kB


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Soundblaster Audigy LS not working (detected OK?)

2005-12-10 Thread Dave Ewart
On Saturday, 10.12.2005 at 13:28 -0600, Hugo Vanwoerkom wrote:

> Let's make sure: this is the card with the big chip on it that says 
> "CREATIVE ca0106-dat" and at the outer edge: "Sound Blaster Live 
> 24-bit", ok?

Actually, it's this:
http://www.scan.co.uk/Products/ProductInfo.asp?WebProductID=292191

And on the Creative site:
http://www.creative.com/products/product.asp?category=1&subcategory=205&product=14257

This is sold as a "Soundblaster Audigy SE 7.1" - although lspci
identifies it as ":01:08.0 Multimedia audio controller: Creative
Labs SB Audigy LS".

Not sure this is actually the same card as you have.

> Then I tried to use it and the sound is sh*t if you pardon the 
> expression: just hickups.
> That's funny because I bought the card because I was unsure of the 
> onboard chip in my new mobo. Turns out *that* works perfectly and my 
> sure bet: *forget it*.
> 
> I did *not* disable the onboard chip.
> Just added CONFIG_SND_CA0106=M in the kernel compile.
> 
> The kernel version matters: support for this thing was added in 2.6.12?
> You did not say what kernel version you have.
> 
> Then I used alsaconf to select the chip.
> 
> But playing through it is a mess. I'd like to see what yours sounds like.

Well, I've no idea at the moment, because it won't work :-/

I've got my own build of 2.6.12 which includes the above module.

Thanks,

Dave.
-- 
Please don't CC me on list messages!
...
Dave Ewart - [EMAIL PROTECTED] - jabber: [EMAIL PROTECTED]
All email from me is now digitally signed, key from http://www.sungate.co.uk/
Fingerprint: AEC5 9360 0A35 7F66 66E9 82E4 9E10 6769 CD28 DA92



signature.asc
Description: Digital signature


Re: C++ development tool/platform

2005-12-10 Thread Hugo Vanwoerkom

Elise Huard wrote:

Hello,

Pretty basic question :
i've got to develop something in C++ on my debian.  I was wondering 
which tools you would recommend for development in C++.  On Windows i've 
worked with Borland and Eclipse (nice but slightly sloggy).
Browsing the packages yielded Kdevelop (i'm more of a gnome-fan, but 
it's a possibility), and a friend said he liked gedit, plain and simple. 
What is your experience ?  More to the point, what would the 
code-wizards amongst you recommend ?

(hope it's not vi ;-) )



I use c++ almost exclusively with Qt.

Then use any editor, I use mc.

QT has a Makefile generator.

Just run make. Current c++ is very good in pointing out your errors.
QT has great examples, I always start with those.

Many years ago I use M$ and Borland. Way too many notes. Does not need 
to be that complicated and for the trees you don't see the forest.


HTH
H


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: Need basic help with KDE Wallet

2005-12-10 Thread David E. Fox
On Sat, 10 Dec 2005 12:37:28 -0700
Paul E Condon <[EMAIL PROTECTED]> wrote:

> I was confronted recently with a request for the password of my KDE Wallet.
> I didn't know I had one. I guessed my logon password for Debian, but that

kdewallet normally stores passwords for web pages and other secure
places (think of your online banking password etc.)

I usually don't see any wallet icon on the kicker bar. Normally the
wallet manager is there if there is an active wallet request, such as
opening your personal banking webpage. Then it should bring up a window
asking for the wallet password.

kwallet and/or kwalletmanager (the menu entry (Settings->Wallet
Management Tool runs "kwalletmanager %u" - at least in 3.4.2) don't
seem to do anything by themselves - both start here and immediately
terminate, so I'm seeing the same behavior you are.


-- 

David E. Fox  Thanks for letting me
[EMAIL PROTECTED]change magnetic patterns
[EMAIL PROTECTED]   on your hard disk.
---


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: gcc internal error

2005-12-10 Thread Marty Landman

At 03:08 PM 12/10/2005, David E. Fox wrote:


Is the error repeatable - same source file, same error?


Yes, I tried a few times.


does it happen with other compiles?


Don't know yet, wanted to do Samba first.

I'd first try memtest86 - run it through and see if there are any memory 
errors found.


Heh, did I mention this was installed using the mini-iso?

UNCLELEO:~# memtest86
bash: memtest86: command not found
UNCLELEO:~# find / -name memtest86
UNCLELEO:~#

Did above as root. Or could this indicate a hosed install? I have been 
noticing problems with the cdrom for that box. I'm on a LAN so could 
reinstall maybe.


Marty


Marty Landman, Face 2 Interface Inc. 845-679-9387
Webmaster's Bulletin Board: http://bbs.face2interface.com/
Web Installed Formmail: http://face2interface.com/formINSTal  



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: C++ development tool/platform

2005-12-10 Thread Michael Ott
Hello Elise!

> Pretty basic question :
> i've got to develop something in C++ on my debian.  I was wondering which 
> tools
> you would recommend for development in C++.  On Windows i've worked with
> Borland and Eclipse (nice but slightly sloggy).
Eclipse also works an Linux! And from Borland there is also an IDE work
on Linux (http://bdn.borland.com/cpp/platforms/linux/)

> Browsing the packages yielded Kdevelop (i'm more of a gnome-fan, but it's a
> possibility), and a friend said he liked gedit, plain and simple. 
> What is your experience ?  More to the point, what would the code-wizards
> amongst you recommend ?
anjuta for example is an opensource IDE. And the greatest one for me is
vim. For others it is emacs.

> (hope it's not vi ;-) )
Vi is great because you can edit every text file, not only source code

CU
 
  Michael  
  
--   
   Michael Ott, e-mail: [EMAIL PROTECTED], www.zolnott.de   
I am registered as user #275453 with the Linux Counter, http://counter.li.org.


pgp6zfJdTlJnL.pgp
Description: PGP signature


Re: NFS shares over the internet

2005-12-10 Thread David Dawson
Paul Johnson wrote:

> On Tuesday 18 October 2005 12:05 pm, David Dawson wrote:
>> I am experimenting with NSF mounts over the internet.
>> So far,  the share works on the local network between my two local
>> machines, but only "sort of" on the remote machine.
> 
> Try setting up a VPN with the remote network and using that for
> communication
> between the two sites.  NFS might have a better shot at working well if
> it's only crossing "one" network (not to mention having NFS through a
> secure tunnel is more secure).
> 
(Following up for the record)
I installed shfsmount on both machines and this works quite well.
Thanks to Anoop
-- 
...Dave Dawson

"If you wrestle in the mud with a pig,
you both get dirty, and the pig likes it."


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: /dev/dsp missing gnome applet volume control complaining

2005-12-10 Thread Henry Hollenberg

Colin wrote:

Henry Hollenberg wrote:


When I checked for devices I see no /dev/dsp but there is a /dev/snd and
/dev/sndstat.



Load the snd_pcm_oss kernel module



Anybody else seen gnome Volume Control broken as such?



Use the alsamixergui to change volume with ALSA




That did it.  Thanks Colin. I poked around in 
/usr/src/kernel/Documentation/sound
and found some references as well.  Takes awhile to become a guru

hgh.



--
Henry Hollenberg
[EMAIL PROTECTED]


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: gcc internal error

2005-12-10 Thread David E. Fox
On Fri, 09 Dec 2005 12:53:23 -0500
Marty Landman <[EMAIL PROTECTED]> wrote:

> I've recently installed Woody on an old PC - 166Mhz w/ 2.5 GB hd. Am trying 
> to get Samba installed from the source; after doing ./configure, apparently 

Woody is a bit old - you might do well to install (sarge) stable at this
point.

> gcc: Internal compiler error: program cc1 got fatal signal 11
> make: *** [rpc_parse/parse_rpc.po] Error 1

Is the error repeatable - same source file, same error? Either that, or
does it happen with other compiles? Either way, you could be
experiencing memory issues or other hardware problems. gcc 'internal
compiler error' is an indicator (at times) of RAM issues.

I'd first try memtest86 - run it through and see if there are any
memory errors found.

-- 

David E. Fox  Thanks for letting me
[EMAIL PROTECTED]change magnetic patterns
[EMAIL PROTECTED]   on your hard disk.
---


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



gcc-4.0-base version probs

2005-12-10 Thread michael
I've started getting lots of unresolved dependencies relating to
gcc-4.0-base being a different version to that expected (see below).
This is on an unstable kernel:
$ uname -a
Linux manchester-campaigns 2.6.11-1-k7 #1 Mon Jun 20 21:26:23 MDT 2005
i686 GNU/Linux

I can't see anything in the BTS but would anybody be kind enough to help
me out (signpost me)? Thanks, Michael

$ sudo apt-get install cupsys
Reading package lists... Done
Building dependency tree... Done
You might want to run ‘apt-get -f install’ to correct these:
The following packages have unmet dependencies:
  cupsys: Depends: xpdf-utils but it is not going to be installed
  gij-4.0: Depends: gcc-4.0-base (= 4.0.2-4) but 4.0.2-5 is to be
installed
  libgcj6: Depends: gcc-4.0-base (= 4.0.2-4) but 4.0.2-5 is to be
installed
  libstdc++6: Depends: gcc-4.0-base (= 4.0.2-4) but 4.0.2-5 is to be
installed
E: Unmet dependencies. Try ‘apt-get -f install’ with no packages (or
specify a solution).




C++ development tool/platform

2005-12-10 Thread Elise Huard
Hello,

Pretty basic question : 
i've got to develop something in C++ on my debian.  I was
wondering which tools you would recommend for development in C++. 
On Windows i've worked with Borland and Eclipse (nice but slightly
sloggy). 
Browsing the packages yielded Kdevelop (i'm more of a gnome-fan, but
it's a possibility), and a friend said he liked gedit, plain and
simple.  
What is your experience ?  More to the point, what would the code-wizards amongst you recommend ?
(hope it's not vi ;-) )

Elise

PS : only just subscribed to this list, and already a nigerian scam ... impressed.   
(this is a disposable mail address, fortunately)


iBELGIQUE
exprimez-vous !

Re: Soundblaster Audigy LS not working (detected OK?)

2005-12-10 Thread Hugo Vanwoerkom

Dave Ewart wrote:

I have an onboard VIA sound chip which I am upgrading to a Soundblaster
Audigy LS PCI card - I have disabled the VIA onboard chip in BIOS and am
trying to get the Audigy card to work.  No luck...

The card uses the snd-ca0106 driver, which is compiled as a module in my
kernel.  I used 'alsaconf' to set it up:

It told me:

"Following card(s) are found on your system:
ca0106 Creative Labs SB Audigy LS"

which seems promising.

The following screens seems to show success, but when it tries to load
the driver at the end, the following appears after "Loading driver", but
before "Setting volumes":

ACPI: PCI Interrupt :01:08.0[A] -> Link [LNK3] -> GSI 5 (level, low) -> 
IRQ 5
Model 100a Rev  Serial 100a1102
AC'97 0 does not respond - RESET
AC'97 0 access is not valid [0x0], removing mixer.
CA0106: probe of :01:08.0 failed with error -5

and sound won't work, even after a reboot.

Some ALSA info:

# cat /proc/asound/cards 
--- no soundcards ---
# cat /proc/asound/devices 
 33:   : timer
# cat /proc/asound/version 
Advanced Linux Sound Architecture Driver Version 1.0.9rc2  (Thu Mar 24 10:33:39 2005 UTC).


(Apparently relevant) modules loaded at this stage:

Module  Size  Used by
snd_ca0106 30820  0 
snd_ac97_codec 82488  1 snd_ca0106
snd_pcm_oss54560  0 
snd_mixer_oss  19904  1 snd_pcm_oss

snd_pcm96008  3 snd_ca0106,snd_ac97_codec,snd_pcm_oss
snd_timer  26372  1 snd_pcm
snd55588  7 
snd_ca0106,snd_ac97_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer
soundcore  10400  1 snd
snd_page_alloc  9924  2 snd_ca0106,snd_pcm
[...]



Let's make sure: this is the card with the big chip on it that says 
"CREATIVE ca0106-dat" and at the outer edge: "Sound Blaster Live 
24-bit", ok?


Then I tried to use it and the sound is sh*t if you pardon the 
expression: just hickups.
That's funny because I bought the card because I was unsure of the 
onboard chip in my new mobo. Turns out *that* works perfectly and my 
sure bet: *forget it*.


I did *not* disable the onboard chip.
Just added CONFIG_SND_CA0106=M in the kernel compile.

The kernel version matters: support for this thing was added in 2.6.12?
You did not say what kernel version you have.

Then I used alsaconf to select the chip.

But playing through it is a mess. I'd like to see what yours sounds like.

H








--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: Need basic help with KDE Wallet, added question

2005-12-10 Thread Paul E Condon
On Sat, Dec 10, 2005 at 12:37:28PM -0700, Paul E Condon wrote:
> I was confronted recently with a request for the password of my KDE Wallet.
> I didn't know I had one. I guessed my logon password for Debian, but that
> didn't seem to work ("seem" because I had no idea why the request was made,
> or by what module). I decided to try to undersand, but I am confused.
> 
> The KDE documentation describes a "KWallet Manager", but that offers 
> instructions
> which I cannot follow without some help. For example, under heading
> "The KWallet Manager Context Menu", the first line is:
> 
> Right clicking on a wallet offers the following functions:
> 
> This seems to inply that a wallet is represented by a visible icon, but I
> can't find one to right-click on. What am I missing?
> 
> The KDE control center tells me that there already exists a wallet named
> "kdewallet" and gives me an opportunity to create a new wallet. But it
> does not seem to give me access to this wallet. How do I learn the contents
> of a wallet? Again, I think there must be an icon somewhere, but I can't
> find it.
> 
> The KDE Wallet Manager seems to have the file name kwallet. I can find this
> in the settings menu, but clicking on it doesn't seem to start anything.
> Or maybe it starts and aborts too quickly for me to see. How do I start
> KWallet Manager independent of a specific wallet? Is this a meaningful
> question within the KDE conceptual universe?
> 
> If it is very obvious, please be gentle.

KWallet Manager docs also say that "A system tray icon indicates that a 
wallet is open." What is the system tray? I can't find a definition or
an example image. 

-- 
Paul E Condon   
[EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Ram Not Showing

2005-12-10 Thread Gene Heskett
On Saturday 10 December 2005 14:43, Dave Ewart wrote:
>On Saturday, 10.12.2005 at 14:40 -0500, Gene Heskett wrote:
>> > > [The Fix.]
>> >
>> >Good catch.  I didn't even notice that.
>>
>> Me either, duh.
>
>Well, if you guys can return the favour by helping to get my
> soundcard working - see the thread about the "Audigy LS" - that'd be
> great. :-)
>
>:-)
>
>Dave.

Unforch, I don't happen to have one of them puppies, Dave.  Sorry.

-- 
Cheers, Gene
People having trouble with vz bouncing email to me should use this
address: <[EMAIL PROTECTED]> which bypasses vz's
stupid bounce rules.  I do use spamassassin too. :-)
Yahoo.com and AOL/TW attorneys please note, additions to the above
message by Gene Heskett are:
Copyright 2005 by Maurice Eugene Heskett, all rights reserved.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Ram Not Showing

2005-12-10 Thread Marc Shapiro

Roberto C. Sanchez wrote:

Hal Vaughan wrote:



[EMAIL PROTECTED]:root$ grep HIGHMEM /boot/config-2.6.8-2-386
CONFIG_NOHIGHMEM=y


  ^^


# CONFIG_HIGHMEM4G is not set
# CONFIG_HIGHMEM64G is not set'

[EMAIL PROTECTED]:thresh]$ uname -a
Linux threshnet 2.6.8-2-386 #1 Thu May 19 17:40:50 JST 2005 i686 GNU/Linux

Hal





You can't get more than about 900 MB of accessible RAM with that kernel.
 I'm sorry for not being clear, but I think that the stock Debian
kernels were 4 GB enabled starting with 2.6.11.  So, you would need to
be using a kernel from Etch or Sid.  Alternatively, you can roll your own.

-Roberto



My stock Debian 2.6.7 kernel IS set for HIGHMEM4G:

[EMAIL PROTECTED]:~/meadery/gallery$ grep HIGHMEM /boot/config-2.6.7-1-k7
# CONFIG_NOHIGHMEM is not set
CONFIG_HIGHMEM4G=y
# CONFIG_HIGHMEM64G is not set
CONFIG_HIGHMEM=y

So I guess that I am OK if I buy the extra memory that I was thinking 
of.  I find it curious that some are set one way and some the other. 
Could it be because I am using a k7 kernel?


--
Marc Shapiro
[EMAIL PROTECTED]


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: Ram Not Showing

2005-12-10 Thread Dave Ewart
On Saturday, 10.12.2005 at 14:40 -0500, Gene Heskett wrote:

> > > [The Fix.]
> >
> >Good catch.  I didn't even notice that.
> 
> Me either, duh.

Well, if you guys can return the favour by helping to get my soundcard
working - see the thread about the "Audigy LS" - that'd be great. :-)
:-)

Dave.
-- 
Please don't CC me on list messages!
...
Dave Ewart - [EMAIL PROTECTED] - jabber: [EMAIL PROTECTED]
All email from me is now digitally signed, key from http://www.sungate.co.uk/
Fingerprint: AEC5 9360 0A35 7F66 66E9 82E4 9E10 6769 CD28 DA92



signature.asc
Description: Digital signature


Re: Ram Not Showing

2005-12-10 Thread Gene Heskett
On Saturday 10 December 2005 14:32, Roberto C. Sanchez wrote:
>Dave Ewart wrote:
>> On Saturday, 10.12.2005 at 13:50 -0500, Hal Vaughan wrote:
>[EMAIL PROTECTED]:thresh]$ uname -a
>Linux threshnet 2.6.8-2-386 #1 Thu May 19 17:40:50 JST 2005 i686
>GNU/Linux
>
>Hal

You can't get more than about 900 MB of accessible RAM with that
 kernel. I'm sorry for not being clear, but I think that the stock
 Debian kernels were 4 GB enabled starting with 2.6.11.  So, you
 would need to be using a kernel from Etch or Sid.  Alternatively,
 you can roll your own.

-Roberto
>>>
>>>Arrggghhh!  (Not at you -- just at the thought of rolling my own
>>> kernel -- for some reason, I have *never* gotten a kernel I
>>> compiled to work properly!)
>>
>> You don't need to: install the stock *686* 2.6 kernel from Sarge:
>> that has high memory support.  The image is:
>> kernel-image-2.6.8-2-686 - you currently have
>> kernel-image-2.6.8-2-386 which is the 2.6 *installation* (i.e.
>> 'safe') kernel.
>>
>> apt-get install kernel-image-2.6.8-2-686
>>
>> should do the trick.
>>
>> Dave.
>
>Good catch.  I didn't even notice that.

Me either, duh.

>-Roberto

-- 
Cheers, Gene
People having trouble with vz bouncing email to me should use this
address: <[EMAIL PROTECTED]> which bypasses vz's
stupid bounce rules.  I do use spamassassin too. :-)
Yahoo.com and AOL/TW attorneys please note, additions to the above
message by Gene Heskett are:
Copyright 2005 by Maurice Eugene Heskett, all rights reserved.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Need basic help with KDE Wallet

2005-12-10 Thread Paul E Condon
I was confronted recently with a request for the password of my KDE Wallet.
I didn't know I had one. I guessed my logon password for Debian, but that
didn't seem to work ("seem" because I had no idea why the request was made,
or by what module). I decided to try to undersand, but I am confused.

The KDE documentation describes a "KWallet Manager", but that offers 
instructions
which I cannot follow without some help. For example, under heading
"The KWallet Manager Context Menu", the first line is:

Right clicking on a wallet offers the following functions:

This seems to inply that a wallet is represented by a visible icon, but I
can't find one to right-click on. What am I missing?

The KDE control center tells me that there already exists a wallet named
"kdewallet" and gives me an opportunity to create a new wallet. But it
does not seem to give me access to this wallet. How do I learn the contents
of a wallet? Again, I think there must be an icon somewhere, but I can't
find it.

The KDE Wallet Manager seems to have the file name kwallet. I can find this
in the settings menu, but clicking on it doesn't seem to start anything.
Or maybe it starts and aborts too quickly for me to see. How do I start
KWallet Manager independent of a specific wallet? Is this a meaningful
question within the KDE conceptual universe?

If it is very obvious, please be gentle.
-- 
Paul E Condon   
[EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Ram Not Showing

2005-12-10 Thread Roberto C. Sanchez
Dave Ewart wrote:
> On Saturday, 10.12.2005 at 13:50 -0500, Hal Vaughan wrote:
> 
> 
[EMAIL PROTECTED]:thresh]$ uname -a
Linux threshnet 2.6.8-2-386 #1 Thu May 19 17:40:50 JST 2005 i686
GNU/Linux

Hal
>>>
>>>You can't get more than about 900 MB of accessible RAM with that kernel.
>>> I'm sorry for not being clear, but I think that the stock Debian
>>>kernels were 4 GB enabled starting with 2.6.11.  So, you would need to
>>>be using a kernel from Etch or Sid.  Alternatively, you can roll your own.
>>>
>>>-Roberto
>>
>>Arrggghhh!  (Not at you -- just at the thought of rolling my own kernel -- 
>>for 
>>some reason, I have *never* gotten a kernel I compiled to work properly!)
> 
> 
> You don't need to: install the stock *686* 2.6 kernel from Sarge: that
> has high memory support.  The image is: kernel-image-2.6.8-2-686 - you
> currently have kernel-image-2.6.8-2-386 which is the 2.6 *installation*
> (i.e. 'safe') kernel.
> 
> apt-get install kernel-image-2.6.8-2-686
> 
> should do the trick.
> 
> Dave.

Good catch.  I didn't even notice that.

-Roberto

-- 
Roberto C. Sanchez
http://familiasanchez.net/~roberto


signature.asc
Description: OpenPGP digital signature


Re: Soundblaster Audigy LS not working (detected OK?)

2005-12-10 Thread Dave Ewart
Additional info:

# lspci -v
[...]
:01:08.0 Multimedia audio controller: Creative Labs SB Audigy LS
Subsystem: Creative Labs: Unknown device 100a
Flags: medium devsel, IRQ 5
I/O ports at df00 [size=32]
Capabilities: [dc] Power Management version 2
[...]

Dave.
-- 
Please don't CC me on list messages!
...
Dave Ewart - [EMAIL PROTECTED] - jabber: [EMAIL PROTECTED]
All email from me is now digitally signed, key from http://www.sungate.co.uk/
Fingerprint: AEC5 9360 0A35 7F66 66E9 82E4 9E10 6769 CD28 DA92



signature.asc
Description: Digital signature


Re: Ram Not Showing

2005-12-10 Thread Dave Ewart
On Saturday, 10.12.2005 at 13:50 -0500, Hal Vaughan wrote:

> > > [EMAIL PROTECTED]:thresh]$ uname -a
> > > Linux threshnet 2.6.8-2-386 #1 Thu May 19 17:40:50 JST 2005 i686
> > > GNU/Linux
> > >
> > > Hal
> >
> > You can't get more than about 900 MB of accessible RAM with that kernel.
> >  I'm sorry for not being clear, but I think that the stock Debian
> > kernels were 4 GB enabled starting with 2.6.11.  So, you would need to
> > be using a kernel from Etch or Sid.  Alternatively, you can roll your own.
> >
> > -Roberto
> 
> Arrggghhh!  (Not at you -- just at the thought of rolling my own kernel -- 
> for 
> some reason, I have *never* gotten a kernel I compiled to work properly!)

You don't need to: install the stock *686* 2.6 kernel from Sarge: that
has high memory support.  The image is: kernel-image-2.6.8-2-686 - you
currently have kernel-image-2.6.8-2-386 which is the 2.6 *installation*
(i.e. 'safe') kernel.

apt-get install kernel-image-2.6.8-2-686

should do the trick.

Dave.
-- 
Please don't CC me on list messages!
...
Dave Ewart - [EMAIL PROTECTED] - jabber: [EMAIL PROTECTED]
All email from me is now digitally signed, key from http://www.sungate.co.uk/
Fingerprint: AEC5 9360 0A35 7F66 66E9 82E4 9E10 6769 CD28 DA92



signature.asc
Description: Digital signature


Soundblaster Audigy LS not working (detected OK?)

2005-12-10 Thread Dave Ewart
I have an onboard VIA sound chip which I am upgrading to a Soundblaster
Audigy LS PCI card - I have disabled the VIA onboard chip in BIOS and am
trying to get the Audigy card to work.  No luck...

The card uses the snd-ca0106 driver, which is compiled as a module in my
kernel.  I used 'alsaconf' to set it up:

It told me:

"Following card(s) are found on your system:
ca0106 Creative Labs SB Audigy LS"

which seems promising.

The following screens seems to show success, but when it tries to load
the driver at the end, the following appears after "Loading driver", but
before "Setting volumes":

ACPI: PCI Interrupt :01:08.0[A] -> Link [LNK3] -> GSI 5 (level, low) -> 
IRQ 5
Model 100a Rev  Serial 100a1102
AC'97 0 does not respond - RESET
AC'97 0 access is not valid [0x0], removing mixer.
CA0106: probe of :01:08.0 failed with error -5

and sound won't work, even after a reboot.

Some ALSA info:

# cat /proc/asound/cards 
--- no soundcards ---
# cat /proc/asound/devices 
 33:   : timer
# cat /proc/asound/version 
Advanced Linux Sound Architecture Driver Version 1.0.9rc2  (Thu Mar 24 10:33:39 
2005 UTC).

(Apparently relevant) modules loaded at this stage:

Module  Size  Used by
snd_ca0106 30820  0 
snd_ac97_codec 82488  1 snd_ca0106
snd_pcm_oss54560  0 
snd_mixer_oss  19904  1 snd_pcm_oss
snd_pcm96008  3 snd_ca0106,snd_ac97_codec,snd_pcm_oss
snd_timer  26372  1 snd_pcm
snd55588  7 
snd_ca0106,snd_ac97_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer
soundcore  10400  1 snd
snd_page_alloc  9924  2 snd_ca0106,snd_pcm
[...]

What's wrong here?  Any suggestions?

Dave.
-- 
Dave Ewart - [EMAIL PROTECTED] - jabber: [EMAIL PROTECTED]
All email from me is now digitally signed, key from http://www.sungate.co.uk/
Fingerprint: AEC5 9360 0A35 7F66 66E9 82E4 9E10 6769 CD28 DA92



signature.asc
Description: Digital signature


Re: Ram Not Showing

2005-12-10 Thread Roberto C. Sanchez
Hal Vaughan wrote:
> 
> Arrggghhh!  (Not at you -- just at the thought of rolling my own kernel -- 
> for 
> some reason, I have *never* gotten a kernel I compiled to work properly!)
> 
> Okay.  I've forgotten how, but it's just a little Googling or some man pages 
> to remember how to grab a package from Etch on a Sarge system.  But that's 
> something I can handle -- however, if I start using a kernel from Etch or 
> Sid, will that create any kind of dependency issues?  This is a production 
> box, and I want to keep it stable so I don't have to worry about maintaining 
> it.
> 
> Thanks!
> 
> Hal
> 
> 
I would start here:

http://newbiedoc.sourceforge.net/system/kernel-pkg.html

Then take the config from the 2.6.8-2 kernel you are currently running
and use that for the "oldconfig" step.  Then, go in there and change the
HIGHMEM support options.  I am guessing that your machine currently runs
well with the 2.6.8 kernel.  If so, no sense in upsetting the balance.

-Roberto

-- 
Roberto C. Sanchez
http://familiasanchez.net/~roberto


signature.asc
Description: OpenPGP digital signature


Kernel 2.6.14-2-k7 and Nforce2 audio problems

2005-12-10 Thread Jacob S
Howdy list,

I recently apt-get installed linux-image-2.6.14-2-k7 so that I would
have a recent enough kernel for udev (running Debian Unstable). Yes,
I'm just now trying to take the plunge and upgrade to udev. But before
I could start learning udev, I found the 2.6.14 kernel isn't loading
the drivers for my sound card properly.

The sound card is part of the motherboard, which uses an Nforce2
chipset. In the 2.6.9 kernel I had been running, the Nforce2 audio is
supported by the snd_intel8x0 module. But when hotplug tries to load
the snd_intel8x0 module at boot time or I try to modprobe it manually,
I get these errors[0]. It doesn't seem to make a difference whether I
have other snd_ modules loaded or not (such as snd_ac97_codec). 

Does anyone have any suggestions for a way to fix this, or is this a
bug in the 2.6.14 kernel?

TIA,
Jacob

[0]:
Dec  6 18:02:30 jacob kernel: snd_intel8x0: Unknown symbol
snd_ac97_pcm_close 
Dec  6 18:02:30 jacob kernel: snd_intel8x0: Unknown symbol
snd_ac97_resume 
Dec  6 18:02:30 jacob kernel: snd_intel8x0: Unknown symbol snd_pcm_new 
Dec  6 18:02:30 jacob kernel: snd_intel8x0: Unknown symbol
snd_pcm_limit_hw_rate s
Dec  6 18:02:30 jacob kernel: snd_intel8x0: Unknown symbol
snd_card_register 
Dec  6 18:02:30 jacob kernel: snd_intel8x0: Unknown symbol
snd_card_free 
Dec  6 18:02:30 jacob kernel: snd_intel8x0: Unknown symbol
snd_pcm_lib_preallocate_pages_for_all
Dec  6 18:02:30 jacob kernel: snd_intel8x0: Unknown symbol
snd_card_proc_new 
Dec  6 18:02:30 jacob kernel: snd_intel8x0: Unknown symbol
snd_ac97_pcm_open 
Dec  6 18:02:30 jacob kernel: snd_intel8x0: Unknown symbol
snd_ac97_set_rate 
Dec  6 18:02:30 jacob kernel: snd_intel8x0: Unknown symbol
snd_ac97_update_bits 
Dec  6 18:02:30 jacob kernel: snd_intel8x0: Unknown symbol
snd_ac97_mixer 
Dec  6 18:02:30 jacob kernel: snd_intel8x0: Unknown symbol
snd_card_pci_resume 
Dec  6 18:02:30 jacob kernel: snd_intel8x0: Unknown symbol snd_ac97_bus 
Dec  6 18:02:30 jacob kernel: snd_intel8x0: Unknown symbol
snd_ac97_pcm_double_r ate_rules 
Dec  6 18:02:30 jacob kernel: snd_intel8x0: Unknown symbol snd_card_new 
Dec  6 18:02:30 jacob kernel: snd_intel8x0: Unknown symbol
snd_ac97_suspend


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Ram Not Showing

2005-12-10 Thread Hal Vaughan
On Saturday 10 December 2005 01:42 pm, Roberto C. Sanchez wrote:
> Hal Vaughan wrote:
> > On Saturday 10 December 2005 01:18 pm, Roberto C. Sanchez wrote:
> >>Hal Vaughan wrote:
> >>>It's running the stock 2.6 kernel from Sarge already.
> >>>
> >>>Hal
> >>
> >>Interesting, what happens when you run `grep HIGHMEM
> >>/boot/config- >>
> >>-Roberto
> >
> > [EMAIL PROTECTED]:root$ grep HIGHMEM /boot/config-2.6.8-2-386
> > CONFIG_NOHIGHMEM=y
>
>   ^^
>
> > # CONFIG_HIGHMEM4G is not set
> > # CONFIG_HIGHMEM64G is not set'
> >
> > [EMAIL PROTECTED]:thresh]$ uname -a
> > Linux threshnet 2.6.8-2-386 #1 Thu May 19 17:40:50 JST 2005 i686
> > GNU/Linux
> >
> > Hal
>
> You can't get more than about 900 MB of accessible RAM with that kernel.
>  I'm sorry for not being clear, but I think that the stock Debian
> kernels were 4 GB enabled starting with 2.6.11.  So, you would need to
> be using a kernel from Etch or Sid.  Alternatively, you can roll your own.
>
> -Roberto

Arrggghhh!  (Not at you -- just at the thought of rolling my own kernel -- for 
some reason, I have *never* gotten a kernel I compiled to work properly!)

Okay.  I've forgotten how, but it's just a little Googling or some man pages 
to remember how to grab a package from Etch on a Sarge system.  But that's 
something I can handle -- however, if I start using a kernel from Etch or 
Sid, will that create any kind of dependency issues?  This is a production 
box, and I want to keep it stable so I don't have to worry about maintaining 
it.

Thanks!

Hal


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Ram Not Showing

2005-12-10 Thread Roberto C. Sanchez
Hal Vaughan wrote:
> On Saturday 10 December 2005 01:18 pm, Roberto C. Sanchez wrote:
> 
>>Hal Vaughan wrote:
>>
>>>It's running the stock 2.6 kernel from Sarge already.
>>>
>>>Hal
>>
>>Interesting, what happens when you run `grep HIGHMEM
>>/boot/config->
>>-Roberto
> 
> 
> [EMAIL PROTECTED]:root$ grep HIGHMEM /boot/config-2.6.8-2-386
> CONFIG_NOHIGHMEM=y
  ^^
> # CONFIG_HIGHMEM4G is not set
> # CONFIG_HIGHMEM64G is not set'
> 
> [EMAIL PROTECTED]:thresh]$ uname -a
> Linux threshnet 2.6.8-2-386 #1 Thu May 19 17:40:50 JST 2005 i686 GNU/Linux
> 
> Hal
> 
> 

You can't get more than about 900 MB of accessible RAM with that kernel.
 I'm sorry for not being clear, but I think that the stock Debian
kernels were 4 GB enabled starting with 2.6.11.  So, you would need to
be using a kernel from Etch or Sid.  Alternatively, you can roll your own.

-Roberto

-- 
Roberto C. Sanchez
http://familiasanchez.net/~roberto


signature.asc
Description: OpenPGP digital signature


Re: Ram Not Showing

2005-12-10 Thread Hal Vaughan
On Saturday 10 December 2005 01:18 pm, Roberto C. Sanchez wrote:
> Hal Vaughan wrote:
> > It's running the stock 2.6 kernel from Sarge already.
> >
> > Hal
>
> Interesting, what happens when you run `grep HIGHMEM
> /boot/config-
> -Roberto

[EMAIL PROTECTED]:root$ grep HIGHMEM /boot/config-2.6.8-2-386
CONFIG_NOHIGHMEM=y
# CONFIG_HIGHMEM4G is not set
# CONFIG_HIGHMEM64G is not set'

[EMAIL PROTECTED]:thresh]$ uname -a
Linux threshnet 2.6.8-2-386 #1 Thu May 19 17:40:50 JST 2005 i686 GNU/Linux

Hal


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Ram Not Showing

2005-12-10 Thread Roberto C. Sanchez
Hal Vaughan wrote:
> 
> It's running the stock 2.6 kernel from Sarge already.
> 
> Hal
> 
> 

Interesting, what happens when you run `grep HIGHMEM
/boot/config-http://familiasanchez.net/~roberto


signature.asc
Description: OpenPGP digital signature


Re: Ram Not Showing

2005-12-10 Thread Hal Vaughan
On Saturday 10 December 2005 12:17 pm, Roberto C. Sanchez wrote:
> Hal Vaughan wrote:
> > I had 1.5 GB  (333 Mhz) in a system running Sarge with a 2.6 kernel and
> > all of it was used.  I've just replaced the .5 GB stick with a 1 GB
> > stick, giving me 2 GB of RAM.  When I boot, the motherboard reports 2 GB,
> > but when I check:
> >
> > [EMAIL PROTECTED]:root]$ cat /proc/meminfo
> > MemTotal:   906736 kB
> > MemFree:685608 kB
> > Buffers:  5288 kB
> > Cached:  36948 kB
> > SwapCached:  0 kB
> > Active: 177848 kB
> > Inactive:20896 kB
> > HighTotal:   0 kB
> > HighFree:0 kB
> > LowTotal:   906736 kB
> > LowFree:685608 kB
> > SwapTotal:  120476 kB
> > SwapFree:   120476 kB
> > Dirty:1564 kB
> > Writeback:   0 kB
> > Mapped: 166400 kB
> > Slab:12468 kB
> > Committed_AS:   289708 kB
> > PageTables:760 kB
> > VmallocTotal:   122800 kB
> > VmallocUsed:  3012 kB
> > VmallocChunk:   119324 kB
> >
> > The motherboard uses onboard RAM for the onboard video, but that still
> > doesn't explain why the motherboard reports 2GB and Linux seems to be
> > using less than 1 GB of RAM.  I'm actually better off with the .5GB stick
> > in place of the 1GB stick.  What can I do to get Linux to use all the
> > RAM?
> >
> > Thanks!
> >
> > Hal
>
> Use a kernel that is 4GB enabled (CONFIG_HIGHMEM4G=y), such as any stock
> 2.6 Debian kernel.

It's running the stock 2.6 kernel from Sarge already.

Hal


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: start-stop-daemon and java

2005-12-10 Thread Almut Behrens
On Fri, Dec 09, 2005 at 10:26:46PM -0800, Scott Muir wrote:
> Have a question which i think relates to s-s-d more than java but as i've
> been learning, what do i know?
> 
> part of my init.d script.
> 
> APPDIR="/usr/jsyncmanager"
> APPUSER="jsync"
> ARGS="-Xmx256M -jar jsyncmanager.jar --server"
> PIDFILE="/var/run/jsyncmanager.pid"
> 
> # Carry out specific functions when asked to by the system
> case "$1" in
>   start)
> echo "Starting jsyncmanager"
> start-stop-daemon -Sbm -p $PIDFILE  -c $APPUSER -d $APPDIR  -x
> "/usr/bin/java" -- $ARGS
> 
> 
> this was derived from a command line
> 
> java -Xmx256M -jar jsyncmanager.jar --server 2>>out2 &
> 
> The problem is getting a java application to start using an init.d script,
> honouring the pidfile to keep it from running more than once (which the
> s-s-d does) but also trap stderr in a log file.
> 
> if I modify $ARGS to include ...--server 2>>/home/jsync/out2.txt
> 
> the out2.txt file never gets created or added to.

This is a more general problem, not particularly related to java.
Actually, there's two ways to fix this, a good one and an easy one --
the latter one first:

Generally, at the risk of sounding repetitive: try "eval" if your shell
command doesn't behave as expected... :)   (see my recent post
http://lists.debian.org/debian-user/2005/12/msg00590.html -- not saying
you should've read it, just to make clear what I'm referring to)

A simple example:

  ARGS="foo bar >stdout 2>stderr"
  echo $ARGS

is not the same as either of those

  echo foo bar >stdout 2>stderr
or
  ARGS="foo bar"
  echo $ARGS >stdout 2>stderr

If you want it to be the same, you have to write

  ARGS="foo bar >stdout 2>stderr"
  eval echo $ARGS

>From this it follows that the trivial way to fix your redirection
problem would be to either write

ARGS="-Xmx256M -jar jsyncmanager.jar --server"
...
start-stop-daemon -Sbm -p $PIDFILE  -c $APPUSER -d $APPDIR  -x 
"/usr/bin/java" -- $ARGS  2>>/home/jsync/out2.txt

or

ARGS="-Xmx256M -jar jsyncmanager.jar --server 2>>/home/jsync/out2.txt"
...
eval start-stop-daemon -Sbm -p $PIDFILE  -c $APPUSER -d $APPDIR  -x 
"/usr/bin/java" -- $ARGS

Although this would probably work in your specific case, the ugly
thing about it is, that redirection here does apply to the entire
start-stop-daemon command, not only to the java command being run.
If the start-stop-daemon were to write anything on stderr, it would
also end up in out2.txt. 

OTOH, as you probably know, redirection operators like ">>" always need
a shell to be interpreted.  Yet, the start-stop-daemon itself is not
executing stuff via some subshell (it uses the system call execve(2)). 

So, as you have it now, the last argument just gets passed through to
java, as the verbatim string "2>>/home/jsync/out2.txt", and java simply
doesn't know what to do with it... 

To do it properly, you'll have to use a seperate dedicated shell, for
example like this

APPDIR="/usr/jsyncmanager"
APPUSER="jsync"
EXE=/usr/bin/java
ARGS="-Xmx256M -jar jsyncmanager.jar --server"
JCMD="exec $EXE $ARGS 2>>/home/jsync/out2.txt"
PIDFILE="/var/run/jsyncmanager.pid"

# Carry out specific functions when asked to by the system
case "$1" in
  start)
echo "Starting jsyncmanager"
start-stop-daemon -Sbm -p $PIDFILE  -c $APPUSER -d $APPDIR  -x $EXE -a 
/bin/sh -- -c "$JCMD"
  ...

The remaining ugliness is that the name of the process would be
reported as "/usr/bin/java", which is not most informative, e.g.

$ /etc/init.d/jsyncmanager start
Starting jsyncmanager
/usr/bin/java already running.

One way to work around this would be to create a dummy link
/usr/bin/jsyncmanager -> /usr/bin/java, and then specify this as
the executable.

Also, in case you're still having problems, make sure the java-related
environment settings are identical to what you have when you run the
command normally...

Cheers,
Almut


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Ram Not Showing

2005-12-10 Thread Roberto C. Sanchez
Hal Vaughan wrote:
> I had 1.5 GB  (333 Mhz) in a system running Sarge with a 2.6 kernel and all 
> of 
> it was used.  I've just replaced the .5 GB stick with a 1 GB stick, giving me 
> 2 GB of RAM.  When I boot, the motherboard reports 2 GB, but when I check:
> 
> [EMAIL PROTECTED]:root]$ cat /proc/meminfo
> MemTotal:   906736 kB
> MemFree:685608 kB
> Buffers:  5288 kB
> Cached:  36948 kB
> SwapCached:  0 kB
> Active: 177848 kB
> Inactive:20896 kB
> HighTotal:   0 kB
> HighFree:0 kB
> LowTotal:   906736 kB
> LowFree:685608 kB
> SwapTotal:  120476 kB
> SwapFree:   120476 kB
> Dirty:1564 kB
> Writeback:   0 kB
> Mapped: 166400 kB
> Slab:12468 kB
> Committed_AS:   289708 kB
> PageTables:760 kB
> VmallocTotal:   122800 kB
> VmallocUsed:  3012 kB
> VmallocChunk:   119324 kB
> 
> The motherboard uses onboard RAM for the onboard video, but that still 
> doesn't 
> explain why the motherboard reports 2GB and Linux seems to be using less than 
> 1 GB of RAM.  I'm actually better off with the .5GB stick in place of the 1GB 
> stick.  What can I do to get Linux to use all the RAM?
> 
> Thanks!
> 
> Hal
> 
> 

Use a kernel that is 4GB enabled (CONFIG_HIGHMEM4G=y), such as any stock
2.6 Debian kernel.

-Roberto

-- 
Roberto C. Sanchez
http://familiasanchez.net/~roberto


signature.asc
Description: OpenPGP digital signature


Ram Not Showing

2005-12-10 Thread Hal Vaughan
I had 1.5 GB  (333 Mhz) in a system running Sarge with a 2.6 kernel and all of 
it was used.  I've just replaced the .5 GB stick with a 1 GB stick, giving me 
2 GB of RAM.  When I boot, the motherboard reports 2 GB, but when I check:

[EMAIL PROTECTED]:root]$ cat /proc/meminfo
MemTotal:   906736 kB
MemFree:685608 kB
Buffers:  5288 kB
Cached:  36948 kB
SwapCached:  0 kB
Active: 177848 kB
Inactive:20896 kB
HighTotal:   0 kB
HighFree:0 kB
LowTotal:   906736 kB
LowFree:685608 kB
SwapTotal:  120476 kB
SwapFree:   120476 kB
Dirty:1564 kB
Writeback:   0 kB
Mapped: 166400 kB
Slab:12468 kB
Committed_AS:   289708 kB
PageTables:760 kB
VmallocTotal:   122800 kB
VmallocUsed:  3012 kB
VmallocChunk:   119324 kB

The motherboard uses onboard RAM for the onboard video, but that still doesn't 
explain why the motherboard reports 2GB and Linux seems to be using less than 
1 GB of RAM.  I'm actually better off with the .5GB stick in place of the 1GB 
stick.  What can I do to get Linux to use all the RAM?

Thanks!

Hal


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Jumpy Mouse on Sarge W/ 2.6 Kernel

2005-12-10 Thread Richard Lyons
On Saturday, 10 December 2005 at 11:04:04 -0500, Hal Vaughan wrote:
> 
> I have a system with PS/2 connectors for the mouse and the keyboard.  I tried 
> installing Sarge with the 2.6 kernel, and the mouse movement was inconsistent 
> and jumped all over the place.  I tried booting Knoppix with a 2.6 kernel and 
> got the same thing.  After a lot of research I found out that there was a 
[...]
>
> Any help here on getting a PS/2 mouse to behave on 2.6?
> 

I've never had any problem like that except when installing gpm and
before making the change in xorg.conf or XF86Config[-4]
('Option "Device" "/dev/gpmdata"' -- well documented in the archive here
and elsewhere) and of course the configuration in /etc/gpm.conf (usually
something like 'device=/dev/input/mice' and 'repeat_type=ms3')
.  
So, a slightly random thought:

  a) are you sure you haven't installed gpm? If so check the two
  configuration files.
  
  b) If it is not installed, how about trying installing it and adjusting 
  the configuration files.  I can't imagine why it would be better, but
  it costs little effort to try.

HTH (though I doubt it)

-- 
richard


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: What is the use of the [EMAIL PROTECTED] locales?

2005-12-10 Thread Hendrik Sattler
Gonzalo HIGUERA DÍAZ wrote:
> I was wondering whether there is any difference between the .utf8 and
> the [EMAIL PROTECTED] locales.
> 
> I thought @euro was used initially so that classic character sets
> (such as Latin1) would not be trampled by modified ones made in order
> to incorporate the euro character and other minor modifications (for
> example Latin9, a euro-including Latin1 modification). However,
> Unicode/ISO-10646 (and thus UTF-8), incorporates the euro sign, so I
> am at a loss as why this tag is needed. What am I missing?

See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=274491

HS


-- 
Mein GPG-Key ist auf meiner Homepage verfügbar: http://www.hendrik-sattler.de
oder über pgp.net

PingoS - Linux-User helfen Schulen: http://www.pingos.org


pgpCdte0pbbp1.pgp
Description: PGP signature


Re: default kernel in debain 3.1

2005-12-10 Thread Joris Huizer

Fabián Barco wrote:

Hi,
which is the default kernel in debian 3.1?
thanks!

--
I'll be back!


apt-cache search comes up with 2.4.27 and 2.6.8, those are the defaults
in the installer, you can choose the 2.4.27 one (by typing linux) or 
2.6.8 (by typing linux26) - look at the f2,f3... screens in there to 
find out what exactly are the options


HTH,

Joris


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Jumpy Mouse on Sarge W/ 2.6 Kernel

2005-12-10 Thread Hal Vaughan
I've seen a number of posts and comments about this on the web, but I haven't 
found anything yet that actually provides an answer of what to do.  I've seen 
references to solving the problem, but those that mention a solution never 
actually give one.

I have a system with PS/2 connectors for the mouse and the keyboard.  I tried 
installing Sarge with the 2.6 kernel, and the mouse movement was inconsistent 
and jumped all over the place.  I tried booting Knoppix with a 2.6 kernel and 
got the same thing.  After a lot of research I found out that there was a 
change in the 2.6 kernel in how it handles a PS/2 mouse.  I bought a PS/2 -> 
USB converter for the keyboard and mouse and tried that.  It worked, mostly, 
but it kept firing in extra characters from the keyboard -- often repeating 
endlessly the last character I typed or sometimes firing off random 
characters.  I finally had to go with a 2.4 kernel, but soon I'll be 
re-installing my workstation and I'd like to run Sid on the workstation and 
use all the new toys.  (Yes, I know -- I'm going to install a partition on 
the workstation with Sarge for when Sid is broken.)

I've read that there is at least one fix for using a PS/2 mouse on a 2.6 
kernel, but, as I said, I can't find the actual fix.

Any help here on getting a PS/2 mouse to behave on 2.6?

Thanks!

Hal


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



tool to print photos

2005-12-10 Thread olive
In Windows XP, there is a tool to easily print photos: we choose a 
directory and the size of the photos and he print puting as many as 
photos on a page as possible. Is there such a tool for Linux? I could 
use gimp but it is not so easy and it is impossible to manage an A4 page 
at a resolution greater than 150dpi with 256Mb of memory.


Olive


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




default kernel in debain 3.1

2005-12-10 Thread Fabián Barco
Hi,
which is the default kernel in debian 3.1?
thanks!-- I'll be back! 


cdrecord and md5sum of the CD and of iso image

2005-12-10 Thread H.S.

If I use the "-dao" option while buring a CD using cdrecord, I get a
md5sum match between the iso I burned and the CD device:
$> cdrecord blank=fast -v -eject  -dao dev=/dev/hdd data.iso

However, if I do not use the "-dao" option, the md5sum of /dev/hdd and
the iso image do not match, moreover, "md5sum /dev/hdd" actually
terminates with an I/O error.

Then I came upon this page which explains the -pad and padsize options:
http://www.troubleshooters.com/linux/coasterless.htm

It appears that using "-pad padsize=63s" works partially, since even
though I get an md5sum from the /dev/hdd device, but it doesn't match
the iso I burned:
$> cdrecord -v -eject padsize=63s -pad -dao dev=/dev/hdd data.iso

Apparently, using -pad and padsize is supposed to give a more
universally readable CD.

Can somebody shed some more light on this? I am not familiar with the
pad options. Why do they change the md5sum of the CD? And would the CD
still work? So far, just -dao has worked perfectly for me. Any other
information regarding this is also appreciated.

regards,
->HS



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



dist-upgrade: why "remove"?

2005-12-10 Thread Roby
I did a long-delayed apt-get dist-upgrade yesterday.  I was waiting until
packages I frequently use had been removed from the "will be REMOVED" list.

gparted was still on the "will be REMOVED" list and really was removed.

As an experiment, I entered "apt-get install gparted" ... expecting apt to
complain and abort.  Instead, it installed gparted and two libraries.

Hmmm.  Why didn't the dist-upgrade just upgrade gparted as it did with many
other packages?

Just curious.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Changing thunderbird default printer

2005-12-10 Thread Marc Wilson
On Wed, Dec 07, 2005 at 12:17:34PM -0600, Hugo Vanwoerkom wrote:
> xprint, xprint-common, xprt-xprintorg are all installed.
> There was a good reason for that and... that good reason escapes me.

There are no good reasons to have xprint installed.

-- 
 Marc Wilson | Nothing lasts forever.  Where do I find nothing?
 [EMAIL PROTECTED] |


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: reply to list (mailing list) in thunderbird?

2005-12-10 Thread Andrei Popescu

Michelle Konzack wrote:


Hello Micha,

Am 2005-12-03 20:28:01, schrieb Micha Feigin:
 


Is it possible with mozilla thunderbird to do reply to list like some other
mailing list friendly email clients can do (such as sylpheed-claws).
   



No it does not.

But you can:

   1)  Kill all Mozilla/Thunderbird Core-Developer
   2)  and then take over the Project and make it right

 


Thanks
   



Greetings
Michelle

 


Or we could friendly ask the devoloper of this extension

https://addons.mozilla.org/extensions/moreinfo.php?id=576&application=thunderbird

to add this function, or "simply" write a new one...

Andrei


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




What is the use of the [EMAIL PROTECTED] locales?

2005-12-10 Thread Gonzalo HIGUERA DÍAZ
Hello everybody.

I was wondering whether there is any difference between the .utf8 and
the [EMAIL PROTECTED] locales.

I thought @euro was used initially so that classic character sets
(such as Latin1) would not be trampled by modified ones made in order
to incorporate the euro character and other minor modifications (for
example Latin9, a euro-including Latin1 modification). However,
Unicode/ISO-10646 (and thus UTF-8), incorporates the euro sign, so I
am at a loss as why this tag is needed. What am I missing?

Thanks.

--
Gonzalo HIGUERA DÍAZ <[EMAIL PROTECTED]>



Re: No package signature check for specific repository

2005-12-10 Thread Hendrik Sattler
Georgi Alexandrov wrote:
> I'm using debian unstable and the main debian unstable repositories to
> update my system.
> I have added the ftp://ftp.nerim.net/debian-marillat/ repository to my
> sources.list file.
> Works great, but every time I deal with apt-get or aptitude I get
> notified:
> 
> "W: GPG error: ftp://ftp.nerim.net sid Release: The following signatures
> couldn't be verified because the public key is not available: NO_PUBKEY
> 07DC563D1F41B907"
> 
> I want to turn off gpg check fot that particular respository, is that
> possible?

Why don't you just think about "because the public key is not available", get 
that key and make it available?
Read "man apt-key".

HS

-- 
Mein GPG-Key ist auf meiner Homepage verfügbar: http://www.hendrik-sattler.de
oder über pgp.net

PingoS - Linux-User helfen Schulen: http://www.pingos.org


pgpBfethEKMmd.pgp
Description: PGP signature


Re: Querying packages about installed files

2005-12-10 Thread Andrei Popescu

Simo Kauppi wrote:


On Fri, Dec 09, 2005 at 03:57:59PM +0200, Andrei Popescu wrote:
 

I'm not much further ahead of you, so let me give you one last tip, if 
you didn't find it out by yourself already: apt-cache searches also by 
package description. This is one feature i would like to have in 
   



Do you mean like
~$ aptitude search ~dpattern
to search "pattern" in packages' description?

Works also in the visual mode. See aptitude reference manual
(/usr/share/aptitude/README) for details about aptitude's search
patterns and other cool stuff...

 

aptitude (if it's there i missed it, though i went twice through the 
docs). The package name is often not very obvious.


Andrei
   



Simo
 

Damn, i had a feeling i only missed it :) and i realy went twice through 
the reference manual (not thoroughly but still...). A tool like aptitude 
had to have something like this. I should have searched for 'description' :)


Andrei


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




usb drive mounting

2005-12-10 Thread Glenn Meehan
Hi,

I just did an apt-get upgrade for the first time in about 6 months. It
all went fine until I tried to mount a key drive as a user. I got the
error:

/dev/fatflash is not a valid block device

This is my fstab
/dev/fatflash   /mnt/memstick   vfatrw,user,noauto  0
0

ls /dev

lrwxr-xr-x   1 root root   9 Dec 10 23:00 fatflash -> /dev/sda1

brwxrwxrwx   1 root disk  8,   1 Mar 15  2002 sda1

I fixed it by changing fstab to :
/dev/sda1   /mnt/memstick   vfatrw,user,noauto  0   0

But my question is why can I not mount from symbolic links now? Has this
been changed for a reason?

Thanks

-- 
Glenn Meehan <[EMAIL PROTECTED]>


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: question about /etc/fstab

2005-12-10 Thread Björn Lindström
maha jun <[EMAIL PROTECTED]> writes:

> 1) Each entry in the /etc/fstab is made of the same fields. Explain
> each of the fields.
> 2) When is this file read?
> 3) How would you specify that a particular file system should be
> mounted at boot time?

The command 'man 5 fstab' will answer all these questions.

> 4) Why wouldn't you include information about your SAMBA home drive in
> the /etc/fstab file so that it is mounted at boot time?

You can do that. In addition to the man page of fstab, the man page of
smbmount ('man 8 smbmount') will help.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: question about /etc/fstab

2005-12-10 Thread Philippe Grenard
Le Samedi 10 Décembre 2005 11:49, maha jun a écrit :
>   respected sir,
>i want to know a answer of these question.pls send me a answer to
> these question.
>
>   -1) Each entry in the /etc/fstab is made of the same fields. Explain each
> of the fields. - 2)When is this file read?
>   - 3)How would you specify that a particular file system should be mounted
> at boot time? - 4)Why wouldn’t you include information about your SAMBA
> home drive in the /etc/fstab file so that it is mounted at boot time?
> (think about what pieces of information you must provide in order to
> connect to your home drive)
>
>
>   bye,
>   NHM
>
>
Hi!

First of all, you should just begin by reading man pages i think...
man fstab

Concerning Samba, you can put the samba drives into fstab, but you'll need to 
install smbfs (and the man smbfs)
>
>
>
> -
> Yahoo! Shopping
>  Find Great Deals on Holiday Gifts at Yahoo! Shopping



No package signature check for specific repository

2005-12-10 Thread Georgi Alexandrov

Hello list,

I'm using debian unstable and the main debian unstable repositories to 
update my system.
I have added the ftp://ftp.nerim.net/debian-marillat/ repository to my 
sources.list file.

Works great, but every time I deal with apt-get or aptitude I get notified:

"W: GPG error: ftp://ftp.nerim.net sid Release: The following signatures 
couldn't be verified because the public key is not available: NO_PUBKEY 
07DC563D1F41B907"


I want to turn off gpg check fot that particular respository, is that 
possible?



thanks in advance,
Georgi Alexandrov


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Errors Installing Asterisk package on Sarge using apt-get

2005-12-10 Thread Siju George
Hi all,

Unable to install Asterisk. could someone please tell me how to
rectify this please?

kind regards

Siju

# apt-get install asterisk
Reading Package Lists... Done
Building Dependency Tree... Done
Suggested packages:
  gnomemeeting ohphone kphone asterisk-doc asterisk-dev rate-engine mpg123
The following NEW packages will be installed:
  asterisk
0 upgraded, 1 newly installed, 0 to remove and 38 not upgraded.
Need to get 0B/1175kB of archives.
After unpacking 3289kB of additional disk space will be used.
Selecting previously deselected package asterisk.
(Reading database ... 24589 files and directories currently installed.)
Unpacking asterisk (from .../asterisk_1%3a1.0.7.dfsg.1-2_i386.deb) ...
Setting up asterisk (1.0.7.dfsg.1-2) ...
adduser: Warning: The home dir you specified already exists.
Adding system user `asterisk'...
Adding new group `asterisk' (110).
Adding new user `asterisk' (110) with group `asterisk'.
Home directory `/var/lib/asterisk' already exists.
Adding user `asterisk' to group `audio'...
Done.
chown: cannot access `/etc/asterisk': No such file or directory
dpkg: error processing asterisk (--configure):
 subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
 asterisk
E: Sub-process /usr/bin/dpkg returned an error code (1)



question about /etc/fstab

2005-12-10 Thread maha jun
  respected sir,   i want to know a answer of these question.pls send me a answer to these question.     -1) Each entry in the /etc/fstab is made of the same fields. Explain each of the fields.  - 2)When is this file read?   - 3)How would you specify that a particular file system should be mounted at boot time?   - 4)Why wouldn’t you include information about your SAMBA home drive in the /etc/fstab file so that it is mounted at boot time? (think about what pieces of information you must provide in order to connect to your home drive)        bye,  NHM
	
		Yahoo! Shopping 
Find Great Deals on Holiday Gifts at Yahoo! Shopping 

Re: USB DVD/CD burners

2005-12-10 Thread Tony Godshall
According to Nate Bargmann,
> * Tony Godshall <[EMAIL PROTECTED]> [2005 Dec 09 11:05 -0600]:
> > According to Andreas Rippl,
> > > On Wed, Dec 07, 2005 at 09:07:20AM -0800, [EMAIL PROTECTED] wrote:
> > > > I'm contemplating adding a USB DVD burner to my system. Does anyone
> > > > have any good or bad experiences with these?
> > > > 
> > > > In theory it should be simple, but I thought I'd check on the practice
> > > > first...:-)
> > > > 
> > > just make sure you've got USB2... I am speaking out of experience.
> > 
> > on both ends... I am speaking out of experience.
> 
> I bought a refurbished Iomega USB CD-R/RW DVD drive and it supports
> USB 2.0.  This computer, did not.  So, I bought a USB 2.0 capable PCI
> card and it works like a champ under both k3b and XCDRoast.
> 
> With the built-in USB 1.1 ports I had to force the write speed to 4x or
> I'd get a coaster.  Now it does 48x effortlessly.

For laptops, the cardbus USB2 cards work nicely too.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: [PAIN] Installing Debian with a Sis 965L Chipset

2005-12-10 Thread Marco
help...



Re: sound and automount problems gnome sarge for certain users

2005-12-10 Thread Chris Bannister
On Thu, Nov 24, 2005 at 03:43:18AM -0500, John Anderson wrote:
> Hi,
[..] 
> Can anyone help me with this... It seems like a
> permission problem but if you have any thoughts and/or
> suggestions I'd be glad to hear... Thank you in
> advance

Compare the output of the "groups" command between the two users?

-- 
Chris.
==
Reproduction if desired may be handled locally. -- rfc3


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Unable to mount nfs share.

2005-12-10 Thread marcel
On Sat, 2005-12-10 at 02:48 +0100, pascal wrote:
> I'm unable to mount a nfs share. I've followed the howto from
> nfs.sourceforge.
> Is there anything else I have to think of in Debian? Or am I just plain
> stupid?
> Can't get it to work.
> 
> On the client:
> 
> rpcinfo -p 192.168.0.21 gives me:
> programma versie protocol poort
> 102   tcp111  portmapper
> 102   udp111  portmapper
> 132   udp   2049  nfs
> 133   udp   2049  nfs
> 1000211   udp  32768  nlockmgr
> 1000213   udp  32768  nlockmgr
> 151   udp   1014  mountd
> 151   tcp   1017  mountd
> 3910022   tcp625  sgi_fam
> 1000241   udp633  status
> 1000241   tcp636  status
> 
> On the server:
> 
> cat /proc/fs/nfs/exp*
> # Version 1.1
> # Path Client(Flags) # IPs
> /data   *(rw,no_root_squash,sync,wdelay)
> 
> syslog:
> Dec 10 02:29:58 mainframe mountd[5502]: authenticated mount request from
> router.deception.lan:819 for /data (/data)
> 
> I'm trying to mount as root, as a user the system answers me: only root
> can do that.
> 
> Thx.
> 
> 
Can you give us the output of "mount"?
Because I don't see anything wrong in the information above...


br.

Marcel Stoop


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]