Re: gcc-3.2.1 and htdig-3.1.6

2003-10-25 Thread M.W. Chang


strange. it worked this morning. I couldn't get through the configure
part yesterday night, with the libstdc++ missing error.

anyway, thanks.

Net Llama! wrote:

 On Fri, 24 Oct 2003, M.W. Chang wrote:
 I updated the gcc to 3.2.1 (following the gcc notes). When I tried to
 compiled htdig, it complained about missing libstdc++ libraries. How
 could that be possible? I checked that the gcc source tree had a
 subdirectory libstdc++.
 What was the exact error?
 

-- 
  .~.Might, Courage, Vision. In Linux We Trust.
 / v \   http://www.linux-sxs.org
/( _ )\  Linux 2.4.22
  ^ ^3:42pm up 3 days, 2:46, 0 users, load average: 0.99, 0.97, 0.97

___
Linux-users mailing list
[EMAIL PROTECTED]
Unsubscribe/Suspend/Etc - http://smtp.linux-sxs.org/mailman/listinfo/linux-users


xfs_check permission denied.

2003-10-25 Thread M.W. Chang


I booted my system with Knoppix 3.3 and attempted to xfs_check a xfs 
partition on the harddisk. it reported an error permission denied.

what could possibly caused that?

--
  .~.Might, Courage, Vision. In Linux We Trust.
 / v \   http://www.linux-sxs.org
/( _ )\  Linux 2.4.22
  ^ ^3:44pm up 3 days, 2:48, 0 users, load average: 1.15, 1.02, 0.98
___
Linux-users mailing list
[EMAIL PROTECTED]
Unsubscribe/Suspend/Etc - http://smtp.linux-sxs.org/mailman/listinfo/linux-users


Re: xfs_check permission denied.

2003-10-25 Thread Michael Hipp
M.W. Chang wrote:
I booted my system with Knoppix 3.3 and attempted to xfs_check a xfs 
partition on the harddisk. it reported an error permission denied.

what could possibly caused that?
Does it need to be mounted r/w for that?

Michael

___
Linux-users mailing list
[EMAIL PROTECTED]
Unsubscribe/Suspend/Etc - http://smtp.linux-sxs.org/mailman/listinfo/linux-users


Re: xfs_check permission denied.

2003-10-25 Thread M.W. Chang


I supposed the drive shouldn't be mounted when doing checking. that's
how ext2's file fsck works.

Michael Hipp wrote:
 M.W. Chang wrote:
 I booted my system with Knoppix 3.3 and attempted to xfs_check a xfs 
 partition on the harddisk. it reported an error permission denied.
 
 what could possibly caused that?
 
 Does it need to be mounted r/w for that?

-- 
  .~.Might, Courage, Vision. In Linux We Trust.
 / v \   http://www.linux-sxs.org
/( _ )\  Linux 2.4.22
  ^ ^8:34pm up 3 days, 7:38, 0 users, load average: 0.98, 0.94, 0.96

___
Linux-users mailing list
[EMAIL PROTECTED]
Unsubscribe/Suspend/Etc - http://smtp.linux-sxs.org/mailman/listinfo/linux-users


Re: OT Well somewhat

2003-10-25 Thread Roger Oberholtzer
On Fri, 2003-10-24 at 23:55, Rick Sivernell wrote:
 List
 
We are having a new convert to Linux from M$sludge. He has a business, small,
 and is spendinging way to much time trying to keep his box working. I just spent
 2 hours cleaning a virii and updateing his virii code, Norton. It does pay well
 thogh, hehe. As I was saying, I am about to get him a new Hard drive, 60 to 120
 gig IDE. I will be putting linux system on it and a partition for dos stuff he
 needs for work and till he can converet over. I was wondering to myself if gentoo
 or suse 8.2 pro would be best. It is nice to have such nice problems. Just
 thought Linux group would like to know about any new converts.

SuSE is nice if you want a nice configuration GUI and quick install.
Gentoo is nice if you want to keep the system up-to-date with 'minimal'
effort. You never reinstall Gentoo to stay with the current release (if
you do reasonable incremental updates). If the guy will be keeping the
system up on his own, SuSE is the way to go. If you are doing it, Gentoo
would be my choice. I like and use both. In our delivered systems it is
now SuSE (was Caldera). In my fun systems, it is Gentoo.


