Re: modprobe error

2001-03-09 Thread Dominic Mitchell
Hi Tim, Thanks for your help. However my source of problem was in the build stages of the kernel. I had misspecified parallel port support in the configuration process. Cheers, Dominic. Tim Moore <[EMAIL PROTECTED]> writes: > > Mar 9 12:57:40 rlevesque modprobe: modprobe: Can't locate mo

Re: Parallel port printer and kernel config: Fixed

2001-03-09 Thread Dominic Mitchell
I have changed two things in order two have the printer working 1) parallel port support is built into the kernel as opposed to a module 2) I have enabled as a module parallel port support for pc (module parport_pc.o) I suspect that it is 2) which made the difference since the redhat

Re: file type colors (ls)

2001-03-09 Thread Dominic Mitchell
More precisely either edit /etc/DIR_COLORS for system wide or ~/.dir_colors for user level ( You can copy the system wide file for modification in your user directory and name it ~/.dir_colors). After you have added you modification you need to something like : eval dircolors ~/.dir_colors > ~

Re: file type colors (ls)

2001-03-09 Thread Ashley M. Kirchner
Stuart Clark wrote: > How do i change the files colors when i do an ls. Check /etc/DIR_COLORS AMK4 -- H | Hi, I'm currently out of my mind. Please leave a message. BP! | ~~

Parallel port printer and kernel config

2001-03-09 Thread Dominic Mitchell
Hi, I have compiled the kernel with parallel port support and parallel port printer support. However, I can't get the printer to work. Module lp fails to load. I have tried to add the line alias char-major-6 lp in /etc/modules.conf without sucess. When trying to load the module manually I g

file type colors (ls)

2001-03-09 Thread Stuart Clark
> Hi all, > > How do i change the files colors when i do an ls. > > I want the blue to be a more visable color like green. > > Thanks > Stu > ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

transfer a few hundred accounts

2001-03-09 Thread redhat
Hi all, I need to transfer a few hundred accounts to a new machine after upgrading hardware and software to RH7.0 I would much appriciate to have help with a script, if any of you have some kind of script that I can use for generating the acconts on the new machine. The accounts can be split i

Upgrades for 2.4.2

2001-03-09 Thread mjs
Im currentely using rh6.2 with kernel 2.2.17 and now preparing for the second time to compile 2.4.2, the problem is looking at the /Documentation/Changes for 2.4.2 seems there is a lot of WARNINGS! in regards to upgrading util-linux 2.10o from the current util-linux-2.10f of which it tells me is

RE: product ID

2001-03-09 Thread Eddie Strohmier
Jerry: My product ID for RH 6.0 that I bought a while back was on the original CD case itself and was 16 characters long. As far as being purchased directly from Redhat I am not sure. I did purchase mine through them but I don't see why the package bought from some other retailer would not contai

Re: i was hacked,please help

2001-03-09 Thread Mikkel L. Ellertson
On Fri, 9 Mar 2001, Jerry Winegarden wrote: > > No! ALL: LOCAL in hosts.allow refers to machine named: "localhost" > which is your own box (network log into yourself), not your whole subnet. > That is, LOCAL is a synonym for "localhost" which is 127.0.0.1 > Also, I usually ALLOW access from all

Re: automatic file upload tool for linux

2001-03-09 Thread Chuck Mead
On Sat, 10 Mar 2001, Adlar Kim spewed into the bitstream: AK>can you elaborate more about this? thanks. Generate a key on the destination host (the one you wish to move the file to) (ssh-keygen is the command). Do not give it a password (leave it blank when asked). Several files will be created

Re: webhosting

2001-03-09 Thread Michael Burger
If the site owners are to be allowed to upload, etc, then my suggestion is to create regular accounts with home directories and the requisite public_html directory, all completely owned by the site owners. Then, configure Apache to read /home/domain1-owner/public_html as www.domain1.com. keep al

Re: i was hacked,please help

2001-03-09 Thread Jerry Winegarden
On Fri, 9 Mar 2001, Leonard den Ottolander wrote: > Hi Jerry, > > > > Uh...the VERY FIRST thing on that list should be enabling ipchains/iptables > > > (depending on your version) and setting up your firewalling... > > I do agree with Dave here. For example, if you would have a hos

Re: modprobe error

