Re: network backups with tar
Hi all, Thanks for the input thus far. I forgot to mention that I had a working solution by piping the output of a find command to cpio, which creates an archive file on the other server. The problem is that the recipient server keeps asking me for a friggin' password, which means I have to babysit my backups rather than be able to run them from the cron system. Is there a way I can set up the machines so that the root password between these two machines in a LAN does not get asked for, or alternatively find a way to specify a username and password on the command line ? (Yes, I know that is not safe ...) BTW, when I run the command # tar cvzf - /tmp/testdir | ssh [EMAIL PROTECTED] 'cat > ~/backup.tgz' It asks me for a password, and when I type the correct root password in, ( I logged into the 'sending' server as root ) , it tells me "Permission denied, please try again". I have spent literally weeks looking for a simple easy-to-use tool that can run on RH 8 and RH 7 which has the following characteristics: 1) Does not need a GUI 2) Relatively simple to setup and use 3) Can backup to a network drive, WITHOUT user intervention. 4) Can be run in the task scheduler 5) Can compress archives 6) Allows you to backup directories as well as filesystems. ( Unlike dump !) Ideally, I want to use tools that are already apart of the system, but I am willing to compromise. ( I will look into using 'flexbackup' , which someone suggested ) Regards, Jason - Original Message - From: "Toni Erdmann" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, February 19, 2003 6:26 PM Subject: Re: network backups with tar > Aaron Konstam wrote: > > On Wed, Feb 19, 2003 at 06:11:53PM +0200, Jason Dale wrote: > > > >>Hello, > >> > >>1) When I do a man page on 'tar', the screen comes up all garbled. I believe > >> this was discussed on the list a while back, but I can't seem to find those mails > >> that will shed some insight on why this is happening. Does this have something to > >> do with the $TERM variable? > >> > >>2) I am using 'tar' to create a backup of a directory structure to another Linux server > >>on the same LAN. Here is a screen dump: > >> > >># tar -cvzf -f 209.212.123.157:/usr/backups /tmp/testdir > >> > >>Gives this output > >> > >>tar: 209.212.123.157\:/usr/backups: Cannot stat: No such file or directory > > > > I am unaware that tar will send a file to another machine as your > > are trying to do. This can be done using rsh or probably ssh but not > > directly. Also tar files for sanity sake should end in a .tar > > extension. > > what about: > > tar cvzf - /tmp/testdir | ssh [EMAIL PROTECTED] 'cat > ~/backup.tgz' > > tar puts everything to STDOUT ('-') which then is passed to ssh, > where cat puts everything from STDIN to backup.tgz in user's home > directory > > Toni > > > > -- > Psyche-list mailing list > [EMAIL PROTECTED] > https://listman.redhat.com/mailman/listinfo/psyche-list -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list
Re: QT 3.1 Compile Error
On Wednesday 19 February 2003 21:27, Michael wrote: > Hi all, > > Following some instructions by Ivaylo Toshev to install QT 3.1 and KDE > 3.1. When configuring I get the error: > /usr/bin/ld: cannot find -lgcc_s > collect2: ld returned 1 exit status > gmake: *** [qmake] Error 1 > qmake failed to build. Aborting. > > > Any help here? what's -lgcc_s? > > Thanks, > Michael I can't help you with the above question, but I installed KDE3.1 (using apt) from this site: http://kde-redhat.sourceforge.net/ -- Øystein Olsen, [EMAIL PROTECTED], http://folk.uio.no/oeysteio Institute of Theoretical Astrophysics, http://www.astro.uio.no University of Oslo, Norway -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list
Re: Wallpapers
On Thursday 20 February 2003 2:16 pm, Cameron Simpson wrote: > On 21:21 19 Feb 2003, Joe Klemmer <[EMAIL PROTECTED]> wrote: > | On Wed, 2003-02-19 at 18:48, Cameron Simpson wrote: > | > | Use the source, Luke. Make it so. > | > > | > That's a little unfair you know. > | > | I'm sorry but I don't know. I'm not sure what you mean by it being a > | little unfair. > Whos the random newbie? > A random newbie won't yet have the knowledge to do it. > -- > Cameron Simpson, DoD#743[EMAIL PROTECTED]http://www.zip.com.au/~cs/ > > They said it couldn't be done/they said nobody could do it/ > But he tried the thing that couldn't be done!/He tried - and he couldn't do > it. -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list
RE: OutBreak
OutBreak is my affectionate term for M$ Outlook (seems more like an outbreak with all the viruses it spreads). Unfortunately I have to use Winduhs2k at work here. Shaun -Original Message- From: d [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 19, 2003 9:09 AM To: [EMAIL PROTECTED] Subject: RE: RH8 NEWBY-HELP! "And how the heck did this come through as HTML?! RGH! One more reason to hate Outbreak." That is a good question, and what is OutBreak? I am running 'Ximian v1.0.8' that came with RH8. I thought that was setup for TEXT only, again I apologize. Thank you, 'd' -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list
Connecting through X
I can connect with TightVNC via Xvnc (but it's very slow). I can run Cygwin on my pc and then tell it to 'startx' and that works, so I get an X desktop on my PC, locally. If I do this: C:\cygwin\usr\X11R6\bin\XWin.exe :0 -query 192.168.0.128 -fp tcp/192.168.0.128:7100 I get a white screen, no cursor If I take off the font server C:\cygwin\usr\X11R6\bin\XWin.exe :0 -query 192.168.0.128 and/or then the display number C:\cygwin\usr\X11R6\bin\XWin.exe -query 192.168.0.128 I get the grey hash background and X cursor, but it stops there. How do I troubleshoot this type of connection? My PC's local firewall is 'disabled'. Thanks, Greg
Re: network backups with tar
> BTW, when I run the command > > # tar cvzf - /tmp/testdir | ssh [EMAIL PROTECTED] 'cat > ~/backup.tgz' > > It asks me for a password, and when I type the correct root password in, ( I > logged into the 'sending' > server as root ) , it tells me "Permission denied, please try again". I hate to say this, because I feel that your linux knowledge is more than mine, but is root login restricted via ssh to the recieving server? I know that I have done that on my box. Just a thought and please forgive me if I am way off base here. Ryan __ Do you Yahoo!? Yahoo! Tax Center - forms, calculators, tips, more http://taxes.yahoo.com/ -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list
RH8 - Sendmail Problems
Hi all... Sorry if any of this has been covered. I tried to search the archives, but didn't see it. I am running RH8 on a 600mhz PIII desktop with tons of disk and RAM. I'd like to be able to receive email directly on that box (e.g. [EMAIL PROTECTED]) so I opened up SMTP on the firewall. The computer, however, is refusing email inbound from other hosts. If I nmap the computer, I see that port 25 is 'up' by in status closed. I have read on the Sendmail homepage's FAQ that RH7.1 and later includes a client only version of sendmail and to refer to RH's info on how to reconfig. I went to RH's site and read two documents @ www.redhat.com/support/resources/mail_news/mail.html but still haven't found an answer. So the following questions linger: 1) Is there an easy way to tweak sendmail to allow inbound mail from outside the localhost TO addresses on the localhost? 2) If there isn't, I've considered installing procmail or qmail instead... Anyone have any experience with these (good/bad)? 3) According to both the procmail and qmail FAQs, they may not play nice on machines that had sendmail installed as the default MTA and that removing sendmail may cause the OS to balk. Anyone have anything to respond to that? Feel free to reply by email or post. Sincerely, Brian Dellinger mysticaldluxe /--at--/ softhome /--dot--/ net -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list
vmware: problem accessing host with samba
I've been reading this list for a while but this is the first time that I post a question. I'm not sure if this is the right place for this. Forgive me if it's not. I've installed VMware 3.2 in my RH 8.0 box. I've also installed the patch needed for VMware. Everything works fine except this: Accesing host files with samba from the virtual machine (win 98) is very slow. I use host's samba server, not vmware's. I've tried both bridged and host-only, but the problem is the same. In bridged mode I can access another samba server (RH 7.3) with no problem. If I do the exactly the same in the other machine (RH 7.3 - VMvare 3.1) there is no problem. So I guess it may have something to do with hardware. I've also tried stoping this server, so there is no conflict. I've been searching for some information through google but I have not seen anything like it anywhere. I'd apreciate any suggestions you can make or any places I could search for help. Dell Inspiron 8100 PIII 1 GHz LCD 15" SXGA (1400x1050) Nvidia GeFORCE 2 GO RAM 256MB (133MHz) HD 20GB ATA100 DVD 8x IDE Modem-Ethernet Action Tec Int,SPN/IR MiniPCI Thanks, Toni Miranda Architect Barcelona, Spain. -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list
RE: Connecting through X
XFS does not accept remote connections by default on psyche. You have to comment out line saying "no-listen = tcp" (last line) in /etc/X11/fs/config, then restart xfs. Make sure that xfs runs (chkconfig xfs on). -Original Message- From: Gregory L. Hering [mailto:[EMAIL PROTECTED]] Sent: Thu, February 20, 2003 3:38 PM To: [EMAIL PROTECTED] Subject: Connecting through X I can connect with TightVNC via Xvnc (but it's very slow). I can run Cygwin on my pc and then tell it to 'startx' and that works, so I get an X desktop on my PC, locally. If I do this: C:\cygwin\usr\X11R6\bin\XWin.exe :0 -query 192.168.0.128 -fp tcp/192.168.0.128:7100 I get a white screen, no cursor If I take off the font server C:\cygwin\usr\X11R6\bin\XWin.exe :0 -query 192.168.0.128 and/or then the display number C:\cygwin\usr\X11R6\bin\XWin.exe -query 192.168.0.128 I get the grey hash background and X cursor, but it stops there. How do I troubleshoot this type of connection? My PC's local firewall is 'disabled'. Thanks, Greg -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list
RE: Connecting through X
Also, you need to enable XDMCP in your display manager (gdm by default). Run gdmsetup, open last tab and check "enable XDMCP" button. Pavel. -Original Message- From: Gregory L. Hering [mailto:[EMAIL PROTECTED]] Sent: Thu, February 20, 2003 3:38 PM To: [EMAIL PROTECTED] Subject: Connecting through X I can connect with TightVNC via Xvnc (but it's very slow). I can run Cygwin on my pc and then tell it to 'startx' and that works, so I get an X desktop on my PC, locally. If I do this: C:\cygwin\usr\X11R6\bin\XWin.exe :0 -query 192.168.0.128 -fp tcp/192.168.0.128:7100 I get a white screen, no cursor If I take off the font server C:\cygwin\usr\X11R6\bin\XWin.exe :0 -query 192.168.0.128 and/or then the display number C:\cygwin\usr\X11R6\bin\XWin.exe -query 192.168.0.128 I get the grey hash background and X cursor, but it stops there. How do I troubleshoot this type of connection? My PC's local firewall is 'disabled'. Thanks, Greg -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list
Re: network backups with tar
I am thinking about this purely from my UnixWare 7 experience. Trying to set up trusted hosts on UnixWare 7 was achievable, except that you could not set up trusted access with the root account across the two servers. I suspect that similar applies for Linux. I am not sure about the SSH only being available in one direction though. I assure you that out of everyone on this list, my knowledge is pretty pathetic. Pretty soon I will be getting an award for being the dumbest user on the list. ;) Pity there isn't a backup solution for dummies. Jason - Original Message - From: "Ryan McDougall" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 20, 2003 3:41 PM Subject: Re: network backups with tar > > > BTW, when I run the command > > > > # tar cvzf - /tmp/testdir | ssh [EMAIL PROTECTED] 'cat > ~/backup.tgz' > > > > It asks me for a password, and when I type the correct root password in, ( I > > logged into the 'sending' > > server as root ) , it tells me "Permission denied, please try again". > > > I hate to say this, because I feel that your linux knowledge is more than mine, > but is root login restricted via ssh to the recieving server? I know that I > have done that on my box. Just a thought and please forgive me if I am way off > base here. > > Ryan > > __ > Do you Yahoo!? > Yahoo! Tax Center - forms, calculators, tips, more > http://taxes.yahoo.com/ > > > > -- > Psyche-list mailing list > [EMAIL PROTECTED] > https://listman.redhat.com/mailman/listinfo/psyche-list -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list
Re: network backups with tar
Ryan McDougall wrote: BTW, when I run the command # tar cvzf - /tmp/testdir | ssh [EMAIL PROTECTED] 'cat > ~/backup.tgz' replace 'user' by 'root' and use root's password of 209.212.123.157 (just to be sure that we mean the same thing) It asks me for a password, and when I type the correct root password in, ( I logged into the 'sending' server as root ) , it tells me "Permission denied, please try again". -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list
Re: RH8 - Sendmail Problems
Viestissä Torstai 20. Helmikuuta 2003 15:45, Mystical Dluxe kirjoitti: > 1) Is there an easy way to tweak sendmail to allow inbound mail from > outside the localhost TO addresses on the localhost? Read the RELEASE-NOTES file on CD1 or in /usr/share/doc/redhat-release-8.0 -- Markku Kolkka [EMAIL PROTECTED] -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list
Re: network backups with tar
Yup, I did use root, but I still had a typo after root, so it could not find the user name. Thanks, *looking very sheepish* I don't suppose there is a way to supply the root passwpord on the command line? this would be great, because I could then run this command in the task scheduler Jason - Original Message - From: "Toni Erdmann" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 20, 2003 4:40 PM Subject: Re: network backups with tar > Ryan McDougall wrote: > > > > > >>BTW, when I run the command > >> > >># tar cvzf - /tmp/testdir | ssh [EMAIL PROTECTED] 'cat > ~/backup.tgz' > > > replace 'user' by 'root' and use root's password of 209.212.123.157 > (just to be sure that we mean the same thing) > > >> > >>It asks me for a password, and when I type the correct root password in, ( I > >>logged into the 'sending' > >>server as root ) , it tells me "Permission denied, please try again". > > > > > -- > Psyche-list mailing list > [EMAIL PROTECTED] > https://listman.redhat.com/mailman/listinfo/psyche-list -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list
Re: network backups with tar
I would create a ssh public key pair with a null password. Works for me then I don't have the root password laying around in unencrypted form and also I don't have to make changes to any scripts if I were to choose to change the root pass. Calvin Bebermeyer [EMAIL PROTECTED] - Original Message - From: "Jason Dale" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 20, 2003 8:47 AM Subject: Re: network backups with tar > Yup, I did use root, but I still had a typo after root, so it could not find > the user > name. Thanks, *looking very sheepish* > > I don't suppose there is a way to supply the root passwpord on the > command line? this would be great, because I could then run this command > in the task scheduler > > Jason > > - Original Message - > From: "Toni Erdmann" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Thursday, February 20, 2003 4:40 PM > Subject: Re: network backups with tar > > > > Ryan McDougall wrote: > > > > > > > > >>BTW, when I run the command > > >> > > >># tar cvzf - /tmp/testdir | ssh [EMAIL PROTECTED] 'cat > > ~/backup.tgz' > > > > > > replace 'user' by 'root' and use root's password of 209.212.123.157 > > (just to be sure that we mean the same thing) > > > > >> > > >>It asks me for a password, and when I type the correct root password in, > ( I > > >>logged into the 'sending' > > >>server as root ) , it tells me "Permission denied, please try again". > > > > > > > > > > -- > > Psyche-list mailing list > > [EMAIL PROTECTED] > > https://listman.redhat.com/mailman/listinfo/psyche-list > > > > -- > Psyche-list mailing list > [EMAIL PROTECTED] > https://listman.redhat.com/mailman/listinfo/psyche-list -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list
Re: network backups with tar
Jason Dale wrote: Yup, I did use root, but I still had a typo after root, so it could not find the user name. Thanks, *looking very sheepish* I don't suppose there is a way to supply the root passwpord on the command line? this would be great, because I could then run this command in the task scheduler Jason ssh can be configured to run without passwords, just with secret keys and trusted host/users. But I haven't done this yet. Toni -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list
Re: RH8 NEWBY-HELP!
John, That has been considered and I thank you for this. You just reinforced what I have thought was my main problem in the very begining. Again I thank you, 'd' THE END. At 02/19/2003 09:40 PM, you wrote: [After install keyboard problems when not logged in as root] If you suspect that the disks that came with the book aren't what you need, you might consider buying the Personal version from RedHat ($40?). And, you might also try setting up some evening when it won't matter that the phone's tied up and use the Red Hat Network to get the updated stuff from RH; that might solve the problem although some interaction is necessary (find a good book and read it while it downloads ;-). Best of luck, John -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list
RE: OutBreak
Shaun, Thank you for this explanation. I call it "MicroBarf", "WindBloat", "OutShook ExpressThySelf", etceteras. We each have a special NAME for that BARFY system. I will NOT be back on here for a few, hours, days, ? I plan on looking into the latest problem that has developed with Linux, breakout all of the books I have to see if any of them can give me any clues. Yes, they are from 2 -3 years ago but should still give me some assistance. I am one of those that likes to trouble shoot and solve my own problems. When all else fails I will be back. . . Thank you again, 'd' At 02/20/2003 07:15 AM, you wrote: OutBreak is my affectionate term for M$ Outlook (seems more like an outbreak with all the viruses it spreads). Unfortunately I have to use Winduhs2k at work here. Shaun -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list
Re: network backups with tar
> > I don't suppose there is a way to supply the root passwpord on the > > command line? this would be great, because I could then run this command > > in the task scheduler Not sure if this would work but, can you do a root:[EMAIL PROTECTED] or [EMAIL PROTECTED]:password ? I would try this out but unfortunately my box is down at the moment and I am at work, so I can't just reboot it :-( Ryan __ Do you Yahoo!? Yahoo! Tax Center - forms, calculators, tips, more http://taxes.yahoo.com/ -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list
Solved One Problem (Re: My Current Annoyances)
I solved one of the problems I had with Psyche, posted under "My Current Annoyances." To recap, this was the problem: > 1. Running xine with the xv video driver will not > work; I have to use xshm. On my previous install, all > was fine with xshm, but now, the picture isn't > particularly clear (rather jagged, for lack of a > better description). The difference is the version of > xine (before it was 0.9.13, now it's 0.9.18, I think). > Any way to get it to work with xv, or to make it look > better with xshm? What I didn't mention that the video on my IBM ThinkPad T23 is a S3 SuperSavage IXc. (X detects it as a Savage4.) To fix the problem, I found an updated driver module at the following website: http://www.probo.com/timr/savage40.html Then, I set the display color depth to 16bpp (it was 24bpp). I restared the X server, ran xine, and it worked! To my delight, I also found that the picture quality is better, and that the video is not jerky when watching full screen. Hallelujah! BP = Blaise Pascal [EMAIL PROTECTED] Please avoid sending me Word or PowerPoint attachments. See http://www.fsf.org/philosophy/no-word-attachments.html __ Do you Yahoo!? Yahoo! Tax Center - forms, calculators, tips, more http://taxes.yahoo.com/ -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list
Re: Wallpapers
On Wed, 2003-02-19 at 23:16, Cameron Simpson wrote: > | > | Use the source, Luke. Make it so. > | > That's a little unfair you know. > | I'm sorry but I don't know. I'm not sure what you mean by it being a > | little unfair. > > A random newbie won't yet have the knowledge to do it. Ah yes, 'tis true. My comment was intended as a light hearted quip combining Star Wars & ST:TNG. I have, of late, been less than enthusiastic when plowing through the lists. I guess it's because I have to deal with so much of this kind of thing in real life I'm getting a little burnt. I have found that when I get to the point where all I seem to contribute is inane comments it's time to take a break. I'm going to sit back a while rest. I should be fine my the time 8.1 is released. Thanks for the konk on the head, Cameron. -- "It's time to KISS your BOT goodBYYEE!" -- Metabee, 'Medabots' -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list
samba printer & CUPS (was Re: redhat-config-printer: I can'tconfigure a working printer!)
Thanks to every body for their input. I've switched over to CUPS and got at least one of my printers working (the local one). That was too easy. For some reason redhat-config-printer will not work on my system. New Question. Does anyone know how to get a samba printer working on cups? /etc/samba/smb.conf has: printcap name = cups load printers = yes printing = cups # service smb restart Here's what cups reports about the printer status: Description: HP2000C Location: HADES Printer State: idle, accepting jobs. Device URI: smb://HADES/HP2000C When I try and print a test page I get: Forbidden You don't have permission to access the resource on this server. Any clues? Thanks, t. On Wed, 2003-02-19 at 19:55, Craig White wrote: > On Wed, 2003-02-19 at 05:29, Thomas Robinson wrote: > > On Tue, 2003-02-18 at 15:36, Craig White wrote: > > > On Tue, 2003-02-18 at 07:32, Thomas Robinson wrote: > > > > On Tue, 2003-02-18 at 14:02, Tim Waugh wrote: > > > > > On Tue, Feb 18, 2003 at 01:22:02PM +, Thomas Robinson wrote: > > > > > > > > > > > Hmmm...I just looked in /var/spool/lpd/hplj4 and found the lpq.0 file: > > > > > > there is an error message in there: > > > > > > > > > > > > ---8<--- > > > > > > Status: IF filter 'mf_wrapper' filter msg - 'error closing *main::STDOUT > > > > > > at /usr/sbin/lpdomatic line 812, line 672.' at 13:02:58.929 > > > > > > ---8<--- > > > > > > > > - > > > This is from my /etc/printcap...also an HP LaserJet 4 > > > > > > lp|felix:\ > > > :ml#0:\ > > > :mx#0:\ > > > :sd=/var/spool/lpd/lp:\ > > > :af=/var/spool/lpd/lp/lp.acct:\ > > > :sh:\ > > > :lp=/dev/lp0:\ > > > :lpd_bounce=true:\ > > > :if=/usr/share/printconf/util/mf_wrapper: > > > > > > and ls -al /var/spool/lpd/lp > > > drwx--2 lp lp 4096 Feb 16 20:35 . > > > drwxr-xr-x4 root root 4096 Jun 1 2000 .. > > > -rw---1 lp lp 33117 Oct 25 2001 acct > > > -rw---1 lp lp147 May 16 2002 > > > cfA622barney.azapple.com > > > -rw---1 lp lp 0 May 27 2001 control.lp > > > -rw---1 lp lp 0 May 15 2002 control.pr > > > -rw---1 lp lp 42122 May 16 2002 > > > dfA622barney.azapple.com > > > -rw---1 lp lp515 May 16 2002 hfA622 > > > -rw---1 lp lp 0 Feb 18 08:25 lock.pr > > > -rw---1 lp lp 0 May 27 2001 log > > > -rw---1 lp lp 0 May 15 2002 lp > > > -rw---1 lp lp 160449 Feb 16 20:30 lp.acct > > > -rw---1 lp lp 3141 Feb 16 00:26 lpq.0 > > > -rw---1 lp lp688 Oct 2 23:49 mf.cfg > > > -rw---1 lp lp 17475 Oct 2 23:49 > > > Postscript-69120.foo > > > -rw---1 lp lp 0 May 27 2001 status > > > -rw---1 lp lp 1036 May 15 2002 status.lp > > > -rw---1 lp lp 6861 Feb 16 20:35 status.pr > > > -rw---1 lp lp 6 May 15 2002 unspooler.lp > > > -rw---1 lp lp 6 Feb 16 20:30 unspooler.pr > > > -rw---1 lp lp483 Oct 2 23:49 VOLATILE > > > > > > HTH > > > > > > Craig > > > > Craig, > > > > My set-up looks like yours; all except the name/alias of the printer. > > You say yours works fine? Is there something else I'm missing? I still > > get the error message in lpq.0 when I print. Can you check your lpq.0 > > output by chance? > > > -- > cat /var/spool/lpd/lp/lpq.0 > Printer: lp@barney 'felix' > Queue: no printable jobs in queue > Server: no server active > Status: subserver pid 16556 exit status 'JSUCC' at 11:48:50.840 > Status: [EMAIL PROTECTED]: job 'craig@linuxserver+854' printed at > 11:48:50.841 > Status: job 'craig@linuxserver+854' saved at 11:48:50.842 > Status: job 'craig@linuxserver+854' removed at 11:54:46.855 > Status: waiting for subserver to exit at 17:57:50.745 > Status: subserver pid 22548 starting at 17:57:50.748 > Status: accounting at start at 17:57:50.763 > Status: opening device '/dev/lp0' at 17:57:50.784 > Status: printing job 'craig@linuxserver+723' at 17:57:50.822 > Status: processing 'dfA723linuxserver.azapple.com', size 73909, format > 'f', IF filter 'mf_wrapper' at 17:57:50.844 > Status: IF filter 'mf_wrapper' filter finished at 17:57:59.543 > Status: printing finished at 17:57:59.543 > Status: accounting at end at 17:57:59.543 > Status: finished 'craig@linuxserver+723', status 'JSUCC' at > 17:57:59.544 > Status: subserver pid 22548 exit status 'JSUCC' at 17:57:59.546 > Status: [EMAIL PROTECTED]: job 'craig@linuxserver+723' printed at > 17:57:59.547 > Status: job 'craig@linuxserver+723' saved at 17:57:59.548 > Status: job 'craig@linuxserver+723' removed at 18:04:57.604 > Status: waiting for subserver t
Re: network backups with tar
Ryan McDougall writes > > > > I don't suppose there is a way to supply the root passwpord on the > > > command line? this would be great, because I could then run this command > > > in the task scheduler > > Not sure if this would work but, can you do a root:[EMAIL PROTECTED] or > [EMAIL PROTECTED]:password ? I would try this out but unfortunately my box is > down at the moment and I am at work, so I can't just reboot it :-( In general, if you supply passwords on the command line, be careful. Sometimes they will show up in things like 'ps', and there is your password floating around for anyone to see. And in this case, root. > > Ryan > > __ > Do you Yahoo!? > Yahoo! Tax Center - forms, calculators, tips, more > http://taxes.yahoo.com/ > > > > -- > Psyche-list mailing list > [EMAIL PROTECTED] > https://listman.redhat.com/mailman/listinfo/psyche-list > -- Jay Crews [EMAIL PROTECTED] -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list
Re: network backups with tar
Toni Erdmann writes > > > ssh can be configured to run without passwords, just with secret keys > and trusted host/users. But I haven't done this yet. Same here. I still use the password, but want to set mine up to use the keys (PGP I assume?), and such. If anyong knows a good "How-To" on that, or wants to start a new threat with instructions, inquiring minds, want to know. (I'm totally lost on the whole PGP concept.) -- Jay Crews [EMAIL PROTECTED] -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list
Per your request, SSH without passwords
Here's a page from my system documentation that gives a step-by-step how to. (To the hackers lurking on this list, I do NOT do this on systems accessible from the internet, only those inside the firewalls.) 7.00 Using SSH and SCP without passwords 7.10 From a Linux system To use ssh or scp between Linux systems without using a password, you must have the authorization files in place on both systems. Use this procedure to get the files generated and copied to the correct locations. Be VERY aware of the source and destination systems as you read through this documentation. Log in to host you want to connect FROM as user you want to be when connect-ING # cd .ssh # ssh-keygen -t rsa # scp id_rsa.pub :/root/.ssh/from- Log in to host you want to connect TO as user you want to be when connect-ED # ssh @ # cd .ssh If there is an existing authorized_keys2 file... # cat from- >> authorized_keys2 If there is no file yet... # mv from- authorized_keys2 # chmod 600 authorized_keys2 >From now on, these commands will not require a password: ssh @ scp : To add another target system, do not re-generate the keys! This will invalidate the keys you already have in place. Simply copy the id_rsa.pub file to the new target system and continue with the procedure as listed above. 7.20 From a Windows system To use Putty to automatically authenticate to Linux systems, you must create keys from your system using Puttygen, and then run the Putty authentication agent, Pagent, to load the keys for Putty to use. To generate a set of keys for your system, start the Puttygen application, and click the Generate button. Move your mouse around in the blank area to generate random noise which is the encryption seed. After a few seconds you will see Puttygen create your key set. In the Key comment field, type your network login name. This is simply for identification of the key, it is not used for authentication or identification of the user. Underneath the Key comment field, you can enter a pass phrase to encrypt your private key, or leave the entries blank to store the key unencrypted. The public keys are never encrypted since they are truly public information. Next, save the two keys in a secure location. Save your private key as your network login name with a .pri extension, and your public key with a .pub extension. Finally, copy the public key from the top of the window into the clipboard for pasting in the next step. Use SSH to log into a remote Linux system as the user you want to use without a password. Change to the .ssh directory. # cd .ssh Edit the authorized_keys2 file. # pico authorized_keys2 Paste the key from the clipboard to the end of the file by clicking the right mouse button inside the Putty window. Make sure the key you just pasted is on its own line. Save the file and exit. IMPORTANT!!! Verify the permissions are correct on the file. # chmod 600 authorized_keys2 You can now log out of the Linux system. Now configure Pagent to start automatically. Create a shortcut to the pagent.exe program in your startup menu folder. Edit the properties and make the Target entry look like this: "C:\Program Files\putty\pageant.exe" "C:\Program Files\putty\" Note the double-quotes around two separate sections. You should only have to enter the second section. Save the properties and execute the shortcut. You should see a computer with a hat in your system tray next to the clock. Right-click on the pagent icon and choose View keys. You should see your private key listed. Finally, set up Putty to use the keys you have created. Start Putty and Load, but do not open, the profile for the system you copied your public key to above. In the left pane, click on SSH. Click the radio button to chose SSH protocol version 2. Click on Auth, just below the SSH item on the left. Click on the Browse button to locate and double-click on your private key file. Very important! Click on Session in the left pane and click Save or your edits here will be lost. To log in to the system, click Open. You may get a dialog about a new fingerprint. That's OK, accept it. Enter the username you used above. You should not be asked for a password, it should load the security key from the agent and allow you in. >>> [EMAIL PROTECTED] 02/20/03 10:57AM >>> Toni Erdmann writes > > > ssh can be configured to run without passwords, just with secret keys > and trusted host/users. But I haven't done this yet. Same here. I still use the password, but want to set mine up to use the keys (PGP I assume?), and such. If anyong knows a good "How-To" on that, or wants to start a new threat with instructions, inquiring minds, want to know. (I'm totally lost on the whole PGP concept.) -- Jay Crews [EMAIL PROTECTED] -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.co
RE: network backups with tar
I am not sure if this helps any or has been answered before but here goes: Create a keypair 'ssh-keygen' as root on the machine you are running the tar command on. Then place the public part of the keypair, i.e. id_dsa.pub, in the file /root/.ssh/authorized_keys2 on the target machine. You can ssh to the target machine without having to supply a password. See the man pages for 'ssh' 'ssh-keygen' paying special attention to the permissions required on the ~/.ssh directories on both machines. With publc/privated keypairs properly setup you can securely ssh to any machine without passwords..even to running Xwindows applications over a secure connection. > > Ryan McDougall writes > > > > > > I don't suppose there is a way to supply the root > passwpord on the > > > > command line? this would be great, because I could > then run this > > > > command in the task scheduler > > > > Not sure if this would work but, can you do a > > root:[EMAIL PROTECTED] or [EMAIL PROTECTED]:password ? I > would try > > this out but unfortunately my box is down at the moment and I am at > > work, so I can't just reboot it :-( > > In general, if you supply passwords on the command line, be > careful. Sometimes they will show up in things like 'ps', and > there is your password floating around for anyone to see. > And in this case, root. > > > > > Ryan > > > > __ > > Do you Yahoo!? > > Yahoo! Tax Center - forms, calculators, tips, more > > http://taxes.yahoo.com/ > > > > > > > > -- > > Psyche-list mailing list > > [EMAIL PROTECTED] > > https://listman.redhat.com/mailman/listinfo/psyche-list -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list
apt - super cow powers ???
hi !! a curiosity!! what's mean "This APT has Super Cow Powers" when i do "apt-get -h" ??? -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list
how source.tar.gz -> source.src.rpm -> binary.rpm
hi ... i download the lasted version of php in tar.gz format .. i unpack, ./configure with my options, make, make install.. it's all working ... but my rpm database was "outdated" .. now , when i try use apt-get to install any package, returns this error message: Sorry, but the following packages have unmet dependencies: php-mysql: PreDepends: php (= 4.2.2-8.0.7) but 4.2.2-8.0.5 is installed if remove php, it's will remove yours dependencies (mysql, pgsql, etc modules) ... the way to correct this would be transform the tar.gz to src.rpm and build a binary .rpm to install with rpm -Uvh newphp.rpm ??? howto this ?? thankz for any help!! -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list
Re: network backups with tar
I use the following structure: On the server where I store the backup files I created a user "backup". Then as the user backup on that machine I did "ssh-keygen". The program askes for the key name. I use the default name ( key gets stored in ~/.ssh/id_dsa; public key in ~/.ssh/id_dsa.pub). On the question for a password, just type . Then you don't have to use a password on the system to be backed-up. Be sure the home directory of the user backup is not group- and world writable, otherwise key-authentication doesn't work. Also be sure the "~/.ssh"-directory has mode 700. Further I copied the file ~/.ssh/id_dsa to ~/.ssh/authorized_keys. This way the backup user accepts login authentication with the private key made in the previous step. Then I copied the file ~/.ssh/id_dsa to the system to be backed-up and renamed it there to /root/.ssh/backup. To check if everything works login on the system to be backed-up as root. Then type: ssh -i /root/.ssh/backup backup@. Now you should get a $-prompt on the backup server without being asked for a password. If this works your up and running. To backup your system or directory, login on the machine to be backed-up as root or make an entry to the root crontab or etc.. Type: tar cvf - | ssh -i /root/.ssh/backup backup@ "dd of=/.tar" and the process starts. A real life example would be: cd /home tar cvf - . | ssh -i /root/.ssh/backup [EMAIL PROTECTED] "dd of=homedir.tar" I haven't thought of any real security flaws in this process. Well another user having the private key could delete your backup file. But this can be prevented by moving it to a more secure place after the backup is finished. Because you use ssh it is even save to do the backup over the insecure internet. Hope this is of help, Koos. At 08:57 20-02-2003 -0800, you wrote: Toni Erdmann writes > > > ssh can be configured to run without passwords, just with secret keys > and trusted host/users. But I haven't done this yet. Same here. I still use the password, but want to set mine up to use the keys (PGP I assume?), and such. If anyong knows a good "How-To" on that, or wants to start a new threat with instructions, inquiring minds, want to know. (I'm totally lost on the whole PGP concept.) -- Jay Crews [EMAIL PROTECTED] -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list
Re: samba printer & CUPS (was Re: redhat-config-printer: I can'tconfigure a working printer!)
i believe that the print job can not be written in the spool dir. Not enough privileges. Patrick Op do 20-02-2003, om 17:37 schreef Thomas Robinson: > Thanks to every body for their input. I've switched over to CUPS and got > at least one of my printers working (the local one). That was too easy. > For some reason redhat-config-printer will not work on my system. > > New Question. Does anyone know how to get a samba printer working on > cups? /etc/samba/smb.conf has: > >printcap name = cups >load printers = yes >printing = cups > > # service smb restart > > Here's what cups reports about the printer status: > > Description: HP2000C > Location: HADES > Printer State: idle, accepting jobs. > Device URI: smb://HADES/HP2000C > > When I try and print a test page I get: > > Forbidden > You don't have permission to access the resource on this server. > > Any clues? > > Thanks, > > t. > > On Wed, 2003-02-19 at 19:55, Craig White wrote: > > On Wed, 2003-02-19 at 05:29, Thomas Robinson wrote: > > > On Tue, 2003-02-18 at 15:36, Craig White wrote: > > > > On Tue, 2003-02-18 at 07:32, Thomas Robinson wrote: > > > > > On Tue, 2003-02-18 at 14:02, Tim Waugh wrote: > > > > > > On Tue, Feb 18, 2003 at 01:22:02PM +, Thomas Robinson wrote: > > > > > > > > > > > > > Hmmm...I just looked in /var/spool/lpd/hplj4 and found the lpq.0 file: > > > > > > > there is an error message in there: > > > > > > > > > > > > > > ---8<--- > > > > > > > Status: IF filter 'mf_wrapper' filter msg - 'error closing *main::STDOUT > > > > > > > at /usr/sbin/lpdomatic line 812, line 672.' at 13:02:58.929 > > > > > > > ---8<--- > > > > > > > > > > - > > > > This is from my /etc/printcap...also an HP LaserJet 4 > > > > > > > > lp|felix:\ > > > > :ml#0:\ > > > > :mx#0:\ > > > > :sd=/var/spool/lpd/lp:\ > > > > :af=/var/spool/lpd/lp/lp.acct:\ > > > > :sh:\ > > > > :lp=/dev/lp0:\ > > > > :lpd_bounce=true:\ > > > > :if=/usr/share/printconf/util/mf_wrapper: > > > > > > > > and ls -al /var/spool/lpd/lp > > > > drwx--2 lp lp 4096 Feb 16 20:35 . > > > > drwxr-xr-x4 root root 4096 Jun 1 2000 .. > > > > -rw---1 lp lp 33117 Oct 25 2001 acct > > > > -rw---1 lp lp147 May 16 2002 > > > > cfA622barney.azapple.com > > > > -rw---1 lp lp 0 May 27 2001 control.lp > > > > -rw---1 lp lp 0 May 15 2002 control.pr > > > > -rw---1 lp lp 42122 May 16 2002 > > > > dfA622barney.azapple.com > > > > -rw---1 lp lp515 May 16 2002 hfA622 > > > > -rw---1 lp lp 0 Feb 18 08:25 lock.pr > > > > -rw---1 lp lp 0 May 27 2001 log > > > > -rw---1 lp lp 0 May 15 2002 lp > > > > -rw---1 lp lp 160449 Feb 16 20:30 lp.acct > > > > -rw---1 lp lp 3141 Feb 16 00:26 lpq.0 > > > > -rw---1 lp lp688 Oct 2 23:49 mf.cfg > > > > -rw---1 lp lp 17475 Oct 2 23:49 > > > > Postscript-69120.foo > > > > -rw---1 lp lp 0 May 27 2001 status > > > > -rw---1 lp lp 1036 May 15 2002 status.lp > > > > -rw---1 lp lp 6861 Feb 16 20:35 status.pr > > > > -rw---1 lp lp 6 May 15 2002 unspooler.lp > > > > -rw---1 lp lp 6 Feb 16 20:30 unspooler.pr > > > > -rw---1 lp lp483 Oct 2 23:49 VOLATILE > > > > > > > > HTH > > > > > > > > Craig > > > > > > Craig, > > > > > > My set-up looks like yours; all except the name/alias of the printer. > > > You say yours works fine? Is there something else I'm missing? I still > > > get the error message in lpq.0 when I print. Can you check your lpq.0 > > > output by chance? > > > > > -- > > cat /var/spool/lpd/lp/lpq.0 > > Printer: lp@barney 'felix' > > Queue: no printable jobs in queue > > Server: no server active > > Status: subserver pid 16556 exit status 'JSUCC' at 11:48:50.840 > > Status: [EMAIL PROTECTED]: job 'craig@linuxserver+854' printed at > > 11:48:50.841 > > Status: job 'craig@linuxserver+854' saved at 11:48:50.842 > > Status: job 'craig@linuxserver+854' removed at 11:54:46.855 > > Status: waiting for subserver to exit at 17:57:50.745 > > Status: subserver pid 22548 starting at 17:57:50.748 > > Status: accounting at start at 17:57:50.763 > > Status: opening device '/dev/lp0' at 17:57:50.784 > > Status: printing job 'craig@linuxserver+723' at 17:57:50.822 > > Status: processing 'dfA723linuxserver.azapple.com', size 73909, format > > 'f', IF filter 'mf_wrapper' at 17:57:50.844 > > Status: IF filter 'mf_wrapper' filter finished at 17:57:59.543 > > Status: printing finished at 17:57:59.543 > > Status: accounting at end at 17:57:59.543 >
Re: how source.tar.gz -> source.src.rpm -> binary.rpm
Sergio Durand wrote: hi ... i download the lasted version of php in tar.gz format .. i unpack, ./configure with my options, make, make install.. it's all working ... but my rpm database was "outdated" .. now , when i try use apt-get to install any package, returns this error message: Sorry, but the following packages have unmet dependencies: php-mysql: PreDepends: php (= 4.2.2-8.0.7) but 4.2.2-8.0.5 is installed if remove php, it's will remove yours dependencies (mysql, pgsql, etc modules) ... the way to correct this would be transform the tar.gz to src.rpm and build a binary .rpm to install with rpm -Uvh newphp.rpm ??? howto this ?? The answer is checkinstall. See the checkinstall web site: http://asic-linux.com.mx/~izto/checkinstall/ Is not only can build rpms from source, but also slackware tgz and debian debs. Checkinstall should be part of the Red Hat standard install in my opinion because it allows you to keep your rpm database updated when using source packages. I've created a checkinstall rpm for Red Hat 8.0 (using checkinstall of course) on my web site: http://nxdomain.us/ Go to the Downloads area. There are a few other Red Hat 8.0 rpms on my site as well, such as the latest versions of IceWM, nano, gq (ldap browser), and aterm. Best Regards, Keith -- LPIC-2, MCSE, N+ Wake up, baby, cause I'm coming to you from the future -- D Wyndorf Got spam? Get spastic http://spastic.sourceforge.net -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list
Re: apt - super cow powers ???
On Thu, 2003-02-20 at 09:25, Sergio Durand wrote: > hi !! > a curiosity!! > what's mean "This APT has Super Cow Powers" when i do "apt-get -h" ??? I suspect that the Conectiva programmers porting apt to rpm are humorous types. The genbasedir script will also proudly proclaim that "All your base are belong to us!" after building apt indexes. -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list
Start menu disappearance
Hello all, Wanting to modify my Gnome menus, I started editing the applications.menu file. It started well enough but I have been having a problem. When I start X now, all I see in the Start menu is icons for launch program, find programs, lock screen and close session. Nothing else ! No other menus ! When I look in the X logs I see the following message : /etc/X11/desktop-menus/applications.menu:586: Opening and ending tag mismatch Folder and VFolderInfo ^ /etc/X11/desktop-menus/applications.menu:586:eror: Premature end of data in tag VFolderInfo ^ Any ideas ? Thanks in advance P.S : I had made a backup before starting to edit but I dont know why its not working either maybe I goofed up with it. -- Rudeness is a weak man's imitation of strength. -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list
Re: RH8 - Sendmail Problems
On 20 Feb 2003, Mystical Dluxe wrote: > Hi all... Sorry if any of this has been covered. I tried to search the > archives, but didn't see it. > > I am running RH8 on a 600mhz PIII desktop with tons of disk and RAM. > I'd like to be able to receive email directly on that box (e.g. > [EMAIL PROTECTED]) so I opened up SMTP on the firewall. The > computer, however, is refusing email inbound from other hosts. If I > nmap the computer, I see that port 25 is 'up' by in status closed. First step: does thatbox.domain.edu have an MX record on a DNS server pointing to your computer? Second step: is port 25 open in your firewall? (sounds like it is closed) After these steps are done, then take a second look at incoming mail. Mark -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list
Re: Start menu disappearance
[EMAIL PROTECTED] wrote: Wanting to modify my Gnome menus, I started editing the applications.menu file. When I look in the X logs I see the following message : /etc/X11/desktop-menus/applications.menu:586: Opening and ending tag mismatch Folder and VFolderInfo ^ /etc/X11/desktop-menus/applications.menu:586:eror: Premature end of data in tag VFolderInfo ^ It sure sounds like you've got a problem with tag nesting. I'd look for a pattern like this: Or like this: Now, forgive me for not checking the format of that file before replying; the nesting may be the other way around. But it sure looks like from the errors that there's a problem either with nesting incorrectly (like the first example) or a missing end tag to an element within the VFolderInfo tag. It could also be that the second error message means that a required element is missing from the VFolderInfo tag's elements. I haven't mucked with that file at all on my system so, if you'd like, contact me off the list and I can send you mine (give me the exact path so I don't send you the KDE one or something by mistake, okay?). John -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list
Re: RH8 - Sendmail Problems
Mark Neidorff writes > > On 20 Feb 2003, Mystical Dluxe wrote: > > > Hi all... Sorry if any of this has been covered. I tried to search the > > archives, but didn't see it. > > > > I am running RH8 on a 600mhz PIII desktop with tons of disk and RAM. > > I'd like to be able to receive email directly on that box (e.g. > > [EMAIL PROTECTED]) so I opened up SMTP on the firewall. The > > computer, however, is refusing email inbound from other hosts. If I > > nmap the computer, I see that port 25 is 'up' by in status closed. Something I've always been curious about is, why are people secretive about a publicly registered domain, that they are asking help about? ie [EMAIL PROTECTED] There are things that we can do (ping, dig, traceroute, nmap, host) to help, without having to ask, if we have that. Heck, even sending an email to it and reading the mail daemon would tells us a little, maybe. I understand the need for security, and I don't know if I would post my iptable rules and such, but. That being said, you have already edited /etc/mail/sendmail.mc and fixed this line, right? DAEMON_OPTIONS(`Port=smtp,Addr=127.0.0.1, Name=MTA') By default, sendmail will only listen to localhost. -- Jay Crews [EMAIL PROTECTED] > > First step: does thatbox.domain.edu have an MX record on a DNS server > pointing to your computer? > Second step: is port 25 open in your firewall? (sounds like it is closed) > > After these steps are done, then take a second look at incoming mail. > > Mark > > -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list
QT 3.1.1 Make Install issues
Hi, I fixed the problem. Check out the INSTALL file on the QT downloads website. Those directions tell you how to use it without running 'make install'. That gets rid of the problem. Thanks for the note on apt. -Michael Smith - People's minds are like cement; all mixed up and permanently set. -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list
Re: how source.tar.gz -> source.src.rpm -> binary.rpm
hi keith !! i went in your page and download the checkinstal... really it's very good tool. well, but i got a problem... first i rpm -e php (and yours dependencies like php-pgsql, ...) to make my system free of php ... after ./configure and make (in source of php), i do checkconfig -R it's works very good!! it's created and installed the php-4.3.1-1 rpm package... now, i wanna make a tests to learn use checkconfig... i uninstall my new php pack (rpm -e php) to install it again # rpm -ivh php-4.3.1-1.i386.rpm error: Failed dependencies: libclntsh.so.9.0 is needed by php-4.3.1-1 libsybdb.so.1 is needed by php-4.3.1-1 why the check config don't added this files (oracle modules) ?? thankz... Keith Winston wrote: > The answer is checkinstall. See the checkinstall web site: > http://asic-linux.com.mx/~izto/checkinstall/ > > Is not only can build rpms from source, but also slackware tgz and debian debs. Checkinstall should be part of the Red Hat standard install in my opinion because it allows you to keep your rpm database updated when using source packages. > > I've created a checkinstall rpm for Red Hat 8.0 (using checkinstall of course) on my web site: > http://nxdomain.us/ > Go to the Downloads area. There are a few other Red Hat 8.0 rpms on my site as well, such as the latest versions of IceWM, nano, gq (ldap browser), and aterm. -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list
For Phoebe
This might rather late and on the wrong forum, but I wanted to propose the inclusion of Gnome Ghostview for the next release of Redhat. Its available in GTK+ 2 which makes it very in place on my Redhat box. Xpdf does the job but looks so out of place. GGV is available here in source, http://pluton.ijs.si/~jaka/gnome.html#GGV Comments please? -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list
Evolution processes don't exit.
Alle, I'm running a 2.4.18-24.8.0 kernel and Evolution 1.0.8-10. The problem (or maybe it's a non-problem) is that when I exit Evolution, the following processes remain: UIDPID PPID C STIME TTY TIME CMD cwfox 1623 1 0 11:17 ?00:00:00 oafd --ac-activate --ior-output- cwfox 1627 1 0 11:17 ?00:00:00 wombat --oaf-activate-iid=OAFIID cwfox 1631 1 0 11:17 ?00:00:00 bonobo-moniker-xmldb --oaf-activ cwfox 1640 1 0 11:17 ?00:00:00 evolution-alarm-notify --oaf-act Is this normal? -- Best Regards, Camron Camron W. Fox High Performance Computing Group Fujitsu America, Inc. Hilo Office E-mail: [EMAIL PROTECTED] Phone: (808) 934-4102 Pager: (808) 934-1290 Cell: (808) 937-5026 -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list
Re: Evolution processes don't exit.
On Thu, 2003-02-20 at 21:26, Camron W. Fox wrote: > Alle, > > I'm running a 2.4.18-24.8.0 kernel and Evolution 1.0.8-10. The problem > (or maybe it's a non-problem) is that when I exit Evolution, the > following processes remain: > > UIDPID PPID C STIME TTY TIME CMD > cwfox 1623 1 0 11:17 ?00:00:00 oafd --ac-activate > --ior-output- > cwfox 1627 1 0 11:17 ?00:00:00 wombat > --oaf-activate-iid=OAFIID > cwfox 1631 1 0 11:17 ?00:00:00 bonobo-moniker-xmldb > --oaf-activ > cwfox 1640 1 0 11:17 ?00:00:00 evolution-alarm-notify > --oaf-act > > Is this normal? Not sure if it's normal, but you aren't alone. When switching between the sitting at the main box, to accessing it from the laptop I need to kill oafd before I can launch evolution again. There may be a proper solution - but this does enough to get me by. -- Regards, Adam Allen. [EMAIL PROTECTED] pgp http://search.keyserver.net:11371/pks/lookup?op=vindex&search=adam%40dynamicinteraction.co.uk signature.asc Description: This is a digitally signed message part
Re: Evolution processes don't exit.
Camron W. Fox wrote: Alle, I'm running a 2.4.18-24.8.0 kernel and Evolution 1.0.8-10. The problem (or maybe it's a non-problem) is that when I exit Evolution, the following processes remain: UIDPID PPID C STIME TTY TIME CMD cwfox 1623 1 0 11:17 ?00:00:00 oafd --ac-activate --ior-output- cwfox 1627 1 0 11:17 ?00:00:00 wombat --oaf-activate-iid=OAFIID cwfox 1631 1 0 11:17 ?00:00:00 bonobo-moniker-xmldb --oaf-activ cwfox 1640 1 0 11:17 ?00:00:00 evolution-alarm-notify --oaf-act Is this normal? I think it's normal. You can try to use this command to kill the PIDs. /usr/bin/killev -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list
Re: how source.tar.gz -> source.src.rpm -> binary.rpm
Sergio Durand wrote: hi keith !! i went in your page and download the checkinstal... really it's very good tool. well, but i got a problem... first i rpm -e php (and yours dependencies like php-pgsql, ...) to make my system free of php ... after ./configure and make (in source of php), i do checkconfig -R it's works very good!! it's created and installed the php-4.3.1-1 rpm package... now, i wanna make a tests to learn use checkconfig... i uninstall my new php pack (rpm -e php) to install it again # rpm -ivh php-4.3.1-1.i386.rpm error: Failed dependencies: libclntsh.so.9.0 is needed by php-4.3.1-1 libsybdb.so.1 is needed by php-4.3.1-1 why the check config don't added this files (oracle modules) ?? How bizarre. It installed OK the first time, then the second time you got dependency errors? Checkinstall usually creates a generic .spec file. Maybe it used a .spec file included with the PHP source tarball?? What do you get with: rpm -qR php-4.3.1-1.i386.rpm That should show the dependencies. I can't say I've seen that problem before. Best Regards, Keith -- LPIC-2, MCSE, N+ Wake up, baby, cause I'm coming to you from the future -- D Wyndorf Got spam? Get spastic http://spastic.sourceforge.net -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list
Re: For Phoebe
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 20 Feb 2003 23:12:49 +0200, Maynard Kuona wrote: > This might rather late and on the wrong forum, but I wanted to propose > the inclusion of Gnome Ghostview for the next release of Redhat. Its > available in GTK+ 2 which makes it very in place on my Redhat box. Xpdf > does the job but looks so out of place. > > GGV is available here in source, > > http://pluton.ijs.si/~jaka/gnome.html#GGV > > Comments please? Does that one differ from the "ggv" which is in Red Hat Linux for quite some time and the ggv-1.99.97-2.i386.rpm which is in Phoebe beta 8.0.94? - -- -BEGIN PGP SIGNATURE- Version: GnuPG v1.0.7 (GNU/Linux) iD8DBQE+VU0y0iMVcrivHFQRApMAAJ9b7Ml7mSf8zTstc/qCKYCEGz1HLACfZwfm e83qLgtxC0OdmiN+NedN0+I= =/zJG -END PGP SIGNATURE- -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list
[OT] HyperSCSI
Well, it was a success today! I've got 3 systems I'm playing with. One is a dual Xeon workstation with an IDE drive as the OS drive, and a SCSI Ultra-320 drive for "data". OS is Red Hat 8.0 GPL, kernel is 2.4.18-24.8.0 (from Red Hat). One is a dual Xeon 2u rack server. One Ultra-160 harddrive for the OS, one Ultra-160 harddrive for "data". OS is Red Hat 8.0 GPL, kernel is 2.4.18-24.8.0 (from Red Hat). The third system is a single p4 system, 2u rack, 2 Ultra-160 disks for the OS. On the first 2 systems, I have installed the HyperSCSI rpms (rebuilt for SMP), and configured them both to share out the "data" drive, as part of the "pogolan" group. No partition table is on either of these drives. On the 3'rd system, I installed the HyperSCSI rpm, and configured it as a client, of the "pogolan" group. The client was able to see 2 disks, /dev/sdc and /dev/sdd. On the client, I created LVM physical volumes on both /dev/sdc and /dev/sdd. Then I created an LVM Volume Group, "pogolan", that included both /dev/sdc and /dev/sdd. I then created an LVM Logical Volume, "pogo_lan" that took up the entire space of the Volume Group. (30~ megs, from 2 18gig drives, one in each of the 2 "server" systems). I then created an ext3 file system on /dev/pogolan/pogo_lan. I was then able to mount /dev/pogolan/pogo_lan to /mnt/pogolan and write data to it!! Initial hdparm readings are pretty good. -t gives ~8MB/s transfer rate. -T gives over 300MB/s. Keep in mind, this is on an existing 10/100Mb/s hubbed network, with plenty of traffic. I've effectively reached the limit of the network, and I will have to move to a GigE network to get full speeds. This is all very cool to me. I'm now trying to research the supposed failover capability of HyperSCSI so that I can configure an entire system as a failover system, for decent redundancy. I'm also looking into using Red Hat Advanced Server on 2 client systems so that I can have a HA failover cluster for serving NFS/SMB off of the LVM volumes. I also want to try adding in another HyperSCSI server, and extending the LVM Volume Group and perhaps extending some of the LVM LV's or adding new LV's to the group. All in all, I have to say that HyperSCSI was VERY easy to setup, and I'm looking forward to setting up some advanced storage clusters using HyperSCSI technology. One would assume that you could put OpenGFS on top of the shared disks. The only catch is that HyperSCSI can not be a server and a client at the same time. Any who, if anybody is interested, I can try to setup OpenGFS on these systems and let you know the results. -- Jesse Keating RHCE MCSE http://geek.j2solutions.net Mondo DevTeam (www.mondorescue.org) Was I helpful? Let others know: http://svcs.affero.net/rm.php?r=jkeating -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list
KDE 3.1 on RH8?
Can anyone point me to a working set of RPMS for KDE 3.1 for Redhat 8 please? Thanks, Dan -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list
RE: samba printer & CUPS (was Re: redhat-config-printer: I can'tconfigure a working printer!)
What are the appropriate permissions for the spool dir? Im interested in allowing any person on the network to print to a SAMBA printer regardless if they have a linux account or not? Mike -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Patrick Marquetecken Sent: Thursday, February 20, 2003 11:57 AM To: Psyche redhat Subject: Re: samba printer & CUPS (was Re: redhat-config-printer: I can'tconfigure a working printer!) i believe that the print job can not be written in the spool dir. Not enough privileges. Patrick Op do 20-02-2003, om 17:37 schreef Thomas Robinson: > Thanks to every body for their input. I've switched over to CUPS and > got at least one of my printers working (the local one). That was too > easy. For some reason redhat-config-printer will not work on my > system. > > New Question. Does anyone know how to get a samba printer working on > cups? /etc/samba/smb.conf has: > >printcap name = cups >load printers = yes >printing = cups > > # service smb restart > > Here's what cups reports about the printer status: > > Description: HP2000C > Location: HADES > Printer State: idle, accepting jobs. > Device URI: smb://HADES/HP2000C > > When I try and print a test page I get: > > Forbidden > You don't have permission to access the resource on this server. > > Any clues? > > Thanks, > > t. > > On Wed, 2003-02-19 at 19:55, Craig White wrote: > > On Wed, 2003-02-19 at 05:29, Thomas Robinson wrote: > > > On Tue, 2003-02-18 at 15:36, Craig White wrote: > > > > On Tue, 2003-02-18 at 07:32, Thomas Robinson wrote: > > > > > On Tue, 2003-02-18 at 14:02, Tim Waugh wrote: > > > > > > On Tue, Feb 18, 2003 at 01:22:02PM +, Thomas Robinson > > > > > > wrote: > > > > > > > > > > > > > Hmmm...I just looked in /var/spool/lpd/hplj4 and found the > > > > > > > lpq.0 file: there is an error message in there: > > > > > > > > > > > > > > ---8<--- > > > > > > > Status: IF filter 'mf_wrapper' filter msg - 'error closing > > > > > > > *main::STDOUT at /usr/sbin/lpdomatic line 812, > > > > > > > line 672.' at 13:02:58.929 > > > > > > > ---8<--- > > > > > > > > > > - > > > > This is from my /etc/printcap...also an HP LaserJet 4 > > > > > > > > lp|felix:\ > > > > :ml#0:\ > > > > :mx#0:\ > > > > :sd=/var/spool/lpd/lp:\ > > > > :af=/var/spool/lpd/lp/lp.acct:\ > > > > :sh:\ > > > > :lp=/dev/lp0:\ > > > > :lpd_bounce=true:\ > > > > :if=/usr/share/printconf/util/mf_wrapper: > > > > > > > > and ls -al /var/spool/lpd/lp > > > > drwx--2 lp lp 4096 Feb 16 20:35 . > > > > drwxr-xr-x4 root root 4096 Jun 1 2000 .. > > > > -rw---1 lp lp 33117 Oct 25 2001 acct > > > > -rw---1 lp lp147 May 16 2002 > > > > cfA622barney.azapple.com > > > > -rw---1 lp lp 0 May 27 2001 control.lp > > > > -rw---1 lp lp 0 May 15 2002 control.pr > > > > -rw---1 lp lp 42122 May 16 2002 > > > > dfA622barney.azapple.com > > > > -rw---1 lp lp515 May 16 2002 hfA622 > > > > -rw---1 lp lp 0 Feb 18 08:25 lock.pr > > > > -rw---1 lp lp 0 May 27 2001 log > > > > -rw---1 lp lp 0 May 15 2002 lp > > > > -rw---1 lp lp 160449 Feb 16 20:30 lp.acct > > > > -rw---1 lp lp 3141 Feb 16 00:26 lpq.0 > > > > -rw---1 lp lp688 Oct 2 23:49 mf.cfg > > > > -rw---1 lp lp 17475 Oct 2 23:49 > > > > Postscript-69120.foo > > > > -rw---1 lp lp 0 May 27 2001 status > > > > -rw---1 lp lp 1036 May 15 2002 status.lp > > > > -rw---1 lp lp 6861 Feb 16 20:35 status.pr > > > > -rw---1 lp lp 6 May 15 2002 unspooler.lp > > > > -rw---1 lp lp 6 Feb 16 20:30 unspooler.pr > > > > -rw---1 lp lp483 Oct 2 23:49 VOLATILE > > > > > > > > HTH > > > > > > > > Craig > > > > > > Craig, > > > > > > My set-up looks like yours; all except the name/alias of the > > > printer. You say yours works fine? Is there something else I'm > > > missing? I still get the error message in lpq.0 when I print. Can > > > you check your lpq.0 output by chance? > > > > > -- > > cat /var/spool/lpd/lp/lpq.0 > > Printer: lp@barney 'felix' > > Queue: no printable jobs in queue > > Server: no server active > > Status: subserver pid 16556 exit status 'JSUCC' at 11:48:50.840 > > Status: [EMAIL PROTECTED]: job 'craig@linuxserver+854' printed > > at 11:48:50.841 > > Status: job 'craig@linuxserver+854' saved at 11:48:50.842 > > Status: job 'craig@linuxserver+854' removed at 11:54:46.855 > > Status: waiting for subserver to exit at 17:57:50.745 > >
RE: samba printer & CUPS (was Re: redhat-config-printer: Ican'tconfigure a working printer!)
On Thu, 2003-02-20 at 16:32, Listman wrote: > What are the appropriate permissions for the spool dir? Im interested in > allowing any person on the network to print to a SAMBA printer regardless if > they have a linux account or not? > > Mike why not - within the share (the printer share) guest ok = yes Craig -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list
Re: Evolution processes don't exit.
On Thu, 2003-02-20 at 13:26, Camron W. Fox wrote: > Alle, > > I'm running a 2.4.18-24.8.0 kernel and Evolution 1.0.8-10. The problem > (or maybe it's a non-problem) is that when I exit Evolution, the > following processes remain: > > UIDPID PPID C STIME TTY TIME CMD > cwfox 1623 1 0 11:17 ?00:00:00 oafd --ac-activate > --ior-output- > cwfox 1627 1 0 11:17 ?00:00:00 wombat > --oaf-activate-iid=OAFIID > cwfox 1631 1 0 11:17 ?00:00:00 bonobo-moniker-xmldb > --oaf-activ > cwfox 1640 1 0 11:17 ?00:00:00 evolution-alarm-notify > --oaf-act > > Is this normal? Yes it is normal. I'm not certain what the first three processes do, but the last is to allow reminders that you've set in evolution's calendar to activate whether you have the main app open or not. > -- > Best Regards, > Camron > > Camron W. Fox > High Performance Computing Group > Fujitsu America, Inc. > Hilo Office > E-mail: [EMAIL PROTECTED] > Phone:(808) 934-4102 > Pager:(808) 934-1290 > Cell: (808) 937-5026 -- Michael Knepher <[EMAIL PROTECTED]> -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list
French OO build
Hi, I am putting together a PC for my old school in France. It's based on RH8.0. The Open Office version I downloaded from the French OO web site crashes 'unrecoverably' at start up. My research indicates that this is because Psyche is using an incompatible glibc. The OO that comes with Psyche works fine. There is a localizing rpm - but I have no idea how to use it to get my OO working in French. Does anyone know how to use it? Alternatively I'd have to recompile the lot. Feasible but daunting (I am programmer so I'll be OK doing that - but it will take around 40 hours on that PII 266...) Sorry to dump this on the list but I am not sure where to turn to for help. Rgds, T. Jamme -- The Village is at http://village.glaine.net/school/ YOU have the power: http://www.aptilis.com/ The unbelievably easy CGI language. -- -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list
Re: KDE 3.1 on RH8?
On Thursday 20 February 2003 18:22, Dan G wrote: > Can anyone point me to a working set of RPMS for KDE 3.1 for Redhat 8 > please? http://kde-redhat.sourceforge.net/ > Thanks, > > Dan -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list
Having trouble upgrading to latest kernel
I am trying to upgrade to the latest kernel, 2.4.18-24.8.0, and I keep getting an error message from up2date saying, "Test install failed because of package conflicts: package ppp-2.4.1-7 is already installed". Any ideas on why this is happening and how I can resolve it? Thanks in advance. --Bill -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list
Re: Having trouble upgrading to latest kernel
On Thursday 20 February 2003 16:51, Bill and/or Chris wrote: > I am trying to upgrade to the latest kernel, 2.4.18-24.8.0, and I keep > getting an error message from up2date saying, "Test install failed > because of package conflicts: package ppp-2.4.1-7 is already > installed". Any ideas on why this is happening and how I can resolve > it? Thanks in advance. ppp package probably has to be updated at the same time or before the kernel install. rpm -Uvh the new ppp package, rpm -ivh the kernel package. -- Jesse Keating RHCE MCSE http://geek.j2solutions.net Mondo DevTeam (www.mondorescue.org) Was I helpful? Let others know: http://svcs.affero.net/rm.php?r=jkeating -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list
DMA DVD/CD-ROM Issues
Having problems getting my DVD-ROM to work using DMA. I have a Toshiba SD-M1212 DVD-Rom set up as a slave to my CD-RW. My CD-RW has DMA in Linux but the DVD-ROM. Both have DMA set in the bios. Somewhere the DVD-ROM DMA setting is getting turned off. I have tried to turn on DMA using hdparm -d1 /dev/hdd. I get an error message syaing operation not permitted. However, if add hdd=ide-scsi as kernel parm then I DMA is set. However, players do not see the drive correctly. Anyone have clues where to start looking to solve this issue? Thanks in advance, Harry -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list
Re: Having trouble upgrading to latest kernel
On Thursday, 20 February 2003 20:54, Jesse Keating wrote: > On Thursday 20 February 2003 16:51, Bill and/or Chris wrote: > > I am trying to upgrade to the latest kernel, 2.4.18-24.8.0, and I > > keep getting an error message from up2date saying, "Test install > > failed because of package conflicts: package ppp-2.4.1-7 is already > > installed". Any ideas on why this is happening and how I can resolve > > it? Thanks in advance. > > ppp package probably has to be updated at the same time or before the > kernel install. rpm -Uvh the new ppp package, rpm -ivh the kernel > package. > Ppp is already updated to version 2.4.1-7, and I can't find any newer versions at rpmfind.net (at least not for my architecture). -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list
Re: DMA DVD/CD-ROM Issues
On Thursday 20 February 2003 17:37, Harold Helmich uttered: > Having problems getting my DVD-ROM to work using DMA. I have a Toshiba > SD-M1212 DVD-Rom set up as a slave to my CD-RW. My CD-RW has DMA in > Linux but the DVD-ROM. Both have DMA set in the bios. Somewhere the > DVD-ROM DMA setting is getting turned off. I have tried to turn on DMA > using hdparm -d1 /dev/hdd. I get an error message syaing operation not > permitted. However, if add hdd=ide-scsi as kernel parm then I DMA is > set. However, players do not see the drive correctly. > > Anyone have clues where to start looking to solve this issue? edit /etc/modules.conf and set "options ide-cd dma=1" When you use ide-scsi, it becomes a scsi interface. Starting at /dev/scd0 for the first scsi CD, /dev/scd1 for the second, so on and so forth. -- Jesse Keating RHCE MCSE http://geek.j2solutions.net Mondo DevTeam (www.mondorescue.org) Was I helpful? Let others know: http://svcs.affero.net/rm.php?r=jkeating -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list
Re: DMA DVD/CD-ROM Issues
Jesse Keating wrote: On Thursday 20 February 2003 17:37, Harold Helmich uttered: Having problems getting my DVD-ROM to work using DMA. I have a Toshiba SD-M1212 DVD-Rom set up as a slave to my CD-RW. My CD-RW has DMA in Linux but the DVD-ROM. Both have DMA set in the bios. Somewhere the DVD-ROM DMA setting is getting turned off. I have tried to turn on DMA using hdparm -d1 /dev/hdd. I get an error message syaing operation not permitted. However, if add hdd=ide-scsi as kernel parm then I DMA is set. However, players do not see the drive correctly. Anyone have clues where to start looking to solve this issue? edit /etc/modules.conf and set "options ide-cd dma=1" When you use ide-scsi, it becomes a scsi interface. Starting at /dev/scd0 for the first scsi CD, /dev/scd1 for the second, so on and so forth. Thanks, I give that a try. I know that the drive get remapped to /dev/scd1. But Xine can not deal with it. Without hdd=ide-scsi, I get horrible perfromance and it will not allow me to set DMA on via hdparm. I was also going to try kernel parm ide1=dma. See if that helps. I also read that perhaps I should set both drives to master. Do not set one to be the salve of the other. I would think that would cause issues for the bios. -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list
Re: DMA DVD/CD-ROM Issues
On Thursday 20 February 2003 19:24, Harold Helmich uttered: > Thanks, I give that a try. I know that the drive get remapped to > /dev/scd1. But Xine can not deal with it. Without hdd=ide-scsi, I get > horrible perfromance and it will not allow me to set DMA on via hdparm. Xine looks for /dev/dvd. Just re-map the symlink of /dev/dvd to point to /dev/scd0 (or 1 or whatever your DVD drive is now) -- Jesse Keating RHCE MCSE http://geek.j2solutions.net Mondo DevTeam (www.mondorescue.org) Was I helpful? Let others know: http://svcs.affero.net/rm.php?r=jkeating -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list
Re: DMA DVD/CD-ROM Issues
I did. It blows up. xine-check even says it will when setup in scsi emulation. I will try your previous solution. See if that helps. Thanks again. Jesse Keating wrote: On Thursday 20 February 2003 19:24, Harold Helmich uttered: Thanks, I give that a try. I know that the drive get remapped to /dev/scd1. But Xine can not deal with it. Without hdd=ide-scsi, I get horrible perfromance and it will not allow me to set DMA on via hdparm. Xine looks for /dev/dvd. Just re-map the symlink of /dev/dvd to point to /dev/scd0 (or 1 or whatever your DVD drive is now) -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list