RE: WinXP, Linux, Samba, and Printing

2003-03-15 Thread Hossein S. Zadeh
Hi there, I have a HP PSC-2200 printer/sanner connected to (USB port of) a WinXP machine. The XP machine is part of a Samba domain. The logged in user (authenticated through the samba domain) can print to the printer no problem. I have setup the XP machine to share the printer. But no matter what

Win98, Linux, Samba, and Printing

2003-03-15 Thread Richard S. Crawford
I have an Epson Photo Stylus 820e printer hooked up to my Windows98 computer (on a USB port on the Windows98 computer), which is connected via Samba to my Red Hat 8.0 computer. The problem is that when I try to print to this printer from Linux, the last few lines of the document are cut off comple

Re: Printing problems

2003-03-15 Thread Mikkel L. Ellertson
On Sat, 15 Mar 2003, Alexander Fomin wrote: > Hi All , > I have RedHat 6.2 and having printing problems on PostScript Printer HP > 4 ML. > How can I remove last page from EVERY print job, where it says my > "username and date". > It's like ID page, but I don't need it. > Thanks > > Try adding

Dual boot on SOny laptop PCG-Z505SX

2003-03-15 Thread Srini Amble
I am trying to create a dual boot system on my Sony laptop. It has 128 MB of RAM and 20 GB of HD. I have created a 6 GB partition for Windows 98, 100 MB for "/boot", 512 MB for "/swap", 4 GB for "/home" and rest is "/". After I install RH8.0 on the laptop the system always boots to Windows 98.

Re: matrix uniq

2003-03-15 Thread Michael Fratoni
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Saturday 15 March 2003 11:35 pm, Youichi Mano wrote: > dear Michael Fratoni, > > > I knew it looked too easy. ;) > > > > However, can't you use sort's uniq flag (-u) with -n for a numeric > > sort? > > Oh! I didn't know sort -u option! > uniq comman

Need Help With E-Mail

2003-03-15 Thread revooh_c
I am having a problem with my e-mail and need some help. I just rebuilt my laptop with RedHat 8.0 to give it another try (coming from debian). I backed up my home directory tree and then restored it after installing RedHat. I chowned the directory tree to make sure that the ownership of the f

Re: User-Mode Linux not in arch/um

2003-03-15 Thread Michael Fratoni
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Saturday 15 March 2003 10:41 pm, Michael Fratoni wrote: > I just tried the way I normally build kernels and it seems to work: > (This will enable the same options used in Red Hat's kernel-uml > package, unless you make changes during the menuconfig

Re: matrix uniq

2003-03-15 Thread Youichi Mano
dear Michael Fratoni, > > I knew it looked too easy. ;) > > However, can't you use sort's uniq flag (-u) with -n for a numeric sort? Oh! I didn't know sort -u option! uniq command does not need if we use sort -u ,does it? > $ sort -k 2 -nu test.txt > > 10 387 > C 7 5

Re: matrix uniq

2003-03-15 Thread Michael Fratoni
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Saturday 15 March 2003 10:35 pm, Youichi Mano wrote: > dear Michael Fratoni, > > My example does not seem to be good. > The first column is not every single digit, > and the delimiter is usually not space but TAB. > > Therefore, better example is th

Re: Modules Dropped?

2003-03-15 Thread Michael Fratoni
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Saturday 15 March 2003 11:08 am, CM Miller wrote: > >>We need more details. > > This is what I can provide...what else will be needed > to troubleshoot this? At a minimum, the exact error message would be helpful. > > Running RH 8.0 box, and I ins

Re: User-Mode Linux not in arch/um

2003-03-15 Thread Michael Fratoni
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Saturday 15 March 2003 10:01 pm, Todd A. Jacobs wrote: > The kernel-source rpm includes a config file for uml, but trying the > standard "make ARCH=um menuconfig" chokes because there's no arch/um > directory. > > Has anyone successfully built uml f

Re: matrix uniq

2003-03-15 Thread Youichi Mano
dear Michael Fratoni, My example does not seem to be good. The first column is not every single digit, and the delimiter is usually not space but TAB. Therefore, better example is the following. If the second column uniq is operated --- 10 387 BB 10 6 C 7

Re: Printing problems

2003-03-15 Thread hanfamily
It has been along time since I used 6.2 but it used old style script filters I used to modify the ASCII filter to get what I wanted. If you look in /usr/lib/rhs/rhs-printfilters and /usr/spool/lpd/printername you should be able to find where it is generating the accounting/banner page with the prin