2001-03-09 Thread Tim Moore
> Mar 9 12:57:40 rlevesque modprobe: modprobe: Can't locate module char-major-6 > Mar 9 12:58:12 rlevesque last message repeated 5 times > Mar 9 12:59:16 rlevesque last message repeated 2 times [/usr/src/linux/Documentation/devices.txt ... 6 charParallel printer devices

Re: automatic file upload tool for linux

2001-03-09 Thread Adlar Kim
can you elaborate more about this? thanks. a. >From: Chuck Mead <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> >Subject: Re: automatic file upload tool for linux >Date: Wed, 7 Mar 2001 07:37:29 -0500 (EST) > >On Wed, 7 Mar 2001, K.Deepak spewed int

Re: X Startup glitch

2001-03-09 Thread Tim Moore
> On occasion, when first starting, the Gnome X graphical login screen > will not start correctly. I will get the gray, cross-hatched X > background. I'll get the login box, but on going to my account, running > KDE 2.0, the whole of the desktop will be a mess. I can fix this by > rebooting. B

X Startup glitch

2001-03-09 Thread John P. Verel
On occasion, when first starting, the Gnome X graphical login screen will not start correctly. I will get the gray, cross-hatched X background. I'll get the login box, but on going to my account, running KDE 2.0, the whole of the desktop will be a mess. I can fix this by rebooting. But, is the

(no subject)

2001-03-09 Thread Maynard B. Fernando
 

webhosting

2001-03-09 Thread mjs
I wan to host a few websites on my box,..what is the best or preffered method?? I created the dirs /usr/www/domain1.com /usr/www/domain2.com /usr/www/domain3.com /usr/www/domain4.com now I want them to be able to ftp in and upload their files,..what do i do?...do I created symbolic or hardlinks o

Re: RPC

2001-03-09 Thread Statux
remote procedure call (at least back in my day that's what it was).. but that's all I know :) On Fri, 9 Mar 2001, Alejandro J. Gallegos wrote: > Hello everybody! > do you know what RPC is? is it necessary for a NIS server? > ___

Re: kernel-source-2.2.17-14 bug?

2001-03-09 Thread Dominic Mitchell
Ok, I found my mistake :) When configuring the kernel, in the general section I need to enable parallel port support. Then when I get in the character devices I can include the parallel printer module ... Doh Cheers, Dominic. Dominic Mitchell <[EMAIL PROTECTED]> writes: > Hi, > > I have a p

Re: printk messages won't display on a console

2001-03-09 Thread Mikkel L. Ellertson
On Fri, 9 Mar 2001, Scott Andrew Jacobsen wrote: > Both klogd and syslogd are running on the system and I can't get printk > messages to dsiplay on a console. > I've tried changing DEFAULT_CONSOLE_LOGLEVEL to 8, and it still didn't > work. > Also tried printk("<1>...") but didn't work either. > >

Re: RedHat 7.0 Install

2001-03-09 Thread Chuck Mead
On Fri, 9 Mar 2001, Nitebirdz spewed into the bitstream: N>On Fri, 9 Mar 2001, Michael R. Jinks wrote: N> N>> N>> Choosing the "everything" install option is impractical for many users. N>> Most new machines these days will come with plenty of disk, but if N>> you're not on a new machine, or if y

printk messages won't display on a console

2001-03-09 Thread Scott Andrew Jacobsen
Both klogd and syslogd are running on the system and I can't get printk messages to dsiplay on a console. I've tried changing DEFAULT_CONSOLE_LOGLEVEL to 8, and it still didn't work. Also tried printk("<1>...") but didn't work either. All messages are appended to /var/log/messages Is there a way

product ID

2001-03-09 Thread Jerry Human
When I registered my RH 7.0 with Red Hat they asked for a sixteen digit product ID. I looked all through the stuff I got but couldn't find it. Is that an ID for versions purchased directly from Red Hat? Thanks. ___ Redhat-list mailing list [EMAIL PRO

Re: My server got hacked.

2001-03-09 Thread Mikkel L. Ellertson
On Fri, 9 Mar 2001, Bernie Huang wrote: > Hi, all, > > I have a Redhat 7.0 server setup as a firewall. I am a newbie to secure my > linux box, and I didn't do a good job in my services and firewall > configuration. Some time ago, I received a phone call from my cable > provider informing that s

