Re: Updating RedHat 7.2 Distro exception error

2002-02-12 Thread Chris Garrigues
From: Paul Hamm [EMAIL PROTECTED] Date: Tue, 12 Feb 2002 16:48:39 -0500 - Clip -- Traceback (innermost last): File /usr/bin/anaconda, line 620, in ? intf.run(id, dispatch, configFileData) ... File

Re: Change file extension using bash (OT)

2002-02-12 Thread Emmanuel Seyman
On Mon, Feb 11, 2002 at 11:39:10PM -0500, Reuben D Budiardja wrote: I need a bit of help with bash here. I try to create a script that would change the extension of files in directory. I have files like xxx.pc that I want a change to xxx.jpg, where xxx is numbers, in a directory. How can

Re: RH7.2 and NIS

2002-02-12 Thread Alan Peery
Matt Stanley wrote: I am running Red Hat 7.2 on multiple machines. For reference, they are using the versions of ypbind, yp-tools and ypserv that come with 7.2. My main use of NIS is to allow for SSO to multiple machines. However, these machines do scientific computation and and I

Re: Little out of context-booting problem in digital unix

2002-02-12 Thread Alan Peery
Pramod Krishna K wrote: Booting problem in digital unix on alphaserver DS10. gives the error -boot failed to open dka0.0.15.0,dka0.0.15.0 not ready It looks like a low-level SCSI problem, going by the numbers. Check to see if you have all the cables connected, and termination if you need it.

Re: Can't resize windows under RH72

