Re: how create many thread (over 256)

2003-01-10 Thread long Smith
  compile:   gcc -o thread thread.c -lpthread   from this example,I know redhat7.3 - 8.0 can only create 256 thread(include main thread and the thread of create subthread)     #include #include #include #include #include   void *mysleep(int id){    printf("threadid =

Re: Black screen during installation of RD 8.0

2003-01-10 Thread Alexis MOREAU
Yesterday I tried to installe some previous Red Hat distribution, but I saw that now I just have RH 8.0 (I made one month ago a big cleaning in my desk and I have nothing now :) ) Is there something else to do for my problem ? Alexis  Tom Curl <[EMAIL PROTECTED]> wrote: While RedHat clearly has mad

where is source code of libpthread

2003-01-10 Thread long Smith
where is source code of libpthread?? - Original Message - From: long Smith To: [EMAIL PROTECTED] Sent: Friday, January 10, 2003 4:25 PM Subject: Re: how create many thread (over 256)   compile:   gcc -o thread thread.c -lpthread  

Re: how create many thread (over 256)

2003-01-10 Thread Willem Brown
Hello, apologies for following up to my own reply Willem Brown wrote: Hello, 史绪良 wrote: hello!! can you help me?? my program need many thread, they will not exit never. but redhat linux7.3 - linux8.0 only create 256 thread!! how can I do?? thank

Advanced Server 2.1 update SRPMS - where?

2003-01-10 Thread Roger
I have recently created my own version of Advanced Server 2.1 using the SRPMS that Red Hat have made available and intend on using it on a few dozen servers. I have noticed that so far this year, 8 security packages for AS 2.1 have been released, but none of the SRPMS have yet appeared on updates.

Re: how create many thread (over 256)

2003-01-10 Thread fred smith
On Wed, Nov 06, 2002 at 02:47:01PM +0800, ??? wrote: > > hello!! > can you help me?? > > my program need many thread, they will not exit never. but redhat > linux7.3 - linux8.0 only create 256 thread!! how can I do?? > thanks!! > > > can't use fork to cr

Re: Bash Script question

2003-01-10 Thread Robert P. J. Day
On Thu, 9 Jan 2003, David Busby wrote: > List, > I've got a bash script, that executes other scripts (wow!) and the sub > scripts return a value. > How can I get the parent script to capture that return value? I've been all > over the BASH manual (more than one hour) and Google, still no luck

Embarrasing question regarding up2date on RH8

2003-01-10 Thread Edward Dekkers
I feel like a dill - I'm normally the one ANSWERING questions - not asking them. Anyways - here it is - it's something simple and stupid. On 2 newly installed RH8 machines, when I run up2date, I get no route to host. I've disabled iptables, checked the ip forwarding and every other network thing

Re: FAQ

2003-01-10 Thread Andrea Dell'Amico
On Wed, 2002-11-06 at 03:18, 史绪良 wrote: > > hello!! > can you help me?? > > my program need many thread, they will not exit never. but redhat > linux7.3 - linux8.0 only create 256 thread!! how can I do?? I don't think that so many threads are a good thing, but it's your problem :-). An

Setting temporary environment variables from a script, probablenewbie question

2003-01-10 Thread Peter Davie
Hi, I'm having a problem with setting environment variables that are only supposed to exist in that terminal session. The script is shown below. echo Setting LENZ Development environment variables. echo echo Please Note: the CLASSPATH variable is altered for the duration of e

Evolution and KDE: Keyboard problems

2003-01-10 Thread Peter Davie
Hi, I've upgraded to RH8.0 recently and stopped using GNOME and gone back to KDE (as used under RH7.3). My problem is that evolution sometimes "freaks" on the keyboard input focus and it seems to hop all over the place for no apparent reason. Generally it behaves however. I've not had a similar

redhat-config-package not working properly when not logged in asroot.