My server got hacked.

2001-03-09 Thread Bernie Huang
Hi, all, I have a Redhat 7.0 server setup as a firewall. I am a newbie to secure my linux box, and I didn't do a good job in my services and firewall configuration. Some time ago, I received a phone call from my cable provider informing that someone has routed my machine and use my ip to pok

Re: kpppd dies unexpectedly

2001-03-09 Thread Mikkel L. Ellertson
On Fri, 9 Mar 2001, Ahmed Mohamed wrote: > > > Hi all, > a newbie asking for help. > > I use Linux SusE version 6.3. After couple of minutes > of kppp internet connection, it disconnects with > this message: "kpppd died unexpectedly". > > you help greatly appreciated. > > What messages show up in

Re: TERM=linux vs. TERM=xterm

2001-03-09 Thread Eric Wood
I now agree and humbly withdraw my argument. -eric wood - Original Message - From: "Mikkel L. Ellertson" <[EMAIL PROTECTED]> > The TERM varable is being used for what it was designed for. ___ Redhat-list mailing list [EMAIL PROTECTED] http

kernel-source-2.2.17-14 bug?

2001-03-09 Thread Dominic Mitchell
Hi, I have a problem ... there is no way to select a parallel printer in either xconfig or menuconfig! Bummer. There is no option to do so --- like the option is not there. I have looked in the build tree of the kernel and indeed lp.c did not compile. Of course the lp.o module is provided in

Re: [RHL] kpppd dies unexpectedly

2001-03-09 Thread Kirk
Could you please email Suse questions to the Suse list. http://www.suse.com/us/support/mailinglists/index.html Thanks >>I use Linux SusE version 6.3. ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat

kpppd dies unexpectedly

2001-03-09 Thread Ahmed Mohamed
Hi all, a newbie asking for help. I use Linux SusE version 6.3. After couple of minutes of kppp internet connection, it disconnects with this message: "kpppd died unexpectedly". you help greatly appreciated. __ Do You Yahoo!? Get email at y

Re: LDAP

2001-03-09 Thread Fernando Lozano
Hi Kerry! > Where can one find in-depth tutorials and manuals on open-ldap? I have > read the documentation on openldap.org, but would like some documentation > that goes deeper into more complex setups. I guess at perldap.org you can find some nice links. And maybe you'd like to try a tool

RE: i need to quit

2001-03-09 Thread ABrady
On 09-Mar-2001 James Ting opined: > i want to quit the linux mailing list > my e-mail address is [EMAIL PROTECTED] > A whole new variation on an age-old theme: unsubsribe, unsubscibe or unsuscribe. -- Sarcasm is just one

RE: Problems with modules (SOLVED)

2001-03-09 Thread Steve Gulick
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Mikkel L. Ellertson > Sent: Friday, March 09, 2001 12:59 PM > To: [EMAIL PROTECTED] > Subject: Re: Problems with modules > > > On Fri, 9 Mar 2001, Steve Gulick wrote: > > > I recompiled my kernel for t

modprobe error

2001-03-09 Thread Dominic Mitchell
Hi, I just recompiled the kernel-2.2.17-14. Here what is filling my logs: Mar 9 12:57:40 rlevesque modprobe: modprobe: Can't locate module char-major-6 Mar 9 12:58:12 rlevesque last message repeated 5 times Mar 9 12:59:16 rlevesque last message repeated 2 times etc. I am trying to find

Re: syslogd not logging.. getting message :logmsg: syslog.err<43>, flags 4, from pacheco, msg syslogd: network logging disabled (syslog/udp service unknown).

2001-03-09 Thread Roy
You the man dude... thanks Roy At 12:09 PM 3/9/01 -0600, you wrote: >On Fri, 9 Mar 2001, Roy wrote: > > >This last line is what is causing you problems. It looks like > > >pager.rlg.org is not set up to accept syslog messages from your machine. > > >In order for this to work, syslogd on page

Re: TERM=linux vs. TERM=xterm

2001-03-09 Thread Mikkel L. Ellertson
On Fri, 9 Mar 2001, Eric Wood wrote: > Why do gnome-terminal, xterm, xiterm, etc. default to TERM=xterm. Console > apps work better if TERM=linux was set, after all, this is what TERM is when > you're logged into a virtual console. > Logged into a virtual console is NOT the same as running an xt

