OT IRIVER IHP-120...

2003-10-02 Thread Jerry McBride
Iriver just released it's first 20gig audio player that is fully compatible with .ogg format audio files. Also, announces that they will provide firmware upgrades to older players to bing them uptodate with the .ogg compressed audio format. Totally... :')

Re: stale NFS handle

2003-10-02 Thread Jerry McBride
On Wednesday 01 October 2003 12:05 am, Joel Hammer wrote: On Tue, Sep 30, 2003 at 07:24:38PM -0400, Jerry McBride wrote: NFS literally drove me nuts. Best bet sofar, if you can stand the permissions mangling is switching to samba. You'll be impressed with the speed of samba 3.0 compared to

Re: recording wavs (or aiffs)

2003-10-02 Thread Matthew Carpenter
Could you explain a little more about what error message SuSE gives you when attempting the ESS1969? Try alsaconf from a Konsole window. That's what I do when I have difficulties with You can always try editing /etc/modules.conf manually. Find out what Knoppix uses for a module using lsmod and

File times

2003-10-02 Thread Joel Hammer
Can someone point me to documentation on file times? I am a bit confused regarding this subject (ctime, atime, and the rest). My hope is to find a time that is set when the file is created but which is not changed even if the file is modified. Joel

Re: Find command with multiple file types

2003-10-02 Thread Joel Hammer
Thanks, both ! and -o work just as expected. Now, please see my next question about file times. Joel ___ Linux-users mailing list [EMAIL PROTECTED] Unsubscribe/Suspend/Etc - http://smtp.linux-sxs.org/mailman/listinfo/linux-users

problem with special character display in rxvt

2003-10-02 Thread James McDonald
Folks, I have a character display problem when using a self compiled copy of rxvt (did simple ./configure --prefix=/usr make make install ) as shown here http://www.jamesmcdonald.id.au/jm/tmp/rxvt/RXVT_problem.html. I have tried launching rxvt with many different rxvt -fn fontname variables and

problem with special character display in rxvt

2003-10-02 Thread James McDonald
Folks, I have a character display problem when using a self compiled copy of rxvt (did simple ./configure --prefix=/usr make make install ) as shown here http://www.jamesmcdonald.id.au/jm/tmp/rxvt/RXVT_problem.html. I have tried launching rxvt with many different rxvt -fn fontname variables

TEST

2003-10-02 Thread James McDonald
___ Linux-users mailing list [EMAIL PROTECTED] Unsubscribe/Suspend/Etc - http://smtp.linux-sxs.org/mailman/listinfo/linux-users

RE: TEST

