RE: Relay mails from many unique domains

2002-01-10 Thread Pieter De Wit
Hello Ganeshh, Are they coming from static ips ? Cheers, Pieter -Original Message- From: Ganesh HariHaran [mailto:[EMAIL PROTECTED]] Sent: 03 January 2002 11:33 To: [EMAIL PROTECTED] Subject: Relay mails from many unique domains I want to relay mails from different domain thru my sen

Re: Editor with Save as FTP

2002-01-10 Thread Harry Putnam
Brian Ashe <[EMAIL PROTECTED]> writes: > On Monday 07 January 2002 03:31, you babbled something about: >> Hello all, >> I'm sure you're all familiar with UltraEdit for windows.  I >> particularly like a feature it has called "Save As to FTP" which basically >> has a built in FTP client allowing y

Ip address mapping using Ipchains.

2002-01-10 Thread ashley thomas
hi, Is it possible to do NAT using ipchains in such a way that for eg 1.2.3.4 (an external ip) is NAT-ed to 192.168.3.4 1.2.3.5 (an external ip) is NAT-ed to 192.168.3.5 I am running 2.2.16 kernel.. so can't use iptables. thanks a lot ashley ___

Re: Understanding xinetd

2002-01-10 Thread Devon
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thursday 10 January 2002 02:18 pm, dave brett wrote: > I have little bits of time over a few months now and cannot figure out > how basic network services work on rh7.2. > > The problem I am having is the following: I upgraded the harddrive in > my

Re: Re: IBM ServeRAID + RedHat 7.2 + SMP = Insanity

2002-01-10 Thread Almond Wong
Just my 2 cents. Have you upgraded the firmware of serverraid ? We have problem with different firmware/kernel/driver combination on our previous installation. At 07:20 PM 02/01/04 +0100, you wrote: > I have been running into weird database corruption issues on my IBM boxes > using RedHat 7.2 and

Re: rpm

2002-01-10 Thread ABrady
On Thu, 10 Jan 2002 20:54:57 -0600 (CST) "Jesus Ortega (a.k.a. Nitebirdz)" <[EMAIL PROTECTED]> implied: > On Fri, 11 Jan 2002, adrian kok wrote: > > > Hi all > > > > There are many rpm eg: src.rpm, norach.rpm > > > > What are the different? > > > > How do I install it > > > > Thank you > > > >

Re: rpm