Re: TERM=linux vs. TERM=xterm

2001-03-09 Thread Michael R. Jinks
Eric Wood wrote: > > Why do gnome-terminal, xterm, xiterm, etc. default to TERM=xterm. Console > apps work better if TERM=linux was set, after all, this is what TERM is when > you're logged into a virtual console. Curious, can you give an exampe? TERM=xterm has always worked well for me -- may

TERM=linux vs. TERM=xterm

2001-03-09 Thread Eric Wood
Why do gnome-terminal, xterm, xiterm, etc. default to TERM=xterm. Console apps work better if TERM=linux was set, after all, this is what TERM is when you're logged into a virtual console. kterm sets it's TERM=kterm. That's exactly what we need, another termcap entry. Anyway, is there a system

i need to quit

2001-03-09 Thread James Ting
i want to quit the linux mailing list my e-mail address is [EMAIL PROTECTED] _ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. ___ Redhat-list mailing li

RE: how to send a cmd from win to linux?

2001-03-09 Thread Tristan Hill
> > Is anyone know how to send a command from windows env to linux box to > execute a program/script in linux box? > You can use plink - one of the putty applications to connect to the linux box and execute a command. You can put all the required plink commands in a shortcut on the windows box

Re: syslogd not logging.. getting message :logmsg: syslog.err<43>,flags 4, from pacheco, msg syslogd: network logging disabled (syslog/udpservice unknown).

2001-03-09 Thread Mikkel L. Ellertson
On Fri, 9 Mar 2001, Roy wrote: > >This last line is what is causing you problems. It looks like > >pager.rlg.org is not set up to accept syslog messages from your machine. > >In order for this to work, syslogd on pager.rlg.org has to have been > >started with the -r option. If you comment out th

syslogd not logging.. getting message :logmsg: syslog.err<43>, flags 4, from pacheco, msg syslogd: network logging disabled (syslog/udp service unknown).

2001-03-09 Thread Roy
Hi My machines not logging anything.. I get this error when in debug mode:logmsg: syslog.err<43>, flags 4, from pacheco, msg syslogd: network logging disabled (syslog/udp service unknown). klogd is running..I don't know if it's working, but it's running :-) belows my syslogd -d output and my

RE: Microsoft exchange

2001-03-09 Thread Frank Carreiro
O... Ok. Yes you can use Netscrape (translation: netscape) for this. tcp/ip should work. Usually I set up my client as an IMAP client and simply provide the IP address under "server". Also I recommend if using public folders that you show all folders. The default I think is "show onl

Re: i was hacked,please help

2001-03-09 Thread Leonard den Ottolander
Hi Jerry, > > Uh...the VERY FIRST thing on that list should be enabling ipchains/iptables > > (depending on your version) and setting up your firewalling... I do agree with Dave here. For example, if you would have a hosts.deny with just "ALL: ALL", and a hosts.allow with "ALL:

Re: RedHat 7.0 Install

2001-03-09 Thread AABAN34
 This is just a mess around box a home, but this is only a learning box. Everyone makes Outstanding point thanks.. Brian

Re: Problems with modules

2001-03-09 Thread Mikkel L. Ellertson
On Fri, 9 Mar 2001, Steve Gulick wrote: > I recompiled my kernel for the first time today and everything seemed to go > ok except when I boot I get the following error: > > depmod can't open: /lib/modules/2.2.14-5.0/modules.dep > > Now, 2.2.14-5.0 is my old kernel and the directory 2.2.14-5.0 is

Re: syslogd not logging.. getting message :logmsg: syslog.err<43>, flags 4, from pacheco, msg syslogd: network logging disabled (syslog/udp service unknown).

2001-03-09 Thread Roy
>SNIP > > > > *.info @pager.rlg.org > > > > >This last line is what is causing you problems. It looks like >pager.rlg.org is not set up to accept syslog messages from your machine. >In order for this to work, syslogd on pager.rlg.org has to have been >started with the -r option. If you comm

RE: Microsoft Exchange

2001-03-09 Thread Warren Melnick
Part of the problem with MAPI is that it is not a protocol. It is an RPC on a port that MS uses for many other things. Unfortunately we may be stuck using MS products for a while. Hopefully Evolution will make some progress. W Warren Melnick Director of Research and Developme