2003-01-10 Thread Peter Davie
Hi, When I first installed RH8.0 as a non-root user I was able to click on an RPM, get asked for the root password and then proceed. Now (for reasons I've yet to figure out), this no longer works in either KDE or GNOME. I've had to resort to using the command line RPM (yes, I know I probably sh

Re: Setting temporary environment variables from a script, probablenewbie question

2003-01-10 Thread Robert P. J. Day
On 10 Jan 2003, Peter Davie wrote: > Hi, > I'm having a problem with setting environment variables that are only > supposed to exist in that terminal session. The script is shown below. any changes you make in a shell script that you run *normally* are not reflected in your current shell, as shel

Connection Tracking Problem

2003-01-10 Thread Amit Kumar Gupta
Hi List, I am getting a problem in connection tracking. I have posted a query on netfilter list also. I am putting the conversation i had it over there. If anybody in the list have any clues, Plz. Help. Well the problem is like this :- I have set up some stateful rules using iptables on Embedi

how to get alsa working in rh 8 ?

2003-01-10 Thread Stefan Lehmann
Hi, how could i get ALSA working in RedHat 8 ? greetz Stefan __ Erster Klick - SMS versenden, zweiter Klick - die Telefonnummer im Adressbuch speichern bei: http://freemail.web.de/features/?mc=021151 -- redhat-list m

Re: how to get alsa working in rh 8 ?

2003-01-10 Thread Emmanuel Seyman
On Fri, Jan 10, 2003 at 02:12:15PM +0100, Stefan Lehmann wrote: > > how could i get ALSA working in RedHat 8 ? you'll find the necessary rpms and instructions on how to use them at http://freshrpms.net/docs/alsa/ Emmanuel -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subje

Re: how to get alsa working in rh 8 ?

2003-01-10 Thread Doug
go to the the www.alsa-project.org site and click on soundcards, it lists the specific instructions for known sound cards. Doug - Original Message - From: "Stefan Lehmann" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, January 10, 2003 8:12 AM Subject: how to get alsa working in

Sendmail as a forwarder only

2003-01-10 Thread Jeff Myers
I'd like sendmail to do nothing but forward "ALL" mail to another box. It comes inIt goes out... I've made several stabs at the obvious within the sendmail.cf file to no avail. I set the "Smart" as recommended for outgoing. DSmailer:relayhostname In the comment it says: "To forward "ALL"

RE: Microsoft Update?

2003-01-10 Thread Randy Williams
Greetings, Yes, MS is THAT Stupid, but then again with 40+ Billion dollars in the bank they can afford to do this. The Office Update site does have updates for Office 97 (I have osr2 on my Win2k box at home -- Rapidly being replaced by OpenOffice 1.0 BTW). However the useful auto detection that O

Re: Setting temporary environment variables from a script,probable newbie question

2003-01-10 Thread Peter Davie
Hi Robert, Thanks for taking the trouble to reply. I got the reason- it is pretty much what I suspected. However, I am not clear on your reply. Is there a command line utility you are referring to, or a shell syntax (I'm using bash) that I should use to call the script? Sorry for being a bit thick

Re: Setting temporary environment variables from a script, probableBnewbie question

2003-01-10 Thread Robert P. J. Day
On 10 Jan 2003, Peter Davie wrote: > Hi Robert, > Thanks for taking the trouble to reply. I got the reason- it is pretty > much what I suspected. However, I am not clear on your reply. Is there a > command line utility you are referring to, or a shell syntax (I'm using > bash) that I should use to

RE: Sendmail as a forwarder only

2003-01-10 Thread Rick Carroll
It appears you're using the format for the M4 SMART_HOST macro (used in the sendmail.mc file) If you're going to edit sendmail.cf directly use: DSrelayhostname Depending on your name resolving setup you may need to use the fully qualified name. i.e. DSrelayhostname.yourdomain.com Rick. -O

GUI frontend for LVM management?

2003-01-10 Thread Robert P. J. Day
Is there a GUI tool for LVM management? clearly, it doesn't come with the lvm RPM. or has someone thrown together a non-official version? thanks. rday -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-

Re: GUI frontend for LVM management?

2003-01-10 Thread Will Mc Donald
From: "Robert P. J. Day" <[EMAIL PROTECTED]> > Is there a GUI tool for LVM management? clearly, it doesn't > come with the lvm RPM. or has someone thrown together a > non-official version? thanks. I've not tried it but there's EVMS... http://www.rootprompt.org/article.php3?article=4802 Wil

xml dtd validation, in situ

2003-01-10 Thread Scott Harrison
Hi, I am looking for a good xml-dtd validator for redhat. Over a year ago, I found python and its available libraries to be one of the few solutions--though I think I also cobbled together something with perl and xalan. (It seemed, at that time, that libxml was only a gnome-specific software lib

Re: Sendmail anti-spam feature?

2003-01-10 Thread Nick Lindsell
At 06:44 10/01/2003 -0800, you wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hey gang, I'm trying to figure out how to set up anti-spam with sendmail... I know I need to add a feature, but I'm not sure I understand correctly. From sendmail's site, I see I need to add FEA

using proftp as sftp

2003-01-10 Thread Rick Carroll
Has anyone ever modified the ssh_config file to use proftpd successfully? -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list

RE: using proftp as sftp

2003-01-10 Thread Rick Carroll
Sorry for the followup... As an alternative, does anyone know how to lock down sftp (chroot) so the user can only access his/her own directory? Thanks, Rick Carroll -Original Message- From: Rick Carroll Sent: Friday, January 10, 2003 9:58 AM To: [EMAIL PROTECTED] Subject:

RE: Sendmail as a forwarder only

2003-01-10 Thread Cowles, Steve
> -Original Message- > From: Jeff Myers > Sent: Friday, January 10, 2003 7:44 AM > Subject: Sendmail as a forwarder only > > > > I'd like sendmail to do nothing but forward "ALL" mail to > another box. It comes inIt goes out... What version of sendmail are you running? > > I've

Single Progam For Text and X mode

2003-01-10 Thread [EMAIL PROTECTED]
Hi All, What is the tool that i can use to create a program which will run with a text based menus in text mode and with graphical windows in X mode? Like the setup utility in Redhat Linux. I remember doing it sometime back. But i don't remember the tool I used then. Thanks in advance. regards,

RE: BIND & ./configure

2003-01-10 Thread Mike Burger
No, actually, you wouldn't. ./configure is used to create a system profile, used for compiling, usually to create the Makefile. The precompiled binary, which is also a more recent version that you're trying to use (RH's 9.2.1 vs your 9.1.3), would already be compiled and ready to run. On Thu

Re: newbie RE: BIND & ./configure

2003-01-10 Thread Mike Burger
Ok...let's take this a step at a time. You noted to someone else that you installed the DNS option when you installed your Linux setup. Do this: rpm -q bind On Thu, 9 Jan 2003, Craig Cameron wrote: > Please be patient, as I am new to Linux. > > Ok, I downloaded BIND 9.2.1, but when I try to

Re: Microsoft Update?

2003-01-10 Thread Mike Burger
The problem is htat the Windows Update site uses ActiveX, which is only supported by using Internet Explorer. On Thu, 9 Jan 2003, Steve Coffman wrote: > Well this is interesting as it is humorous. > My wife's system came down with a virus and I did a full wipe and > re-install. We are still usi

Using TrueType fonts with TeX

2003-01-10 Thread anthony caskey
Mr. Rebbechi: My name is Tony Caskey. I am emailing you from Dalian, China. I am an American who teaches English here, but I hope to be a business writer here soon. I have a little downtown here this year so I am expanding my knowledge of computers. I brought a copy of Redhat Linux 7.3 with

APMD

2003-01-10 Thread Andy Choens
I'm having a bit of a hard time getting APMD to work. It thinks its working, but it doesn't show my battery, which is definitely there. It just thinks its plugged in. I've never had any trouble with this before on my old laptop, and I'm not sure what to do about it. Any ideas? Its a Toshiba la

Redhat 8 Install on Old Laptop (Problem)

2003-01-10 Thread Alex
I recently tried to install Redhat 8 on an old Pentium-75 Laptop with 24MB of RAM (its actually a TI Travelmate 5300). Since I don't have the CDROM, I copied all the ISO files to 10GB harddrive (of which at least 8GB should be accessible) and did a HardDrive install. Everything seemed to be worki

How to create /dev files for optional hardware (kudzu support)?

2003-01-10 Thread Toralf Lund
I have a driver for an optional hardware component (a frame grabber) that I want the system to set up automatically upon reboot after the hardware has been installed. I've managed to modify /usr/share/hwdata/pci.ids and /usr/share/hwdata/pcitable in such a manner that "kudzu" will correctly upd

Newbie install issues (Resolved)

2003-01-10 Thread Cannon, Andrew
Hi folks, If, like me, you have been having installation hangs with your Linux distro (various flavours) and you have a weird (ie. more than one CD-ROM / CD-RW) hardware setup, then I may just have the answer. (If this has been posted before, or is old news, I'm sorry, but I have been banging my h

Re: Sendmail anti-spam feature?

2003-01-10 Thread Rupendra Singh
> > > >Hey gang, > > > > I'm trying to figure out how to set up anti-spam with sendmail... I > >know I need to add a feature, but I'm not sure I understand > >correctly. > > > > From sendmail's site, I see I need to add FEATURE(`dnsbl') , which > >defaults to MAPS, which is a subsc

RE: Grub installation

2003-01-10 Thread James Francis
Didimo Grimaldo wrote: > I am going to eliminate LILO and try GRUB by installing it using the > /sbin/redhat-grub-something command once I install the RPM. > But I have a nagging doubt as to how to do it... > > I suppose once I have GRUB I can safely eliminate LILO, right? > > My system has a roo

Sendmail anti-spam feature?

2003-01-10 Thread Burke, Thomas G.
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hey gang, I'm trying to figure out how to set up anti-spam with sendmail... I know I need to add a feature, but I'm not sure I understand correctly. From sendmail's site, I see I need to add FEATURE(`dnsbl') , which defaults to MAPS,

RE: Sendmail anti-spam feature?

2003-01-10 Thread Burke, Thomas G.
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Once you put these in, what do you need to do to update the configuration? - -Original Message- From: Rupendra Singh [mailto:[EMAIL PROTECTED]] Sent: Friday, January 10, 2003 11:22 AM To: [EMAIL PROTECTED] Subject: Re: Sendmail anti-spam fea

RE: printed Red Hat docs

2003-01-10 Thread Terry Hobart
I agree. Unless you are on an inkjet, 112 pages and a three ring binder are not a large expense. Also, if you have the professional package most of the manuals come with it. The security guide & maximum rpm are on the document cd from which you can print them. I just installed the disk and printed

Re: GUI frontend for LVM management?

2003-01-10 Thread Rick Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Robert P. J. Day wrote: | Is there a GUI tool for LVM management? clearly, it doesn't | come with the lvm RPM. or has someone thrown together a | non-official version? thanks. Look for Red Hat's Piranha RPM's. Probably only bundled with AS, you c

Re: Sendmail anti-spam feature?

2003-01-10 Thread Rick Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Burke, Thomas G. wrote: | Once you put these in, what do you need to do to update the | configuration? Run the m4 sendmail.mc > sendmail.cf command listed at the top of sendmail.mc, then restart sendmail with "service sendmail restart". - -Rick - --

Re: Redhat 8 Install on Old Laptop (Problem)

2003-01-10 Thread Cliff Wells
On Fri, 2003-01-10 at 08:02, Alex wrote: > I recently tried to install Redhat 8 on an old Pentium-75 Laptop with > 24MB of RAM (its actually a TI Travelmate 5300). > Does a TEXT based install of RedHat really require more than 24MB of > Ram? Yep. I think 32MB has been required since 7.x. -- Cl

RE: Boot Loader in RH8.0

2003-01-10 Thread James Francis
Didimo Grimaldo wrote: > I. Previous condition (Red Hat 7.2) > > The bootloader configuration contained an entry for an old kernel, > one for the current kernel, and yet another for WinXP. > > Booting was done primarily with the WinXP boot loader. There I > selected Red Hat Linux, then I got the

USB storage device access

2003-01-10 Thread Mad Hatter
Hi, I have one of those USB flash drives (http://www.cigarusb.com) and am having trouble accessing it from RH8.0. When I plug it in, the usb-storage module seems to get loaded but I'm not sure which device file has the filesystem I can mount. I tried /dev/sda? but the don't seem to work. On Mandr

Re: USB storage device access

2003-01-10 Thread Cliff Wells
On Fri, 2003-01-10 at 09:10, Mad Hatter wrote: > Hi, > > I have one of those USB flash drives > (http://www.cigarusb.com) and am having trouble > accessing > it from RH8.0. When I plug it in, the usb-storage > module > seems to get loaded but I'm not sure which device file > has the filesystem I c

Re: Redhat 8 Install on Old Laptop (Problem)

2003-01-10 Thread Jeffrey Tadlock
On Fri, Jan 10, 2003 at 10:02:10AM -0600, Alex wrote: > I recently tried to install Redhat 8 on an old Pentium-75 Laptop with > 24MB of RAM (its actually a TI Travelmate 5300). > > I guess I could use a different distribution, but I really like > RedHat... Is there a way to make this work? Check

Re: Sendmail anti-spam feature?

2003-01-10 Thread Ed Wilts
On Fri, Jan 10, 2003 at 06:44:38AM -0800, Burke, Thomas G. wrote: > From sendmail's site, I see I need to add FEATURE(`dnsbl') , which > defaults to MAPS, which is a subscription-based service. Is there a > way to set this up to use a database from someone who is not > subscription-based? A

Re: Install Problem: Monitor Probe

2003-01-10 Thread Edward Marczak
On 1/9/03 8:11 PM, "Jeffrey Tadlock" <[EMAIL PROTECTED]> tapped the keys: > I recently fought this same issue on a Compaq Proliant 1600R. > While researching my issue I ran across several similar cases on > 1850's. I was finally able to track down a solution. > > Try this link: > > http://www.t

up2date

2003-01-10 Thread Ted Gervais
I occasionally do updates from the command line where I enter 'up2date' and the package to be updated. I believe I can do the same but ask the update system to give me any and all updates that might be available. All from the command line. If so, what would that line say?? -- T.L.Gervais C

Redirects

2003-01-10 Thread Joe Polk
Q: Is there a way to redirect a traffic for a specific vhost in apache on port 80 out to another host on a different port? <> -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list

Re: Redirects

2003-01-10 Thread Shannon Neumann
You could make the index page for that vhost a php script that rewrites the response header and directs to a different host and port number, like this: header("Location: http://www.newhost.com:1234";); ?> This would have to be at the very top of the file so that it is the first thing the php

Re: USB storage device access

2003-01-10 Thread Mad Hatter
Hi, I'm not seeing any obvious indication in /var/log/messages as to what /dev/sda?? device the drive is made available as. Maybe the experts can deduce this from the following output: - Jan 7 16:04:02 abc kernel: hub.c: USB new device connect on bus1/1, assign

Re: Embarrasing question regarding up2date on RH8

2003-01-10 Thread Jack Bowling
On Fri, Jan 10, 2003 at 07:27:32PM +0800, Edward Dekkers wrote: > directly connected to the internet via modem/pppd). The clients are getting > their addresses via DHCP from the Linux server. The server is NATting OK for > all other clients. Did you check the routing table of your server? -- J

Re: up2date

2003-01-10 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, 10 Jan 2003 14:15:40 -0400, Ted Gervais wrote: > I occasionally do updates from the command line where I enter > 'up2date' and the package to be updated. I believe I can do the same > but ask the update system to give me any and all updates t

RE: Sendmail anti-spam feature?

2003-01-10 Thread Burke, Thomas G.
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 won't 'delay_checks' bypass the anti-spam? (I am apparently reading this incorrectly) - -Original Message- From: Burke, Thomas G. [mailto:[EMAIL PROTECTED]] Sent: Friday, January 10, 2003 11:31 AM To: '[EMAIL PROTECTED]' Subject: RE: Sendmail

Re: up2date

2003-01-10 Thread Mike Burger
up2date -l will list the updates available for your system (according to what you have installed on your system) that have not yet been updated/installed. up2date -u will download and install everything available, without your having to list the packages, individually. On Fri, 10 Jan 2003, Ted

A couple of problems...

2003-01-10 Thread Tiziano Cerato
Hello everybody, I looking for some help about 2 different problems. I'm trying to install a DSL modem with an USB interface, the problem is that it gets power from USB port but I can't get it to power up. I never used any USB device before, so I'm only guessing how to get it work... I tryed using

Re: Redhat 8 Install on Old Laptop (Problem)

2003-01-10 Thread Ian P. Thomas
On Fri, 2003-01-10 at 11:02, Alex wrote: > I recently tried to install Redhat 8 on an old Pentium-75 Laptop with > 24MB of RAM (its actually a TI Travelmate 5300). > > Since I don't have the CDROM, I copied all the ISO files to 10GB > harddrive (of which at least 8GB should be accessible) and did

Re: rpm problem

2003-01-10 Thread Schotty
On Fri, 2003-01-10 at 11:39, Andre Kirchner wrote: > Hi, > > for some reason the rpm deature isn't working anymore > at my RH 8.0. Where does the rpm stores the > information about the installed packages? If it was > corrupted, is there a way to fix it? Hello, what exactly is wrong? If when you

Re: problems with RH8.0

2003-01-10 Thread Schotty
On Fri, 2003-01-10 at 11:24, [pepo] wrote: > Hi friends, I'm using RH8.0 because recently erase my RH7.3 ... well, I > use "spanish languge" but the letters are crazy ;) the messages from > console have garbage, this looks something like that: > (real word) (RedHat word) > conexión

How to limit user access in ssh?

2003-01-10 Thread David H
Hi, I would like to have "no login" for some users in ssh, how do I do it? Thanks David __ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com -- redhat-list mailing list unsubscribe mailto:[EMAIL PROT

Re: A couple of problems...

2003-01-10 Thread Rick Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tiziano Cerato wrote: | Hello everybody, | I looking for some help about 2 different problems. | I'm trying to install a DSL modem with an USB interface, the | problem is that it gets power from USB port but I can't get it | to power up. I never used

Re: Redhat 8 Install on Old Laptop (Problem)

2003-01-10 Thread Alexis MOREAU
--- "Ian P. Thomas" <[EMAIL PROTECTED]> a écrit : > On Fri, 2003-01-10 at 11:02, Alex wrote: > > I recently tried to install Redhat 8 on an old > Pentium-75 Laptop with > > 24MB of RAM (its actually a TI Travelmate 5300). > > > > Since I don't have the CDROM, I copied all the ISO > files to 10GB

Re: up2date

2003-01-10 Thread Ted Gervais
On Friday 10 January 2003 03:12 pm, Mike Burger wrote: > up2date -l will list the updates available for your system (according to > what you have installed on your system) that have not yet been > updated/installed. > > up2date -u will download and install everything available, without your > havin

Re: How to limit user access in ssh?

2003-01-10 Thread Rick Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 David H wrote: | Hi, | | I would like to have "no login" for some users in ssh, | how do I do it? Set the user's shell to /sbin/nologin or /bin/false (former is preferred since it's considered a valid shell by FTP and other clients). usermod -s /sbin

Re: problem load-average with kernel 2.4.18-19.7.x

2003-01-10 Thread Schotty
On Fri, 2003-01-10 at 13:56, Jérôme Bolliet wrote: > Hi, > > Yes i know this. > But my problem is : just by upgrading kernel, the memory usage and the > load average explode. > > With 2.4.18-10, i'm using 700Mo of memory, and load is 1. > With 2.5.18-19, i'm using 2 Go of memory and load is 3-

Where can I find (kernel-headers-2.4.18-14.i386.rpm) for Red Hat 8.0

2003-01-10 Thread Yu Liang
_ Protect your PC - get McAfee.com VirusScan Online http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963 -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/ma

Re: How to limit user access in ssh?

2003-01-10 Thread gabriel
On Fri, 2003-01-10 at 14:38, David H wrote: > Hi, > > I would like to have "no login" for some users in ssh, > how do I do it? > > Thanks > David there are a couple ways, but the one i found worked best for me was to configure pam to issue an "f-off" for users not in a "ssh_allowed" list in /etc

RE: Sendmail anti-spam feature?

2003-01-10 Thread Burke, Thomas G.
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 How can I disable the anti-spam for certain domains? For some reason, my work is in at least 2 of the black-hole lists - That seems odd to me... - -Original Message- From: Burke, Thomas G. Sent: Friday, January 10, 2003 2:04 PM To: '[EMAIL P

Redhat 8 and Shutting it down or Not!

2003-01-10 Thread Christopher Lyon
I have a bunch of RH8.0 machines that are sitting in Telco closets and was wondering if I am digging myself a hole with these things powering on and off without using the shutdown command. Am I going to kill or break something but basically just unplugging these machines? -- redhat-list m

Re: How to limit user access in ssh?

2003-01-10 Thread Rick Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 gabriel wrote: | there are a couple ways, but the one i found worked best for me was to | configure pam to issue an "f-off" for users not in a "ssh_allowed" list | in /etc/ssh/: | | edit /etc/pam.d/ssh and add this line: | | auth required p

Re: Redhat 8 and Shutting it down or Not!

2003-01-10 Thread Ian P. Thomas
On Fri, 2003-01-10 at 14:58, Christopher Lyon wrote: > I have a bunch of RH8.0 machines that are sitting in Telco closets and > was wondering if I am digging myself a hole with these things powering > on and off without using the shutdown command. Am I going to kill or > break something but basical

Re: Redhat 8 Install on Old Laptop (Problem)

2003-01-10 Thread Kent Borg
On Fri, Jan 10, 2003 at 02:24:51PM -0500, Ian P. Thomas wrote: > I recently installed RH 8.0 text install, on an eMachine with > 32 MB of RAM. I was just talking to a co-worker who recently installed RH 8.0 on a 32 MB notebook. He had to do a text install, but it worked. When he fired up X

Re: Redhat 8 and Shutting it down or Not!

2003-01-10 Thread Rick Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Christopher Lyon wrote: | I have a bunch of RH8.0 machines that are sitting in Telco closets and | was wondering if I am digging myself a hole with these things powering | on and off without using the shutdown command. Am I going to kill or | break som

Re: Redhat 8 and Shutting it down or Not!

2003-01-10 Thread Javier Gostling
On Fri, Jan 10, 2003 at 11:58:18AM -0800, Christopher Lyon wrote: > I have a bunch of RH8.0 machines that are sitting in Telco closets and > was wondering if I am digging myself a hole with these things powering > on and off without using the shutdown command. Am I going to kill or > break somethi

Re: Redhat 8 and Shutting it down or Not!

2003-01-10 Thread Cliff Wells
On Fri, 2003-01-10 at 11:58, Christopher Lyon wrote: > I have a bunch of RH8.0 machines that are sitting in Telco closets and > was wondering if I am digging myself a hole with these things powering > on and off without using the shutdown command. Am I going to kill or > break something but basical

Re: How to limit user access in ssh?

2003-01-10 Thread Cheng-Jih Chen
- Original Message - From: "David H" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, January 10, 2003 2:38 PM Subject: How to limit user access in ssh? > I would like to have "no login" for some users in ssh, > how do I do it? Create a group in /etc/group called "badusers" and

RE: Redhat 8 and Shutting it down or Not!

2003-01-10 Thread Randy Williams
My word man!!! Yes, by all means, please use a 'soft' shutdown via a command prompt (remote connection) or by logging directly into the machines. They may be tough, but I've never heard of this practice being conducive to long-term stability. RandyW -Original Message- From: [EMAIL PROTE

Re: Redhat 8 and Shutting it down or Not!

2003-01-10 Thread Kent Borg
On Fri, Jan 10, 2003 at 11:58:18AM -0800, Christopher Lyon wrote: > I have a bunch of RH8.0 machines that are sitting in Telco closets and > was wondering if I am digging myself a hole with these things powering > on and off without using the shutdown command. Am I going to kill or > break somethin

Re: Redhat 8 Install on Old Laptop (Problem)

2003-01-10 Thread Cliff Wells
On Fri, 2003-01-10 at 11:24, Ian P. Thomas wrote: > On Fri, 2003-01-10 at 11:02, Alex wrote: > > I recently tried to install Redhat 8 on an old Pentium-75 Laptop with > > 24MB of RAM (its actually a TI Travelmate 5300). > > I recently installed RH 8.0 text install, on an eMachine with 32 MB

chroot ssh user possible?

2003-01-10 Thread Larry Brown
When chrooting a user does this also prevent the user from accessing other areas of the server when they login via ssh? Also does anyone know if a good howto on using chroot to "jail" a user? Larry S. Brown Dimension Networks, Inc. (727) 723-8388 -- redhat-list mailing list unsubscribe mail

Re: Redhat 8 and Shutting it down or Not!

2003-01-10 Thread Kent Borg
On Fri, Jan 10, 2003 at 03:18:16PM -0500, I wrote: > At an extreme contrast, if you are running a big database you will > lose committed data. Er, I obviously meant "uncommitted" data. -kb -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.re

RE: Redhat 8 Install on Old Laptop (Problem)

2003-01-10 Thread Jonathan M. Slivko
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I guess the question becomes, why do you *want* to run Red Hat 8.0 on a laptop when it clearly wasn't designed for it. Personally, I would go with an older version of Red Hat that might be more suited for that machine. I have also seen floating aro

Re: unix printing to linux

2003-01-10 Thread hanfamily
Thanks Mike this worked with one change amazing how easy it is with a little help. Linda On Mon, 6 Jan 2003 [EMAIL PROTECTED] wrote: > Linda, > > If I remember correctly, all I had to do to a working cups installation > was to add a link: > > ln -s /usr/bin/smbspool /usr/lib/cu

Re: chroot ssh user possible?

2003-01-10 Thread Ed Wilts
On Fri, Jan 10, 2003 at 03:20:57PM -0500, Larry Brown wrote: > When chrooting a user does this also prevent the user from accessing other > areas of the server when they login via ssh? Also does anyone know if a > good howto on using chroot to "jail" a user? There are various documents covering h

Re: Redhat 8 and Shutting it down or Not!

2003-01-10 Thread Kent Borg
Something I glossed over: What does it take to force your hard disks to write their buffers? Does a sync do that? (If your disks are difficult to persuade to write all their data, then how does a complete shutdown do it safely?) -kb -- redhat-list mailing list unsubscribe mailto:[EMAIL PROT

RE: mkinitrd messages

2003-01-10 Thread smusuvat
Has anyone seen these messages?? Need help.. Thx Saravanan [EMAIL PROTECTED] wrote: >When I do mkinitrd I get the following messages, but things are working fine.. What >are these messages for??? > >host# mkinitrd -v -f initrd-2.4.18.img --with=qla2x00 2.4.18 >/sbin/mkinitrd: line 133: [: >/li

Re: kmod failed to exec /sbin/modprobe -s -k scsi_hostadapter,errno = 2

2003-01-10 Thread smusuvat
Can someone help me on this??? -Saravanan [EMAIL PROTECTED] wrote: >That doesn't help..problem exists.. >-Saravanan > >Jack Bowling <[EMAIL PROTECTED]> wrote: > >>** Reply to message from [EMAIL PROTECTED] on Fri, 10 Jan 2003 00:21:19 -0500 >> >> >>> qla2x00 driver requires scsi driver...my modul

RE: Redhat 8 and Shutting it down or Not!

2003-01-10 Thread Christopher Lyon
The issue is since these are in telco closets the telco A$% holes are pulling the power to move them around. Granted they are only running VPN, routing and some IDS services so data loss isn't a really big deal but I just don't want these boxes to blow up. I guess I could put an LCD on then and put

RE: mkinitrd messages

2003-01-10 Thread Rigler, S C (Steve)
I've never seen these messages before, but I have a couple of questions: 1. What is the qla2x00 module? I have qla2200 and qla2300, but no qla2x00. 2. Is 2.4.18 a custom kernel or RedHat supplied? 3. Why bother using the "--with" argument and just add that module to your /etc/modules.conf. m

Re: Redhat 8 and Shutting it down or Not!

2003-01-10 Thread Kent Borg
On Fri, Jan 10, 2003 at 01:00:20PM -0800, Christopher Lyon wrote: > The issue is since these are in telco closets the telco A$% holes are > pulling the power to move them around. Granted they are only running > VPN, routing and some IDS services so data loss isn't a really big deal > but I just don

Re: Where can I find (kernel-headers-2.4.18-14.i386.rpm) for Red Hat 8.0

2003-01-10 Thread David Busby
did you try http://www.rpmfind.net/ - Original Message - From: "Yu Liang" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, January 10, 2003 11:52 Subject: Where can I find (kernel-headers-2.4.18-14.i386.rpm) for Red Hat 8.0 > > > > > > > _

Re: USB storage device access

2003-01-10 Thread Samuel Flory
Mad Hatter wrote: Hi, I'm not seeing any obvious indication in /var/log/messages as to what /dev/sda?? device the drive is made available as. Maybe the experts can deduce this from the following output: - Jan 7 16:04:02 abc kernel: hub.c: USB new device conne

Re: Setting temporary environment variables from a script, probableBnewbie question

2003-01-10 Thread Todd A. Jacobs
On Fri, 10 Jan 2003, Robert P. J. Day wrote: > as i mentioned, you need to execute the script with the "." command. > yes, the . really is a shell command -- it means "execute this script in > the current shell". Actually, "." is a builtin alias for "source." It's easier to explain this to peop

Re: USB storage device access

2003-01-10 Thread Todd A. Jacobs
On Fri, 10 Jan 2003, Mad Hatter wrote: > seems to get loaded but I'm not sure which device file has the > filesystem I can mount. I tried /dev/sda? but the don't seem to work. Check the following: cat /proc/scsi/scsi or use the -scanbus flag to cdrecord. There doesn't really seem to be

Re: Sendmail anti-spam feature?

2003-01-10 Thread T. Ribbrock
On Fri, Jan 10, 2003 at 11:51:28AM -0800, Burke, Thomas G. wrote: > How can I disable the anti-spam for certain domains? For some > reason, my work is in at least 2 of the black-hole lists - That seems > odd to me... Maybe they have (or had at some point) open relays? Wouldn't be the first time -

  1   2   >