Re: matrix uniq

2003-03-15 Thread Michael Fratoni
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Saturday 15 March 2003 07:11 pm, Youichi Mano wrote: > Hi all, > > I want to "uniq" by comparing the specified column for matrix data. > I want to realize this operation by command line programs , > not any script file. > > For example , if the foll

User-Mode Linux not in arch/um

2003-03-15 Thread Todd A. Jacobs
The kernel-source rpm includes a config file for uml, but trying the standard "make ARCH=um menuconfig" chokes because there's no arch/um directory. Has anyone successfully built uml from the Red Hat rpms (not the raw sources)? If so, what was the secret? -- Guvf gntyvar jnf rapbqrq jvgu gur

how to use english in console an chinese in x

2003-03-15 Thread winglion
I am a linux newbe from china! I choise chinese as the default language while I setup redhat8! But it got some problem to desplay chinese in console. Thought I know that some soft can help to desplay chinese correctly in console, I prefer to use english! So how can I make bash using english and ke

Re: Can't add apps to K Menu in RH 8

2003-03-15 Thread Technoslick
On Sat, 2003-03-15 at 18:49, Michael Fratoni wrote: > kmenuedit works for me. Would you believe I tried that before and got nothing? It worked this time, of course. I can't understand why the applet didn't show up already on the K Menu. Now I can edit my menu, which means kmenuedit is the first

RE: resolv.conf

2003-03-15 Thread Larry Brown
Yes, resolv.conf is only for RH to determine what it uses to resolve a domain name, not the clients behind the firewall. I am assuming that you are talking about the clients behind the firewall not being able to surf. If you are talking about RH being able to surf then the IP address you are getti

matrix uniq

2003-03-15 Thread Youichi Mano
Hi all, I want to "uniq" by comparing the specified column for matrix data. I want to realize this operation by command line programs , not any script file. For example , if the following data is operated by first column uniq, - 1 eagle 197 1 bird 387 2 camera 91 2 dog 62

RedHat 8 Bluecurve login screen

2003-03-15 Thread Michael Mansour
Hi, I recently removed some packages from my Red Hat 8 installation, and when I rebooted I now receive a login screen which is not the "Red Hat 8 blue background blue login window" screen, but one which is beage with a manual clock-face to the right of it. When going back into the "packages" opti

Re: Can't add apps to K Menu in RH 8

2003-03-15 Thread Michael Fratoni
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Saturday 15 March 2003 09:46 am, Technoslick wrote: > RH 8.0's maligning of the X-Window Desktop is causing me some problems. > > I have chosen KDE as my Desktop GUI, its related themes, look and feel > (to the extent that this distribution will all

Re: up2date: copying authentication information from one system to another

2003-03-15 Thread John P Verel
On 03/14/03 09:38 -0600, Ed Wilts wrote: > I'm trying to add a system not under my control to my RHN account - > we've got an extra subscription and one of our remote offices would like > to use it. What I'd like to do is give the remote office the encrypted > username/password information so tha

Re: Which ethernet chip on MB of HP pavilion 762n

2003-03-15 Thread David Busby
This: http://www.google.com/search?hl=en&ie=UTF-8&oe=UTF-8&q=PCI+Vendor+ID leads to this: http://www.yourvote.com/pci/ which leads to this: http://www.yourvote.com/pci/pciread.asp?sort=venid Intel is 8086, cool. C0DE is Motorola DEAD is Indigita Corporation BEEF is Mindstream - Original

Re: Which ethernet chip on MB of HP pavilion 762n

2003-03-15 Thread Mark Neidorff
Thanks. I did just that, but it only gives me codes. Here is what I got: BUS NUMBER 0 d function 0 1 29 30 31 vendor ID8086 8086 8086 8086 8086 Dev. ID1a30 1a31 24c2 244e 24c0 Sub V ID1462 1462 Sub D ID5790 5790

KDE screensavers stopped working

2003-03-15 Thread John Harrison
I am unable to get a screen saver to work on KDE, they used to work, now don't. I can't think of anything I have done that may be the cause, but then I generally don't know what they are doing.I can set them up in KDE control module and they work in the settings panel, but all I get on screen after

Re: Mial Readers for Redhat.