RE: Syslog

2001-03-09 Thread Mike Illian
OK, now I'm getting it, but only in my messages log. How do I get it in all my logs? -Original Message- From: Mike Illian [mailto:[EMAIL PROTECTED]] Sent: Friday, March 09, 2001 12:07 PM To: '[EMAIL PROTECTED]' Subject: RE: Syslog Thanks. I didn't even think of looking at the process

RE: Need help Quick Puhleez! Which kernel choice for Cyrix 586processor?

2001-03-09 Thread Steve Gulick
Thanks > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Burke, Thomas G. > Sent: Friday, March 09, 2001 11:42 AM > To: '[EMAIL PROTECTED]' > Subject: RE: Need help Quick Puhleez! Which kernel choice for Cyrix 586 > processor? > > > Go with the 486 ke

Re: syslogd not logging.. getting message :logmsg: syslog.err<43>, flags 4, from pacheco, msg syslogd: network logging disabled (syslog/udpservice unknown).

2001-03-09 Thread Mikkel L. Ellertson
On Fri, 9 Mar 2001, Roy wrote: > Hi > > My machines not logging anything.. I get this error when in debug > mode:logmsg: syslog.err<43>, flags 4, from pacheco, msg syslogd: network > logging disabled (syslog/udp service unknown). > > klogd is running..I don't know if it's working, but it's runnin

Re: 6.2 -> 7.x

2001-03-09 Thread fang
On Fri, 9 Mar 2001, Michael George wrote: > > I concur. It was very easy to go from 6.1, 6.2 to 7.0 on my machines. I > don't think you need a clean install. AAMOF, I think the upgrade to 7.0 was > less painful than the 5.2 -> 6.1 upgrade... I like to ask a question about 7.0. How tightly is 7

RE: Syslog

2001-03-09 Thread Mike Illian
Thanks. I didn't even think of looking at the processes running. But alas, I'm still not getting the tick marks. The command is as follows: syslogd -r -m 5 I've been spending the last five years with my head wrapped around M$ stuff, so I'm not new to system avanced system concepts, just to t

Re: Syslog

2001-03-09 Thread Bret Hughes
Mike Illian wrote: > Thanks for the response, but I've read that part already, and I'm still not > getting the tick marks. Since the default was twenty minutes, I just > decided to not include the -m switch. After I did, there was no change. > > I rebooted after each change, just to be on the s

RE:Microsoft Exchange

2001-03-09 Thread Frank Carreiro
Personally I use Netscrape for my email connectivity with our exchange server. I can access public folders and so on... If you are running exchange applications (voting booths and so on) then it won't work for you. Unfortunately Micro$oft has decided it like proprietary technology and will p

RE: Need help Quick Puhleez! Which kernel choice for Cyrix 586 processor?

2001-03-09 Thread Burke, Thomas G.
Go with the 486 kernel > -Original Message- > From: Steve Gulick [SMTP:[EMAIL PROTECTED]] > Sent: Friday, March 09, 2001 11:29 AM > To: [EMAIL PROTECTED] > Subject: Need help Quick Puhleez! Which kernel choice for Cyrix 586 > processor? > > I am a bit confised. I have a Cyrix P150

RE: how to deny some hosts access

2001-03-09 Thread Frank Carreiro
That should work. We've also done the following which has worked just as well: in.ftpd: 192.168. This will deny everyone where the first two octets match. Also you can do the following to filter out countries or other hosts in.ftpd: .jp will deny everyone in japan (or any other country y

Re: Editor Problem

2001-03-09 Thread Nitebirdz
On Fri, 9 Mar 2001, Biniam wrote: > Date: Fri, 9 Mar 2001 16:54:22 +0300 > From: Biniam <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: Re: Editor Problem > > When I enter echo $TERM I found dumb > > Yeah, that's what I expected. See if you can change that by typi

Re: cannot execute an executable file

2001-03-09 Thread Eric Wood
Make sure you've installed these two rpms on any RH 7.0 and 7.1 box: ld.so-1.9.5-13.i386.rpm libc-5.3.12-31.i386.rpm -eric wood PS. I wish RH installed these be default.. oh well. - Original Message - From: "Jack Bowling" <[EMAIL PROTECTED]> > $ ./xwp > bash: ./xwp: No such file