2003-10-02 Thread Condon Thomas A KPWA
-Original Message- From: James McDonald [mailto:[EMAIL PROTECTED] Sent: Thursday, October 02, 2003 5:41 AM To: [EMAIL PROTECTED] Subject: TEST ___ Grade: F -- No name on test. ___

Cross Compiling to Windows

2003-10-02 Thread Michael Hipp
Can anyone point me toward a good resource (tutorial) to learn to cross compile Windows programs on Linux? Can anyone recommend a good toolset for same? Thanks, Michael ___ Linux-users mailing list [EMAIL PROTECTED] Unsubscribe/Suspend/Etc -

Re: File times

2003-10-02 Thread Mike Reinehr
From Info:find Time Each file has three time stamps, which record the last time that certain operations were performed on the file: 1. access (read the file's contents) 2. change the status (modify the file or its attributes) 3. modify (change the file's contents)

Re: Networking / security problem in gentoo

2003-10-02 Thread Matthew Carpenter
Is it xinetd? Does it use tcpwrappers of any sort? (more specifically, are you being blocked by /etc/hosts.deny or /etc/hosts.allow) What do your logs tell you? (/var/log/messages, /var/log/xxx) - Original Message - From: Alan Jackson [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent:

Re: Networking / security problem in gentoo

2003-10-02 Thread Matthew Carpenter
also, what printing system are you using? CUPS? CUPS-LPD (usually port 515 through inetd or the like and then accessing the CUPS daemon)? LPD? LPRNG? - Original Message - From: Alan Jackson [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, October 01, 2003 10:48 PM Subject:

Re: recording wavs (or aiffs)

2003-10-02 Thread Michael Hipp
Squabsy wrote: I have only been on SUSE a couple of months and have a fairly basic set of applications so sitching to Knoppix would not be too painful Or I could parallel run although I'm running out of disk space. I'm still a bit puzzled as to why you're looking at KNOPPIX as a replacement

Re: Networking / security problem in gentoo

2003-10-02 Thread Net Llama!
Stupid question. Is whatever printing daemon you're using even listening on the port its supposed to listen on? (netstat -an) On Thu, 2 Oct 2003, Matthew Carpenter wrote: also, what printing system are you using? CUPS? CUPS-LPD (usually port 515 through inetd or the like and then accessing

CUPS cross-subnet browsing/printing

2003-10-02 Thread David A. Bandel
All, Anyone have any idea how to get cups using ipp to cross-subnet browse/print. Specifically, I have a WAN connected via VPN: 192.168.5.0/24 -- 192.168.50.0/24. Each has printers the others need to see. (Note: using OpenVPN and a 10.0.1.1 PTP 10.0.1.2 tunnel -- routing works, just not

C++ and string

2003-10-02 Thread Kevin O'Gorman
I have a project I've been working on in RedHat 7.3, and it's just fine. I just tried migrating it to RedHat 9.0, and for some reason the g++ that's installed there does not know about the string class. Statements like string s1 = foo; report a syntax error before =. I seem to recall

RE: C++ and string

2003-10-02 Thread Condon Thomas A KPWA
I have a project I've been working on in RedHat 7.3, and it's just fine. I just tried migrating it to RedHat 9.0, and for some reason the g++ that's installed there does not know about the string class. Statements like string s1 = foo; report a syntax error before =. I haven't

Getting *viminfo* errors

2003-10-02 Thread Swapana Ghosh
Hi Today while i am editing some files, in our server redhat 8.0.. with *vi*, while saving i got the following message.. E138: Can't write viminfo file [NULL]! Hit ENTER or type command to continue After hitting enter, it is coming out though with saving the files... Why suddenly

Re: Getting *viminfo* errors

2003-10-02 Thread Keith Morse
On Thu, 2 Oct 2003, Swapana Ghosh wrote: Hi Today while i am editing some files, in our server redhat 8.0.. with *vi*, while saving i got the following message.. E138: Can't write viminfo file [NULL]! Hit ENTER or type command to continue After hitting enter, it is coming

Re: File times

2003-10-02 Thread Joel Hammer
When I list a directory with ls -al I get many files with a date of Dec 2001. If I use ls -al --time=ctime or --time=atime or --time=status I get a variety of newer dates, but nothing with Dec 2001. What time is being shown with ls -al ? Thanks, Joel On Thu, Oct 02, 2003 at 12:25:27PM

Re: CUPS cross-subnet browsing/printing

2003-10-02 Thread James McDonald
David A. Bandel wrote: All, Anyone have any idea how to get cups using ipp to cross-subnet browse/print. BrowseRelay 192.168.5.0/24 192.168.50.0/24 (on the 192.168.5.x address) and Maybe you need a specific host as the BrowseRelay. i.e. BrowseRelay cupsserver-subnet1 cupsserver-subnet2 ?

M$ lawsuti as seen on Slashdot

2003-10-02 Thread Collins Richey
Reuters reports that a California-based lawsuit alleges the Redmond software giant produces software with little concern for security and that their products are highly susceptible to, 'massive, cascading failures.' Should Microsoft's software be treated any differently than, say, automobiles?

Re: TEST

2003-10-02 Thread burns
OK, when? -- burns ___ Linux-users mailing list [EMAIL PROTECTED] Unsubscribe/Suspend/Etc - http://smtp.linux-sxs.org/mailman/listinfo/linux-users

question

2003-10-02 Thread Rick Sivernell
List I have created a website for a college project. The site is at the Univ. of Tulsa, as we are in a virtual bussiness enviroment. The web pages themselves are ok. But the problem is the background jpeg and some other jpegs screw up the whole thing on all pages. If I remove the jpegs all

Re: question

2003-10-02 Thread Net Llama!
On Sat, 4 Oct 2003, Rick Sivernell wrote: List I have created a website for a college project. The site is at the Univ. of Tulsa, as we are in a virtual bussiness enviroment. The web pages themselves are ok. But the problem is the background jpeg and some other jpegs screw up the whole

Re: question

2003-10-02 Thread Myles Green
On Sat, 04 Oct 2003 05:26:42 -0500, Rick Sivernell Rick, could you fix your system date please? Today is Thursday Oct 2, not Sat. Oct. 4th :-| Thanks, -- Myles Green [EMAIL PROTECTED] Slackware-9.1 + XFce 4.0.0 + Sylpheed-0.9.6claws -- Alberta Mirror for Linux-SxS.org http://linux-sxs.org/

Re: question

2003-10-02 Thread Rick Sivernell
On Thu, 2 Oct 2003 21:27:34 -0400 (EDT) Net Llama! [EMAIL PROTECTED] wrote: On Sat, 4 Oct 2003, Rick Sivernell wrote: List I have created a website for a college project. The site is at the Univ. of Tulsa, as we are in a virtual bussiness enviroment. The web pages themselves

Re: Networking / security problem in gentoo

2003-10-02 Thread Alan Jackson
On Thu, 2 Oct 2003 14:15:12 -0400 Matthew Carpenter [EMAIL PROTECTED] wrote: Is it xinetd? Does it use tcpwrappers of any sort? (more specifically, are you being blocked by /etc/hosts.deny or /etc/hosts.allow) What do your logs tell you? (/var/log/messages, /var/log/xxx) Nothing in

Re: Networking / security problem in gentoo

2003-10-02 Thread Tim Wunder
On Thursday 02 October 2003 10:37 pm, someone claiming to be Alan Jackson wrote: On Thu, 2 Oct 2003 14:15:12 -0400 Matthew Carpenter [EMAIL PROTECTED] wrote: Is it xinetd? Does it use tcpwrappers of any sort? (more specifically, are you being blocked by /etc/hosts.deny or