2003-03-15 Thread Johann Snyman
On Stardate : [-30]9984.08 -Sat15Mar03-2136 Mike Watson wrote: > > > I like and use kmail. I've tried Sylpheed and Evolution and dislike > both. If Mozilla supported pgp, I'd use it over Kmail---maybe. Have you tried the claws branch of Sylpheed? Much better than "vanilla" sylpheed IMHO. Se

Re: resolv.conf

2003-03-15 Thread Technoslick
On Sat, 2003-03-15 at 12:44, John Smith wrote: > I have a redhat 8.0 box as a gateway/firewall for a home network using > iptables. I have two NICs and eth0 which is the cable internet connection is > resolved through DHCP from the ISP. I am having a recurring problem with the > inability to resolv

Printing problems

2003-03-15 Thread Alexander Fomin
Hi All , I have RedHat 6.2 and having printing problems on PostScript Printer HP 4 ML. How can I remove last page from EVERY print job, where it says my "username and date". It's like ID page, but I don't need it. Thanks -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://

Re: resolv.conf

2003-03-15 Thread MKlinke
Perhaps this will help: from an archive search to: http://marc.theaimsgroup.com/?l=redhat-list&m=102331570011431&w=2 -- Re: dhcpd overwriting resolve.conf > Thought that you may have been able to set this with peerdns=no in the > /etc/sysconfig/network-scripts/ifcfg-e

Problem with email

2003-03-15 Thread revooh_c
I am having a problem with my e-mail and need some help. I just rebuilt my laptop with RedHat 8.0 to give it another try (coming from debian). I backed up my home directory tree and then restored it after installing RedHat. I chowned the directory tree to make sure that the ownership of the f

RE: resolv.conf

2003-03-15 Thread Thomas E. Dukes
You can do a: whois and it will return the name server ip address Palmetto Shopper http://www.palmettoshopper.com Serving all of South Carolina and beyond! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of John Smith Sent: Saturday, March 15, 2003 12:

resolv.conf

2003-03-15 Thread John Smith
I have a redhat 8.0 box as a gateway/firewall for a home network using iptables. I have two NICs and eth0 which is the cable internet connection is resolved through DHCP from the ISP. I am having a recurring problem with the inability to resolve host names. I enter a DNS address into the resolv.con

Re: Audigy 2 working.

2003-03-15 Thread Kleiner Hampel
Hi, first an question from me: What is 'multitrack'? --- You must say aumix to load a file with a content like this: vol:100:100:P bass:50:50:P treble:68:68:P pcm:100:100:P speaker:100:100:P line:0:0:P mic:0:0:P cd:100:100:R igain:100:100:P ogain:0:0:P line1:67:67:P dig1:100:100:P phin:67:67:P

Re: acpi support in Redhat 8

2003-03-15 Thread Kleiner Hampel
Do you have compiled the kernel?? Try this before. regards, hampel Am Fre, 2003-03-14 um 02.33 schrieb Bill Johnson: > I have a Dell Inspiron 2650 laptop. Doesn't support APM, uses the new > ACPI power management. > > I got brave and downloaded the acpi patch for my kernel (2.4.18-14) and > fol

Re: Help! Mozilla 1.3 screws up arial. -Thanks Michael Fratoni