Need help Quick Puhleez! Which kernel choice for Cyrix 586 processor?

2001-03-09 Thread Steve Gulick
I am a bit confised. I have a Cyrix P150 586 processor and I'm trying to build an optimized kernel for it. I have read to choose the Cx486 or the 586 processor family? TIA Steve ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.co

RE: fax server

2001-03-09 Thread TANNER
HylaFax. > -Original Message- > From: Simone Lucarelli [mailto:[EMAIL PROTECTED]] > Sent: Friday, March 09, 2001 4:41 AM > To: [EMAIL PROTECTED] > Subject: fax server > > > I'm looking for a fax server based on the http protocol. Any > suggestion? > > ++ SIMONE LUCARELLI

Re: Redhat Beta Wolverine and X

2001-03-09 Thread Neil Hollow
the bits no. refers to how many millins of colours the screen use. I run 32 bit at 1024x768. Unfortunately I'm not at my linux box now -but somewhere in the .XF86Config file there is a screen resolution section. Its there you set the no. of colours and default resolution. if you have high reso

RE: how to send a cmd from win to linux?

2001-03-09 Thread Mike Illian
There are tons 'o telnet apps that allow you to script your sessions. Try looking at download.com, or tucows.com. You can even get the results dumped to a text file. I used this method with an ASP page in Windows to check the status and bring machines in and out of service on a Cisco Local Dire

iptables mystery

2001-03-09 Thread Robin Atwood
I just got a cable internet connection and decided I needed a firewall! I recompiled the kernel (2.4.0) with the iptable support turned on and tried Rusty's Really Quick guide: [root@opal /root]# iptables -X block [root@opal /root]# iptables -N block [root@opal /root]# iptables -A block -m sta

Re: RedHat 7.0 Install

2001-03-09 Thread Nitebirdz
On Fri, 9 Mar 2001, Michael R. Jinks wrote: > > Choosing the "everything" install option is impractical for many users. > Most new machines these days will come with plenty of disk, but if > you're not on a new machine, or if you're concerned about building a > secure box, you won't want to insta

RE: RedHat 7.0 Install

2001-03-09 Thread Mike Illian
-Original Message- From: Michael R. Jinks [mailto:[EMAIL PROTECTED]] Sent: Friday, March 09, 2001 10:51 AM To: [EMAIL PROTECTED] Subject: Re: RedHat 7.0 Install Nitebirdz wrote: > > On Fri, 9 Mar 2001 [EMAIL PROTECTED] wrote: > > uninstall packages without any problems. I am tired of

util-linux upgrade?

2001-03-09 Thread mjs
Im currentely using rh6.2 with kernel 2.2.17 and now preparing for the second time to compile 2.4.2, the problem is looking at the /Documentation/Changes seems there is a lot of WARNINGS! in regards to upgrading util-linux 2.10o from the current util-linux-2.10f of which it tells me is required.

Re: how to send a cmd from win to linux?

2001-03-09 Thread David Brett
I need more information on what you are trying to do The ideas which come to mind are: telnet webpage with cgi script find a replacement for expect and write a script david On Fri, 9 Mar 2001, gary wrote: > Dear all, > > Is anyone know how to send a command from windows env to linux box to

Re: RedHat 7.0 Install

2001-03-09 Thread Michael R. Jinks
Nitebirdz wrote: > > On Fri, 9 Mar 2001 [EMAIL PROTECTED] wrote: > > uninstall packages without any problems. I am tired of trying to install > > packages and asking me for these dependency all the time. > There is already some work being done in that front. apt-get will indeed make a very nic

Re: Redhat Beta Wolverine and X

2001-03-09 Thread Ted Gervais
On Friday 09 March 2001 10:52, you wrote: > Are you sure your screen supports 1024x768? Try 800x600.Mine is running the > above with 24 bit video just fine. > > > What does it mean when you say 24 bit's? And how do you cycle between 8, 16 and 24 bits? > Dale Kosan > > > > > > _

Problems with modules

2001-03-09 Thread Steve Gulick
I recompiled my kernel for the first time today and everything seemed to go ok except when I boot I get the following error: depmod can't open: /lib/modules/2.2.14-5.0/modules.dep Now, 2.2.14-5.0 is my old kernel and the directory 2.2.14-5.0 is no longer there. So my question is what do I do to