-- 
Roger Oberholtzer [EMAIL PROTECTED]

___
Linux-users mailing list
[EMAIL PROTECTED]
Unsubscribe/Suspend/Etc - http://smtp.linux-sxs.org/mailman/listinfo/linux-users


Re: OT Well somewhat

2003-10-25 Thread Roger Oberholtzer
On Sat, 2003-10-25 at 01:57, Bruce Marshall wrote:
 On Friday 24 October 2003 17:55 pm, Rick Sivernell wrote:
  List
 
 We are having a new convert to Linux from M$sludge. He has a
  business, small, and is spendinging way to much time trying to keep
  his box working. I just spent 2 hours cleaning a virii and updateing
  his virii code, Norton. It does pay well thogh, hehe. As I was saying,
  I am about to get him a new Hard drive, 60 to 120 gig IDE. I will be
  putting linux system on it and a partition for dos stuff he needs for
  work and till he can converet over. I was wondering to myself if
  gentoo or suse 8.2 pro would be best. It is nice to have such nice
  problems. Just thought Linux group would like to know about any new
  converts.
 
  cheers
 
 Good going..!!One thought I had is that you might consider using 
 dosemu for his DOS stuff.   Works quite well and I have a couple of 
 dinosaur apps running under it.   (some DbaseIII stuff and a checking 
 program)  Depending on what he is using, it might save him some booting.

I use Win4Lin at home (wife's damn bank insists on a Winders-only
security plugin for Explorer). It really lets you keep access to Windows
and Dos apps. I really never got far with DosEmu. I would like to do
something like 'dos my_dos_command' from Linux. We use a TI DSP
compiler/assembler that is DOS-only. We would love to have it execute
easily from our Linux Makefiles. It seemed to me that DosEmu is set up
so you can start dos and do things interactively. Not on the command
line. Win4Lin allows a Linux command line to run a DOS command. As in:

 Usage: dos [flags] filename args...
 Usage: dos [flags]
 The first form runs DOS filename, and the second form runs DOS
'command.com'.
 The flags override default or installed options, and give directives to
 override normal dosexec operations.  The following is a partial list.
 (For a complete list of options, refer to the manual page)
   +ax  Assign device 'x'.
   +h   Help information displayed (this screen). DOS is not run.
   +kc  Use configuration 'c'. +ku:c means use user u's configuration c.
   +mn  Memory size. Number 'n' (decimal) in Megabytes.
   +r   Startup location is the root of the personal drive.
   -r   Startup location matches current UNIX location if possible.
   -t   Do not translate DOS command line arguments.
   +x   Runs the session in an X window if possible.



-- 
Roger Oberholtzer [EMAIL PROTECTED]

___
Linux-users mailing list
[EMAIL PROTECTED]
Unsubscribe/Suspend/Etc - http://smtp.linux-sxs.org/mailman/listinfo/linux-users


Bar Code Reader and Software?

2003-10-25 Thread Leon Goldstein
Anyone know of a Linux-friendly bar code reader and supporting software?
I need to scan the bar code for a pet microchip ID registration form.
I could also use some ideas for a Linux form maker/form filler, if such 
exists.

--
Leon A. Goldstein
Powered by Libranet 2.8 Debian Linux
System G2
___
Linux-users mailing list
[EMAIL PROTECTED]
Unsubscribe/Suspend/Etc - http://smtp.linux-sxs.org/mailman/listinfo/linux-users


Re: OT Well somewhat

2003-10-25 Thread Rick Sivernell
 Roger  Bruce

Well for the short term anyway I will be suporting him, his trusted IT guy,
and I was thinking I rather have gentoo. For the following:

1. I can put a vpn into the system, so that I can monitor the system.
2. It will need kde, he really liked it as it looks like win98.
3. He is a small cash cowg, damn small, but he has passed my name to other
   small busnesses. Love to have 20 -30 small clients to maintain. Would not
   havee to teach college freshmen c++ programming. It is not that they are bad,
   they are lazy, just do what the minimum to do assignments. Even the really
   Good  tough to please. are not happy with them either. oh well /rant off

  Sitting here watching my wife play pysol card game, asked her how her Linux box
was running, she just fine. Yea I knew that, no complaints about slow machine
now  no stopping what I do to fix it again * again ... That is great.

 Going to look at win4lin, I did put wine on wife's box, and getting a new drive
