Re: hard drive recovery (was can't start kde)
On Fri, 15 Nov 2002, Justin Georgeson wrote: > Anybody? Anything? I know I can backup personal files and reinstall, but > that sucks. Isn't there anything else I can do? > > What, exactly, does the --force option of up2date do? I thought maybe I > could just up2date --force for each package that rpm -V > reports missing files for. But the up2date doesn't install do > it because I already have it installed. I'd use rpm --force for bad packages. Think I'd start with rpm itself, and then "rpm --rebuilddb" just in case. > > Justin Georgeson wrote: > > > So a few nights ago, power went out and my machine came down hard. I had > > to run fsck manually, and there is a lot of stuff in /lost+found. I'm > > finding many things aren't working right, indeed there are many exe's > > missing. How do I repair this? I thought the journaling in ext3 was > > supposed to help with stuff like this. Help, yes. Cure, no. > > -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list
Re: RedHat 8.0 and TNT2 Ultra
On Fri, 15 Nov 2002, Sylvain Jodoin wrote: >I'm new to Linux and just installed RH 8.0 Personal Desktop to >learn and play with it. Everything seems to work correctly >besides graphics. In fact, I just can't enable 3D hardware >acceleration (the option is shaded so I can not enable it) with >the result that graphical intensive apps are quite slow. XFree86 does not support 3D accleration on Nvidia hardware, and as such, Red Hat Linux does not support 3D on Nvidia either. You need to install Nvidia's proprietary video drivers in order to get 3D. Note that they are unsupported by Red Hat, but if you have problems with them, Nvidia tech support is happy to assist. Hope this helps, TTYL -- Mike A. Harris ftp://people.redhat.com/mharris OS Systems Engineer XFree86 maintainer Red Hat Inc. -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list
Re: How To Extract A Pentium 4 CPU
On Fri, 15 Nov 2002 21:44:19 -0800 (PST) Kevin McConnell <[EMAIL PROTECTED]> wrote: > > --- "Robert L. Cochran" <[EMAIL PROTECTED]> > wrote: > > I realize this is an *operating system* forum, but I > > suspect a lot of > > you work with hardware. I need to extract a Pentium > > 4, 2.8 Ghz CPU from > > one motherboard and install it on another. Do I need > > a special tool? Or > > can I just use forefinger and thumb? > > It's probably wiser to use a chip puller, but I > usually just make sure I'm grounded (the most > important part) and then yank 'er right out. Hopefully after releasing the locking lever? 8^) More seriously, do make sure you disconnect the powercord, not just turn off the power (I know, but I've seen some incredibly silly things done) and do ground yourself to the case by either touching it while extracting the CPU or by using a grounding strap. Have something clean, acid free, and non-conductive to set it onto if there is an intermediate stop betweein motherboards. rickf -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list
Re: How to Play These Streaming Online Radio Feeds?
Real.com also has lists of stations at http://radio.real.com/. Find a station you like, click on it and let the realplayer application (realplay) run it instead of saving the stream to a file. Then grep through the output of lsof looking for a file in /tmp that has been opened by realplay. If you save this file elsewhere, you can use the Open File menu of Real Player to play that station again instead of having to visit the second most obnoxious site on the Internet (I believe that X10 is worse) each time you want to listen to that station. For examle, I only listen to music that has aged for at least a hundred years, so I choose the Classical listings and picked at random Deutschlandfunk in Cologne, Germany. The file in /tmp that Real Player opens is dlf.ram which contains just one line: rtsp://live-ra.dradio.de/live/deutschlandfunk/dlf_64k.rm This a Real Time Streaming Protocol URL (http://www.rtsp.org). Enjoy. --- Vladimir Vladimir G. Ivanovichttp://leonora.org/~vladimir 2770 Cowper St. [EMAIL PROTECTED] Palo Alto, CA 94306-2447 +1 650 678 8014 -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list
video streaming
can anyone tell me of an application I can use on my linux box to stream seminar videos in the avi or mpeg format to windows media player client on the web? -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list
Re: hard drive recovery (was can't start kde)
I think I was unfortunate enough to suffer some broken RPM database issues. I couldn't uninstall anything, and `rpm --rebuilddb` seemed to get hung up somewhere. At that point, I just burned my data files to CDR (after having to get cdrecord reinstalled from source) and re-installed RH. Bummer, But everything is cool now. Ed Wilts wrote: On Fri, Nov 15, 2002 at 02:10:08PM -0600, Justin Georgeson wrote: >Anybody? Anything? I know I can backup personal files and reinstall, but >that sucks. Isn't there anything else I can do? > >What, exactly, does the --force option of up2date do? I thought maybe I >could just up2date --force for each package that rpm -V > reports missing files for. But the up2date doesn't install do >it because I already have it installed. The --force option is used for things like the kernel that are typically excluded. What you could do is download the rpms but not install them (with the --download option) and then use rpm --replacepkgs or rpm --force. The rpms should be download by up2date to /var/lib/rpm. Depending on what files were lost, you may also want to consider running rpm2cpio on the binary rpm to give you a cpio archive. Then use cpio to copy the individual files over. .../Ed -- ; Justin Georgeson ; http://www.lopht.net ; mailto:[EMAIL PROTECTED] ; "Free the mallocs, delete the news" -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list
kazaa and xtunes/sumi
I was wondering if anyone knows of any KaZaA clients for Linux. I like KaZaA-Light on windows, but they only do windows. Also, has anyone built sumi (formerly xtunes)? I found RPMs for almost all dependencies not met by RH on freshrpms.net. But I'm still missing CommonC++, libcdaudio, and libPropList. Looking at the WindowMaker-libs package, it appears libProList is deprecated, and there are porting instructions to the new stuff. Anyway, libProList (I'm too lazy to bother trying to port sumi right now) and libcdaudio compile and install just fine. I'm having trouble with CommonC++ though. This actually leads into a third topic. :) Writing spec files. I've been dabbling into this more and more lately. Is there a tool that will generate at least a skeleton spec file from an autoconf/automake/whateverisincludedinthisclumpoftools project? My main problem is determining the file list. I think the rest of the stuff I can lift from other spec files I've been hacking on. Thanks. -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list
Re: How to Play These Streaming Online Radio Feeds?
On Fri, Nov 15, 2002 at 11:34:02PM -0500, Dr. David M. Colburn wrote: > rp8.linux20.libc6.i386.cs2.rpm I don't know if there are any really significant improvements but you can get realplayer9 for linux now. Go to http://europe.real.com/index.html?lang=en&loc=nl and look in the right upper corner for 'realONE for Linux'. Alexander -- *The United States must fully disclose and destroy it's Weapons of Mass Destruction* -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list
Re: bash and perl output of 'hello' with no \n doesn't work
On Sat, 16 Nov 2002, Mike A. Harris wrote: > On Fri, 15 Nov 2002, Marc Murphy wrote: > > >Date: Fri, 15 Nov 2002 03:08:30 -0500 > >From: Marc Murphy <[EMAIL PROTECTED]> > >To: [EMAIL PROTECTED] > >Content-Type: text/plain; charset=us-ascii; format=flowed > >List-Id: Discussion of Red Hat Linux 8.0 (Psyche) > >Subject: bash and perl output of 'hello' with no \n doesn't work > > > >Has anyone else encountered this problem with a fresh install? > > > >#!/usr/bin/perl > >print 'hello'; > > > >Does not print, but if I redirect the output to a file using, it does. > > It also will print if I use the \n character. When I use csh the > >newline character is not needed. Can anyone tell me what is going on? > > This isn't a bug. You're not generating a final '\n' character, > As I've already explained, it's different from what happens on RHL 7.3. As for "how it works," go teach your grandmother to suck eggs. > -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list
CF card reader for RH8?
Hello, Anyone know of a good quality CF card reader that is compatible with RedHat 8? I'm not concerned with interface...the HCL seems to be a little scarce on this subject. The CF reader will be used to process digital images for a local police evidence, and the Linux machine will be used to store those photos as evidence, as I feel that Linux will provide additional security over Windows. Your help would be greatly appreciated! Thanks in advance! Chris Taylor
Re: How to Play These Streaming Online Radio Feeds?
On 15 Nov 2002 23:34:02 -0500 A.D., "Dr. David M. Colburn" <[EMAIL PROTECTED]> carved the following runes about "Re: How to Play These Streaming Online Radio Feeds?": > then ... > > rpm rp8.linux20.libc6.i386.cs2.rpm > > got instructions about rpm You forgot to supply the "-i" (install) argument above. Or "-ivh" if you want some visual feedback that rpm actually is doing its stuff: rpm -ivh rp8.linux20.libc6.i386.cs2.rpm -- Emanuel Mair ___ [EMAIL PROTECTED]Support free hardware choice and save AmigaOS! [EMAIL PROTECTED] http://AmigaPOP.8bit.co.uk .-. .- -.. .. --- -- .- -.- - .. ...- .. - .-.- - ...-.- -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list
Re: kazaa and xtunes/sumi
On Sat, 16 Nov 2002, Justin Georgeson wrote: > I was wondering if anyone knows of any KaZaA clients for Linux. I like > KaZaA-Light on windows, but they only do windows. Hopefully, there are none. I staggers me that people run that stuff even after they know what it does. -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list
Re: video streaming
On Sat, 2002-11-16 at 10:00, Gregory Malsack wrote: > can anyone tell me of an application I can use on my linux box to stream > seminar videos in the avi or mpeg format to windows media player client on > the web? You should try VideoLAN Server: http://www.videolan.org/ Output is mpeg2 according to the website. --Tino Meinen -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list
Re: CF card reader for RH8?
I've never tried this on Linux, but you should be able to plug in something like a Sandisk card reader and it will be seen as a USB mass storage device. Then you mount it and cp the images. Bob Cochran Greenbelt, Maryland, USA On Sat, 2002-11-16 at 04:52, Christopher M. Taylor wrote: > Hello, > Anyone know of a good quality CF card reader that is compatible with > RedHat 8? I'm not concerned with interface...the HCL seems to be a > little scarce on this subject. The CF reader will be used to process > digital images for a local police evidence, and the Linux machine will > be used to store those photos as evidence, as I feel that Linux will > provide additional security over Windows. Your help would be greatly > appreciated! > > Thanks in advance! > > Chris Taylor > > -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list
Re: Writing spec files (was: kazaa and xtunes/sumi)
> "Justin" == Justin Georgeson writes: Justin> This actually leads into a third topic. :) Writing spec Justin> files. I've been dabbling into this more and more lately. Is Justin> there a tool that will generate at least a skeleton spec file Justin> from an autoconf/automake/whateverisincludedinthisclumpoftools Justin> project? My main problem is determining the file list. I think Justin> the rest of the stuff I can lift from other spec files I've Justin> been hacking on. I like to use checkinstall when I'm installing packages from tarballs: http://checkinstall.izto.org Checkinstall does a "make install" (or other install command) to a temp area and then builds an rpm package which is installed on the system. It's a great way to keep all your installed software in rpm format. You could look at the spec file generated by checkinstall, but I just use it as is. Another package for creating rpms at the installation step is make_uninstall. It's a shell script so you can see exactly how it builds spec files: ftp://ibiblio.org/pub/Linux/utils/package/make_uninstall-2.0.8.tar.gz I had to edit the make_uninstall script (mku) to replace "rpm -bb" with "rpmbuild -bb" to get it to work on RH 8.0. make_uninstall is a little more flexible (it allows you to add/remove files in the installation), but checkinstall is a little easier to use. -- Ron Olsen [EMAIL PROTECTED] Boulder Colorado -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list
Re: Writing spec files (was: kazaa and xtunes/sumi)
Ron: On Sat, 2002-11-16 at 04:14, Ron Olsen wrote: > I had to edit the make_uninstall script (mku) to replace "rpm -bb" > with "rpmbuild -bb" to get it to work on RH 8.0. > What if a person want backward compatibility with previous versions of rpm? Is there some kind of built-in mechanism for this, or does the script need to check the major version of rpm and act appropriately? Thanks. Neil Hodge -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list
Re: CF card reader for RH8?
On Sat, 2002-11-16 at 09:52, Christopher M. Taylor wrote: > Hello, > Anyone know of a good quality CF card reader that is compatible with > RedHat 8? I'm not concerned with interface...the HCL seems to be a > little scarce on this subject. The CF reader will be used to process > digital images for a local police evidence, and the Linux machine will > be used to store those photos as evidence, as I feel that Linux will > provide additional security over Windows. Your help would be greatly > appreciated! > I bought, Uno card reader. http://www.picstop.co.uk/pages/products/cardreaders/smimagemate.htm and although it's a UK site, I've seen readers that are the same shape in other parts of the world. It works perfectly, and it was advertised with Solaris support- which is the only reason why I bought it. The chipset is from OnSpecInc. Although a Megadata card-reader doesn't work with any effort. A Lexar card reader (lexaremedia.com? - can't remember the name or model) worked the same With my card reader, pop-it into the USB; it would be as easy as. I suspect in these things that the Compact Flash itself would always be the weak-point in the system rather than the reader; but I've had no problem handling photos of great sentimental value. While on holiday, able to witness first hand compact flash which would corrupt pictures (which Dad used as an excuse for a new digital camera). This may be something that needs a bit of thought. mount /dev/sda /mnt/cf cp * umount /mnt/cf -- NAME: Adam Allen. EMAIL : [EMAIL PROTECTED] COMMENT : insert your favourite signature comment here 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 1.2 rpm for 8.0???
Well I did as you suggested. Magic carpet worked perfectly except for one little caveat. The icon on the K Taskbar has disappeared. Do you know how to get this link back? On Tue, 2002-11-12 at 22:17, Ryan Camick wrote: > On Tue, 2002-11-12 at 21:21, John wrote: > > On 12 Nov 2002, Brian K. Jones wrote: > > > > > I don't get it. What's so hard about installing red-carpet and getting > > > it from there, like the ximian site says to do if you're running RH8? > > > It's really not that hard, and it works well. I'm writing this in 1.2 > > > now, which I've had since almost immediately after the release (oh yeah, > > > I'm running RH8) > > > > > > Did I miss something? Is there something wrong with the ximian rpmz? > > > /brian > > > > Upgrading to RHL 8.1 will be tricky. > > >From what I read, Brian has simply installed a utility from the Ximian > offerings, called Red Carpet. He has not installed their entire > desktop, which is what causes upgrade problems because it installs at > least 20 packages (rpm --force). > > >ftp://ftp.ximian.com/pub/redcarpet/redhat-80-i386/red-carpet-1.4.0-2.ximian.2.i386.rpm > > That file, that is Red Carpet. It has ZERO dependencies. It does not > conflict with any existing RH8.0 packages. It will not interfere with > upgrades to the future version of RH, (if any exists, with no > speculation as to the version number, if it even has one). > > That is what Brian has recommended. Install Red Carpet, and use it to > do whatever it was this thread started about. Oh ya, Evolution 1.2. > > I'm using the beta, and it works great. I think maybe I'll install 1.2 > > -Ryan > > PS - Stereotypical mumbojumbo about upgrading to a version of RH that > may never exist wasn't called for. Do your research first. > > -- > Powered by Red Hat Linux 8.0 -- lovswr1 <[EMAIL PROTECTED]> -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list
Re: what is fcs?
Stephen Mah wrote: j2re-1_4_0_01-fcs-linux-i386.rpm first customer ship? -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list
Re: evolution 1.2 rpm for 8.0???
On 16 Nov 2002, lovswr1 wrote: > Well I did as you suggested. Magic carpet worked perfectly except for > one little caveat. The icon on the K Taskbar has disappeared. Do you > know how to get this link back? I guess the best place to ask is an Ximian list;-) -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list
RE: How to Play These Streaming Online Radio Feeds?
How to install an RPM for the ridiculously im- are we done yet? Type this: rpm -Uvh package-name.rpm David Willson MCT, MCSE, Network+, A+, Linux Enthusiast http://TheGeek.NU -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Dr. David M. Colburn Sent: Friday, November 15, 2002 9:34 PM To: [EMAIL PROTECTED] Subject: Re: How to Play These Streaming Online Radio Feeds? I chose the Linux i386 rpm version rather than the old RH6.2 version, not sure if that was the best choice. I did the download and followed the instructions: as root ... mv rp8_linux20_libc6_i386_cs2_rpm rp8.linux20.libc6.i386.cs2.rpm then ... rpm rp8.linux20.libc6.i386.cs2.rpm got instructions about rpm then ... rpm rp8.linux20.libc6.i386.cs2.rpm --force got error message "only installation, upgrading, rmsource and rmspec may be forced" Help, please? Thanks! doc > If you haven't installed realplayer, then download it from: > http://forms.real.com/real/player/unix/unix.html > -- > NAME: Adam Allen. -- 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: bash and perl output of 'hello' with no \n doesn't work
Not a bug? Hmm, I guess a car manufacturer could just switch the brake and gas pedal around. The car would still work, but it would just behave a bit differently for those who didn't know about the change. Yeah, we know what's going on now with the prompt, but it doesn't mean it's not screwed up. Anyhow if you want to take the attitude that Psyche is great and the users need to read more manuals before attempting to use it then fine. Mike Harris wrote: Why? You're doing something that is inherently broken. If you slow everything down so that it is visible, you will see "hello" displayed, then see the program return to bash, which displays the prompt. The prompt overwrites the line because there was no trailing newline. Go ahead and miss Psyche. Spend the time reading programming manuals to learn how stuff works instead. -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list
Re: How to Play These Streaming Online Radio Feeds?
Oops! That would help ... ;-) Thanks! doc On Sat, 2002-11-16 at 04:52, Emanuel Mair wrote: > You forgot to supply the "-i" (install) argument above. Or "-ivh" if you > want some visual feedback that rpm actually is doing its stuff: > rpm -ivh rp8.linux20.libc6.i386.cs2.rpm -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list
which java, and JAVA_HOME?
What are the pros and cons of using the gcj Java versus Sun's, and if I decide on gcj, what should I set JAVA_HOME to to make Ant happy? James Jones -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list
Re: RedHat 8.0 and TNT2 Ultra
On Fri, 2002-11-15 at 19:18, Mr. Adam ALLEN wrote: > On Fri, 2002-11-15 at 18:59, Sylvain Jodoin wrote: > > Hi, > > > > I'm new to Linux and just installed RH 8.0 Personal Desktop to learn > > and play with it. Everything seems to work correctly besides graphics. > > In fact, I just can't enable 3D hardware acceleration (the option is > > shaded so I can not enable it) with the result that graphical > > intensive apps are quite slow. > > > > I have a P-III 450 Mhz PC with a Nvidia Riva TNT2 Ultra/32MB-based > > graphic board. > > That sounds familiar so that could be the same card that I have > > > Any hints, resources, pointers for newbie on how to resolve this would > > be highly appreciated. > > If you haven't downloaded the drivers from nVidia's site, then that's > the first job. There's two files, a GLX file and a Kernel file. > nVidia pre-compile the drivers, so you either need to match the kernel > you are running (probably 2.4.18), do kernel revisions make the above untrue? I have downloaded (via up2date) 2.14.18-8..(I am on -7 now)..my nvidia drivers work (tnt 2 non-ultra) on my current kernel..however when i try to build then under -8 it tells me buildmaster is not installed - as root...I did get the -8 src files as well. are there specific nvidia files for each 2.4.18-X? > or you can download 'generic' files > which you can rebuild - each time you upgrade the kernel you will need > to reinstall the drivers for the graphic card. My personal choice would > be the GLX SOURCE RPM and KERNEL SOURCE RPM. (I'd keep these on the > machine in a handy location for future use). > > Follow the instructions, > rpmbuild --rebuild > the docs will say rpm --rebuild > > Then you may need to change /etc/X11/XF86Config, as directed in the > readme file from nVidia's page. > > > Hopefully this points you in the right direction. -- lovswr1 <[EMAIL PROTECTED]> -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list
Re: video problem
On Fri, 15 Nov 2002, Linn Kubler wrote: > [EMAIL PROTECTED] wrote: > On Thu, 14 Nov 2002, Linn Kubler wrote: >> Question is then, how can I correct this? I should also mention that >> during the installation, when it let me pick the graphics card and >> test it I couldn't get it to display any resonable resolution. This >> card was listed in the selection list but it would just blink and go >> right back when I hit the test button, regardless of the resolution >> setting. >> > What chip is the card based upon? Is it a savage? Do a `grep "savage" > > /etc/X11/XF86Config" or a `grep -i "savage" /var/log/XFree86.0.log ' > and post the output here. If it is a savage then it should be > possible to get it working. Actually, given that you suspect that the XF86COnfig is inappropriate that doesn't help much. It would be better to do a "/sbin/lspci -v | grep VGA" and then a "/sbin/lspci -n". Matching up the output of the PCI bus info for the VGA controller from the first output with latter output will give the exact chipset. However, from a quick Google of the XFree86 site and the information provided below this is not necessary. Also, it's definitely not a savage, which is what I had some extra information on which might have helped. > > Chipset looks to be S3. When I looked at the XF86Config file I don't No. It's Rendition/Micron http://www.xfree86.org/4.2.1/Status27.html#27 Replace the Driver "vga" with Driver "rendition" in the XF86Config file. > see the Stealth II S220 at all. It does have a section for "Device" and > "Screen". > > "Device" shows the Identifier as "Rendition Verite 2x00" > "Driver" is "vga" > VendorName = "Rendition Verite 2x00" > BoardName = "Rendition Verite 2x00" > Try the following: First, backup your exisiting /etc/X11/XF86config somewhere and then as root, from the command-line: "XFree86 -configure" this will generate a basic /etc/X11/XF86Config file. Examine it to see if the Driver "rendition" line is put in there. If it isn't then edit it in by hand and try starting the server. I guess the question still remains as to why the installation program didn't pick up this chip properly though. I think you should maybe ask on the redhat-xfree86 list for further help HTH, Oisin Feeley -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list
Re: CF card reader for RH8?
** Reply to message from "Christopher M. Taylor" <[EMAIL PROTECTED]> on Sat, 16 Nov 2002 04:52:00 -0500 > Hello, > Anyone know of a good quality CF card reader that is compatible with > RedHat 8? I'm not concerned with interface...the HCL seems to be a > little scarce on this subject. The CF reader will be used to process > digital images for a local police evidence, and the Linux machine will > be used to store those photos as evidence, as I feel that Linux will > provide additional security over Windows. Your help would be greatly > appreciated! I have a made in Taiwan CF reader by SmartDisk, model CFUSB. Works perfectly on my USB1 hub on my Psyche box. jb -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list
RE: video problem
On Fri, 15 Nov 2002, Kevin McConnell wrote: > > --- Linn Kubler <[EMAIL PROTECTED]> wrote: > > Ran that but it didn't help much, all I see is the > > top of two tabs. One > > says Display and the other Advanced. I can click on > > them but I need to > > be able to zoom back to actually see the other > > controls. > > If you have another box on the local lan, you can > alternatively install the vnc software and tell it to > run at 1024x768 and and then use another computer's > web browser to vnc it and change the config. > > > > > See my response to Oisin for further discussion, > > looks like I have the > > wrong card selected. > > I doubt it's your card selection. As I stated earlier, > I selected the card from the card database and it gave > me the same driver and chipset combo as you, and mine > exhibited the same symptoms. > What happens if you try the "rendition" driver? http://www.xfree86.org/4.2.1/Status27.html#27 Oisin Feeley -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list
Midnight Commander problem with RH 8.0
Hi, I recently installed Redhat 8.0 on my machine and I'm having a problem with Midnight Commander. In Redhat 7.2, while in MC, I used to hit "Enter" on a RPM file and browse its content. I could either install or upgrade a package directly from MC. In RH8 however, some of the rpm's are not browsable ... MC is showing "ERROR" when I try to browse them. Is there a setting somewhere that I'm missing? And also , how should I set the X terminal so that is fully compatible with MC? When i hit F10 to quit MC , the terminal's menu bar gets activated and the keystroke doesn't "get" to MC. Thank you... -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list
Re: netscape 7 AIM
Josh White wrote: Does anyone know how to get the integrated AIM to upload files? It uploads on 30k and then stops. Thanks Joshua Melbourne White Treasurer Eta Kappa Nu, Beta Eta Chapter North Carolina State University Electrical and Computer Engineering This is just a guess, but 30K may be the filesize limit set up on the AOL server you are using to connect with AIM. My brother tried to upload a huge file, (using the Windows AIM version), and it would quit at somewhere around 30K. Probably what you want to do is open port 22 on your firewall and use sftp. If the machine you are trying to upload to is a M$ OS box, they will need to get psftp.exe (Putty Secure ftp) from: http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list
Re: Writing spec files
> "Neil" == Neil Hodge writes: >> I had to edit the make_uninstall script (mku) to replace "rpm -bb" >> with "rpmbuild -bb" to get it to work on RH 8.0. Neil> What if a person want backward compatibility with previous Neil> versions of rpm? Is there some kind of built-in mechanism for Neil> this, or does the script need to check the major version of rpm Neil> and act appropriately? I don't know. I just changed the mku script to replace all occurrences of "rpm -bb" with "rpmbuild -bb". rpmbuild is available as far back as RH 7.1, but not earlier. I'd guess that you could use "rpmbuild -bb" instead of "rpm -bb" for RH 7.x and RH 8.0. If you're worried about rpmbuild not being present on an earlier Red Hat system, you could use the following script: RPMBUILD=`type -path rpmbuild` if [ -x "$RPMBUILD" ] then BUILDCMD=$RPMBUILD else BUILDCMD=/bin/rpm fi and then use "$BUILDCMD -bb" to do the builds. This presumes that all versions of rpmbuild have the "-bb" functionality (I'd think they would). Jeff Johnson <[EMAIL PROTECTED]>, the Red Hat rpm guru, could give you a definitive answer. -- Ron Olsen [EMAIL PROTECTED] Boulder Colorado -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list
Re: video problem
>>> [EMAIL PROTECTED] 11/16/02 00:49 AM >>> On Thu, 14 Nov 2002, Linn Kubler wrote: >Kind of a rookie here so I'm hoping someone can help me out. I have an >older computer, PII 266MHz, with a Diamond Stealth II S220 graphics >card. Was originally running Windows 95 and worked fine. Hmm, that's an oldie. Sounds like it might be an old Diamond S3 based card. >I recently installed RH8.0 and it's basically working but when I run >startx it launches but it's huge. The task bar covers about 1/3 of the >screen and icons are about 3" wide. It looks like the resolution is way >down, like whatever the next setting below 640x480 is. > >Question is then, how can I correct this? I should also mention that >during the installation, when it let me pick the graphics card and test >it I couldn't get it to display any resonable resolution. This card was >listed in the selection list but it would just blink and go right back >when I hit the test button, regardless of the resolution setting. > >I checked for drivers at the Diamond site but of course couldn't find >any. > >I'm open to suggestions here. (crossing fingers there's another option >other than replacing the video card.) Run the following command as root, and cut and paste the results: lspci -vvn |grep -A20 0300 Here goes: 00:0a.0 Class 0300: 1163:2000 (rev 02) Subsystem: 1092:2000 Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- Status: Cap+ 66Mhz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- SERR- https://listman.redhat.com/mailman/listinfo/psyche-list
Re: mimencode and/or base64
Keith Morse wrote: On Fri, 15 Nov 2002, Joshua Andrews wrote: Keith Morse wrote: Okay, I'll bit. Now that metamail has been dropped from psyche, how do I command line decode base64 files. I'm taking a look at a klez trap I'm using in conjuction with procmail. "man -k base64" shows: MIME::Base64 (3pm) - Encoding and decoding of base64 strings MIME::Decoder::Base64 (3pm) - encode/decode a base64 stream MIME::Decoder::Gzip64 (3pm) - decode a base64 gzip stream but no programmer am I. Just looking for a clue, Google is being unusually obtuse for me tonight. #!/usr/bin/perl use MIME::Base64; print decode_base64("_insert_MIME_encoded_here_"); As I said, no programmer I. So with your example above it would be appropriate to feed it with the mimencoded stream via standard input? I'm no programer either :) Create the following script, name it dec64.pl and make it executable. #!/usr/bin/perl use MIME::Base64; print decode_base64(<>); -- ./dec64.pl name-of-base64-encoded-file >decoded-file Beware, I only tested this using my name as a single line in a text file that I encoded with the following script. --- enc64.pl --- #!/usr/bin/perl use MIME::Base64; print encode_base64(<>); $ echo Joshua Andrews >x $ ./enc64.pl x Sm9zaHVhIEFuZHJld3MK $ ./enc64.pl x >y $ ./dec64.pl y Joshua Andrews $ -J -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list
Re: Boot Partition - Martin Stricker - Thank you!
>Message: 6 Date: Thu, 07 Nov 2002 18:23:56 +0100 From: Martin Stricker ><[EMAIL PROTECTED]> Organization: http://martin-stricker.de/ >http://www.surfo.net/ http://www.masterportal24.com/cgi-bin/YaBB.cgi >To: [EMAIL PROTECTED] Subject: Re: Boot Partition Reply-To: >[EMAIL PROTECTED] Tino Meinen wrote: >Easier: Use the Red Hat Linux installation CD 1, and at the boot: >prompt type linux rescue >It will boot, find any ext2/ext3 partitions and mount them, if it >manages to find a /etc/fstab they will even be mounted the way >described there, and found at /mnt/sysimage. Do a >chroot /mnt/sysimage >and you're in your Linux system nearly as if booted regularly. Martin thank you for writing that! I just used Linux Rescue for the first time and it works exactly as you described. Last night, the Compaq mouse on my wife's Psyche box wasn't detected. I used linux rescue, then tried kudzu, which only gave me a message about the printer, and then I read in the book, "Red Hat Linux 7.3 Bible" about mouseconfig which cured the problem. I'd installed the Compaq mouse as a MS Intellimouse, as suggested on the installation page for the mouse, but it turns out the mouse is a Logitech. For us newbies, there are thousands of little things like this we need to learn, to get up to speed with Linux. Lanny in Cali, Colombia, South America -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list
Re: mimencode and/or base64
On Thu, Nov 14, 2002 at 09:54:21PM -0800, Keith Morse wrote: > Okay, I'll bit. Now that metamail has been dropped from psyche, how do I > command line decode base64 files. How about the following, found via "apropos mime" under RHL 8.0: mewencode, mewdecode, mewcat - MIME encoder/decoder -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list
Re: RedHat 8.0 and TNT2 Ultra
On Sat, 2002-11-16 at 16:20, lovswr1 wrote: > > If you haven't downloaded the drivers from nVidia's site, then that's > > the first job. There's two files, a GLX file and a Kernel file. > > nVidia pre-compile the drivers, so you either need to match the kernel > > you are running (probably 2.4.18), > do kernel revisions make the above untrue? I have downloaded (via > up2date) 2.14.18-8..(I am on -7 now)..my nvidia drivers work (tnt 2 > non-ultra) on my current kernel..however when i try to build then under > -8 it tells me buildmaster is not installed - as root...I did get the -8 > src files as well. are there specific nvidia files for each 2.4.18-X? Going from 2.4.18-14 to 2.4.18-17 broke the nVidia drivers on my box. I'm visiting my folks with the laptop so haven't had change to upgrade the box with the nVidia card to 2.4.18-18 yet. I've not even got around to reading the release notes for the kernel update yet. I would expect it to break the nVidia drivers, since the modules are in /lib/modules/kernelversion/. I personally have the tar files on my box to recompile with each new kernel that I install- so have not looked at specific versions from nVidia. -- NAME: Adam Allen. EMAIL : [EMAIL PROTECTED] COMMENT : insert your favourite signature comment here 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
rpm-4.1-9 lockup problem found, fix within?
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=77988 From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20021003 Description of problem: rpm-4.1-1.06 was initially broken with some race condition that would cause lockups very often (with and without apt-get.) Since then rpm-4.1-9 was released as test packages. The reports of rpm-4.1-9 locking up may have been this bug in rpm that Conectiva fixed a few months ago. Those people who were using apt-get but aborted left behind __db* files which blocked rpm from working properly. Please check out these links: http://lists.freshrpms.net/pipermail/rpm-list/2002-November/002126.html http://bugzilla.conectiva.com/show_bug.cgi?id=4823 http://bugzilla.conectiva.com/show_bug.cgi?id=4688 The fix mentioned in the above links have subsequently been tested on Red Hat and SuSE, although I'm not exactly sure why it works since rpm itself (without apt-get) leaves behind __db* files after normal use. Could someone please explain how this works? Most of Conectiva's Bugzilla is in Portuguese so I cannot read their solution to this problem. Version-Release number of selected component (if applicable): Red Hat 8.0 How reproducible: Always Steps to Reproduce: 1. Use 3rd party apt-get. 2. CTRL-C abort before it finishes. Actual Results: rpm fails. Expected Results: rpm should be able to handle this situation. -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list
Re: Midnight Commander problem with RH 8.0
On Sat, Nov 16, 2002 at 11:50:33AM -0600, Mircea wrote: > > I recently installed Redhat 8.0 on my machine and I'm having a problem > with Midnight Commander. In Redhat 7.2, while in MC, I used to hit > "Enter" on a RPM file and browse its content. I could either install or > upgrade a package directly from MC. In RH8 however, some of the rpm's > are not browsable ... MC is showing "ERROR" when I try to browse them. > Is there a setting somewhere that I'm missing? Would the setting be called "[ ] Fix MC bugs"? ;-) I think it's just a bug. You might report the bug, but we need to know specifically which RPMs cause the problem. > And also , how should I set the X terminal so that is fully > compatible with MC? When i hit F10 to quit MC , the terminal's menu > bar gets activated and the keystroke doesn't "get" to MC. Edit->Keybindings Havoc -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list
Re: How to Play These Streaming Online Radio Feeds?
Ok, RealPlayer is up and running fine -- appreciate y'all pointing out my obvious flub! Now I have found another need for a player: When I click on LSITEN LIVE at http://www.dcradio700.com/ Mozilla doesn't bring up an app. What app do I need to load to handle the video/x-ms-asf please? Thanks again ... in advance! doc -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list
Re: which java, and JAVA_HOME?
Am Sam, 2002-11-16 um 16.44 schrieb James Jones: > What are the pros and cons of using the gcj Java versus Sun's, and if I > decide on gcj, what should I set JAVA_HOME to to make Ant happy? As I understand gcj, it aims at two alternatives a) to produce native binary code from java source Using it this way you have to recompile the ant source in to a (Linux) binary and may not need JAVA_HOME b) to produce Java VM code as an alternative to javac Using it this way you use ant just as usual with one of the available JVMs (Sun of IBM) and JAVA_HOME points to the JDK or JRE install directory (eg. /usr/lib/java or /opt/jdk_141) Peter -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list
KDE Multimedia problem with K 3.0.4 from src.
I upgraded to psyche right when it came out, and was disgusted with bluecurve and the way RH handled KDE, so I uninstalled KDE by rpm, and reinstalled from KDE source code. I am having all sorts of problems with Real Player, Noatun, XMMS, KSCD, and probably a few more, but that's the core that I want running. I have found that most run well as root, so I can only imagine that RH runs them suid root. Under 3.0.4 src that's not right. I have given a long list of multimedia files in /dev permissions to run for users other than root, typically 755 (I think), but I still haven't gotten the critical file. Any ideas? -- Rob Blomquist Kirkland, WA On the side of the software box, in the 'System Requirements' section, it said 'Requires Windows 95 or better'. So I installed Linux and lived happily ever after. -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list
Re: Boot Partition - Martin Stricker - Thank you!
On Sat, 2002-11-16 at 14:51, Lanny Marcus wrote: > For us newbies, there are thousands of little things like this we need > to learn, to get up to speed with Linux. > In this case, it is better to say: there are thousands of little things the anaconda installer needs to learn, to get up to speed with Linux. Bob Cochran Beltsville, Maryland, USA -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list
Re: Blue Puzzle Piece in Mozilla?
22megs via a 56k (try 28k typical) dialup out here in the woods? Ouch! Is there a smaller version that works? I am guessing not ... sigh. Guess I will start it later when I don't need bandwidth for other purposes. Right now gotta load up gPhoto for the kiddies Polaroid 320. Thanks! doc > Install Java. Sun's Java is at java.sun.com. > Matthew Saltzman -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list
Re: How to Play These Streaming Online Radio Feeds?
On Sat, 2002-11-16 at 21:51, Dr. David M. Colburn wrote: > Ok, RealPlayer is up and running fine -- appreciate y'all pointing > out my obvious flub! > > Now I have found another need for a player: > > When I click on LSITEN LIVE at http://www.dcradio700.com/ Mozilla > doesn't bring up an app. > > What app do I need to load to handle the video/x-ms-asf please? mplayer, there are a bunch of rpms over at freshrpms.net The following lists were the ones I needed, simply download them all to a single directory, then "rpm -ivh *.rpm" aalib-1.4rc4-fr3.i386.rpm divx4linux-4.0-fr2.20011025.i386.rpm lame-3.92-fr5.i386.rpm libdv-0.98-fr2.i386.rpm libdvdcss-1.2.2-fr2.i386.rpm libdvdread-0.9.3-fr2cvs.i386.rpm lirc-0.6.5-fr3.i386.rpm mplayer-0.90pre8-fr2.i386.rpm mplayer-skins-1.1-fr1.noarch.rpm You will need the codec package from- I'm can't convinced by google that they need to go into /usr/lib/win32 put am not 100% sure. http://www.mplayerhq.hu/homepage/dload.html bunzip2 w32codec.tar.bz2(assuming from your home-dir ~/) tar xvf w32codec.tar mkdir /usr/lib/win32(super-user) cd /usr/lib/win32 mv ~/w32codec-0.90/* /usr/lib/win32/ Then gmplayer someurl-pointing-to-windows-media.asx - this needs to be the actual url pointing to the asx file; I tend to view-source on the pages to read between the html embed tags to find the media source. It might be as simple as when mozilla asks what to do with video/ms-asx to just enter "gmplayer" as the command. Personally I don't mind fiddling around. -- NAME: Adam Allen. EMAIL : [EMAIL PROTECTED] COMMENT : insert your favourite signature comment here 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: video problem
>>> [EMAIL PROTECTED] 11/16/02 11:20 AM >>> On Fri, 15 Nov 2002, Linn Kubler wrote: > [EMAIL PROTECTED] wrote: > On Thu, 14 Nov 2002, Linn Kubler wrote: >> Question is then, how can I correct this? I should also mention that >> during the installation, when it let me pick the graphics card and >> test it I couldn't get it to display any resonable resolution. This >> card was listed in the selection list but it would just blink and go >> right back when I hit the test button, regardless of the resolution >> setting. >> > What chip is the card based upon? Is it a savage? Do a `grep "savage" > > /etc/X11/XF86Config" or a `grep -i "savage" /var/log/XFree86.0.log ' > and post the output here. If it is a savage then it should be > possible to get it working. Actually, given that you suspect that the XF86COnfig is inappropriate that doesn't help much. It would be better to do a "/sbin/lspci -v | grep VGA" and then a "/sbin/lspci -n". Matching up the output of the PCI bus info for the VGA controller from the first output with latter output will give the exact chipset. However, from a quick Google of the XFree86 site and the information provided below this is not necessary. Also, it's definitely not a savage, which is what I had some extra information on which might have helped. > > Chipset looks to be S3. When I looked at the XF86Config file I don't No. It's Rendition/Micron http://www.xfree86.org/4.2.1/Status27.html#27 Replace the Driver "vga" with Driver "rendition" in the XF86Config file. > see the Stealth II S220 at all. It does have a section for "Device" and > "Screen". > > "Device" shows the Identifier as "Rendition Verite 2x00" > "Driver" is "vga" > VendorName = "Rendition Verite 2x00" > BoardName = "Rendition Verite 2x00" > Try the following: First, backup your exisiting /etc/X11/XF86config somewhere and then as root, from the command-line: "XFree86 -configure" this will generate a basic /etc/X11/XF86Config file. Examine it to see if the Driver "rendition" line is put in there. If it isn't then edit it in by hand and try starting the server. I guess the question still remains as to why the installation program didn't pick up this chip properly though. I think you should maybe ask on the redhat-xfree86 list for further help Thanks for the suggestion, I tried it and checked for the "rendition" line and it is there. However, when I run startx it starts up but is unusable. Looks like the horizontal sync is out. Had to shutdown the server to recover. I'll go ahead an post this question on the xfree86 list but I'll check back here too for any additional suggestions and report any success. Thanks All, Linn -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list
Importing Outlook Express 6 messages into Mozilla Mail 1.0.1
Hello everyone: I am trying to Import the Messages from MS Outlook Express 6, for my main e-mail account, into Mozilla 1.01. The Mozilla Mail Help says that one can Import messages from Outlook Express, but when I try to do that, the only format is supports is Netscape Communicator 4.x. I am able to access my VFAT partition and have Imported the Outlook Express Address Book (as a .CSV file) into Mozilla Mail, but now I'm stuck. According to the Package Management, Add or Remove Packages, for Graphical Internet Packages, Netscape is not one of the RPM's available for installation. Seems like I read in the Release Notes or documentation that was the case. If someone can explain how to do this, hopefully in terms I (and other Newbies with this problem) can understand, I will be very grateful. One of the reasons I decided against Evolution for my e-mail client was that it said it cannot Import from Outlook Express. The other reason I chose against it was I was unable to copy from a message and paste into a Compose Window. Another question is what e-mail clients for Psyche permit Importing Messages and Address Books from MS Outlook Express 6? TIA for your time and help! Lanny in Cali, Colombia, South America -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list
Re: Re: mimencode and/or base64
> "Dale" == Dale writes: >> Keith Morse wrote: Okay, I'll bite. Now that metamail has been >> dropped from psyche, how do I command line decode base64 files? Dale> How about the following, found via "apropos mime" under RHL 8.0: Dale> mewencode, mewdecode, mewcat - MIME encoder/decoder FYI, you need to install mew-common-2.2-5.i386.rpm (on RH 8.0 CD-3) to get these functions. -- Ron Olsen [EMAIL PROTECTED] Boulder Colorado -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list
Re: video problem
On Sat, 16 Nov 2002, Linn Kubler wrote: > Oisin Feeley wrote: > Try the following: > > First, backup your exisiting /etc/X11/XF86config somewhere and then as > root, from the command-line: "XFree86 -configure" this will generate a > basic /etc/X11/XF86Config file. Examine it to see if the Driver > "rendition" line is put in there. If it isn't then edit it in by hand > and > try starting the server. > > I guess the question still remains as to why the installation program > didn't pick up this chip properly though. I think you should maybe ask > on > the redhat-xfree86 list for further help > > Thanks for the suggestion, I tried it and checked for the "rendition" > line and it is there. However, when I run startx it starts up but is So, then XFree86 does decide that this is not an S3 chip and that the appropriate driver is "rendition". > unusable. Looks like the horizontal sync is out. Had to shutdown the > server to recover. > > I'll go ahead an post this question on the xfree86 list but I'll check > back here too for any additional suggestions and report any success. > Hopefully you'll get some more help there, but I think I saw that Mike A. Harris also answered in this thread? He's Red Hat's XFree86 guy and is most likely to be able to help. Other places to try are on the xfree86 lists themselves. There are two: xpert and newbie http://www.xfree86.org/mailman/listinfo and the best thing would be to post first on newbie asking if anyone has a sample XF86Config and then to ask on Xpert if you get no answers on newbie. (You'll need to make sure that your monitor horiz/vert refresh rates are adjusted properly in the XF86Config). Sorry I can't be more help. Oisin Feeley -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list
anaconda problem: annoyance
I have an Epson C80 printer connected to LPT1 that after suffering with CUPS under RH7.3 was detected and installed automagically by anaconda. Now, every time I boot the machine up, leaving the printer off, I get Anaconda wanting to uninstall the drivers. I am getting rather weary of this annoyance, and wonder if there is a way to stop it. I imagine that I could stop anaconda from running at boot, but is there another way? Rob -- Rob Blomquist Kirkland, WA On the side of the software box, in the 'System Requirements' section, it said 'Requires Windows 95 or better'. So I installed Linux and lived happily ever after. -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list
Re: Importing Outlook Express 6 messages into Mozilla Mail 1.0.1
On Sat, 2002-11-16 at 23:20, Lanny Marcus wrote: > Hello everyone: > > I am trying to Import the Messages from MS Outlook Express 6, for my > main e-mail account, into Mozilla 1.01. The Mozilla Mail Help says that > one can Import messages from Outlook Express, but when I try to do that, > the only format is supports is Netscape Communicator 4.x. > > I am able to access my VFAT partition and have Imported the Outlook > Express Address Book (as a .CSV file) into Mozilla Mail, but now I'm stuck. > > According to the Package Management, Add or Remove Packages, for > Graphical Internet Packages, Netscape is not one of the RPM's available > for installation. Seems like I read in the Release Notes or > documentation that was the case. > > If someone can explain how to do this, hopefully in terms I (and other > Newbies with this problem) can understand, I will be very grateful. I've just looked on a Windows machines running Mozilla 1.1, and it has the option for Outlook Express as an import. My guess is that it may be dependent upon some Windows DLL's to actually do the import. > One of the reasons I decided against Evolution for my e-mail client was > that it said it cannot Import from Outlook Express. The other reason I > chose against it was I was unable to copy from a message and paste into > a Compose Window. I find Evolution much better than Mozilla, it might import data from Mozilla's mail store- though I've not tried. Evolution 1.2 seems much more improved to me, so the new version of Evolution might appeal more (read back on this list for more info)- once you get data across from Windows. I don't understand you not been able to copy from a message to a new compose window. That certainly works for me, highlight the text w/mouse to copy, then middle (or both) mouse button(s) to paste. Maybe I've misunderstood what you mean. -- NAME: Adam Allen. EMAIL : [EMAIL PROTECTED] COMMENT : insert your favourite signature comment here 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: Importing Outlook Express 6 messages into Mozilla Mail 1.0.1
Lanny Marcus wrote: > I am trying to Import the Messages from MS Outlook Express 6, for my > main e-mail account, into Mozilla 1.01. The Mozilla Mail Help says > that one can Import messages from Outlook Express, but when I try to > do that, the only format is supports is Netscape Communicator 4.x. > According to the Package Management, Add or Remove Packages, for > Graphical Internet Packages, Netscape is not one of the RPM's > available for installation. Seems like I read in the Release Notes or > documentation that was the case. Netscape was replaced by Mozilla, and that's somewhere in the release notes (maybe not psyche but earlier). > Another question is what e-mail clients for Psyche permit Importing > Messages and Address Books from MS Outlook Express 6? I'm not sure, because I don't use KDE, but I was told that Kmail is able to import from Outlook Express, and the files Kmail uses can be used by Mozilla as well. The other possibility is to import the Outlook Express mails into Netscape or Mozilla *in Windows* (because in Windows there is a MAPI thing that allows the import). Best regards, Martin Stricker -- Homepage: http://www.martin-stricker.de/ Linux Migration Project: http://www.linux-migration.org/ Red Hat Linux 7.3 for low memory: http://www.rule-project.org/ Registered Linux user #210635: http://counter.li.org/ -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list
Video Card recommendation
I need to buy a new Video Card, my ideal card would be well supported on RH linux, has good 2D performance, AGP4X based and has 64MB DDR memory. Any suggestion highly appreciated. -- Nadim Bitar <[EMAIL PROTECTED]> -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list
Re: RedHat 8.0 and TNT2 Ultra
I just successfully upgraded to 2.4.18-18 while maintaining my NVidia video drivers installation. You need the source RPM files to to accomplish this. Here's how I did it: Upgrade to kernel 2.4.18-18 via RHN Reconfigure XFree86 to use the vesa driver. Reboot to the new kernel switch to runlevel 3 (init 3) uninstall the old NVidia drivers removing the GLX driver first! ( rpm -e NVIDIA_GLX-1.0-3123 and then rpm -e NVIDIA_kernel-1.0-3123) Uninstall the old kernel (rpm -e kernel-2.4.18-17.8.0) Delete the modules directory for the old kernel (rm -Rf /lib/modules/2.4.18-17.8.0) Rebuild new NVidia rpms for the new kernel from source (rpmbuild -rebuild -target i686 NVIDIA_kernel-1.0-3123.src.rpm NVIDIA_GLX-1.0-3123.src.rpm) Copy / move the new RPMs from /usr/src/redhat/RPMS/i686 to a convenient place install the new RPMs starting with the NVIDIA_kernel one Reconfigure XFree86 back to use the nvidia driver That's it. It's a pain to do but it works consistently for me. Cheers, Chris WIlliams On Sat, 2002-11-16 at 14:04, Mr. Adam ALLEN wrote: On Sat, 2002-11-16 at 16:20, lovswr1 wrote: > > If you haven't downloaded the drivers from nVidia's site, then that's > > the first job. There's two files, a GLX file and a Kernel file. > > nVidia pre-compile the drivers, so you either need to match the kernel > > you are running (probably 2.4.18), > do kernel revisions make the above untrue? I have downloaded (via > up2date) 2.14.18-8..(I am on -7 now)..my nvidia drivers work (tnt 2 > non-ultra) on my current kernel..however when i try to build then under > -8 it tells me buildmaster is not installed - as root...I did get the -8 > src files as well. are there specific nvidia files for each 2.4.18-X? Going from 2.4.18-14 to 2.4.18-17 broke the nVidia drivers on my box. I'm visiting my folks with the laptop so haven't had change to upgrade the box with the nVidia card to 2.4.18-18 yet. I've not even got around to reading the release notes for the kernel update yet. I would expect it to break the nVidia drivers, since the modules are in /lib/modules/kernelversion/. I personally have the tar files on my box to recompile with each new kernel that I install- so have not looked at specific versions from nVidia. "If you get to thinkin' you're a person of some influence, try orderin' someone else's dog around." --Cowboy Wisdom
Re: Importing Outlook Express 6 messages into Mozilla Mail 1.0.1
>Message: 11 Subject: Re: Importing Outlook Express 6 messages into >Mozilla Mail 1.0.1 From: "Mr. Adam ALLEN" ><[EMAIL PROTECTED]> To: [EMAIL PROTECTED] >Organization: Date: 17 Nov 2002 00:44:23 + Reply-To: >[EMAIL PROTECTED] --=-h0bq3hxMrP7P//PGQUWC Content-Type: Adam wrote: >I've just looked on a Windows machines running Mozilla 1.1, and it has >the option for Outlook Express as an import. My guess is that it may be >dependent upon some Windows DLL's to actually do the import. Mozilla 1.01 in Linux does not have that feature (although the Help says that it does). I do have Mozilla 1.1 on that box on MS Windows, so I am going to try to Import first into Mozilla 1.1 as Martin suggested (below). Thanks! > once you get data across from Windows. I can access the VFAT data without any problem from Linux, the problem is importing the Outlook Express 6 messages into Mozilla Mail 1.0.1 >I don't understand you not been able to copy from a message to a new >compose window. That certainly works for me, highlight the text w/mouse >to copy, then middle (or both) mouse button(s) to paste. Maybe I've >misunderstood what you mean. I haven't tried that method, but I will try it. The method that does *NOT* work for me in Evolution Mail is the drop down menu, "Edit, Copy" and then "Edit, Paste", which works for me in Kmail and Mozilla Mail 1.0.1, without any problem. >Message: 12 >>>Date: Sun, 17 Nov 2002 01:45:48 +0100 From: Martin Stricker <[EMAIL PROTECTED]> >Organization: http://martin-stricker.de/ http://www.surfo.net/ > http://www.masterportal24.com/cgi-bin/YaBB.cgi >To: [EMAIL PROTECTED] >Subject: Re: Importing Outlook Express 6 messages into Mozilla Mail >1.0.1 >Reply-To: [EMAIL PROTECTED] Martin wrote: >Netscape was replaced by Mozilla, and that's somewhere in the release >notes (maybe not psyche but earlier). Yes. I read it in the Psyche Release Notes, a few minutes ago. >I'm not sure, because I don't use KDE, but I was told that Kmail is >able to import from Outlook Express, and the files Kmail uses can be >used by Mozilla as well. The other possibility is to import the Outlook >Express mails into Netscape or Mozilla *in Windows* (because in Windows >there is a MAPI thing that allows the import). Thanks! I am going to try Importing my Outlook Express 6 Messages into Mozilla Mail 1.1 in MS Windows on that box and then see if I can Import the Messages into Mozilla Mail 1.0.1 in Linux, since it's dual boot and I have no problem accessing the data on the VFAT partition. Special thanks to both of you, Adam and Martin, for replying to me! Lanny -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list
Re: Video Card recommendation
There have been some lengthy threads on video cards that you might want to check out -- I think either on the Limbo list archives or on this list, and possibly both. As to AGP 4x compatibility -- that means the card is compatible with 1.5v AGP slots. Some new motherboards take only 1.5v AGP cards and you have to make sure the card is compatible -- just moving an AGP 2x card to a 4x only AGP slot may damage the motherboard. Some motherboard manuals warn you about this. Some don't. This is a lesson I'm learning a little late in the day. I have the manuals for an ATI Radeon 9000 Pro and a PNY Verto GeForce4 MX 420 here. Both are AGP cards. Neither tells you specifically what the voltage requirement of the card is or gives any caution about motherboard requirements. Which I think is stupid, at best. You will find on ATI's web site that the Radeon 9000 is indeed 1.5v compliant. I have yet to see this same information for the Verto card, the manual just says "AGP 2x or better". Thanks Bob Cochran Greenbelt, Maryland, USA On Sat, 2002-11-16 at 20:59, Nadim Bitar wrote: > I need to buy a new Video Card, my ideal card would be well supported on > RH linux, has good 2D performance, AGP4X based and has 64MB DDR memory. > Any suggestion highly appreciated. > > -- > Nadim Bitar <[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
database front end gui
Hvae any of you run pgAccess? Are there any other non-proprietary, gpl database gui front ends? I am having difficulty with pgAccess. I htink it may be an issue with my Postgres set up. I seem to be unable to create a non-root user, but cannot sign in as "su postgres '. I want to catalog my books and do a few other things. Ideas? Tony http://www.School-Library.net Read, Connect, Learn! _ Select your own custom email address for FREE! Get [EMAIL PROTECTED] w/No Ads, 6MB, POP & more! http://www.everyone.net/selectmail?campaign=tag -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list
grip - no file
Lame grip question: select a track by right click, go to rip tab Select `rip only' It completes I see no chance to give a file name or destination. I see no file appear in current directory. Where is the file created? -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list
Re: Video Card recommendation
On Saturday 16 November 2002 07:59 pm, you wrote: > I need to buy a new Video Card, my ideal card would be well > supported on RH linux, has good 2D performance, AGP4X based and > has 64MB DDR memory. Any suggestion highly appreciated. -Visiontek w/ nVidia Geforce4 -PNY w/ nvidia Geforce4 -Matrox G450 or 550 All under $100.00 -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list
RE: bash and perl output of 'hello' with no \n doesn't work
quitcherbitchen. You got caught blaming the distro for something you f*d up. David Willson MCT, MCSE, Network+, A+, Linux Enthusiast http://TheGeek.NU -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Marc Murphy Sent: Saturday, November 16, 2002 8:00 AM To: [EMAIL PROTECTED] Subject: Re: bash and perl output of 'hello' with no \n doesn't work Not a bug? Hmm, I guess a car manufacturer could just switch the brake and gas pedal around. The car would still work, but it would just behave a bit differently for those who didn't know about the change. Yeah, we know what's going on now with the prompt, but it doesn't mean it's not screwed up. Anyhow if you want to take the attitude that Psyche is great and the users need to read more manuals before attempting to use it then fine. Mike Harris wrote: Why? You're doing something that is inherently broken. If you slow everything down so that it is visible, you will see "hello" displayed, then see the program return to bash, which displays the prompt. The prompt overwrites the line because there was no trailing newline. Go ahead and miss Psyche. Spend the time reading programming manuals to learn how stuff works instead. -- 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: recompile kernel 2.2.18-3
Ha Tu wrote: > > Hi, > > I received a message "warning: Clock skew detected. > Your build may be incomplete." while running "make" or > "make clean" > > Does anyone please tell me the reason why? > > __ > Do you Yahoo!? > Yahoo! Web Hosting - Let the expert host your site > http://webhosting.yahoo.com > > -- > Psyche-list mailing list > [EMAIL PROTECTED] > https://listman.redhat.com/mailman/listinfo/psyche-list Try this: find "path of source files directory" -exec touch {} \; Somebodies clock is not synced. -- By all means marry. If you get a good wife you will become happy, and if you get a bad one you will become a philosopher. --Socrates -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list