2002-02-12 Thread Alan Peery
Pieter De Wit wrote: Hello Everyone, I have noted this problem since I installed RH72 the first time. I cant resize any windows :( The only way I can do something is to maximize them. When I try to drag the border, my system gives me a beep (the bell I assume) and that is it !? Under

Re: Connection Attempt to TCP Port 2000

2002-02-12 Thread Mike Burger
There are legitimate uses for port 2000. In my case, it's for a middleware program called Webcit. Webcit is a mini-web server of sorts, which is used to connect to Citadel/UX BBS systems. Before killing the user, make sure nobody was running a Citadel/UX system and/or Webcit, first. G On

Re: Connection Attempt to TCP Port 2000

2002-02-12 Thread Fred Herman
Well, whatever was going on, there were 5 outside connections within 40 minutes from ip's in net blocks belonging to Turkey, Kuwait, Belgium, Canada, and one US isp. That in itself seems pretty bizarre. I'll take a look at Citadel/UX to see what that's about. Thanks for your info. F. Mike

Re: Connection Attempt to TCP Port 2000

2002-02-12 Thread Mike Burger
Happy to help. On Tue, 12 Feb 2002, Fred Herman wrote: Well, whatever was going on, there were 5 outside connections within 40 minutes from ip's in net blocks belonging to Turkey, Kuwait, Belgium, Canada, and one US isp. That in itself seems pretty bizarre. I'll take a look at Citadel/UX

Re: postfix + obtuse smtpd

2002-02-12 Thread Martín Marqués
On Lun 11 Feb 2002 20:23, you wrote: Hello pps I'm try enforce my MTA, to do it: 1. I replaced sendmail for postfix. 2. I want use the daemon obtuse-smtpd, without juniper soport only like a proxy smtp ! BUT I HAVE a problem with smtpdfwdd + postfix, let me explain it: I tried

Re: Connection Attempt to TCP Port 2000

2002-02-12 Thread Fred Herman
Mike Burger wrote: There are legitimate uses for port 2000. In my case, it's for a middleware program called Webcit. Webcit is a mini-web server of sorts, which is used to connect to Citadel/UX BBS systems. Before killing the user, make sure nobody was running a Citadel/UX system

Re: MySQL Question

2002-02-12 Thread Martín Marqués
On Lun 11 Feb 2002 23:18, you wrote: Why don't you use the SQL types for dates and times and then MySQL will give you the correct ordering of times when you do an order by clause. I got to modify code that has a timestamp put in a varchar field, and the guy does the order by on that field.

curious about map! settings in vi

2002-02-12 Thread rpjday
i realize this is a bit off-topic, but i figure this is the best place to get the expertise. i was poking around in someone else's .exrc file of vi settings -- specifically, perl guru tom christiansen's .exrc which is available for the world to see at www.perl.com, where he has all sorts of

Re: HTML Editor

2002-02-12 Thread Thomas Ribbrock
On Mon, Feb 11, 2002 at 08:53:07AM -0800, Ryan Speed wrote: Try mozilla, it comes with composer (as seen in netscape communicator). I personally use vi, but I have noticed that the mozilla developers are actively working on composer. I'd sincerely hope that Mozilla's Composer produces better

Backing up a directory

2002-02-12 Thread Emmanuel Seyman
Hey all. I have a problem here and I was wondering if someone could help. We have a web-based application here which uses a database (non-SQL). We'ld like to backup this database but the updates happen so fast that a tar of the directory sometimes ends like this: tar:

Re: Problems with my printer

2002-02-12 Thread ABrady
On Mon, 11 Feb 2002 21:59:06 -0500 ramzez [EMAIL PROTECTED] insisted: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi... I'm using RH 7.2 and I need to configure my printer (HP LaserJet6L) but I can't do that... I run printconf-gui and everything look fine and when

Re: MySQL Question

2002-02-12 Thread Jake McHenry
This is exactly what I'm doing! Here is my query .. select * from $dbtable where 1 and year = '$inyear' and month like '$inmonth' and day = '$inday' order by time, ampm And when I display the results, it is putting a event of 10:00 am or pm before 2-9 am or pm. it's putting the 10 before all.

Re: Change file extension using bash (OT)

2002-02-12 Thread Pete Peterson
Message: 13 From: Reuben D Budiardja [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Change file extension using bash (OT) Date: Mon, 11 Feb 2002 23:39:10 -0500 Reply-To: [EMAIL PROTECTED] Hi, I need a bit of help with bash here. I try to create a script that would change the

Re: MySQL Question

2002-02-12 Thread Dave Reed
From: Jake McHenry [EMAIL PROTECTED] This is exactly what I'm doing! Here is my query .. select * from $dbtable where 1 and year = '$inyear' and month like '$inmonth' and day = '$inday' order by time, ampm And when I display the results, it is putting a event of 10:00 am or pm before

Re: Change file extension using bash (OT)

2002-02-12 Thread Wojtek Pilorz
On Tue, 12 Feb 2002, Cameron Simpson wrote: On 08:38 12 Feb 2002, Wojtek Pilorz [EMAIL PROTECTED] wrote: | On Tue, 12 Feb 2002, Cameron Simpson wrote: [...] | for f in *.pc | do newname=`basename $f .bc`.jpg | mv -i $f $newname | done | It seems that you try to work correctly for

Re: HTML Editor

2002-02-12 Thread Janyne Kizer
Amaya isn't a Dreamweaver equivalent but it is a nice little GUI editor (www.w3c.org). Jesus Ortega (a.k.a. Nitebirdz) wrote: On Sat, 9 Feb 2002, Redhat mailing list wrote: What's is the best HTML editor that i can compare with macromedia dreamweaver? carlo There is no

RE: Backing up a directory

2002-02-12 Thread Brenden Walker
cp the directory to another dir, and tar that. -Original Message- From: Emmanuel Seyman [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 12, 2002 07:07 AM To: [EMAIL PROTECTED] Subject: Backing up a directory Hey all. I have a problem here and I was wondering if someone

Checking FTP directories for uploads

2002-02-12 Thread Tomás García Ferrari
Hello, Which should be the best approach to have an FTP server that checkes when some user upload a file an runs a process after that? Log checking? Adding this process to a cron job? Which way should I start searching...? Regards, Tomás +-- --+ Tomás García Ferrari

RE: Checking FTP directories for uploads

2002-02-12 Thread Brenden Walker
Pure-ftpd has support for running a script after upload. I haven't tried it myself (no need at this time). -Original Message- From: Tomás García Ferrari [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 12, 2002 09:01 AM To: [EMAIL PROTECTED] Subject: Checking FTP directories for

RE: MySQL Question

2002-02-12 Thread Michael R. Anderson
February 12, 2002 Looking at your table definition, you're using varchar for time and date, so these are stored as character strings, so the order by will sort them like strings, so naturally 10 comes before 2. Regards, Mike Anderson On Tuesday, February 12, 2002 7:37 AM, Jake McHenry

RE: MySQL Question

2002-02-12 Thread Pieter De Wit
Hello Jake, Juding by your code you have here, why don't yet get php to sort the array *or* turn the two around :) select * from $dbtable where 1 and year = '$inyear' and month like '$inmonth' and day = '$inday' order by ampm,time -Original Message- From: Jake McHenry [mailto:[EMAIL

Re: Wireless lan cards?

2002-02-12 Thread G. T. Francisco, III
On Mon, Feb 11, 2002 at 10:57:12PM -0800, Steve Lee said: This is what i do at home. i do have wireless, have dhcp setup. however, dhcp is only setup to allow one machine to connect, my laptop, with only my mac address, to bind. so it only allows my computer to connect dhcp. others are all

KDE configuration files

2002-02-12 Thread Ragnar Wisløff
I've been investigating the spread of KDE setup/config files under RHL 7.2. Does anyone know why there is a /etc/X11/applnk/ directory that get some menus while others are placed in /usr/share/applnk/? How to decide what goes where? pointers to documentation on the function, placing and

Printing problem using RH 7.2 to NT printer share

2002-02-12 Thread Steve Watford
I am running 7.2 on my workstation and am trying to print to an NT share on an NT 4.0 workstation. The printer is an Epson 1200 Photo printer. I have tried all the combinations of the RH printconf that I can think of and tried all of the various drivers as well as just the generic ones which

Re: MySQL Question

2002-02-12 Thread Bret Hughes
On Mon, 2002-02-11 at 19:43, Brian Ashe wrote: David Talkington, On Monday 11 February 2002 08:35, you said something about: Jake McHenry wrote: Where I'm running into a problem is on the output screen. I've tried sorting by day, time, and ampm, and all of these, but I'm still running

RE:Change file extension using bash (OT)

2002-02-12 Thread Gregg Morris
Reuben == Reuben D Budiardja [EMAIL PROTECTED] writes: Hi, I need a bit of help with bash here. I try to create a script that would change the extension of files in directory. I have files like xxx.pc that I want a change to xxx.jpg, where xxx is numbers, in a directory.

Re: Checking FTP directories for uploads

2002-02-12 Thread Ed Wilts
On Tue, Feb 12, 2002 at 03:01:05PM +0100, Tomás García Ferrari wrote: Which should be the best approach to have an FTP server that checkes when some user upload a file an runs a process after that? Log checking? Adding this process to a cron job? Which way should I start searching...? We

Re: MySQL Question

2002-02-12 Thread Brian Ashe
Jake, On Tuesday 12 February 2002 11:00, you said something about: Yes, I'm using PHP. I tried this, but then it doesn't display the way I want it to. How can I break apart what mysql spits out back into the year, month, day, time variables? In PHP you could try using the split or explode

Re: Redhat-list digest, Vol 1 #3804 - 12 msgs

2002-02-12 Thread Brian Ashe
CM Miller, On Monday 11 February 2002 09:06, you said something about: I don't believe that I have ipchains or iptables running on both of my machines. Could I use ps -ef | grep ipchains to find it? I tried that I couldn't get any output, plus I did dmesg | more and went thru the startup

Re: KDE configuration files

2002-02-12 Thread Brian Ashe
Ragnar Wisløff, On Tuesday 12 February 2002 09:15, you said something about: I've been investigating the spread of KDE setup/config files under RHL 7.2. Does anyone know why there is a /etc/X11/applnk/ directory that get some menus while others are placed in /usr/share/applnk/? How to

Re: hope I did this right... Continued

2002-02-12 Thread Brian Ashe
Dean MacIsaac Jr., On Tuesday 12 February 2002 11:39, you said something about: First off I'd like to say thanks for the help everyone, I tried a few things, and am now pretty sure it's my VIA chipset / motherboard. The first thing I did was begin the install so I could setup a swap

Re: hope I did this right... Continued

2002-02-12 Thread Dean MacIsaac Jr.
DAMN!!! OK so the 0 0 0 in swap is bad... I'm currently at work and cannot recall what it said exactly in the partition area of the install... but swap was there at 384 MB, as well as / and /boot I think. Are they virtual partitions? I really want to run with this, but if it's this slow,

Re: ssh problem (was: error)

2002-02-12 Thread Edward Marczak
On 2/11/02 12:52 AM, Maynard B. Fernando [EMAIL PROTECTED] pressed the keys forming the message: still the same sir... PASSWORD AUTHENTICATION FAILED error but for sure, im entering the correct password... note: all of these conditions are followed 1. all three servers use the same version

Re: Sound card

2002-02-12 Thread Dominic Mitchell
Ok, in that perspective. But I still do not need to pay the extra bucks for M$ softwares. Cheers. [EMAIL PROTECTED] writes: Some of the boards have a couple of jumpers---optional setting and a board layout who you know what connects to which connector. For instance, some of the boards

Re: hope I did this right... Continued

2002-02-12 Thread Emmanuel Seyman
On Tue, Feb 12, 2002 at 12:08:21PM -0500, Dean MacIsaac Jr. wrote: DAMN!!! OK so the 0 0 0 in swap is bad... I'm currently at work and cannot recall what it said exactly in the partition area of the install... but swap was there at 384 MB, as well as / and /boot I think. I had this

Re: hope I did this right... Continued

2002-02-12 Thread Ed Wilts
yn Tue, Feb 12, 2002 at 11:56:10AM -0500, Brian Ashe wrote: On Tuesday 12 February 2002 11:39, you said something about: First off I'd like to say thanks for the help everyone, I tried a few things, and am now pretty sure it's my VIA chipset / motherboard. The first thing I did was begin

System Recovery Question

2002-02-12 Thread cws-dls
Have a server that is being messed around with in order to learn the server. Someone deleted the /dev fs and we think it is a good learning experience. What do I do to restore this fs and what can I read for more information? Thanks, Chad -- Pop3Now Personal, Get quick remote access to your

Re: BYOB [WAS RE: Wireless lan cards?]

2002-02-12 Thread Michael H. Warfield
On Mon, Feb 11, 2002 at 11:44:50PM -0500, Jason Costomiris wrote: On Mon, Feb 11, 2002 at 08:13:22PM -0800, David Talkington wrote: : Chad and Doria Skinner wrote: : : 1. Setup DHCP to only assign IPs to specific MAC Addresses : : Wrong already. MAC addresses are under client control.

Re: BYOB [WAS RE: Wireless lan cards?]

2002-02-12 Thread Michael H. Warfield
Forgot one thing in my previous message... On Mon, Feb 11, 2002 at 11:44:50PM -0500, Jason Costomiris wrote: On Mon, Feb 11, 2002 at 08:13:22PM -0800, David Talkington wrote: : Chad and Doria Skinner wrote: : : 1. Setup DHCP to only assign IPs to specific MAC Addresses : : Wrong

version of redhat

2002-02-12 Thread Steve Lee
how do you find out the version of redhat if your /etc/issue is erased.? ? ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

bootp question

2002-02-12 Thread Janyne Kizer
Was bootp depreciated in favor of dhcp? I know that it has not shipped since about RH6 but I was curious. We have some very old systems using bootp and we could just copy the bootptab over when we drop in new systems if we stayed with that but if bootp has, in fact, been depreciated (as i

Updating Redhat 7.2 Distro

2002-02-12 Thread Paul Hamm
I have seen a couple of short treads on this but no real information. I am looking to update a RH7.2 distro to the latest packages for an automated installation system I am setting up. I copied CDs 1 and 2 into a single nfs share, downloaded the updates from http://mirror.hiwaay.net merged the

Re: version of redhat

2002-02-12 Thread Ragnar Wisløff
Sitat Steve Lee [EMAIL PROTECTED]: how do you find out the version of redhat if your /etc/issue is erased.? ? cat /etc/issue.net -- Mvh Ragnar Wisløff -- life is a reach. then you gybe. ___ Redhat-list mailing list [EMAIL

Re: version of redhat

2002-02-12 Thread Statux
/etc/issue is created on every boot. ( /etc/rc.d/rc.local ) cat /etc/redhat-release More importantly, have you forgotten what version you have installed? On Tue, 12 Feb 2002, Steve Lee wrote: how do you find out the version of redhat if your /etc/issue is erased.? ?

Re: version of redhat

2002-02-12 Thread Ed Wilts
On Tue, Feb 12, 2002 at 11:09:16AM -0800, Steve Lee wrote: how do you find out the version of redhat if your /etc/issue is erased.? ? cat /etc/redhat-release rpm -q redhat-release -- Ed Wilts, Mounds View, MN, USA mailto:[EMAIL PROTECTED] ___

Re: bootp question

2002-02-12 Thread Ragnar Wisløff
Sitat Janyne Kizer [EMAIL PROTECTED]: Was bootp depreciated in favor of dhcp? I know that it has not shipped since about RH6 but I was curious. We have some very old systems using bootp and we could just copy the bootptab over when we drop in new systems if we stayed with that but if

determining the block an IP belongs to ( was Re: Connection Attempt to TCP Port 2000)

2002-02-12 Thread Rob Saul
On Tuesday 12 February 2002 03:08, Fred Herman wrote: Well, whatever was going on, there were 5 outside connections within 40 minutes from ip's in net blocks belonging to Turkey, Kuwait, Belgium, Canada, and one US isp. I've heard of being able to do this, finding the block an IP belongs

Re: ssh problem (was: error)

2002-02-12 Thread Janyne Kizer
hmmm, I am having a similar problem. What does Authenticated with partial success mean? I installed three (they were installed here and then put in place at the beta sites within on Friday and Monday) beta servers in the past two days and two of them SSH fine but one is giving us grief. I

Re: BYOB [WAS RE: Wireless lan cards?]

2002-02-12 Thread Tom Kiblin
Some of the better APs and WLAN Bridges allow you to control the MACs allowed to communicate with it, or Allowed Talkers. You build the MAC table directly on the AP/WLAN Device. And, you can turn off Advertise ESSID from the AP, so the attacker has to know the SSID and guess the MAC address

GL/X problem after up2date'ing.

2002-02-12 Thread Fred Dech
hi. sorry if this is a repeat post. i recently ran up2date and pretty much upgraded everything up2date wanted; including the kernel, XFree86, etc. seemed to work ok. as usual, i needed to modify the generated /etc/X11/XF86Config before i could get graphics and my devices to work correctly.

Re: version of redhat

2002-02-12 Thread Steve Lee
thanks. no, just a standard at work that they comment out /etc/issue.net i also did a cat /pro/versions but it didn't tell me the redhat release. On Tue, 12 Feb 2002, Ed Wilts wrote: On Tue, Feb 12, 2002 at 11:09:16AM -0800, Steve Lee wrote: how do you find out the version of redhat

driver customization

2002-02-12 Thread Matthew Boeckman
I'm trying to customize a Gigabit card, and get a bit more speed out of it while connecting to a sun box. Does anyone know what the RedHat flavor of solaris' ndd is (if any?). Basically I'm trying to tune either/both the tcp stack as well as the driver for the card. Can this only be done via

Re: determining the block an IP belongs to ( was Re: Connection Attempt to TCP Port 2000)

2002-02-12 Thread G. T. Francisco, III
On Tue, Feb 12, 2002 at 11:40:57AM -0800, Rob Saul said: On Tuesday 12 February 2002 03:08, Fred Herman wrote: Well, whatever was going on, there were 5 outside connections within 40 minutes from ip's in net blocks belonging to Turkey, Kuwait, Belgium, Canada, and one US isp. I've

RedHat 7.1 hangs durring startx

2002-02-12 Thread Christopher Rowe
Hey everyone, I'm having a problem with x-windows on a server running RH 7.1. X has worked in the past so I don't know what has changed, but when I do a startx the system tries to go into Gnome and hangs. I'm getting a wrong permissions on /tmp/orbit-root when I check the background

Mixed source and rpm system

2002-02-12 Thread Edward Marczak
Hello, List! I have a fairly new RH7.2 system up and running. There are certain things that I like to compile from scratch, and there are certain things where an rpm will suit me fine. However, updates have been coming at quite a pace lately, and I'm trying to find a way around having to use

RE: Mixed source and rpm system

2002-02-12 Thread Ryan Speed
The way I've done it in the past (this is not something I found reference to anywhere, just something I tried) was to download srpms, and dig the spec files out of them, customize the spec file to my liking and compile my new srpm (with my specific compile time options). This will then give you

Re: Mixed source and rpm system

2002-02-12 Thread Edward Marczak
On 2/12/02 4:14 PM, Ryan Speed [EMAIL PROTECTED] pressed the keys forming the message: The way I've done it in the past (this is not something I found reference to anywhere, just something I tried) was to download srpms, and dig the spec files out of them, customize the spec file to my liking

Re: determining the block an IP belongs to ( was Re: Connection Attempt to TCP Port 2000)

2002-02-12 Thread Ed Wilts
On Tue, Feb 12, 2002 at 11:40:57AM -0800, Rob Saul wrote: I've heard of being able to do this, finding the block an IP belongs to, but I've never found a reference on how to do it. How is it done? And is it possible to find the 'owner' of the block once it is determined? I get the

Network configuration thru startx

2002-02-12 Thread Amit Valia
Hello People. I have problems with network configuration. Can anyone help me as to how do we set the differnt values like IP addr and default DNS and default gateway. There are other entries in ROUTING tab as default gateway device and netmask and so on. What do i do with those values?? Can

Re: System Recovery Question

2002-02-12 Thread Edward Marczak
On 2/12/02 1:03 PM, [EMAIL PROTECTED] [EMAIL PROTECTED] pressed the keys forming the message: Have a server that is being messed around with in order to learn the server. Someone deleted the /dev fs and we think it is a good learning experience. What do I do to restore this fs and what can I

Re: Change file extension using bash (OT)

2002-02-12 Thread Cameron Simpson
On 14:13 12 Feb 2002, Wojtek Pilorz [EMAIL PROTECTED] wrote: | | If we want bash-only solution we can use a bit faster (no subprocessed | | created): | | for f in *.pc; do newname=${f%.pc}.jpg; mv -i $f $newname; done | | True, and will fail badly on a system without bash. (And again, you

Re: bootp question

2002-02-12 Thread Janyne Kizer
So DHCP is backward compatable with Bootp, right? I'll test, of course, but we have some older diskless workstations that we are serving addresses to. Thanks! Ragnar Wisløff wrote: Sitat Janyne Kizer [EMAIL PROTECTED]: Was bootp depreciated in favor of dhcp? I know that it has not

RE: RedHat 7.1 hangs durring startx

2002-02-12 Thread Christopher Rowe
Ok, new problem with x-windows. I think I'm barking up the wrong tree with orbit-root. The /var/log/messages gives me this error: kernel: mtrr: base(0xf800) is not aligned on a size(0x12c000) boundary checking out /proc/mtrr is this: reg00: base=0x ( 0MB), size= 256MB:

RH 7.1 and MySQL

2002-02-12 Thread Flavio Brito
Dear list, I'm trying to substitute passwd using MySQL - pam-mysql. My problem is that in pam_mysql readme uses pam.conf, but my RH7.1 doesn't have one I used /etc/pam.d/login and /etc/pam.d/passwd config without success. I need help. Thanks Flavio Rio de Janeiro - Brasil Database samba_auth

RH 7.1, PAM and MYSQL

2002-02-12 Thread Flavio Brito
Dear list, I'm trying to substitute passwd using MySQL - pam-mysql. My problem is that in pam_mysql readme uses pam.conf, but my RH7.1 doesn't have one I used /etc/pam.d/login and /etc/pam.d/passwd config without success. I need help. Thanks Flavio Rio de Janeiro - Brasil

Re: Checking FTP directories for uploads

2002-02-12 Thread Tomás García Ferrari
Hello, Ed Wilts said: My approach is based on the following rough perl code (these are just snippets so you'll need to incorporate them into your own procedure): Thanks, Ed. The Perl code give me a good idea/approach. Brenden Walker said: Pure-ftpd has support for running a script after

Re: System Recovery Question

2002-02-12 Thread Brian Ashe
Chad, On Tuesday 12 February 2002 01:03, you said something about: Have a server that is being messed around with in order to learn the server. Someone deleted the /dev fs and we think it is a good learning experience. What do I do to restore this fs and what can I read for more information?

Re: Mixed source and rpm system

2002-02-12 Thread David Talkington
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Edward Marczak wrote: Anyway - good suggestion. One I hadn't thought of. Really, for me, the question of, 'will it work' is system dependant. For example; on a mail server, I'm going to compile and install sendmail and IMAP from scratch - that's

Re: version of redhat

2002-02-12 Thread Statux
i also did a cat /pro/versions but it didn't tell me the redhat release. /proc/version is the kernel version info. Since this is generated by the kernel itself, it has no concept of what a distribution really is. ___ Redhat-list mailing list

Re: bootp question

2002-02-12 Thread Ragnar Wisløff
Sitat Janyne Kizer [EMAIL PROTECTED]: So DHCP is backward compatable with Bootp, right? I'll test, of course, Can't remember if the syntax is the same in bootptab and dhcpd.conf. So tread carefully. -- Mvh Ragnar Wisløff -- life is a reach. then you gybe.

Re: version of redhat

2002-02-12 Thread Mike Burger
/etc/redhat-release, or rpm -q redhat-release On Tue, 12 Feb 2002, Steve Lee wrote: how do you find out the version of redhat if your /etc/issue is erased.? ? ___ Redhat-list mailing list [EMAIL PROTECTED]

SOLVED: Re: MySQL Question

2002-02-12 Thread Jake McHenry
Thanks guys, I ended up going back to the mysql date and time entries. I just had to rewrite some of my php stuff to get it to work with the rest of my files. Thanks for all the help! Jake - Original Message - From: Brian Ashe [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday,

RE: System Recovery Question

2002-02-12 Thread Chad and Doria Skinner
Have a server that is being messed around with in order to learn the server. Someone deleted the /dev fs and we think it is a good learning experience. What do I do to restore this fs and what can I read for more information? It's scary to think this is becoming a FAQ. ;) You could

Re: Network configuration thru startx

2002-02-12 Thread Edward Dekkers
Hello People. I have problems with network configuration. Can anyone help me as to how do we set the differnt values like IP addr and default DNS and default gateway. There are other entries in ROUTING tab as default gateway device and netmask and so on. What do i do with those values??

Re: Mixed source and rpm system

2002-02-12 Thread Dave Reed
From: Edward Marczak [EMAIL PROTECTED] Perhaps there's some middle ground: I need to learn how to create my own rpms! Where are some good instructions on how to do that (aside from any I might find as I now head over to www.rpm.org)? Thanks! I found the following articles very helpful:

Re: curious about map! settings in vi

2002-02-12 Thread Cameron Simpson
On 06:30 12 Feb 2002, rpjday [EMAIL PROTECTED] wrote: | specifically, i was looking at his collection of map! settings, | which represent sequences of text or editing command available | while in input mode in vi. | | when i edited his .exrc file, here's how a small subset of | those map!

How do I use the method of password in Linux

2002-02-12 Thread ramzez
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi... I want to make an app in C... and I need to encript passwords for users of my app and I want to use the same method of linux (the users aren't the same of linux)... How do I do that ?? thanks - -- Linux User Registered #232544

Re: How do I use the method of password in Linux

2002-02-12 Thread Cameron Simpson
On 21:06 12 Feb 2002, ramzez [EMAIL PROTECTED] wrote: | I want to make an app in C... and I need to encript passwords for users of | my app and I want to use the same method of linux (the users aren't the same | of linux)... How do I do that ?? You want the crypt(3) function - see man 3

Re: Help with sendmail, please

2002-02-12 Thread Glen Lee Edwards
JW writes: Hello, I have a situation where I'm moving a web site off of a server running sendmail nto another server running postfix, but in the mean time there are still some rocesses running on the sendmail server that are causing problems. The whole story is too long to post here, but

Re: ssh

2002-02-12 Thread Bret Hughes
On Sun, 2002-02-10 at 05:04, Maynard B. Fernando wrote: to all, i can ssh using the server itself but when going to access it using SecureCrt in a window-bassed machine, i cannot... this only happens when i upgraded the OpenSSH to its latest version... i know that a little touch on the

Re: switch screen res?

2002-02-12 Thread Bret Hughes
On Mon, 2002-02-11 at 15:01, Kjetil Tjensvold wrote: Use Xconfigurator --- Nick Wilson [EMAIL PROTECTED] skrev: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all How can I switch screen resolution back and forth from 800x600 to 1024x768? I'm using kde if that's of

Re: Updating Redhat 7.2 Distro

2002-02-12 Thread Devon
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tuesday 12 February 2002 02:13 pm, Paul Hamm wrote: File /usr/src/build/41637-i386/install//usr/lib/anaconda/comps.py, line 795, in __init__ File /usr/src/build/41637-i386/install//usr/lib/anaconda/comps.py, line 549, in readCompsFile

RE: bootp question

2002-02-12 Thread Chad and Doria Skinner
I don't know if this will help, but on my home network I have entries similar to the following in my dhcpd.conf file so that my computers always have the same ip: host rigel { hardware ethernet 00:00:00:00:00:00; fixed-address 192.168.1.1; } -Original Message- From: [EMAIL

Java

2002-02-12 Thread Harry Montgomery
Hi: Does the Java SDK come with RedHat? ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

RH7.2 - perl installation weirdness

2002-02-12 Thread mjbjr
--GvXjxJ+pjyke8COw Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable As of a few days ago, a completely up2date'd Rh7.2 system. Up until a week ago, I haven't touched the perl installation of this distro. A week ago, when a user