how to send email with read return receipt?

2002-09-24 Thread gary
Dear all, Is there a way to send email with read/ return receipt in linux? All advise are welcome... Thanks, gary -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list

Re: kernal: Neighbor table overflow

2002-09-24 Thread Ashley M. Kirchner
Tom Pollerman wrote: > > Sep 21 16:23:38 ns2 xinetd[11924]: warning: /etc/hosts.allow, line > > 16: host name/address mismatch: 194.119.255.146 != mail.cockx.be 194.119.255.146 => 194-119-255-145.KPNBelgium.be mail.cockx.be => 62.166.70.67 xinetd has a right to complain. > Are y

Re: kernal: Neighbor table overflow

2002-09-24 Thread Tom Pollerman
On Tue, 24 Sep 2002 18:41:25 -0700 "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > > Can anyone help me diagnose this problem -- my log files are being > intermittently overwhelmed with these messages for the kernal, so > much so they brought down the box: > > Sep 24 17:11:10 ns2 kernel: NET:

RE: File Transfer Mgr

2002-09-24 Thread Bret Hughes
On Tue, 2002-09-24 at 22:16, Bradley Caricofe wrote: > > What are you using to upload? I think most modern ftp servers have a > > restart feature. ncftp client or gftp will both try to restart (resume) > > a failed transfer. > > Hi Bret, I'm using wsFTP on a Windows 2000 system. When I try to

RE: change directory name

2002-09-24 Thread Bret Hughes
On Tue, 2002-09-24 at 22:19, Mike Burger wrote: > Is there a subdirectory of "name" with the same name? > Hmm. I don't think he can change the name to a name with the same name since there is a name with that name already named. Bret -- redhat-list mailing list unsubscribe mailto:[EMAIL PRO

RE: how to do port forwarding with "ipchains"

2002-09-24 Thread Hiten Desai
--- Trevor <[EMAIL PROTECTED]> wrote: > Raymond, > > contains > excellent > information on how to use ipchains to portforward packets. > > Trevor > > > you can also use REDIR it works great on my rhl 6.2 without messing with the ker

Re: redhat 6.2 inet service problem

2002-09-24 Thread Hiten Desai
--- Bret Hughes <[EMAIL PROTECTED]> wrote: > > Seems like there was an issue with inetd way back with it choking on > a > bunch of connections. I neverexperienced it but that is my > recollection. First off are you running the latest updated version > from > the updates/6.2 tree? > BRet > I h

Re: Installed 7.3 howto stop xwindows?

2002-09-24 Thread jp
Phew! that's a relief... thanks gentlemen. All that kludgy (pretty though it is) grafic was driving me crazy. Seems I'm happy for the moment with bash, vim and pine. regards /j-p. -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.

RE: Upgrading Hard disk from IDE to SCSI

2002-09-24 Thread Greg Darby
Thankyou for your advice Cameron. Only trouble is i am new to Linux and don't know much about compiling a kernel with SCSI in it. In a worst case scenario i could always reload Linux from scratch and move the squid.conf and squidguard.conf, db and log files and give that a shot. Silly question bu

RE: change directory name

2002-09-24 Thread Mike Burger
Is there a subdirectory of "name" with the same name? On Tue, 24 Sep 2002, Chavez Gutierrez, Freddy wrote: > >> Hi, I want to change a directory name in my linux box, so I tried > >> "mv oldname newname" but it doesn't work. How can I do that? > > >Why do you say it doesn't work? Do you get an

RE: File Transfer Mgr

2002-09-24 Thread Bradley Caricofe
> What are you using to upload? I think most modern ftp servers have a > restart feature. ncftp client or gftp will both try to restart (resume) > a failed transfer. Hi Bret, I'm using wsFTP on a Windows 2000 system. When I try to resume after a broken upload it asks me if I want to overwrite

RE: change directory name

2002-09-24 Thread Chavez Gutierrez, Freddy
Title: RE: change directory name >> Hi, I want to change a directory name in my linux box, so I tried >> "mv oldname newname" but it doesn't work. How can I do that? >Why do you say it doesn't work?  Do you get an error?  >If so, what's the error?  What's the directory name? The error is:

Re: change directory name