2002-01-10 Thread Jesus Ortega (a.k.a. Nitebirdz)
On Fri, 11 Jan 2002, adrian kok wrote: > Hi all > > There are many rpm eg: src.rpm, norach.rpm > > What are the different? > > How do I install it > > Thank you > src.rpm --> source RPM, contains source, you need to compile (see below) norarch.rpm --> architecture independent (it may contai

Re: Error When Boot the Linux

2002-01-10 Thread Cameron Simpson
On 20:24 10 Jan 2002, fred smith <[EMAIL PROTECTED]> wrote: | 1. you need to enter the password for the 'root' user, then | 2. you need to run the 'fsck' command. You can probably literally | just type the command: | fsck | at the commandline. You'll probably get along just fine without usi

Re: Ipchains doubt.

2002-01-10 Thread David Talkington
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 ashley thomas wrote: >A packet having the firewall as destination will have to go thru >input chain rules and packets staring from the firewall (src ip as firewall) >will have to go thru the output rules. > >what about the packets which the firewall

Ipchains doubt.

2002-01-10 Thread ashley thomas
hi, A packet having the firewall as destination will have to go thru input chain rules and packets staring from the firewall (src ip as firewall) will have to go thru the output rules. what about the packets which the firewall forwards. does it go thru just forwarding rules or does it go thru t

Re: Error When Boot the Linux

2002-01-10 Thread fred smith
On Fri, Jan 04, 2002 at 06:44:08PM -0800, Kenny Lee wrote: > Dear Sir, > > i am a new user. i got a problem when start the linux > > CHECKING ROOT FILESYSTEM > CONTAINS A FILE SYSTEM WITH ERRORS, CHECK FORCED > > Inode 32407 has illegal block(s) > > UNEXPECTED INCONSISTENCY: RUN FSCK MANUAL

Re: Samba Question

2002-01-10 Thread fred smith
On Thu, Jan 10, 2002 at 12:12:05PM -0600, Jay Paulson wrote: > I've gone through the suggestions.. i've even gone to B&N and got a couple of books >on samba... but the redhat machine isn't even showing up on our local network.. >although i can bring it up in IE by pluging in 192.168.0.137 and i

Re: Mounting Dos Partition

2002-01-10 Thread Duncan Hill
On Thu, 10 Jan 2002, cameron wrote: > How do you mount a dos partition? Also, how do you mount a partition on > start-up? man mount - see the part about vfstype. dos is type fat, win95/98 are fat32. man fstab. -- Sapere aude My mind not only wanders, it sometimes leaves completely. Never

Re: VNC - possible to see the desktop as if sat in front of linux box ?

2002-01-10 Thread Jerry Queirolo
The Jan 2002 issue of Linux Journal has an article on how to setup VNC to do as you wish (I believe).  The article is at  http://www.linuxjournal.com/article.php?sid=5499    Regards, Jerry Q.

Re: MSSQL to ???? Linux

2002-01-10 Thread Jonathan Bartlett
> I have a customer that has finaly gotten sick of MS NT and SQL and would > like to move it to Linux. Has anyone ever done this and what does it take > ? I haven't done this, but here are a few ideas: 1) Does it used stored procedures? If so, they will have to be rewritten, and it could tak

Re: MSSQL to ???? Linux

2002-01-10 Thread Cameron Simpson
On 13:12 10 Jan 2002, Chris Bond <[EMAIL PROTECTED]> wrote: | > I don't know what you mean by 'Stored Procedures', but PostgreSQL does | > support server run procedures in PL/SQL, tcl, C, perl and maybe others | that | > run inside the server, and can be called directly in SQL or can be called | a

RE: VNC - possible to see the desktop as if sat in front of linux box ?

2002-01-10 Thread Kevin Krieser
One way to accomplish a similar behavior is to make your VNC session your main session. Then, when you login from the console, just connect to the VNC server there. Or remotely. If setup to enable sharing, it essentially accomplishes the same thing. -Original Message- From: [EMAIL PROT

Re: Mailing lists for new born newbies

2002-01-10 Thread Brian Ashe
Ken, On Tuesday 08 January 2002 07:12, you babbled something about: > Hi, > > Is there a mailing list for the very extremely inexperienced Linux users. This would seem as good a place as any. Though there is also the redhat-install-list. You can find all the related Red Hat lists at https://l

RE: MSSQL to ???? Linux

2002-01-10 Thread Robert Finneran
Howdy, PostgreSQL supports custom functions. You can do almost anything with a custom function that you would want to do with a stored procedure. Cheers! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Chris Bond Sent: Thursday, January 10, 2002 12:57

RE: OT: Gone with the monsoon wind :-)

2002-01-10 Thread Robert Finneran
Have a good trip Leonard!! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Leonard den Ottolander Sent: Thursday, January 10, 2002 2:07 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: OT: Gone with the monsoon wind :-) Hi eve

Re: Understanding xinetd

2002-01-10 Thread Rilindo Foster
xinetd has nothing to do with your connectivity - it is just a daemon that calls the serves that connects to your box. Rather than trying to using ifconfig, just run the "/etc/rc.d/init.d/network restart". To configure network, use "netconfig"/ On Thursday 10 January 2002 11:18 am, you wrote

Re: GIFS and DATA BASES and [Fwd: [REDHAT] Re: OT-picture from text file]

2002-01-10 Thread Brian Ashe
Ted, > Anyway, I have a follow up question, which applies to both Linux and > databases. I currently work with MySQL and Postgres with PostgreSQL > being my favorite. The project I am working on involves language > dictionary creation and as high as 100,000 web pages many of which can > incorpo

Re: Editor with Save as FTP

2002-01-10 Thread Monte Milanuk
On Mon, 7 Jan 2002 8:31:54 Kold_lists <[EMAIL PROTECTED]> wrote: > Hello all, > > I'm sure you're all familiar with UltraEdit for windows. I particularly > like a feature it has called "Save As to FTP" which basically has a > built in FTP client allowing you to (obviously) save directly to an F

Re: Editor with Save as FTP

2002-01-10 Thread Brian Ashe
On Monday 07 January 2002 03:31, you babbled something about: > Hello all, > I'm sure you're all familiar with UltraEdit for windows.  I > particularly like a feature it has called "Save As to FTP" which basically > has a built in FTP client allowing you to (obviously) save directly to an > FTP se

Re: RHCE resources?