2003-03-15 Thread Daniel A. Chartrand
Thanks! I have added your fonts sourceforge project to my mini Mozilla Upgrade howto (http://www.trotch.com/redhat/mozilla/) -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Re: new mother board compatability

2003-03-15 Thread Jeff Kinz
On Sat, Mar 15, 2003 at 03:26:36PM +, John Harrison wrote: > I am thinking of changing my board to a Matsonic MS9107C, does anyone > know if there are any problems using this board for Linux? Hi John, No matches for Matsonic MS9107C were found at http://www.google.com/linux but there were 43 m

Re: Modules Dropped?

2003-03-15 Thread CM Miller
>>We need more details. This is what I can provide...what else will be needed to troubleshoot this? > Running RH 8.0 box, and I installed Fluxbox last > night. That installed ok, but upon reboot, I get an > error message with /etc/modules.conf. >>Can you copy the error message from the logs?

Re: Modules Dropped?

2003-03-15 Thread CM Miller
Subject: Re: Modules Dropped? Date: Sat, 15 Mar 2003 09:49:50 -0500 Plain Text Attachment [ Save to my Yahoo! Briefcase | Download File ] -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Saturday 15 March 2003 09:33 am, CM Miller wrote: We need more details. > Running RH 8.0 box, and I in

Re: rewrite From: address (for verizon)?

2003-03-15 Thread gregory mott
On Thu, 2003-03-13 at 14:36, William Warren wrote: > On Thu, Mar 13, 2003 at 09:13:26AM +, gregory mott wrote: > > anyway, i got outgoing smtp working through verizon, turns out the From: > > doesn't matter, what was needed was > > > > define(`SMART_HOST',`smtp.verizon.net') > > MASQUERADE_AS

new mother board compatability

2003-03-15 Thread John Harrison
I am thinking of changing my board to a Matsonic MS9107C, does anyone know if there are any problems using this board for Linux? john -- John -- [From a Linux Box] John Harrison Cheshire UK mailto:[EMAIL PROTECTED] http://www.nantwichsail.com http://www.jaharrison.com -

Re: Modules Dropped?

2003-03-15 Thread Michael Fratoni
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Saturday 15 March 2003 09:33 am, CM Miller wrote: We need more details. > Running RH 8.0 box, and I installed Fluxbox last > night. That installed ok, but upon reboot, I get an > error message with /etc/modules.conf. Can you copy the error messa

Can't add apps to K Menu in RH 8

2003-03-15 Thread Technoslick
RH 8.0's maligning of the X-Window Desktop is causing me some problems. I have chosen KDE as my Desktop GUI, its related themes, look and feel (to the extent that this distribution will allow) and have been working with its diferences from a 'stock' set-up, well enough. However, I cannot fing any

Modules Dropped?

2003-03-15 Thread CM Miller
Running RH 8.0 box, and I installed Fluxbox last night. That installed ok, but upon reboot, I get an error message with /etc/modules.conf. Started X and could not get my internet connection. Checked loopback and /sbin/ifconfig, all is well. Then I started to think about the error messages

Re: How can install Kile in RH8

2003-03-15 Thread Michael Fratoni
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Saturday 15 March 2003 07:13 am, mike ;-) wrote: > Hi friends! > > I'm new in RHLinux 8 and I'm triying to install Kile ---a KDE front-end > with LaTeX options--- but I always get the next message: > > error: Failed dependencies: > libGLcore

Re: ADSL MODEMS

2003-03-15 Thread Frank smith
On Sat, 2003-03-15 at 10:53, Jonathan Copping wrote: Are you using ethernet? If so you dont need the drivers just hook it up and switch on. Look in your docs and open a web browser. login to the modem and add your login details should  need a restart (flash) then connect Cheers Bob

Re: program to monitor directory changes (new files) and send e-mail

2003-03-15 Thread Anthony E. Greene
On 14-Mar-2003/19:09 -0800, Jack Bowling <[EMAIL PROTECTED]> wrote: >** Reply to message from "Douglas, Stuart" <[EMAIL PROTECTED]> on Fri, 14 Mar 2003 >13:34:47 -0500 > >> Tony (et al), >> >> Thanks...haven't tried your additional config yet, still working with >> the first setup. I'm hitting a

How can install Kile in RH8

2003-03-15 Thread mike ;-)
Hi friends! I'm new in RHLinux 8 and I'm triying to install Kile ---a KDE front-end with LaTeX options--- but I always get the next message: error: Failed dependencies: libGLcore.so.1 is needed by kile-1.32-1 Ok, I was looking for it in Internet and the only thing I found is that it is a

RE: Sendmail - Domain masquerading

2003-03-15 Thread Cowles, Steve
> -Original Message- > From: Michael Mansour > Sent: Saturday, March 15, 2003 1:34 AM > Subject: Sendmail - Domain masquerading > > > Hi, > > I've just setup and migrated my mail from sendmail V8 > to sendmail V10. > > I used to successfully use the: > > DMmydomain.com.au > > to mask

ADSL MODEMS

2003-03-15 Thread Jonathan Copping
I have just got redhat linux 8.0, but cant find suport for my ZOOM ADSL / MDL 5510 modem (broard-band) Is there any suport out there ( what are my options )??? [EMAIL PROTECTED] -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat

Re: Sendmail - Domain masquerading

2003-03-15 Thread Ravi Narwade
does sendmail8.12.8 works on redhat 8.0 becuase i am configuring senamil. but i cold not get the mails from main mail server to secondary mail server...the sencondary mail server is redhat 8.0 and the primary is RH7.3 so any tips form your side... ravi On Fri, 14 Mar 2003, Michael Mansour w