raw devices RedHat and Dell.

2001-03-09 Thread Mark Jamison
Hi All, I'm trying to get raw devices working properly on RedHat6.2, on a Dell Poweredge. According to the man pages for the raw command I am setting up everything correctly I have an unmounted device /dev/sda10 and I run the command raw /dev/raw/raw1 /dev/sda10 but whenever I run dd against

RE: Syslog

2001-03-09 Thread Mike Illian
Thanks for the response, but I've read that part already, and I'm still not getting the tick marks. Since the default was twenty minutes, I just decided to not include the -m switch. After I did, there was no change. I rebooted after each change, just to be on the safe side. If anyone has an

Re: Redhat Beta Wolverine and X

2001-03-09 Thread Dale Kosan
Are you sure your screen supports 1024x768? Try 800x600.Mine is running the above with 24 bit video just fine. Dale Kosan ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

RE: Editor Problem

2001-03-09 Thread Paul Anderson
You need to have a terminal designation other than dumb to run vi in anything but command line mode. (Can anyone say welcome to ed.) Since you have not listed your monitor and system type try using TERM=vt100; export TERM. If you are on a pc you might try TERM=ansi; export TERM. With a vt100 des

RE: Max Username Length

2001-03-09 Thread Burke, Thomas G.
It used to be that the username could be any length (less than 256 chars, I think), but the security stuff used only the 1s2 8 characters. This may have changed, but I don't know... > -Original Message- > From: Joshua Hirsh [SMTP:[EMAIL PROTECTED]] > Sent: Thursday, March 08, 2001 1:37

Re: Editor Problem

2001-03-09 Thread Biniam
When I enter echo $TERM I found dumb - Original Message - From: "Nitebirdz" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, March 09, 2001 4:42 PM Subject: Re: Editor Problem > On Fri, 9 Mar 2001, Biniam Sahlezghi wrote: > > > Date: Fri, 9 Mar 2001 15:33:41 +0300 > > From: Bi

Re: RedHat 7.0 Install

2001-03-09 Thread Nitebirdz
On Fri, 9 Mar 2001 [EMAIL PROTECTED] wrote: > Date: Fri, 9 Mar 2001 08:25:59 EST > From: [EMAIL PROTECTED] > Reply-To: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > Subject: RedHat 7.0 Install > > > Team > > I am kind of new to this LINUX platform and I noticed that loading apps > is a PAIN a

Re: Editor Problem

2001-03-09 Thread Nitebirdz
On Fri, 9 Mar 2001, Biniam Sahlezghi wrote: > Date: Fri, 9 Mar 2001 15:33:41 +0300 > From: Biniam Sahlezghi <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > Subject: Editor Problem > > Hello guys, > > In my redhat machine I can not use vi or pico editors. Its says Incom

RedHat 7.0 Install

2001-03-09 Thread AABAN34
 Team    I am kind of new to this LINUX platform and I noticed that loading apps is a PAIN a REAL PAIN. I bought the RedHat Deluxe worksta and I think the product is GREAT,  but we need to find a way an easy way to install and uninstall packages without any problems. I am tired of trying to

RE: Microsoft Exchange

2001-03-09 Thread bill . 2 . parker
Now thats an answer! Maybe I can get back to you after I've investigated... I think I know who supports the Exchange Server... and while I'm sweet-talking him I can investigate how fetchmail works I particularly like your idea about letting my chosen MUA work in it's more or less default local

RE: IP Forwarding by MAC address

2001-03-09 Thread Chad W. Skinner
Are you still refering to the 2.4 kernel or is there another way to do this? > Don't disallow. Allow only those you want to have access. > > Tom Curl > Enertex Systems ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailma

Re: 6.2 -> 7.x

2001-03-09 Thread Michael George
On Fri, Mar 09, 2001 at 06:18:21AM -0600, Mikkel L. Ellertson wrote: > > Uptodate will not upgrade major version numbers. Your best bet to > upgrade is to get the CDs, start the installer, and pick upgrade instead > of install. Depending on the speed of your Internet connection, you may > be abl

Editor Problem

2001-03-09 Thread Biniam Sahlezghi
Hello guys,   In my redhat machine I can not use vi or pico editors. Its says Incomplete Terminfo entry.What are you suggest me to get back my editors?

Editor Problem