for her M$ stuff, really just tax  email data.

 cheers


-- 
Rick Sivernell
Dallas, Texas  75287
972 306-2296
[EMAIL PROTECTED]
Gentoo Linux 
Registered Linux User

   .~.
  / v \
 /( _ )\
   ^ ^
In Linux we trust!
___
Linux-users mailing list
[EMAIL PROTECTED]
Unsubscribe/Suspend/Etc - http://smtp.linux-sxs.org/mailman/listinfo/linux-users


Re: xfs_check permission denied.

2003-10-25 Thread Brett I. Holcomb
Make sure the parition is not mounted.

M.W. Chang wrote:

 
 
 I booted my system with Knoppix 3.3 and attempted to xfs_check a xfs
 partition on the harddisk. it reported an error permission denied.
 
 what could possibly caused that?
 

-- 
Brett I. Holcomb
[EMAIL PROTECTED]
AKA Grunt 
Registered Linux User #188143
Remove R777 to email
___
Linux-users mailing list
[EMAIL PROTECTED]
Unsubscribe/Suspend/Etc - http://smtp.linux-sxs.org/mailman/listinfo/linux-users


Re: xfs_check permission denied.

2003-10-25 Thread Net Llama!
On Sat, 25 Oct 2003, M.W. Chang wrote:


 I booted my system with Knoppix 3.3 and attempted to xfs_check a xfs
 partition on the harddisk. it reported an error permission denied.

 what could possibly caused that?

Are you doing this as root?  Knoppix, by default, doesn't make you root.

-- 
~~
Lonni J Friedman[EMAIL PROTECTED]
Linux Step-by-step  TyGeMo  http://netllama.ipfox.com
___
Linux-users mailing list
[EMAIL PROTECTED]
Unsubscribe/Suspend/Etc - http://smtp.linux-sxs.org/mailman/listinfo/linux-users


Audio mixing, recording

2003-10-25 Thread Brett I. Holcomb
I need to set up an Audio mixer type system with three computers and a 
stereo system being the inputs.  I want to take these inputs, mix them and 
then output them.  I also want to be able to record the stereo system input 
on a computer so I can convert my tapes and records to files that can be 
burned on a CD.  I plan to try oog but also need mp3 - or an open source 
equivalent that can play on a DVD player that plays mp3 CDs.  This raises 
some questions.

1.  For the mixing part I was looking at a hardware mixer but I'm wondering 
is there a setup for Linux that I can use to bring the inputs in via the 
line in, mix them with software, and then send the mixed result out via 
line out to an amp that will drive speakers?

2.  What software is good for recording records and tapes and CDs?

Thanks.
-- 
Brett I. Holcomb
[EMAIL PROTECTED]
AKA Grunt 
Registered Linux User #188143
Remove R777 to email
___
Linux-users mailing list
[EMAIL PROTECTED]
Unsubscribe/Suspend/Etc - http://smtp.linux-sxs.org/mailman/listinfo/linux-users


Re: Bar Code Reader and Software?

2003-10-25 Thread Kurt Wall
Quoth Leon Goldstein:
 Anyone know of a Linux-friendly bar code reader and supporting software?
 I need to scan the bar code for a pet microchip ID registration form.
 I could also use some ideas for a Linux form maker/form filler, if such 
 exists.

As usual, Google is your friend:

http://www.google.com/search?q=linux+barcode

Kurt
-- 
Pascal is Pascal is Pascal is dog meat.
-- M. Devine and P. Larson, Computer Science 340
___
Linux-users mailing list
[EMAIL PROTECTED]
Unsubscribe/Suspend/Etc - http://smtp.linux-sxs.org/mailman/listinfo/linux-users


Re: broken links on website

2003-10-25 Thread Keith Morse
On Fri, 24 Oct 2003, Douglas J Hunley wrote:

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 Keith Morse wrote:
  Is there a better mail address for things like this or is the list
  appropriate?
 
 [EMAIL PROTECTED]


Aah, thanks.
___
Linux-users mailing list
[EMAIL PROTECTED]
Unsubscribe/Suspend/Etc - http://smtp.linux-sxs.org/mailman/listinfo/linux-users


Re: Tuning Network Connections in Linux

