Gcc libraries

2003-02-17 Thread Ajay Bansal
Hi All I am using gcc 3.2.1 for building my code. Now the end customer may not have the shared libs used by gcc like libstdc++so.5 etc. Can I ship these libraries along with the product? Or Do I have to follow some procedure -Ajay ___

Re: Gcc libraries

2003-02-17 Thread John
On Mon, 17 Feb 2003, Ajay Bansal wrote: Hi All I am using gcc 3.2.1 for building my code. Now the end customer may not have the shared libs used by gcc like libstdc++so.5 etc. Can I ship these libraries along with the product? Or Do I have to follow some procedure read the licence

Curses and the mouse

2003-02-17 Thread John
I've finally got round to fiddling with curses, and I've got a test program that works some of the time. The immediate concern is the mouse. It works in an xterm window, and as I read the docs it's supposed to work on a Linux VC with gpm active. Well, it doesn't, at least for me. I'm running

Re: Gcc libraries

2003-02-17 Thread Jonathan Bartlett
Actually, I believe the load time can be faster on static linking, especially for C++ because it takes a lot of time for the linker to resolve those dynamic links. I could be mistaken, though. Jon On Mon, 17 Feb 2003, John wrote: On Mon, 17 Feb 2003, Ajay Bansal wrote: Hi All I am

RE: Gcc libraries

2003-02-17 Thread Ajay Bansal
Can I do static linking in such a way that only gcc static libraries are linked. With -static option, all the libraries expected are of static in nature, whereas my product has 100 shared libs of its own and it is _not_ possible to have that static in nature. -Original Message- From:

RE: Gcc libraries

2003-02-17 Thread Jonathan Bartlett
You _can_, but I can't remember how. I think you might pass -static before the static libraries and -dynamic before the dynamic ones. Look through the docs and you'll probably find it. Jon On Mon, 17 Feb 2003, Ajay Bansal wrote: Can I do static linking in such a way that only gcc static

Re: Gcc libraries

2003-02-17 Thread John
On Mon, 17 Feb 2003, Jonathan Bartlett wrote: Actually, I believe the load time can be faster on static linking, especially for C++ because it takes a lot of time for the linker to resolve those dynamic links. I could be mistaken, though. man prelink -- Please, reply only to the list.

RE: Gcc libraries

2003-02-17 Thread John
On Mon, 17 Feb 2003, Ajay Bansal wrote: Can I do static linking in such a way that only gcc static libraries are linked. With -static option, all the libraries expected are of static in nature, whereas my product has 100 shared libs of its own and it is _not_ possible to have that static in

Re: Curses and the mouse

2003-02-17 Thread John
On Mon, 17 Feb 2003, John wrote: I've finally got round to fiddling with curses, and I've got a test program that works some of the time. The immediate concern is the mouse. It works in an xterm window, and as I read the docs it's supposed to work on a Linux VC with gpm active. Well, it

Lilo or grub?

2003-02-17 Thread Patrick Law
Is there a command or way to know the pc boot up with lilo or grub without restarting the pc? -Patrick -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list

Re: Does any know of a alternate to Passport?

2003-02-17 Thread Anthony E. Greene
On 15-Feb-2003/11:31 -0800, David Busby [EMAIL PROTECTED] wrote: Does anyone know of an alternative to MS.NET Passport? Is there an OpenSource version/project? Look for info on Liberty Alliance. I don't know if there is an OSS implementation, but the standard is supposed to be open. Tony --

paging problems causing crash on fully update rh8

2003-02-17 Thread Stefaan Nachtergaele
I'm running redhat 8 as a mail server, web server, etc. The system is fully updated with the latest kernel and packages. It keeps crashing every few days. It's not caused by any user action that I can ascertain. It just freezes at which point I can still ping the system, I can still connect

Re: paging problems causing crash on fully update rh8

2003-02-17 Thread Stefaan Nachtergaele
double post. Sorry. Forget to attache messages file: On Mon, 2003-02-17 at 10:51, Stefaan Nachtergaele wrote: I'm running redhat 8 as a mail server, web server, etc. The system is fully updated with the latest kernel and packages. It keeps crashing every few days. It's not caused by

Re: USB Printing

2003-02-17 Thread Anthony E. Greene
On 17-Feb-2003/10:09 +1100, Edwin Humphries [EMAIL PROTECTED] wrote: We have an Epson Stylus Color 1160 printer that we'd like to make available from the server (RH7.2 with SAMBA). It's already running a laser printer, and has no other parallel port available. So it seems the only option is to