2002-01-10 Thread Trond Eivind Glomsrød
LuisMi <[EMAIL PROTECTED]> writes: > I am looking for some information about RHCE if it is possible in spanish? http://www.redhat.com/training/contact_worldwide.html -- Trond Eivind Glomsrød Red Hat, Inc. ___ Redhat-list mailing list [EMAIL PROTE

Problems with Samba 2.2.2

2002-01-10 Thread Jay Paulson
Trying to connect to the Linux from a 2000 box via Network Neighborhood I can see the Linux computer. But trying to access any folders I defined as shared in the smb.conf file I get an error message:   The network path \\\> could not be found.   When I try running smbpasswd -j -r i get t

Re: Samba Question

2002-01-10 Thread Jay Paulson
i found out that we aren't running a workgroup here but a domain.  so i gotthe network admin to add my samba server to the PDC so now it is showing upin network neighborhood.  however, when i run the smbpass to try and jointhe domain i get the error NT_STATUS_ACCESS_DENIED we are using a NT4

Re: System is hanging with 'LI' only showing

2002-01-10 Thread Dan Egli
LI usually indicates boot conflicts. Are you booting beyond the 1024 cylinder count? Or are you booting on the 3rd (or higher) device? Those are common causes. On Thu, 3 Jan 2002, Rhugga wrote: > > We just installed several RH 7.2 machines and a handfull of them have > the following problem:

Re: Samba Question