2003-10-25 Thread Keith Morse
On Thu, 23 Oct 2003, David A. Bandel wrote:

 On Thu, 23 Oct 2003 15:56:14 -0700
 Simper, Brian D [EMAIL PROTECTED] wrote:
 
  
  I am working with a server that will act as a firewall so it will, of
  course, see a lot of traffic.  What is the procedure for tuning Red
  Hat Linux 7.3 or 9.0 to increase the number of network connections the
  OS can accept?  Is there a way to see the setting?  Are there any
  general tuning that any of you have seen that might help?
  
 
 You might want to take a look down in /proc/sys/net/ipv4/, but about the
 only thing that comes to mind would be ip_conntrack_max if you're using
 iptables connection tracking.  Most of the rest should handle traffic up
 to and including T-3 just fine.


Except when one of my customers had 10 pc's infected with ms-blast and the 
main firewall is doing NAT.  Brought the firewall to its knees when trying 
to keep up with all the outbound icmp.  I haven't had to tune any kernel 
parameters yet, it is just the stock redhat config.  Servicing about 200 
or so pc's.



___
Linux-users mailing list
[EMAIL PROTECTED]
Unsubscribe/Suspend/Etc - http://smtp.linux-sxs.org/mailman/listinfo/linux-users


Re: Audio mixing, recording

2003-10-25 Thread Michael Hipp
Brett I. Holcomb wrote:
I need to set up an Audio mixer type system with three computers and a 
stereo system being the inputs.  I want to take these inputs, mix them and 
then output them.  I also want to be able to record the stereo system input 
on a computer so I can convert my tapes and records to files that can be 
burned on a CD.  I plan to try oog but also need mp3 - or an open source 
equivalent that can play on a DVD player that plays mp3 CDs.  This raises 
some questions.

1.  For the mixing part I was looking at a hardware mixer but I'm wondering 
is there a setup for Linux that I can use to bring the inputs in via the 
line in, mix them with software, and then send the mixed result out via 
line out to an amp that will drive speakers?

2.  What software is good for recording records and tapes and CDs?
I won't claim to be any kind of expert, but I've been working quite a 
bit lately with audio on Linux. Appears to me everything you want to do 
can be readily done on Linux with no external hardware.

Take a look at:

http://audacity.sourceforge.net
http://sox.sourceforge.net
I use both depending on what I'm doing. The first (Audacity) is a very 
sophisticated GUI app that's great for on-screen editing tasks. The 
second (sox) is a very sophisticated CLI app that can apply an amazing 
number of effects and conversions to a sound file or even while 
recording. I use it for batch processing.

You'll want to make sure you have a supported sound card. I bought a $17 
Creative 128 PCI that works swimmingly (it has 2 line inputs and a mic). 
You may need a card with more inputs which is more specialized.

My RH9 system came with kMix which is a simple mixer and also with Gnome 
Volume Control which is a somewhat more sophisticated mixer. I haven't 
studied mixer apps much but noted that there are alot on places like 
sourceforge - some of them appear to be near professional quality.

Michael

___
Linux-users mailing list
[EMAIL PROTECTED]
Unsubscribe/Suspend/Etc - http://smtp.linux-sxs.org/mailman/listinfo/linux-users


Re: Audio mixing, recording

2003-10-25 Thread Brett I. Holcomb
Thanks.  I'll check out these apps and check on mixers.  I didn't think it 
would be a problem to find good software on Linux.  It'll be the inputs 
that I have to worry about!



Michael Hipp wrote:

 Brett I. Holcomb wrote:
 I need to set up an Audio mixer type system with three computers and a
 stereo system being the inputs.  I want to take these inputs, mix them
 2.  What software is good for recording records and tapes and CDs?
 
 I won't claim to be any kind of expert, but I've been working quite a
 bit lately with audio on Linux. Appears to me everything you want to do
 can be readily done on Linux with no external hardware.
 
 Take a look at:
 
 http://audacity.sourceforge.net
 http://sox.sourceforge.net
 
 I use both depending on what I'm doing. The first (Audacity) is a very
 sophisticated GUI app that's great for on-screen editing tasks. The
 second (sox) is a very sophisticated CLI app that can apply an amazing
 number of effects and conversions to a sound file or even while
 recording. I use it for batch processing.
 
 You'll want to make sure you have a supported sound card. I bought a $17
 Creative 128 PCI that works swimmingly (it has 2 line inputs and a mic).
 You may need a card with more inputs which is more specialized.
 
 My RH9 system came with kMix which is a simple mixer and also with Gnome
 Volume Control which is a somewhat more sophisticated mixer. I haven't
 studied mixer apps much but noted that there are alot on places like
 sourceforge - some of them appear to be near professional quality.
 
 Michael