Re: Lilo or grub?

2003-02-17 Thread Anthony E. Greene
On 17-Feb-2003/16:46 +0800, Patrick Law [EMAIL PROTECTED] wrote: Is there a command or way to know the pc boot up with lilo or grub without restarting the pc? Look for /etc/lilo.conf or /etc/grub.conf. You should only have one or the other. Tony -- Anthony E. Greene mailto:[EMAIL PROTECTED]%3E

RE: Lilo or grub?

2003-02-17 Thread Spanke, Alexander
This is not a 100% sign which loader you have, sometimes you have both config files. -Original Message- From: Anthony E. Greene [mailto:[EMAIL PROTECTED]] Sent: Monday, February 17, 2003 11:01 AM To: [EMAIL PROTECTED] Subject: Re: Lilo or grub? On 17-Feb-2003/16:46 +0800, Patrick Law

Re: Lilo or grub?

2003-02-17 Thread Jon Haugsand
* Anthony E. Greene On 17-Feb-2003/16:46 +0800, Patrick Law [EMAIL PROTECTED] wrote: Is there a command or way to know the pc boot up with lilo or grub without restarting the pc? Look for /etc/lilo.conf or /etc/grub.conf. You should only have one or the other. That's strange because I hav

RE: Lilo or grub?

2003-02-17 Thread Spanke, Alexander
The manual page say the q option give the bootable kernel from the /boot/map file, i dont think that would help. Perhaps with a cat from the bootrecord, you see the bootloader string -Original Message- From: Jon Haugsand [mailto:[EMAIL PROTECTED]] Sent: Monday, February 17, 2003 11:06 AM

RE: Red Hat 8 and Exceed

2003-02-17 Thread Fabrice . Charrier
possible configuration of gdm using XDMCP (exceed ...) /etc/inittab ... # Run xdm in runlevel 5 # xdm is now a separate service x:5:respawn:/etc/X11/prefdm -nodaemon [root@.. root]# netstat -an | grep 6000 tcp0 0 0.0.0.0:60000.0.0.0:* LISTEN ok LISTEN

Re: Lilo or grub?

2003-02-17 Thread Giulio Orsero
On Mon, 17 Feb 2003 16:46:49 +0800, Patrick Law [EMAIL PROTECTED] wrote: Is there a command or way to know the pc boot up with lilo or grub without restarting the pc? Assuming you are on ide, with boot on hda mbr, you can do dd if=/dev/hda of=file.tmp bs=1 count=10 $ cat file.tmp úë|lbaLILO$

Re: Bash pattern matching