2002-01-10 Thread Daniel BI
if i{m not wrong, in Windows you must use backslashes instead of slashes.. Daniel BI > On the Windows client, open my computer, select Tools->Map network drive and > type: > //sambaservername/sharename > where 'sambaservername' is your 'samba 2.2.2' machine, and sharename is the > samba share y

Info needed on TRIM SHB-050-AND SCSI Python 4mm HelicalScan (Four tapes!!)tape drive

2002-01-10 Thread Donald Parsons
Hello I cannot locate a manual for this drive. It installs easily as a SCSI device but the carriage only opens 3mm on pressing the "Open" button. I suspect that there is an additinal software command that opens it fully (for loading it with four 60M. Data Tapes). Info will be appreciated. Don #

RE: ppp auth change betw 7.1 and 7.2?

2002-01-10 Thread Canary, Robert W.
Hmmm, interesting. What happens when you try to dialin? What version of ppp are running? Are there any *.rpmsave, or *.rpmold files in the /etc/pp directory? What about your logs are there several messages about ppp authentication? what getty are using? -Original Message- From: [EMAIL P

RH 7.2 install dies after selecting to install from CD-ROM

2002-01-10 Thread Michael Waluk
Hi, I am a new Linux user and am trying to install from CD-ROM to a new computer (new hard-drive with nothing on it).  I have 1GHz P III, 512MB fast RAM, 20GB fast IDE hard drive and 52x IDE CD-ROM.   The CD-ROM boots into the installer but I don't get past the question regarding where to in

Re: euro symbol

2002-01-10 Thread Wolfgang Pfeiffer
On Jan 8, 2002, 10:32 (+0100) Angel L. Mateo wrote: > Hello, > > I have redhat 7.2 with latest ximian gnome. I want to configure my > computer to be able to write and display the euro symbol. Does anybody > know how to do it? Any document I have to read to do it? Second try to post this :)

File system corruption

2002-01-10 Thread Michael Day
Hi, I have been experiencing continual file system corruption triggering ext3 asserts and resulting in crazy file modes/sizes, files that can't be deleted, files/directories that result in an input/output error when accessed and daily fscks that return all kinds of errors (and relocated all of /

Dynamic DNS Hosting?

2002-01-10 Thread Steve Gulick
I have about 13 domain names (all personal) that I host off my cable service. They just switched to dynamic ips. I need a good inexpensive DNS Hosting service that is linux friendly. Any recommendations? TIA Steve ___ Redhat-list mailing list [EMAIL

Mailing lists for new born newbies

2002-01-10 Thread Ken M Sexton
Hi, Is there a mailing list for the very extremely inexperienced Linux users. I have recently installed my first copy of Red Hat 7.0 and not everything is perfect. For instance I cannot seem to get it to find my (internal) modem. So I have to do any WWW investigations using this (Win98) machin

Re: euro symbol

2002-01-10 Thread Wolfgang Pfeiffer
On Jan 8, 2002, 10:32 (+0100) Angel L. Mateo wrote: > Hello, > > I have redhat 7.2 with latest ximian gnome. I want to configure my > computer to be able to write and display the euro symbol. Does anybody > know how to do it? Any document I have to read to do it? http://www.hp.com/worksta

Re: host email/web on ADSL

2002-01-10 Thread Joao Borsoi Soares
I know there are DNS server for dynamic IP on the web I don't remember where. But if your IP is valid, it is possible. Joao. gary wrote: > Dear all, > > Any idea on how to host email/web on ADSL(dynamic ip) on RH??? > Is there a way to do it? or it is impossible??? > > rdgs, > gary > >

RHCE resources?

2002-01-10 Thread LuisMi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I am looking for some information about RHCE if it is possible in spanish? Do you know about some web, mailing-list or a good book? Thanks - -- +-- | Luis Miguel Cruz. |

RH 7.2 CD-ROM Mounting problems -- "unkown device" [newbie]

2002-01-10 Thread Brian Taylor
Hi, I just installed Red Hat Linux 7.2 today, and the install went just fine. The only problem I have is I can't mount my CD-ROM drive. Using 'dmesg', I see the following: scsi(): SCSI Host adapter emulation for IDE ATAPI devices Vendor: HP Model:CD-Writer+ 8000 Rev: 2.5C Typ

Editor with Save as FTP

2002-01-10 Thread Kold_lists
Hello all, I'm sure you're all familiar with UltraEdit for windows.  I particularly like a feature it has called "Save As to FTP" which basically has a built in FTP client allowing you to (obviously) save directly to an FTP server. I have been searching for months for something like this that will

Japanese font imaging within gd library

2002-01-10 Thread Daniel BI
Hi all! Please help me! Did someone experience this before? I installed the freetype2 library, the gd library and a japanase .ttf font. (RH 7.1 English edition + PHP) I can make a jpeg image writing any latin characters with ttf, but not the japanese ones. the latin letters do appear (with the s

Re: Missing RH7.2 CD - 2

2002-01-10 Thread Kjetil Tjensvold
I have done an install of RH 7.2 from a win partition. You must put both cd's in the same folder in windows. You must create a boot disk(the URL can be found on internet, search google for RH 7.2 boot disk)and then when u boot you are promped for the drive where the iso enigma cd's are. In my case

Re: Disk Quota's

2002-01-10 Thread Knut Ove Hauge
Hi. I've installed RH 7.2 and mounted windows paritions whitout any problems. But if you try to mount cdroms (redaers and burners) you have a problem due to a bug in RH 7.2. It dont take editing in fstab, and you have to do editing in other files. KOH On Sunday 06 January 2002 20:26, you wrote:

Re: Printing

2002-01-10 Thread Knut Ove Hauge
Hi. I also had problems with HP laserjet 5L and RH 7.2. I solve the problem using cups. KOH On Sunday 06 January 2002 14:04, you wrote: > On Sunday 06 January 2002 02:15 am, Bob Bomar wrote: > > I just moved from Mandrake to Red Hat, originally coming from FreeBSD, > > and have been impressed.

Re: Missing RH7.2 CD - 2

2002-01-10 Thread Dan Egli
On Sat, 5 Jan 2002 [EMAIL PROTECTED] wrote: > Hi, > > I had RH7.2 in 2 CD disto... Now the second CD is corrupt. Can I > continue the installation with the first CD alone...? During half way, the > installation asks for the second CD...? How do I install RH7.2 with the > first CD alone...

ppp auth change betw 7.1 and 7.2?

2002-01-10 Thread gregory mott
what exactly changed regarding ppp authentication between redhat7.1 and 7.2? our 7.1 box was suddenly unable to dial into sover.net anymore after they upgraded their middlebury pop during the first week in december. we've been working around the problem by having that box dial into earthlink

jumpers for an acculogic sIDE-4/VL

2002-01-10 Thread Roger J. Farney
Hi, I found this posted, and have the same board. Do you have the jumper settings for it? Date: Wed, 10 Jun 1998 22:45:55 -0500 Subject: jumper help with acculogic card From: [PRIVACY PROTECTION] To: [EMAIL PROTECTED] Thanks!! - Rog

Error When Boot the Linux

2002-01-10 Thread Kenny Lee
Dear Sir, i am a new user. i got a problem when start the linux CHECKING ROOT FILESYSTEM CONTAINS A FILE SYSTEM WITH ERRORS, CHECK FORCED Inode 32407 has illegal block(s) UNEXPECTED INCONSISTENCY: RUN FSCK MANUALLY An error occured during the file system check. *Dropping you to a shell;

Re: LG-CDRW problem

2002-01-10 Thread FatDaemon
Have you ever put the line : /dev/hdx=ide-scsi at the /etc/grub.conf if it isn't, here is your problem Greetings FatDaemon El Vie 04 Ene 2002 13:47, escribió: > Hello all, > > My problem is that my CDR has no drivers. I am using red hat 7.2 and on > previous versions, I didn't have any problems

Re: Asus P4T-E onboard sound

2002-01-10 Thread Dan Egli
I have an Asus K7133 board that uses the Via sound chipset and I found that RedHat 7.2 auto detected and installed the driver for it. Via does have a driver for the chipset on their web site. On 3 Jan 2002, Dominic Mitchell wrote: > > Hi, > > > Anyone has configured successfully the onbo

RE: Making my serial BBS work over the internet

2002-01-10 Thread Dan Egli
If you want to make dos doors work under your BBS you need to use DosEMU or not use Linux I'm sorry to say. On Thu, 3 Jan 2002, Burke, Thomas G. wrote: > Yes, but I already have the BBS, the setup scripts, the whole works... The > problem with a new BBS is that none of the "doors" that I curre

GIFS and DATA BASES and [Fwd: [REDHAT] Re: OT-picture from text file]

2002-01-10 Thread Ted Hilts
David Thank you. I tried your suggestion as you recommended per the attached. It works fine. The only problem I will have to work around that I might not have with some of the other suggestions is that I will be converting MS Office Word tables to pictures and some if not most are too large, s

Re: Re: IBM ServeRAID + RedHat 7.2 + SMP = Insanity

2002-01-10 Thread Stefano Bagnara
> I have been running into weird database corruption issues on my IBM boxes > using RedHat 7.2 and ServeRAID. I got the same problem on 3 serveraid/ibm/redhat machines. 2 of them are redhat7.1 and 1 is redhat7.2 The problems seems related to the last kernel update in these machine, exactly: redha

configuring a network interface....

2002-01-10 Thread Jeremy
I've been trying to establisih and enternet connection (under RH 7.1) using a DSL modem and a NetGear RT314 router (using DHCP).  However neither the 'netconfig' or 'conrol-panel' commands are seccusful. After using either command to configure an ethernet interface using DHCP on reboot i see

configuring the linux firewall to allow direct messages via licq

2002-01-10 Thread UM
Can anyone offer any advice on how to correctly configure the firewall that comes with RH7.2 to allow direct messaging via LICQ. Sending through the server isn't very reliable for some reason. TIA. -- Samuel Cox samecoxATswbell.net ___ Redhat-list

atd wont start when booting Red Hat 7.2

2002-01-10 Thread Knut Ove Hauge
Hi, The qued runner program "atd" wont start when booting my RH 7.2. I get [Failure] written in red. I think this has an inpact on running some applications i.e GSMP which is an wave editor. I can't start the program because I get an "memory segment error" when I try to start it. Any ideas what

I can't mount my two cd-drives as scd0 and scd1 in RH 7.2

2002-01-10 Thread Knut Ove Hauge
H. I can't mount my cd-burner and cd-payer as ide-scsi devices scd0 and scd1. In lilo.conf I have append="hdb=ide-scsi hdc=ide-scsi" With this appendline the cdroms are mounted with icons on my desktop. The problem is that my "cdrecord" burning software and its graphical interface "eroaster" onl

RPM problem

2002-01-10 Thread Pål-Dag Line
I,m running Redhat 7.1 on my Dell inspiron 3800 laptop and have installed Ximian Gnome. A few days ago, I was uninstalling some packages using GnomeRPM, and the application crashed. After that, it seems like my rpm database is in some way corrupted, and I'm not able to use rpm tools for maintaini

Re: RedHat 7.2 quota problem

2002-01-10 Thread tha ][ce
- Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday, January 03, 2002 11:40 PM Subject: Re: RedHat 7.2 quota problem > > Edit the file /etc/fstab: > > Add userquota after defaults, using lower case. > > > 1.) /dev/hda7 /home e

Re:Not seeing MEM after kernel upgrade to 2.4.9-13

2002-01-10 Thread William Clark
Hello All, I am having the same problem with my Compaq 2500. Using 2.4.7-10 I see all 160 Meg of my memory. Using 2.4.9-13 I only see 12 Meg. I'm using grub. My grub.conf kernel line looks like: kernel /myvmlinuz-2.4.9-13smp mem=160M ro root=/dev/ida/c0d0p2 Any suggestions would be great. re

Relay mails from many unique domains

2002-01-10 Thread Ganesh HariHaran
Title: Relay mails from many unique domains I want to relay mails from different domain thru my sendmail. How it is to be done?? my mail domainname is userforall.com i want domains... [EMAIL PROTECTED] [EMAIL PROTECTED] to relay thru my sendmail server userforall.com How it is to be done

Hide booting message

2002-01-10 Thread Wendy William
When RH booting many text message appear. How to avoid thesemessage? Better if I could replace these text with a logo (like MS Windows do). ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Re: Making my serial BBS work over the internet

2002-01-10 Thread Justin Zygmont
most online systems and BBS's just use an internet connection, there's not much need for 10 phone lines anymore. I've written what I think is a pretty good program for this. telnet://solarflow.dyndns.org On Wed, 2 Jan 2002, Burke, Thomas G. wrote: > Hey gang, > > I used to run a BBS (S

Re: Making my serial BBS work over the internet

2002-01-10 Thread Dan Egli
I don't know much about wildcat! for dos, but I know modern versions of Wildcat! are internet capible. But they are not dos based. If you insist on using Wildcat! dos then you will need dosemu with the vmodem patch. I personally recomend bbbs for linux if you want to do a bbs under linux. It works

Re: Problems getting RH 7.2 to boot properly

2002-01-10 Thread Martin Falley
1047466 Byte in 1 Mail. At 2000 users or more it is a minimum of 2 GB traffic only from You! It' not normal. PLONK ! -- Mach' mal Urlaub http://www.ungarnurlaub.de ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailma

RE: (no subject)

2002-01-10 Thread Neo
Hi!! Well that one works! Yes...yes..ohw how cute is that.. So for everyone who wants to know.. Open the archive /boot/grub/splash.xpm.gz Open with gimp, or an other editor splash.xpm Screw the picture up Use indexed palette to minimize the colours to exactly 14 Save it back Reboot

Anyone using Corba code on Red Hat 7.2

2002-01-10 Thread Rhugga
  We are having mucho problems moving Corba based code from 6.2 to 7.2. Is anyone here using Corba code (Orbit) oon 7.2.   Thanks, CC

Re: ntp on 7.2

2002-01-10 Thread Scott Sharkey
That worked! Thanks! -Scott Gerry Doris wrote: > > Try commenting out the multiclassclient line in /etc/ntp.conf and > restarting ntpd. You may be able to get the ntp host to supply time to > your second box. > > Gerry > > On Thu, 10 Jan 2002, Scott Sharkey wrote: > > > I've got 7.2 worki

Re: Samba Question

2002-01-10 Thread hanfamily
Hi, Does your workgroup match whatever it shows under network neighborhood properties? Have you removed the IPX/SPX and NetBEUI protocols from your windows pc? Linda ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com

Re: ntp on 7.2

2002-01-10 Thread Gerry Doris
Try commenting out the multiclassclient line in /etc/ntp.conf and restarting ntpd. You may be able to get the ntp host to supply time to your second box. Gerry On Thu, 10 Jan 2002, Scott Sharkey wrote: > I've got 7.2 working just the way you described. I had to open up > UDP port 123 throu

Re: (no subject)

2002-01-10 Thread Brian Ashe
On Thursday 10 January 2002 01:08, you babbled something about: > Yo Sebastian, > > I think its specific for Lilo, I spend several hours on it, but no luck, > though smart guy from the 13th floor, the second one, works also only > with lilo. It seems that the Splash part isn't documented anyware..

Re: 2 win boxes + 1 linux box all connected to ADSL

2002-01-10 Thread Kjetil Tjensvold
Its not so easy.My linuxbox have now an IP-address from the ISP.Prompt is"[EMAIL PROTECTED] root"which means it is no longer called localhost.And I cannot type in the IP-adress in host.allow because tomorrow it could be chamged from the ISP: When I type smbclient -Lroot I get added interface ip=x.

Re: VNC - possible to see the desktop as if sat in front of linux box ?

2002-01-10 Thread Frank Carreiro
That would work. I think he was trying to watch on the linux servers screen vnc client activity. If two or more connected to a session it should work. >If bevhavior you are looking for is to have somebody watch a screen >that's moving by itself you can have 2 or more vnc clients hook up to

Re: Samba Question

2002-01-10 Thread Michael S. Dunsavage
but you still need to put it on the domain I believe. Workgroup=domainname in the global section IE workgroup=foo would be like putting it on the domain foo - Original Message - From: "Jay Paulson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, January 10, 2002 4:09 PM Sub

Re: rpm

2002-01-10 Thread Nick Wilson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 * On 10-01-02 at 20:52 * Brad Bonkoski said > src.rpm is the source > noarch.rpm is for any arch. > > rpm -ivh *.src.rpm > then it will be in /usr/src/redhat/SOURCE/ > then you can compress/tar, configure, and build ...and don't forget 'man r

Re: Samba Question

2002-01-10 Thread Jay Paulson
nmbd is running and it is broadcasting on 192.168.0.255 i run the nmblookup and get the following: querying on 192.168.0.255 name_query failed to find name in my smb.conf file i have the following. interfaces = 192.168.0.137 reomte announce = 192.168.0.255/LBJS NetBIOS name = the local netw

Re: VNC - possible to see the desktop as if sat in front of linuxbox ?

2002-01-10 Thread Jeff Bearer
If bevhavior you are looking for is to have somebody watch a screen that's moving by itself you can have 2 or more vnc clients hook up to the same VNC server, one person moves the mouse, the other watches. We use that as a collaboration or presentation tool that works very well, On Thu, 2002-01-

RE: ntp on 7.2

2002-01-10 Thread dave brett
Hi Jeffery I also had the same problem, because I didn't give it enough time to do the initial set-up. On Thu, 10 Jan 2002, Jeffery Myers wrote: > IS the daemon actually running? :>) > I got the same before I kicked off the daemon. > j > > -Original Message- > From: Scott Sharkey [mail

Re: Samba Question

2002-01-10 Thread Jerry Winegarden
On Thu, 10 Jan 2002, Jay Paulson wrote: > I've gone through the suggestions.. i've even gone to B&N and got a couple of books >on samba... but the redhat machine isn't even showing up on our local network.. >although i can bring it up in IE by pluging in 192.168.0.137 and i can ssh into it >et

RE: ntp on 7.2

2002-01-10 Thread Jeffery Myers
IS the daemon actually running? :>) I got the same before I kicked off the daemon. j -Original Message- From: Scott Sharkey [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 10, 2002 10:53 AM To: [EMAIL PROTECTED] Subject: Re: ntp on 7.2 Bret Hughes wrote: > > On Thu, 2002-01-10 at 07

Re: 2 win boxes + 1 linux box all connected to ADSL

2002-01-10 Thread Michael S. Dunsavage
In the smb.conf you would make workgroup=whateveryourdomainis ;***section global* [global] workgroup = OLYMPUS server string = Redhat Linux 7.0 Zeus Box - Original Message - From: "Kjetil Tjensvold" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursd

2 win boxes + 1 linux box all connected to ADSL

2002-01-10 Thread Kjetil Tjensvold
I have 2 win boxes and 1 linux box connected to ADSL through a hub.The question is:Can I use samba in a lan network for these machines when the win boxes are setup with obtain an IP address automatically and with DHCP enabled.The linux box is also set up with DHCP in netconfig, so now the localhos

Re: VNC - possible to see the desktop as if sat in front of linux box ?

2002-01-10 Thread Frank Carreiro
Just realized I didn't fully answer your question. If you want vnc server on linux to act like vnc server for windows then the answer is no. From what I've read in the past the vnc server for linux is only a session. It doesn't actually control your display like pcanywhere (or vnc server for

Re: VNC - possible to see the desktop as if sat in front of linux box ?

2002-01-10 Thread Frank Carreiro
VNC server for windoze is VERY different from VNC server for *NIX. In a nutshell VNC server for windoze is more like pcanywhere without the encryption (ssh solves that problem). VNC server for *NIX is another matter. It's more like a terminal session than anything. The desktop I believe defa

Re: Samba Question

2002-01-10 Thread Michael S. Dunsavage
did you name the linux box?  IE mine is zeus.dconsulting.com but alias is zeus   and in the smb.conf is your domain in the file correctly?   IE my domain is olympus so in my smb.conf I have workgroup = OLYMPUS - Original Message - From: Jay Paulson To: [EMAIL PROTECTED]

RE: rpm

2002-01-10 Thread Brad Bonkoski
Title: RE: rpm src.rpm is the source noarch.rpm is for any arch. rpm -ivh *.src.rpm then it will be in /usr/src/redhat/SOURCE/ then you can compress/tar, configure, and build -Brad > -Original Message- > From: adrian kok [mailto:[EMAIL PROTECTED]] > Sent: Thursday, January 10, 20

rpm

2002-01-10 Thread adrian kok
Hi all There are many rpm eg: src.rpm, norach.rpm What are the different? How do I install it Thank you ___ Do You Yahoo!? Get your free @yahoo.com.hk address at http://mail.english.yahoo.com.hk ___

Re: VNC - possible to see the desktop as if sat in front of linux box ?

2002-01-10 Thread dave brett
Ignore this. I missunderstood what you were asking On Thu, 10 Jan 2002, dave brett wrote: > Hi Chas > > It sounds like a resolution issue me. I found the same problem and being > to lazy to figure out what to do with vnc, changed the resolution on the > vncserver to 800x600 and then was able

Re: VNC - possible to see the desktop as if sat in front of linux box ?

2002-01-10 Thread dave brett
Hi Chas It sounds like a resolution issue me. I found the same problem and being to lazy to figure out what to do with vnc, changed the resolution on the vncserver to 800x600 and then was able to see the whole screen on my computer. The dispaly was slightly smaller than the my 768x1024 display

Re: Samba Question

2002-01-10 Thread Jared Brick
This might sound stupid, but are you using Iptables/Ipchains at all? Did you make sure to leave the Windows networking ports open? I know you might not be firewalling at all, but often in troubleshooting people miss these sort of things. Jared On Thu, 2002-01-10 at 13:12, Jay Paulson wrote: > I'

Understanding xinetd

2002-01-10 Thread dave brett
I have little bits of time over a few months now and cannot figure out how basic network services work on rh7.2. The problem I am having is the following: I upgraded the harddrive in my laptop. At the same time I installed 7.2 from 6.2. I normally use DHCP to get an IP address for the computer.

Re: Samba Question

2002-01-10 Thread Jay Paulson
I've gone through the suggestions.. i've even gone to B&N and got a couple of books on samba... but the redhat machine isn't even showing up on our local network.. although i can bring it up in IE by pluging in 192.168.0.137 and i can ssh into it etc.. but i just can't see it on the local ne

Supermicro mobos

2002-01-10 Thread Andy Schuler
I'm considering building a system with a Supermicro P3TDLE SMP mobo. Has anyone had issues or successes with this mobo and RH 7.2? thanks. ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Re: gnome email monitor

2002-01-10 Thread Gregg Morris
Oscar, Look at "xbiff" and "gbiff." Regards, Gregg > "Oscar" == Oscar Castaneda V <[EMAIL PROTECTED]> writes: > On Wed, Jan 09, 2002 at 02:00:27PM -0500, Anthony E. Greene > wrote: >> At 12:46 PM 1/9/2002 -0600, Oscar Castaneda V. wrote: >Does >> anyone know where I can fi

Re: recover /dev files related to ethernet after idiot deleted them

2002-01-10 Thread Charles Galpin
On Thu, 2002-01-10 at 10:52, Chuck Mead wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 10 Jan 2002, Charles Galpin posted the following: > > CG>Oh boy. I need to recreate some devices but I don't know which ones. > > Why not reinstall the dev rpm? methinks my friend charlie i

RE: (no subject)

2002-01-10 Thread Neo
Yo Sebastian, I think its specific for Lilo, I spend several hours on it, but no luck, though smart guy from the 13th floor, the second one, works also only with lilo. It seems that the Splash part isn't documented anyware..I can't find any inf on that in the man pages or howto's or other help fi

Re: Samba Question

2002-01-10 Thread Tammy Fox
http://www.redhat.com/docs/manuals/linux/RHL-7.2-Manual/custom-guide/samba.html shows you how to setup the Red Hat Linux side. Sincerely, Tammy On Thu, Jan 10, 2002 at 10:26:50AM -0600, Jay Paulson wrote: > Can anyone either tell me or point me to a good place to figure out how to map a >driv

Re: VNC - possible to see the desktop as if sat in front of linux box ?

2002-01-10 Thread chas
That is it exactly, as the comment on the page says : "gain desktop control of another linux box... (but not in a new session as the well known VNC do under linux, here it's windows style VNC =)" Will give it a whirl when I have a minute - just a bit concerned about the low version number (wrt

Re: Samba Question

2002-01-10 Thread Michael S. Dunsavage
erm ya I interpeted it backwards. - Original Message - From: "Binyon Steve Contr Det 4 AFC2TIG/ASRCC" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, January 10, 2002 11:58 AM Subject: RE: Samba Question > On the Windows client, open my computer, select Tools->Map network

  1   2   >