2001-03-09 Thread Biniam Sahlezghi
Hello guys,   In my redhat machine I can not use vi or pico editors. Its says Incomplete Terminfo entry.What are you suggest me to get back my editors?

Re: fisher issues

2001-03-09 Thread Nitebirdz
On Thu, 8 Mar 2001, mitch wrote: > Date: Thu, 08 Mar 2001 14:51:45 -0500 > From: mitch <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > Subject: fisher issues > > This probably isn't the right place to make comments on fisher but > redhat makes it pretty difficult n

kde-config ?

2001-03-09 Thread Claudiu Balciza
i'm trying to compile kde 2.1 from the srpms but it fails for not finding kde-config as far as I could dig on the net , this should be an executable/script but where is it ? Claudiu ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redha

Re: 6.2 -> 7.x

2001-03-09 Thread Mikkel L. Ellertson
On Fri, 9 Mar 2001 [EMAIL PROTECTED] wrote: > Is there an easy upgrade from 6.2 to 7.x? Or do I have to clean install > everything? > > I've tried getting up2date to work on my 6.2 machine but it doesn't seem to > be fully installed/configured. If I can get it working, is this a reasonable > way

RE: Redhat Beta Wolverine and X

2001-03-09 Thread Lance Spence
Yes. Also during the installation when I configured it for 16 bit video and a 1024x768 screen and tested it the screen went blank and then came back. That was it. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Dale Kosan Sent: Friday, March 09, 2001 5:2

RE: Microsoft Exchange

2001-03-09 Thread Matthew Melvin
On Fri, 9 Mar 2001 at 11:13am (-), [EMAIL PROTECTED] wrote: > Unfortunately I found this reponse less than useful. > > I have no problem with sendmail as a MTA. I'm already using it. I guess I > can use Netscape as a MUA if I have to, although I'm happier with pine or > elm > > But how do I c

RPC

2001-03-09 Thread Alejandro J. Gallegos
Hello everybody! do you know what RPC is? is it necessary for a NIS server? _ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. ___ Redhat-list mailing lis

Problems with NIS

2001-03-09 Thread Alejandro J. Gallegos
Hello everybody! i have problems with my NIS server configuration. where can i find good and complete information about this topic? thanks. Alejandro. _ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com

Re: Aol Messager

2001-03-09 Thread sberg
I've got TAC running for AOL IM use on a Rh 6.2 system. It installed pretty easily. Does require tcl to be on the system. I beleive I found it on the Redhat website. On Thu, 8 Mar 2001, Matt Kraner wrote: > Has anyone got a text verson on aol messager to work on RedHat 7.0?? > > I have tryed

RE: Microsoft Exchange

2001-03-09 Thread bill . 2 . parker
Unfortunately I found this reponse less than useful. I have no problem with sendmail as a MTA. I'm already using it. I guess I can use Netscape as a MUA if I have to, although I'm happier with pine or elm But how do I configure any/all of these to connect to a MS Exchange Server? I've no idea wh

Re: how to force mqueue out?

2001-03-09 Thread Vineeta
You can try: mailq|wc -l which will give you a count of e-mails. Run this command to twice-thrice to find out if the size of your mail queue is decreasing or not. Vineeta Mike Burger wrote: > Type "mailq" It will list all the mail still in the queue, and will tell > you why it's still there.

Re: Microsoft Exchange

2001-03-09 Thread Vineeta
If you are talking of setting up mail services,i would suggest using "Sendmail". And,regarding mail client to use,you can use netscape. Vineeta -- [EMAIL PROTECTED] wrote: > My linux setup does almost everything I want now, such that I can almost get > rid of my windoze box. > > Just about the

6.2 -> 7.x

2001-03-09 Thread bill . 2 . parker
Is there an easy upgrade from 6.2 to 7.x? Or do I have to clean install everything? I've tried getting up2date to work on my 6.2 machine but it doesn't seem to be fully installed/configured. If I can get it working, is this a reasonable way to do the upgrade? Cheers Bill

Microsoft Exchange

2001-03-09 Thread bill . 2 . parker
My linux setup does almost everything I want now, such that I can almost get rid of my windoze box. Just about the only thing left is for me to be able to send/receive mail. I normally have to configure Outlook to deal the an MS Exchange server has anyone got any pointers regarding copying th

  1   2   >