2003-02-17 Thread Vikram Goyal
-Original Message- From: Vikram Goyal [EMAIL PROTECTED] Sent: Sun, Feb 16, 2003 at 05:34:54PM +0530 To RedhatList Subject: Re: Bash pattern matching That's true. But see bash's behavior has changed since last time I wrote my script. date +%m returns two digits but when $(($(date

Re: First results = APM on Laptops

2003-02-17 Thread Rodrigo Pereira
Arthur, I had that problem with ACPI too!!! My notebook is a Compaq EVO N160. I compiled 2.4.20 kernel with the patch that you can download on the link above and it worked fine. http://sourceforge.net/project/showfiles.php?group_id=36832release_id=83005 To patch the kernel, put the .diff file

Re: Please Check: Firewall Ruleset

2003-02-17 Thread Jason Costomiris
On Monday, February 17, 2003, at 02:43 AM, Budi Febrianto wrote: I just created a firewall using iptables. If you have the time, please check if it secure enough or not. You've got a few weirdnesses in there.. You setup your OUTPUT chain to have a default policy of ACCEPT on line 24, but

Re: Dell SCSI Raid 5 question

2003-02-17 Thread Bret Hughes
On Mon, 2003-02-17 at 00:02, nate wrote: Bret Hughes said: What causes this difference, the perc controller, Dells setup, redhat 8.0 or what? probably the driver. in my experience with using 3ware 6800 ide raid cards, they present the raid drive as /dev/sda(debian/2.2.19) as well.

Simple router

2003-02-17 Thread Tibbetts, Ric
All; I need a simple way to just pass packets. I have 3 devices, and two network drops. (yeah, same old story). My RH 8.0 box has two nics in it, so I thought I could set one up to just play dumb hub, and pass packets to one of the the other boxes. Both boxes have, and need, static IPs. (the

RE: Simple router

2003-02-17 Thread Spanke, Alexander
Just activate the IP_Forwarding and update your routing table -Original Message- From: Tibbetts, Ric [mailto:[EMAIL PROTECTED]] Sent: Monday, February 17, 2003 2:56 PM To: Redhat List Subject: Simple router All; I need a simple way to just pass packets. I have 3 devices, and two

Custom Kernel wont boot

2003-02-17 Thread Mingle, Michael
I have Red Hat 8 setup with all the kernel-devel packages installed. I just downloaded the 2.4.20 kernel and attempted to configure it. After I do setup everything I rebooted. I am currently using the Grub boot manager and when I boot it gives me the following error: 'Cannot open root device

Re: Custom Kernel wont boot

2003-02-17 Thread Nick Lindsell
At 06:00 17/02/2003 -0800, you wrote: I have Red Hat 8 setup with all the kernel-devel packages installed. I just downloaded the 2.4.20 kernel and attempted to configure it. After I do setup everything I rebooted. I am currently using the Grub boot manager and when I boot it gives me the

RE: Custom Kernel wont boot

2003-02-17 Thread Mingle, Michael
I compiled module support for ext3 which is the filesystem I use. I did not rebuild initrd with mkinitrd but I thought that the make install did that for me. Is this not correct? -Original Message- From: Nick Lindsell [mailto:[EMAIL PROTECTED]] Sent: Monday, February 17, 2003 9:18 AM To:

RedHat 8 Multi Media Woes

2003-02-17 Thread Nicholas Marsh
I have a DVD-ROM and WinTV on RedHat 8. I did some googleing to find the proper apps to get these devices going (xawtv and xine). Now let me just say that either xawtv and xine suck, or I am a dumb azz. In all fairness these apps work, just not very well. Are there any better apps for DVD-ROM's

RE: Custom Kernel wont boot

2003-02-17 Thread Nick Lindsell
At 06:19 17/02/2003 -0800, you wrote: I compiled module support for ext3 which is the filesystem I use. I did not rebuild initrd with mkinitrd but I thought that the make install did that for me. Is this not correct? Hmm - not sure if make install does rebuild initrd. That's not a standard

patchs / postfix

2003-02-17 Thread Roger Schmeits
Greeetings: We are in the process of building a smtp gateway for our company using postfix. Simon Mudd has a smtp-multi-line-tagline patch that can be included with postfix. How does one go about installing patchs in this manner? Doing a person rebuilding the rpm or install the patch to gain it

Re: Red Hat 8 and Exceed

2003-02-17 Thread Shannon Neumann
Is Exceed something that you already have on-hand? If not, I would recommend using Cygwin for remote sessions to the linux box. If you are interested in a screenshot of it looks on my WinXP desktop, let me know, and I'll send it to you directly, so as to avoid sending a file to the list. --

Re: patchs / postfix

2003-02-17 Thread Juan Nin
From: Roger Schmeits [EMAIL PROTECTED] Greeetings: We are in the process of building a smtp gateway for our company using postfix. Simon Mudd has a smtp-multi-line-tagline patch that can be included with postfix. How does one go about installing patchs in this manner? Doing a person

Re: shutting down?

2003-02-17 Thread kaya
i dont know the command. i add from webmin. i show the user root. i say run command it shuts the computer down but it does not execute on the time i scheduled Quoting Raymundo Vega [EMAIL PROTECTED]: There is a crontab for each user, make sure that shutdown is configured on root crontab,

Re: transparent proxy?

2003-02-17 Thread kaya
Hello, it says iptables: No chain/target/match by that name (PREROUTING) what else can i do? Quoting Roger [EMAIL PROTECTED]: Hi I think the following is the simpliest way.. -A PREROUTING -p tcp -m tcp --dport 80 -j REDIRECT --to-ports 3128 http_port httpd_accel_host virtual

RE: Custom Kernel wont boot

2003-02-17 Thread Mingle, Michael
This was the first time I built a custom kernel so I went from the same configuration that my current installed system used for these options. Say I didn't want to rely on the make install procedure... How would I rebuild the initrd properly. This is the process I followed. make clean make

Re: Simple router

2003-02-17 Thread Tibbetts, Ric
That's what I thought too. I have one working at home (as a full firewall). But it's on a different distro (shouldn't matter, this is kernel stuff). So on this one, I did the usual: echo 1 /proc/sys/net/ipv4/ip_forward Set the the second card with a dummy address, and added it to the

RE: Red Hat 8 and Exceed

2003-02-17 Thread Mingle, Michael
I am interested in how you set this up. -Original Message- From: Shannon Neumann [mailto:[EMAIL PROTECTED]] Sent: Monday, February 17, 2003 9:56 AM To: [EMAIL PROTECTED] Subject: Re: Red Hat 8 and Exceed Is Exceed something that you already have on-hand? If not, I would recommend using

Re: transparent proxy?

2003-02-17 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, 17 Feb 2003 16:59:10 +0200, [EMAIL PROTECTED] wrote: it says iptables: No chain/target/match by that name (PREROUTING) what else can i do? Do you see that such a reply above a quote at the bottom does not make any sense? Without starting

Re: transparent proxy?

2003-02-17 Thread kaya
hello, i did that but only the server (where squid works) goes over the proxy on port 80. not the network users. network user's gateways are showing my server. Quoting Michael Schwendt [EMAIL PROTECTED]: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, 17 Feb 2003 16:59:10 +0200,

Re: patchs / postfix

2003-02-17 Thread Roger Schmeits
# rpm -ivh postfix-.src.rpm used the U switch also read some where never use root to build source files -- true? one other (ran as root ) got an error message saying sjmudd does not exist using root doesn't sound major. # cd /usr/src/redhat/SOURCES/ had to create /usr/usr/redhat/SOURCES

RE: Custom Kernel wont boot

2003-02-17 Thread Nick Lindsell
At 06:58 17/02/2003 -0800, you wrote: This was the first time I built a custom kernel so I went from the same configuration that my current installed system used for these options. Say I didn't want to rely on the make install procedure... How would I rebuild the initrd properly. This is the

Re: Streaming video

2003-02-17 Thread irwin
On Sunday 16 February 2003 06:16 am, you wrote: On Saturday 15 February 2003 20:24, Todd A. Jacobs wrote: On Sat, 15 Feb 2003, irwin wrote: Is there a plugin for streaming video for Netscape in RH 7.2? I Have both Netscape 4.7 and 7.1 installed. Depends on what streams you want. xine

RE: Red Hat 8 and Exceed

2003-02-17 Thread Nick Lindsell
At 06:59 17/02/2003 -0800, you wrote: I am interested in how you set this up. -Original Message- From: Shannon Neumann [mailto:[EMAIL PROTECTED]] Sent: Monday, February 17, 2003 9:56 AM To: [EMAIL PROTECTED] Subject: Re: Red Hat 8 and Exceed Is Exceed something that you already have

Re: RedHat 8 Multi Media Woes

2003-02-17 Thread Joe Polk
Look for MPlayer or Ogle. JAV On Mon, 2003-02-17 at 09:38, Nicholas Marsh wrote: I have a DVD-ROM and WinTV on RedHat 8. I did some googleing to find the proper apps to get these devices going (xawtv and xine). Now let me just say that either xawtv and xine suck, or I am a dumb azz. In all

iptables - examples

2003-02-17 Thread Ted Gervais
I am wondering about whether there are any good examples of various configurations for iptables. In particular the use of NAT and port forwarding etc. Actually any good examples of general useage of iptables would be helpful. I am changing over (again) from ipchains and while there are good

RE: Red Hat 8 and Exceed

2003-02-17 Thread Mingle, Michael
How do you have Cygwin setup to allow remote login to a X desktop?? -Original Message- From: Nick Lindsell [mailto:[EMAIL PROTECTED]] Sent: Monday, February 17, 2003 10:30 AM To: [EMAIL PROTECTED] Subject: RE: Red Hat 8 and Exceed At 06:59 17/02/2003 -0800, you wrote: I am interested in

RE: Red Hat 8 and Exceed

2003-02-17 Thread Shannon Neumann
There are two parts to this setup. On the linux side, you have to enable XDMCP. In Redhat 8, there is a utility called gdmsetup that does this. Either launch gdmsetup from the command line, or it should be under System Settings - Login Screen in the menu. On the XDMCP tab, check the box to

Re: iptables - examples

2003-02-17 Thread gabriel
On February 17, 2003 10:28 am, Ted Gervais wrote: I am wondering about whether there are any good examples of various configurations for iptables. In particular the use of NAT and port forwarding etc. i'm always keen on helping a fellow Canadain ;-) my best suggestion for you would be to

RE: Red Hat 8 and Exceed

2003-02-17 Thread Shannon Neumann
For anyone who is interested, here is a link to a screenshot of my WinXP desktop running Cygwin with a remote session to a Redhat 8 box. http://www.neumannweb.net/images/cygwin.gif -- Shannon Neumann Neumannweb Computers www.neumannweb.net How do you have Cygwin setup to allow remote login to

noapic option

2003-02-17 Thread Jonathan Bartlett
I've been reading about some problems with Dell boxes and that they need the noapic option set in the kernel. I've got a Dell 2450 that I have recently acquired, and I need to know if I need to use noapic as well. I have no idea what chipset it uses, if anyone knows how I can find that out, let

RE: noapic option

2003-02-17 Thread Richie Crews
Title: RE: noapic option I use 2450s for our NFS solution and never had a issue with install/running with or without noapic. -Original Message- From: Jonathan Bartlett To: [EMAIL PROTECTED] Sent: 2/17/03 10:58 AM Subject: noapic option I've been reading about some problems with

RE: Red Hat 8 and Exceed

2003-02-17 Thread Nick Lindsell
At 07:31 17/02/2003 -0800, you wrote: Delivered-To: [EMAIL PROTECTED] From: Mingle, Michael [EMAIL PROTECTED] To: '[EMAIL PROTECTED]' [EMAIL PROTECTED] Subject: RE: Red Hat 8 and Exceed X-Mailer: Internet Mail Service (5.5.2653.19) X-Loop: [EMAIL PROTECTED] Sender: [EMAIL PROTECTED] X-BeenThere:

Re: shutting down?

2003-02-17 Thread kaya
My crontab is 26 21 * * * shutdown -h 0 Quoting Caleb Groom [EMAIL PROTECTED]: On Sun, 2003-02-16 at 14:59, Kaya Buyukcelen wrote: Hello, I want to shutdown the computer with shutdown -h now command everyday at 4:45 am i cannot use cron jobs. they dont work. how can i add a scheduled

default install - rpmbuild

2003-02-17 Thread Roger Schmeits
Does /usr/bin/rpmbuild come stock with RH 8.0 (server install)?. has anyone ran into this? -- ** Roger Schmeits System Analyst Clarkson College http://www.clarksoncollege.edu Omaha, NE USA 1-800-647-5500 x22542 * --

Re: shutting down?

2003-02-17 Thread Caleb Groom
On Mon, 2003-02-17 at 10:04, [EMAIL PROTECTED] wrote: My crontab is 26 21 * * * shutdown -h 0 Quoting Caleb Groom [EMAIL PROTECTED]: For your user or root? If it's your user, can you type shutdown -h 0 and get it to shutdown? (not as root but as your user) -- Caleb Groom [EMAIL PROTECTED]

Re: bug in zoneinfo

2003-02-17 Thread Mats Tegner
On Mon, 2003-02-17 at 08:48, [EMAIL PROTECTED] wrote: Today's Topics: 5. Re: bug in zoneinfo? (LAST FIRST) 7. Re: bug in zoneinfo? (Todd A. Jacobs) --__--__-- Message: 5 Date: Sun, 16 Feb 2003 19:01:06 -0800 (PST) From: LAST FIRST [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject:

Re: shutting down?

2003-02-17 Thread kaya
it must work as root. otherwise it does not work. i have set it from webmin. when i set the user not to root it says you cannot shutdown if you are not root Quoting Caleb Groom [EMAIL PROTECTED]: On Mon, 2003-02-17 at 10:04, [EMAIL PROTECTED] wrote: My crontab is 26 21 * * * shutdown -h

SAMBA

2003-02-17 Thread Mats Hellman
I am have a small network at home! Now the problem is, i have encrypt password=yes in my smb.conf. This because otherwise my WinXp machine(work lap) can't get to the share's. When i have encryption on i cant use smbclient on my Linux machine... So how do i mount a SMB drive when using encrypted

Re: shutting down?

2003-02-17 Thread Caleb Groom
On Mon, 2003-02-17 at 10:18, [EMAIL PROTECTED] wrote: it must work as root. otherwise it does not work. i have set it from webmin. when i set the user not to root it says you cannot shutdown if you are not root Exactly, so did you add this cron job to _root's_ crontab? Try this: #

Re: shutting down?

2003-02-17 Thread kaya
yes. i see Quoting Caleb Groom [EMAIL PROTECTED]: On Mon, 2003-02-17 at 10:18, [EMAIL PROTECTED] wrote: it must work as root. otherwise it does not work. i have set it from webmin. when i set the user not to root it says you cannot shutdown if you are not root Exactly, so did

ntfs

2003-02-17 Thread Chris Mossner
Hi, how can I enable to mount my ntfs partion on a second hdd with redhta 8 I always get the error thet ntfs is not enable with the kernel when I enable the kernel after compiling linux stops after the hdd disk check hope anyone can helkp bye Chris -- redhat-list mailing list unsubscribe

Re: default install - rpmbuild

2003-02-17 Thread Roger Schmeits
Forget it -- installed rpmbuild.rpm On Mon, 2003-02-17 at 10:03, Roger Schmeits wrote: Does /usr/bin/rpmbuild come stock with RH 8.0 (server install)?. has anyone ran into this? -- ** Roger Schmeits System Analyst Clarkson College

Fw: How to setup a linux box as a WINS server?

2003-02-17 Thread Guido Reina
Hi there, I have to setup my linux box as a WINS server but without samba, how can I do this? Thanks in advance, Guido. -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list

Re: iptables - examples

2003-02-17 Thread Gary Stainburn
On Monday 17 Feb 2003 3:28 pm, Ted Gervais wrote: I am wondering about whether there are any good examples of various configurations for iptables. In particular the use of NAT and port forwarding etc. Actually any good examples of general useage of iptables would be helpful. I am changing

Re: Fw: How to setup a linux box as a WINS server?

2003-02-17 Thread Jonathan Bartlett
Why without Samba? Jon On Mon, 17 Feb 2003, Guido Reina wrote: Hi there, I have to setup my linux box as a WINS server but without samba, how can I do this? Thanks in advance, Guido. -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe

Re: ntfs

2003-02-17 Thread Nick Lindsell
At 16:40 17/02/2003 +, you wrote: Hi, how can I enable to mount my ntfs partion on a second hdd with redhta 8 I always get the error thet ntfs is not enable with the kernel when I enable the kernel after compiling linux stops after the hdd disk check Perhaps you didn't build your kernel

Re: RedHat 7.3 and LDAP - SOLVED!!

2003-02-17 Thread sentinel
Ok. The problem turned out to be permissions. Somehow during my initial messing around with setting up openldap I had created two of the three database files and assigned them to root:root. When starting up openldap I use -u ldap to switch to the user ldap. Obviously when I run ldapadd I'm

RE: ntfs

2003-02-17 Thread Chris Mossner
thanks, but where is the thread?? -Original Message- From: Nick Lindsell [mailto:[EMAIL PROTECTED]] Sent: 17 February 2003 17:06 To: [EMAIL PROTECTED] Subject: Re: ntfs At 16:40 17/02/2003 +, you wrote: Hi, how can I enable to mount my ntfs partion on a second hdd with redhta 8 I

Re: bug in zoneinfo?

2003-02-17 Thread Tom Kovalcik
I had a similar situation. The system clock was off by 1 hour. I would reset the system clock and it would switch back to be 1 hour behind. The problem was that the hardware clock and system clock were not synchronized. Here is a link that talks about how to synchronize them.

Boot up order

2003-02-17 Thread Randal Moore
I just updated my system from 7.2 to version 8, and now when Linux boots up, at the very start of boot up it comes up with a window asking which OS I want to boot with - 7.2 or 8..and 7.2 is the default. Obviously though, the 7.2 path is invalid because all of the 7.2 files were updated to 8,

Re: Boot up order

2003-02-17 Thread Bill Anderson
On Mon, 2003-02-17 at 10:15, Randal Moore wrote: I just updated my system from 7.2 to version 8, and now when Linux boots up, at the very start of boot up it comes up with a window asking which OS I want to boot with - 7.2 or 8..and 7.2 is the default. Obviously though, the 7.2 path is

Re: Fw: How to setup a linux box as a WINS server?

2003-02-17 Thread Guido Reina
I just want to know if I can do it without samba, and how. - Original Message - From: Jonathan Bartlett [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, February 17, 2003 6:02 PM Subject: Re: Fw: How to setup a linux box as a WINS server? Why without Samba? Jon On Mon, 17 Feb

building rpm failing

2003-02-17 Thread Kailesh Mussai
Hello, I am using redhat-7.3 and the version of rpm is rpm-4.0.4-7x.18. From the man page doing an: rpm -ba yourspecfile will do the trick. Doing that gives me: [root@rsync SPECS]# rpm -ba devfsd.spec devfsd.spec: No such file or directory I did an strace on it and the error I got:

RE: ntfs

2003-02-17 Thread Nick Lindsell
At 17:07 17/02/2003 +, you wrote: Delivered-To: [EMAIL PROTECTED] From: Chris Mossner [EMAIL PROTECTED] To: '[EMAIL PROTECTED]' [EMAIL PROTECTED] Subject: RE: ntfs X-Mailer: Internet Mail Service (5.5.2653.19) X-Loop: [EMAIL PROTECTED] Sender: [EMAIL PROTECTED] X-BeenThere: [EMAIL PROTECTED]

Re: SAMBA

2003-02-17 Thread Joe Polk
You have something else going on. Who is 192.168.111.1? Linux or XP? When you turn on encryption for passwords, you're simply telling Samba to answer to encryption only, as opposed to clear text. JAV On Mon, 2003-02-17 at 11:31, Mats Hellman wrote: I am have a small network at home! Now the

Re: iptables - examples

2003-02-17 Thread Lawrence Houston
On Mon, 17 Feb 2003, Ted Gervais wrote: I am wondering about whether there are any good examples of various configurations for iptables. In particular the use of NAT and port forwarding etc. http://www.linuxguruz.org/iptables/ Lawrence Houston -- ([EMAIL PROTECTED]) -- redhat-list

How to setup a linux box as a WINS server?

2003-02-17 Thread Guido Reina
Hi there, I have to setup my linux box as a WINS server but without samba, how can I do this? Thanks in advance, Guido. -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list

Re: SAMBA

2003-02-17 Thread Mats Hellman
111.1 is the Linux machine...Im trying to access one of my linux machines from the other! But how do i then make the comp im loging in from send encrypted passwords? As i know i dont have anything else going on! On Monday 17 February 2003 19:36, Joe Polk wrote: You have something else going on.

Re: Simple router

2003-02-17 Thread Tibbetts, Ric
Anyone? This is easy! I KNOW it's easy. I have one running at home, and it works great. I've just missed something really dumb. The setup: A RH 8.0 box with 2 NICs. 1 with a real address connected to the network, the second with a dummy IP (192.168.100.1) that runs a crossover to another box.

USB ADSL Modem

2003-02-17 Thread Info
How do i install an USB ADSL Modem? And how do i make it dial to my ISP and stay connected. And to reconnect once it is been disconnected? My ISP uses PPPoE and the ISP assign dynamic IP only. regards

Re: Simple router

2003-02-17 Thread Warren Johnson
Tibbetts, Ric wrote: Then on the client pc, I set it to route through the primary IP of the sever. shouldn't it route through the inside interface or eth1 on the server? -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe

Re: building rpm failing

2003-02-17 Thread Michael Fratoni
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Monday 17 February 2003 12:25 pm, Kailesh Mussai wrote: Hello, I am using redhat-7.3 and the version of rpm is rpm-4.0.4-7x.18. From the man page doing an: rpm -ba yourspecfile will do the trick. Doing that gives me: [root@rsync SPECS]# rpm

Re: iptables - examples

2003-02-17 Thread Jack Byers
Ted Gervais wrote: I am wondering about whether there are any good examples of various configurations for iptables. In particular the use of NAT and port forwarding etc. http://www.ecst.csuchico.edu/~dranch/LINUX/ipmasq/examples/ complete scripts with comments so you can follow what the

Re: building rpm failing

2003-02-17 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, 17 Feb 2003 12:25:18 -0500, Kailesh Mussai wrote: I am using redhat-7.3 and the version of rpm is rpm-4.0.4-7x.18. From the man page doing an: rpm -ba yourspecfile will do the trick. Doing that gives me: [root@rsync SPECS]# rpm -ba

Question about switching and caching for HTTP requests

2003-02-17 Thread Chuck Dutrow
Here is the story: I use RH8 with squid to cache http requests for a large wireless network. I have added a satellite link to the network (in addition to the T1) I what to use the satellite link solely to seed cache and poll for updates in the HTTP requests (cache files of Squid). Does anyone know

shutdown -t60 -h now vs -h +1

2003-02-17 Thread Jack Byers
Jack Byers [EMAIL PROTECTED] what is difference between 1) shutdown -t60 -h now and 2) shutdown -h +1 both forms discussed on manpage but I dont understand the difference the 'time' argument 'now' in 1) and '+1' in 2) is a mandatory argument according to the manpage whereas the

Re: USB ADSL Modem

2003-02-17 Thread Mark Guzzo
Well, I don't have a USB DSL connection, but I do have SBC/Yahoo DSL that uses PPPOe. I use Smoothwall GPL. You can check their site to see if the USB modem is supported. Mark On Mon, 2003-02-17 at 12:34, Info wrote: How do i install an USB ADSL Modem? And how do i make it dial to my ISP and

Re: Fw: How to setup a linux box as a WINS server?

2003-02-17 Thread fred smith
On Mon, Feb 17, 2003 at 06:26:12PM +0100, Guido Reina wrote: I just want to know if I can do it without samba, and how. I doubt it. Samba is the package that provides those services. As the other poster asked, why insist on not using the tool whose purpose is to provide windoze services? Why

Re: Boot up order

2003-02-17 Thread Randal Moore
That was my first thought; however, /boot/grub is completely empty and there is no menu.lst file anywhere on the drive Randy From: Bill Anderson [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: Boot up order Date: 17 Feb 2003 10:23:04 -0700 MIME-Version: 1.0

RE: Boot up order

2003-02-17 Thread Richie Crews
Title: RE: Boot up order You must be using lilo, check out /etc/lilo.conf and then run /sbin/lilo to write the data. -Original Message- From: Randal Moore To: [EMAIL PROTECTED] Sent: 2/17/03 2:45 PM Subject: Re: Boot up order That was my first thought; however, /boot/grub is

RE: Boot up order

2003-02-17 Thread Randal Moore
OK - sorry about this...but trying to learn :-) Here is what is in the conf file: boot=/dev/sda map=/boot/map install=/boot/boot.b prompt timeout=50 message=/boot/message linear default=2 4 18 14 image=/boot/vmlinuz-2.4.18-14 label=2.4.18-14 initrd=/boot/initrd-2.4.18-14.img

Re: Simple router

2003-02-17 Thread Tibbetts, Ric
Warren Johnson wrote: Tibbetts, Ric wrote: Then on the client pc, I set it to route through the primary IP of the sever. shouldn't it route through the inside interface or eth1 on the server? I used the term server really loosely. I have 3 boxes and two network drops in my office.

Help with vsftpd

2003-02-17 Thread Mike McCandless
Can someone help me with vsftpd? I've installed the rpm on RH8 (for anonymous use only) and when I try and login I get 531-invalid password. I don't understand how I can have an invalid password with anonymous only use. I changed the xinetd file and vsftpd.conf file a BIT, but not much. Those

Re: Help with vsftpd

2003-02-17 Thread Ryan Dooley
Can someone help me with vsftpd? I've installed the rpm on RH8 (for anonymous use only) and when I try and login I get 531-invalid password. I don't understand how I can have an invalid password with anonymous only use. I changed the xinetd file and vsftpd.conf file a BIT, but not much.

Dual boot with WinXP

2003-02-17 Thread Steven Whatley
Hi all, I have been having fun this weekend. I upgraded my RH 7.1 server to RH8. I also decided to set up dual boot on my Windows XP box. I have 40GB and 120GB HDs on the WinXP system. I took 15GB from each disk to use with Linux. I put /boot, /, /usr, and /var at the front of the 120GB.

up2date

2003-02-17 Thread Curtis Vaughan
There must be a way to put certain packages on hold when I do an up2date --nox --update, so that those packages put on hold will not be updated. How do I do that? Curtis Vaughan North Pacific Corporation WashTech (CWA Local 37083) IWW x353203 -- redhat-list mailing list unsubscribe

RE: up2date

2003-02-17 Thread Andreas Freyvogel
add what you don't want to be updated to the PkgSkipList. (up2date --configure) -Andreas -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Curtis Vaughan Sent: Monday, February 17, 2003 12:40 PM To: [EMAIL PROTECTED] Subject: up2date There must be a way

Re: Boot up order

2003-02-17 Thread Raymundo M. Vega
default must be one of the labels, like: label=2.4.18-14 raymundo Randal Moore wrote: OK - sorry about this...but trying to learn :-) Here is what is in the conf file: boot=/dev/sda map=/boot/map install=/boot/boot.b prompt timeout=50 message=/boot/message linear default=2 4 18 14

  1   2   >