-- 
Brett I. Holcomb
[EMAIL PROTECTED]
AKA Grunt 
Registered Linux User #188143
Remove R777 to email
___
Linux-users mailing list
[EMAIL PROTECTED]
Unsubscribe/Suspend/Etc - http://smtp.linux-sxs.org/mailman/listinfo/linux-users


Re: Tuning Network Connections in Linux

2003-10-25 Thread James McDonald


Keith Morse wrote:
On Thu, 23 Oct 2003, David A. Bandel wrote:


On Thu, 23 Oct 2003 15:56:14 -0700
Simper, Brian D [EMAIL PROTECTED] wrote:

I am working with a server that will act as a firewall so it will, of
course, see a lot of traffic.  What is the procedure for tuning Red
Hat Linux 7.3 or 9.0 to increase the number of network connections the
OS can accept?  Is there a way to see the setting?  Are there any
general tuning that any of you have seen that might help?
You might want to take a look down in /proc/sys/net/ipv4/, but about the
only thing that comes to mind would be ip_conntrack_max if you're using
iptables connection tracking.  Most of the rest should handle traffic up
to and including T-3 just fine.


Except when one of my customers had 10 pc's infected with ms-blast and the 
main firewall is doing NAT.  Brought the firewall to its knees when trying 
to keep up with all the outbound icmp.  I haven't had to tune any kernel 
parameters yet, it is just the stock redhat config.  Servicing about 200 
or so pc's.
I would recommend fwbuilder it's a great gui interface to create a 
complete firewall script. Has alot of check box style tuning options.

I have been working on a sxs for it but haven't gotten around to 
finishing it.

http://www.jamesmcdonald.id.au/jm/tmp/fwbuilder_parent.html

--
James McDonald
Singleton Australia
61+ (0)2 65712401
61+ 0428 320 219
HEY KIDS!  ANN LANDERS SAYS:
Be sure it's true, when you say I love you.  It's a sin to
tell a lie.  Millions of hearts have been broken, just because
these words were spoken.
Linux 2.4.22 #1 Mon Sep 1 20:03:11 EST 2003 athlon i386 GNU/Linux
08:34:59 up 9:30, 1 user, load average: 0.37, 0.44, 0.39
___
Linux-users mailing list
[EMAIL PROTECTED]
Unsubscribe/Suspend/Etc - http://smtp.linux-sxs.org/mailman/listinfo/linux-users


backwards

2003-10-25 Thread Net Llama!
http://www.linux-sxs.org.mirror.sytes.org/

-- 
~~
Lonni J Friedman[EMAIL PROTECTED]
Linux Step-by-step  TyGeMo  http://netllama.ipfox.com
___
Linux-users mailing list
[EMAIL PROTECTED]
Unsubscribe/Suspend/Etc - http://smtp.linux-sxs.org/mailman/listinfo/linux-users


Re: backwards

2003-10-25 Thread Myles Green
I belive it was Net Llama! [EMAIL PROTECTED] who wrote:

 http://www.linux-sxs.org.mirror.sytes.org/

!ynnuf oot si taht

-- 
Myles Green [EMAIL PROTECTED]
Slackware-9.1 + Ice WM 1.2.12 + Sylpheed-0.9.6claws
--
Alberta Mirror for Linux-SxS.org
http://linux-sxs.org/


pgp0.pgp
Description: PGP signature
___
Linux-users mailing list
[EMAIL PROTECTED]
Unsubscribe/Suspend/Etc - http://smtp.linux-sxs.org/mailman/listinfo/linux-users


Re: backwards

2003-10-25 Thread Tony Alfrey
On Saturday 25 October 2003 03:28 pm, Net Llama! wrote:
 http://www.linux-sxs.org.mirror.sytes.org/

Hummph!  Just what we need; a comedian.

-- 
Tony Alfrey
[EMAIL PROTECTED]
I'd Rather Be Sailing

___
Linux-users mailing list
[EMAIL PROTECTED]
Unsubscribe/Suspend/Etc - http://smtp.linux-sxs.org/mailman/listinfo/linux-users