2002-09-24 Thread Mike Burger
You have to be root, or the owner of the directory in question. If you are, then the mv command should work just fine. On Tue, 24 Sep 2002, Chavez Gutierrez, Freddy wrote: > Hi, I want to change a directory name in my linux box, so I tried > "mv oldname newname" but it doesn't work. How can I d

Re: port list

2002-09-24 Thread Mike Burger
They indicate outbound ftp connections from your system to another. On Tue, 24 Sep 2002, Steve Buehler wrote: > BTW, those two ports (4156 and 4154) do not show up in the > /etc/services. I had already checked there. Apparantly, those are the > outbound ports. Someone else pointed me to use

Re: change directory name

2002-09-24 Thread Vidiot
PLease turn off HTML e-mail when sending to this list, or any mail list for that matter. >This message is in MIME format. Since your mail reader does not understand >this format, some or all of this message may not be legible. > >--_=_NextPart_001_01C2643C.B13FF7D0 >Content-Type: text/plain;

Re: Problems with Redhat Null on Dell Inspiron

2002-09-24 Thread Mike Burger
Try limbo-list or null-list...either one @redhat.com On Tue, 24 Sep 2002, Oliver Aaltonen wrote: > I had everything installed and working for days, until the laptop went > to "sleep" once and when it woke up the screen was all messed up, so I > shut it down. Now it freezes on booting after the f

Re: port list

2002-09-24 Thread Mike Burger
/etc/services On Tue, 24 Sep 2002, Steve Buehler wrote: > Can anybody point me to a list of ports would be used on a linux based > system. I have a weird one showing up on a netstat report: > > /etc# netstat -na | grep 161.69.201.237 > tcp0 0 > my_machines_ip_here:4156 161.6

Re: change directory name

2002-09-24 Thread Ashley M. Kirchner
"Chavez Gutierrez, Freddy" wrote: > Hi, I want to change a directory name in my linux box, so I tried > "mv oldname newname" but it doesn't work. How can I do that? Why do you say it doesn't work? Do you get an error? If so, what's the error? What's the directory name? -- H | "Life is t

change directory name

2002-09-24 Thread Chavez Gutierrez, Freddy
Title: change directory name Hi, I want to change a directory name in my linux box, so I tried "mv oldname newname" but it doesn't work. How can I do that? Regards, Freddy Chavez.

Re: OT: Funny Pic

2002-09-24 Thread Bret Hughes
On Tue, 2002-09-24 at 20:57, Jonathan M. Slivko wrote: > http://www.gjvc.com/content/images/raq2.jpg > > Just thought you guys might get a kick out of it. > -- Jonathan > > He even has the beginnings of an extremely cool random noise generator for cryptographically secure communications. see

Re: port list

2002-09-24 Thread Steve Buehler
BTW, those two ports (4156 and 4154) do not show up in the /etc/services. I had already checked there. Apparantly, those are the outbound ports. Someone else pointed me to use netstat -anp and that gave me the process id which I traced down to McAfee's autoupdate program that is used in con

Re: port list

2002-09-24 Thread Steve Buehler
I ran that and here is what I get: /tmp# netstat -anp|grep 161.69.201.237 (Not all processes could be identified, non-owned process info will not be shown, you would have to be root to see it all.) tcp0 0 my_machines_ip_here:4156 161.69.201.237:20 ESTABLISHED 26481/perl

RE: IPCHAINS

2002-09-24 Thread Mathur, Sachin (UMKC-Student)
IPchains are for configuring the firewall i.e., u can configure such that , u can allow or deny packets from any IP address. By default, the settings allow ping from all IP addresses. on the command, type man ipchains for more information -Original Message- From: [EMAIL PROTECTED] [m

Re: IPCHAINS

2002-09-24 Thread Anthony E. Greene
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 24-Sep-2002/16:52 -0700, truc nguyen <[EMAIL PROTECTED]> wrote: >What is ipchains used for? To allow and restrict connections, based on source or destination IP address, interface, protocol, and port. You can use it to create a firewall. >How do

Re: port list

2002-09-24 Thread Steve Buehler
These are the only things in my /tmp directory drwxrwxrwx2 root root 4096 Aug 5 06:51 .casp3000 drwxrwxrwx2 root root 4096 Aug 10 13:12 .casp3002 drwxrwxrwx2 root root 4096 Aug 5 06:51 .casp5101 drwxrwxrwt2 xfs xfs 4096 Aug 5 06:

Re: Linux Networking Books??

2002-09-24 Thread Bret Hughes
On Tue, 2002-09-24 at 20:06, Patrick Beart wrote: > Folks: > > I'm taking a Linux Networking class at my local Community > College, whose Web site and general Internet decisions tend to be > poor. They've chosen a book for the course that may, or may not, be > ideal. > > Wondering

CD-RW Support

2002-09-24 Thread Joseph A Nagy Jr
Does anyone know of a way to get Kudzu (RH7.2) to detect CD-RW drives (particularly Philips brand CD-RW's)? -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list

dual booting

2002-09-24 Thread Bobby Treaster
Ok here is an odd question, I know you can dual boot Linux/windows Linux/Netware or Linux/OS*(mac) but can you dual boot 2 different versions of Linux like say Mandrake(or RedHat)/Debian(or Slakeware)? If so how does one go aboutdoing so? Thanks in advance Bobby Ray Treaster   I Don't Su

OT: Funny Pic

2002-09-24 Thread Jonathan M. Slivko
http://www.gjvc.com/content/images/raq2.jpg Just thought you guys might get a kick out of it. -- Jonathan -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list

Re: port list

2002-09-24 Thread Bret Hughes
On Tue, 2002-09-24 at 20:00, Steve Buehler wrote: > Can anybody point me to a list of ports would be used on a linux based > system. I have a weird one showing up on a netstat report: > > /etc# netstat -na | grep 161.69.201.237 > tcp0 0 > my_machines_ip_here:4156 161.69.201.23

Problems with Redhat Null on Dell Inspiron

2002-09-24 Thread Oliver Aaltonen
I had everything installed and working for days, until the laptop went to "sleep" once and when it woke up the screen was all messed up, so I shut it down. Now it freezes on booting after the following: Starting pcmcia: Yenta IRQ list 06b8, PCI irq11 Socket status: 3006 Yenta IRQ list 06b8,

Re: File Transfer Mgr

2002-09-24 Thread Bret Hughes
On Tue, 2002-09-24 at 19:07, Bradley Caricofe wrote: > I recently leased a couple of dedicated servers for hosting games (Soldier > of Fortune, Medal of Honor, BF 1942, etc...) and a problem I've been running > into is the size of the uploads I have to perform to get these things > running. In se

kernal: Neighbor table overflow

2002-09-24 Thread [EMAIL PROTECTED]
Can anyone help me diagnose this problem -- my log files are being intermittently overwhelmed with these messages for the kernal, so much so they brought down the box: Sep 24 17:11:10 ns2 kernel: NET: 12766 messages suppressed. Sep 24 17:11:10 ns2 kernel: Neighbour table overflow. Running 7.1 -

Re: port list

2002-09-24 Thread Michael Fratoni
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tuesday 24 September 2002 09:00 pm, Steve Buehler wrote: > Can anybody point me to a list of ports would be used on a linux based > system. I have a weird one showing up on a netstat report: The file /etc/services is a good place to start. > /et

Linux Networking Books??

2002-09-24 Thread Patrick Beart
Folks: I'm taking a Linux Networking class at my local Community College, whose Web site and general Internet decisions tend to be poor. They've chosen a book for the course that may, or may not, be ideal. Wondering what folks would recommend as possibly the "definitive" book

port list

2002-09-24 Thread Steve Buehler
Can anybody point me to a list of ports would be used on a linux based system. I have a weird one showing up on a netstat report: /etc# netstat -na | grep 161.69.201.237 tcp0 0 my_machines_ip_here:4156 161.69.201.237:20 ESTABLISHED tcp 128 0 my_machines_ip_her

Re: Installed 7.3 howto stop xwindows?

2002-09-24 Thread Patrick Beart
At 4:35 PM -0500 9/24/02, Ed Wilts wrote: >On Tue, Sep 24, 2002 at 11:26:41PM +0200, [EMAIL PROTECTED] wrote: >> >> How do I turn off booting to Xwindows? I've an old slow machine so >> command line suits me better. > >Welcome to the only *real* interface :-) > >vi /etc/inittab. Change initdef

File Transfer Mgr

2002-09-24 Thread Bradley Caricofe
I recently leased a couple of dedicated servers for hosting games (Soldier of Fortune, Medal of Honor, BF 1942, etc...) and a problem I've been running into is the size of the uploads I have to perform to get these things running. In setting up my first server I've been trying to upload a 560 mb

IPCHAINS

2002-09-24 Thread truc nguyen
What is ipchains used for? How do I write the ipchains rules that would allow someone to ping a server with the address of 192.168.1.100. Any suggestion would be greatly appreciate. Best Regards, Truc C Nguyen __ Do you Yahoo!? New DSL Intern

Upgrading Hard disk from IDE to SCSI

2002-09-24 Thread Greg Darby
Hi,   I am wondering if someone out there would be kind enough to provide me with a little bit of assistance here.   I have a RedHat 7.3 Server running an IDE drive (straight of motherboard) and would like to upgrade the drive to a SCSI. I have purchased a SCSI Controller Card (LVD U160) and

Recovering Raid 1?

2002-09-24 Thread Kent Borg
I have been playing with a software raid 1, and have discovered I guess I don't know how PCs boot... Say I have one disk on /dev/hda and another on /dev/hdc. What happens if the disk on /dev/hda dies? (I simulated this by playing with another distribution on /dev/hda.) I can't get the disk on

RE: 2GB File limit?

2002-09-24 Thread Kevin Krieser
Your application. Programs must be written and compiled to have support for large files. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Tom DeLuca Sent: Tuesday, September 24, 2002 5:07 AM To: [EMAIL PROTECTED] Subject: 2GB File limit? I understood th

Re: boot problems.

2002-09-24 Thread Samuel Flory
Francisco Ruiz wrote: >Mounting root filesystem >EXT3-fs: INFO: recovery required on readonly filesystem >EXT3-fs: Write access will be enabled during recovery >JBD: no valid journal superblock found >EXT3-fs: error loading journal. >mount : error 22 mounting ext3 >Pivote root: pivote_root (/sysr

Re: 2GB File limit?

2002-09-24 Thread Samuel Flory
Tom DeLuca wrote: > I understood the 2GB file size limit was history with 2.4 Kernel yet I > am unable to create a file lager then 2GB with RH 7.3 2.4.X kernel. > Where do I look? > How are you creating the file? What file system? All I can say it works for me. It wouldn't work on s

RE: LILO won't run at boot

2002-09-24 Thread c-harris
Somebody posted this a week or so back, it worked for me. http://www.redhat.com/tech/books/RHL_Survival_Kit/ch03_Fa.html -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Seth Brooks Sent: 24 September 2002 01:30 To: [EMAIL PROTECTED] Subject: LILO won't

2GB File limit?

2002-09-24 Thread Tom DeLuca
I understood the 2GB file size limit was history with 2.4 Kernel yet I am unable to create a file lager then 2GB with RH 7.3 2.4.X kernel. Where do I look?   Thanks, Tom

Apache name options

2002-09-24 Thread Ted Hilts
Below I have included what I think are the controlling sections of  httpd.conf Apache configuration file. Operating in a LAN, I can access the Apache web server either by the machine IP address or by the machine name.  For example, with the below Apache configuration settings and from any works

boot problems.

2002-09-24 Thread Francisco Ruiz
Mounting root filesystem EXT3-fs: INFO: recovery required on readonly filesystem EXT3-fs: Write access will be enabled during recovery JBD: no valid journal superblock found EXT3-fs: error loading journal. mount : error 22 mounting ext3 Pivote root: pivote_root (/sysroot,/sysroot/initrd)failed :2

Re: No video on intel 82845G/GL

2002-09-24 Thread Thornton Prime
I believe that support for this chipset only recently made it into the XFree86 CVS tree. You can either build it yourself or wait for XFree86 4.3 which will probably have it. thornton -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redha

Forward LDAP

2002-09-24 Thread Devon Harding - GTHLA
How do I forward ldap requests to another server like squid's httpd_accel? _ Devon Harding System Administrator Gilat Latin America 954-858-1600 [EMAIL PROTECTED] -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.c

Re:how to run fsck

2002-09-24 Thread Asish Balakrishnan
hi, when you receive such a reply from the system.then enter the root passwd. Next type fsck with individual device name.i mean to say run fsck /dev/hda1 and so on.for further details go through the man page.it has a hell lot of information. Regards, Balakrishnan Asish On Sat, 21 Sep 2002, Marj

Another Slapper variant

2002-09-24 Thread Matthew Bradford
For those that may not have heard, there is already a new version of slapper out in the wild. I run multiple servers and had forgotten I ran SSL on one of them, so I got infected with it. :-( Anyway the new variant is called: cinik. It stores itself in the same directory (/tmp) but now all the

Re: Changing Video Font Size

2002-09-24 Thread Cristian Grigoriu
> List, > I would like to change the text size display on my Redhat 7.3 box. I saw > some terminals where the font was smaller, not the standard 40x25 or > what ever it is, what is the command? What should I `man` to discover > what I need to do? http://tldp.org/HOWTO/Framebuffer-HOWTO.html >

Re: mplayer save position?

2002-09-24 Thread Tom Pollerman
On Tue, 24 Sep 2002 15:24:46 -0500 Matthew Boeckman <[EMAIL PROTECTED]> wrote: > is there some way to get mplayer, started on the command line, to > start it's display in a particular position (x,y) on my desktop? The > man page doesn't refer to anything, thought maybe someone on the > list might

Re: Installed 7.3 howto stop xwindows?

2002-09-24 Thread George Campbell
At 11:26 PM 9/24/2002 +0200, you wrote: >Hello... As a Linux newbie having gotten used to using the console, I'd >like to continue booting straight to the shell as opposed to now >in Xwindows >(Gnome) after my installing rh7.3 > >How do I turn off booting to Xwindows? I've an old slow machine so

Re: Installed 7.3 howto stop xwindows?

2002-09-24 Thread Ed Wilts
On Tue, Sep 24, 2002 at 11:26:41PM +0200, [EMAIL PROTECTED] wrote: > > How do I turn off booting to Xwindows? I've an old slow machine so > command line suits me better. Welcome to the only *real* interface :-) vi /etc/inittab. Change initdefault from 5 to 3 (at the top, right below the comm

Installed 7.3 howto stop xwindows?

2002-09-24 Thread jp
Hello... As a Linux newbie having gotten used to using the console, I'd like to continue booting straight to the shell as opposed to now in Xwindows (Gnome) after my installing rh7.3 How do I turn off booting to Xwindows? I've an old slow machine so command line suits me better. thanks /j

Re: mplayer save position?

2002-09-24 Thread Matthew Boeckman
err, yes as i said in the original post i have read the mplayer man page. it does not offer an option for this. linux power wrote: > Have u checked man pages or mplayer --help > > > --- Matthew Boeckman <[EMAIL PROTECTED]> skrev: > is > there some way to get mplayer, started on the > >>comma

Re: mplayer save position?

2002-09-24 Thread linux power
Have u checked man pages or mplayer --help --- Matthew Boeckman <[EMAIL PROTECTED]> skrev: > is there some way to get mplayer, started on the > command line, to start > it's display in a particular position (x,y) on my > desktop? The man page > doesn't refer to anything, thought maybe someone

mplayer save position?

2002-09-24 Thread Matthew Boeckman
is there some way to get mplayer, started on the command line, to start it's display in a particular position (x,y) on my desktop? The man page doesn't refer to anything, thought maybe someone on the list might have some magic. WindowMaker is my windowmanager. -- Matthew Boeckman

RE: how to do port forwarding with "ipchains"

2002-09-24 Thread Trevor
Raymond, contains excellent information on how to use ipchains to portforward packets. Trevor -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Raymond Fung Sent: Tuesday, September 24, 2002 1:16

RE: Logical Volume Manager?

2002-09-24 Thread James Pifer
Actually, I could really care less about using LVM. I have three disks: 2.5 gig 1.2 gig 1.2 gig I'm using these to replace a server machine with a dying 6 gig hard drive. I use the server for DNS, Sendmail, Web, and a few other minor things. No user/home directories. If could tell me how to spl

how to do port forwarding with "ipchains"

2002-09-24 Thread Raymond Fung
Dear all, On my old ADSL gateway which still run kernel 2.2.18 with "ipchains", I need to setup port forwarding on it so that all incoming TCP/IP traffic to certain port of it would be forwarded to another machine. I know how to do this with iptables, but don't know how to achieve the same result

RE: Logical Volume Manager?

2002-09-24 Thread Rechenberg, Andrew
Putting your root file system on a LV is not really a Good Thing(tm) to do. From what I have heard, it is REALLY hard to recover your data if you have any issue with one of the LV member disks. Is there a particular directory that you wish to grow at some future date (/home, /usr, /tmp)? If so

Re: Logical Volume Manager?

2002-09-24 Thread James Pifer
I'm in the RH73 install process for setting up the disks (disk druid). Can I use LVM from this point? I can't figure out how to make all the drives use their full amount of space as mount point /. (minus some for swap on one of them) How do I do it? I've tried to look at the LVM howto, but the on

RE: Updating OpenSSl that was compiled from source

2002-09-24 Thread S Peram
Hi Trevor, Thanks a lot for the reply. I had a question regarding comipiling. Will compiling the software again from source with apache support break anything that has been exsiting like the weblogic bridge etc. I'd really appreciate your response. Thanks, Peram      Trevor <[EMAIL PROTECTED]>wrote

Changing Video Font Size

2002-09-24 Thread David Busby
List, I would like to change the text size display on my Redhat 7.3 box. I saw some terminals where the font was smaller, not the standard 40x25 or what ever it is, what is the command? What should I `man` to discover what I need to do? TIA /B -- redhat-list mailing list unsubscr

Re: disabling autologout

2002-09-24 Thread Michael Ghens
export TMOUT=0 On Thu, 12 Sep 2002, philip wrote: > how do you disable the autologout feature in bash? > > thanks in advance -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list

Re: No video on intel 82845G/GL

2002-09-24 Thread Tom Pollerman
On 24 Sep 2002 15:43:02 - "Rajat Veer" <[EMAIL PROTECTED]> wrote: > Hi All > > I am new to the list. > I have got a new PC with the Intel82845G/GL graphics controller. I > tried installing Red Hat 7.1 but couldnt succeed with the graphics > or the sound. Can somone help me please. Wish i h

Re: Ldap - how to retrieve multiple pages

2002-09-24 Thread Anthony E. Greene
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 24-Sep-2002/16:19 +0100, John Horne <[EMAIL PROTECTED]> wrote: >On 24-Sep-2002 at 14:31:14 Furnish, Trever G wrote: >> Someone will probably correct me but I doubt you can do that. The limit >> is probably server-side. >> >Oh rats, don't say that

Re: No video on intel 82845G/GL

2002-09-24 Thread Rajat Veer
Thanks but even 7.3 does not offer support for the card. Rajat Major Rajat Veer DAMS MS 13 MS BRANCH ARMY HEADQUARTERS DHQ PO NEW DELHI 110011 TELE (O) 3375689 (R) 5669894 -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/m

RE: Thanks Eric!

2002-09-24 Thread Eric Baines
It looks like the connection is fine. You will have to check the user and password for that account and make sure they are part of the ftp user group.

Re: Ldap - how to retrieve multiple pages

2002-09-24 Thread John Horne
On 24-Sep-2002 at 16:02:04 Anthony E. Greene wrote: >>The problem is I know little about ldap as such and have no dealing with >>the server. I gather there is a limit imposed of returning 1000 records >>(a 'page' I am told) each time. My question though is how do I tell >>ldapsearch to 'get the ne

RE: Ldap - how to retrieve multiple pages

2002-09-24 Thread John Horne
On 24-Sep-2002 at 15:41:10 Furnish, Trever G wrote: > Well then why not just schedule the export on the windows box. Just > script up whatever the process is for dumping the data from AD and make a > scheduled task for it. Then pull or push it over to your *nix box and do > whatever needs doing.

Re: Ldap - how to retrieve multiple pages

2002-09-24 Thread Anthony E. Greene
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 24-Sep-2002/15:01 +0100, John Horne <[EMAIL PROTECTED]> wrote: >We have a Microsoft windows server running ldap, and I am trying to >obtain a list of all the users in the ldap server. There are about 20,000 >in total. I can retrieve about 1000 usin

Re: No video on intel 82845G/GL

2002-09-24 Thread Jonathan M. Slivko
Rajat, Have you tried installing 7.3? That might have support for the later cards. Or, alternatively, you can check out the manufacturers website and see if they have any Linux drivers, some do. -- Jonathan On Tue, 2002-09-24 at 11:43, Rajat Veer wrote: > Hi All > > I am new to the list. > I ha

Re: redhat 6.2 inet service problem

2002-09-24 Thread Bret Hughes
On Tue, 2002-09-24 at 07:28, Hiten Desai wrote: > Hi! > I am having redhat linux 6.2 working as a > mail server > every thing is ok except > inet service > which we have to reload 4 to 5 times a day. > I have tried changing the lan card but > still the problem remains. > (some details of the

RE: Ldap - how to retrieve multiple pages

2002-09-24 Thread Jonathan M. Slivko
On Tue, 2002-09-24 at 11:41, Furnish, Trever G wrote: > Also the microsoft newsgroups. How dare you mention the name of the devil! -- Jonathan -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list

No video on intel 82845G/GL

2002-09-24 Thread Rajat Veer
Hi All I am new to the list. I have got a new PC with the Intel82845G/GL graphics controller. I tried installing Red Hat 7.1 but couldnt succeed with the graphics or the sound. Can somone help me please. Wish i had known this before buying this latest board- without any support. Rajat veer M

RE: Ldap - how to retrieve multiple pages

2002-09-24 Thread Furnish, Trever G
> -Original Message- > From: John Horne [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, September 24, 2002 10:20 AM > To: [EMAIL PROTECTED] > Subject: RE: Ldap - how to retrieve multiple pages > > > You *can* however probably get the windows admin to export > his directory > > for you into s

Different display on LCD projector than on monitor

2002-09-24 Thread John Thomas
I'm running RH 7.3 and KDE on a Dell laptop. The screen is set to 1024x768. On the laptop screen or on any connected monitor, I get the same results. However on an LCD projector, the bottom 1/2 inch or so of the screen is wrapped around to the top of the screen. In other respects, all is we

Re: Mass User Migration

2002-09-24 Thread Anthony E. Greene
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 24-Sep-2002/11:08 -0400, "Robert P. J. Day" <[EMAIL PROTECTED]> wrote: >On Tue, 24 Sep 2002, Teodor Georgiev wrote: > >> >> what OS do both the servers run on? >> you can get the crypted password direct from the /etc/shadow and paste it. >> it wor

RE: Updating OpenSSl that was compiled from source

2002-09-24 Thread Trevor
Go to OpenSSL.org's website.  Download the latest 0.9.6g (or something like that).  Recompile the binaries from source.    -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of S PeramSent: Monday, September 23, 2002 8:52 PMTo: [EMAIL PROTECTED]Subject

Re: Why doesnt iptables load the /etc/sysconfig/iptables file?

2002-09-24 Thread Jack Bowling
** Reply to message from Peter Robb <[EMAIL PROTECTED]> on Tue, 24 Sep 2002 12:06:46 +0200 > Yes and no Mike. > > > linux power <[EMAIL PROTECTED]> said: > > > Why doesnt linux load the /etc/sysconfig/iptables > > > file? > > > I have a shell script I run with the iptables rules, > > > and they

RE: Ldap - how to retrieve multiple pages

2002-09-24 Thread John Horne
On 24-Sep-2002 at 14:31:14 Furnish, Trever G wrote: > Someone will probably correct me but I doubt you can do that. The limit > is probably server-side. > Oh rats, don't say that :-( > You *can* however probably get the windows admin to export his directory > for you into some format you can rea

Re: Mass User Migration

2002-09-24 Thread Robert P. J. Day
On Tue, 24 Sep 2002, Teodor Georgiev wrote: > > what OS do both the servers run on? > you can get the crypted password direct from the /etc/shadow and paste it. > it works for sure :) > you can extract the usersnames + their crypted passwords via awk or cut in a > text file. > and then to procee

RE: Thanks Eric!

2002-09-24 Thread Sergei Giritch
I'm using MS Dos prompt to connect ftp C:\WINDOWS>ftp XXX.XXX.XXX.XXX Connected to XXX.XXX.XXX.XXX. 220 console.imperators.ca FTP server (Version wu-2.6.1-18) ready. User (XXX.XXX.XXX.XXX:(none)): theguest 331 Password required for theguest. Password: 530 Login incorrect. Login failed. ftp> bye

RE: Ldap - how to retrieve multiple pages

2002-09-24 Thread Furnish, Trever G
Someone will probably correct me but I doubt you can do that. The limit is probably server-side. You *can* however probably get the windows admin to export his directory for you into some format you can read, ldif or csv. > -Original Message- > From: John Horne [mailto:[EMAIL PROTECTED]

Re: Mass User Migration

2002-09-24 Thread Teodor Georgiev
what OS do both the servers run on? you can get the crypted password direct from the /etc/shadow and paste it. it works for sure :) you can extract the usersnames + their crypted passwords via awk or cut in a text file. and then to proceed with adduser. - Original Message - From: <[EMAIL

"invalid user" test - Please ignore

2002-09-24 Thread Francisco Neira
Reply from alasika? -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list

Ldap - how to retrieve multiple pages

2002-09-24 Thread John Horne
Hello, We have a Microsoft windows server running ldap, and I am trying to obtain a list of all the users in the ldap server. There are about 20,000 in total. I can retrieve about 1000 using 'ldapsearch'. I'm trying this from a redhat 7.0 pc, a Solaris 9 Sun system (which has openldap on it), and

Re: Updating OpenSSl that was compiled from source

2002-09-24 Thread S Peram

Re: Thanks Eric!

2002-09-24 Thread Eric Baines
No problem. What are you using as your ftp client? "Sergei Giritch"

Mass User Migration

2002-09-24 Thread mbowman
Hello, I have been tasked to move about 80 users from one mail server to another. The main objective aside from getting the mail working, which is the easy part, is to preserve the passwords. I am familiar with using usermod -p '' username command however I don't want to type this in 80 times. I'

Thanks Eric!

2002-09-24 Thread Sergei Giritch
Thanks Eric! It works - ftp connected, but for some reason it did not request user/password and then connection closed by remote host. If you do not mind I'll use your expertize Sergei Giritch Programmer Analyst Daslweb inc. Tel: 514.874.9809 Fax: 514.874.0660 e-mail: [EMAIL PROTECTED] www.dasl

RE: Compact 20/40 Dat External not detected by Redhat

2002-09-24 Thread Amanda Galligan
Thanks Linus, Your correct the CISS driver 2.4.2 does not support scsi tape drives. I have subsequently upgraded the kernel on the server to kernel-smp-2.4.7-10 and installed the latest and greatest CCISS driver from compaq 2.4.30-1 http://www.compaq.com/support/files/server/us/index.html after

Re: boot cd

2002-09-24 Thread Brian Ashe
PACAUD Safia, On Tuesday September 24, 2002 05:45, PACAUD Safia wrote: > Hi > > I want to generate a cdrom bootable from a waiter installed under the > redhat 7.1 > This cdrom will be used for to me to install the system in the event of > crash machine > > how I can make ?? Check out Mondo Resc

Re: Set up FTP Server

2002-09-24 Thread Eric Baines
By default ftp is disabled in xinetd. Go to /etc/xinetd.d and edit wu-ftpd. Change the line disable=yes to no. <- other way around...sorry. Restart xinetd. If you followed the other links then it should now work.

Invalid account

2002-09-24 Thread alasika
This account is no longer a valid email account. Please contact the web admin for help. -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list

Re: Set up FTP Server

2002-09-24 Thread Eric Baines
By default ftp is disabled in xinetd. Go to /etc/xinetd.d and edit wu-ftpd. Change the line disable=no to yes. Restart xinetd. If you followed the other links then it should now work.

  1   2   >