Re: ACPI support in Gnome
Hm, I'm myself not a linux expert, and, more over, am using KDE. I'm not experienced with Gnome, so I'm sorry. At least I found out the following: in order for applications to control battery status, they must be able to get the infos from the /proc/acpi directory. If you compiled ACPI battery status as a module, it won't be loaded, and thus, applications cannot read the info. I advice you to compile the options hard into the kernel. So far my knowledge. Feel free to tell me more if you get the latest infos. I will be interesting! Regards, Arthur On Mon, 2003-02-24 at 03:04, Rodrigo Pereira wrote: > Arthur, > > This acpi tool, akpi can be used in redhat ? > In gnome 1.4 there is an applet that controlls the battery status, but it > doesn't work with acpi. > > I search in the net about an applet with acpi support on gnome 1.4 and 2.0 but > didn't find out. I saw some applets in some pages that has this support, but > I don't know how to start them in gnome. Do you know hot to do it ? > > Thanks for you help!!! > > Regards, > Rodrigo. > > Arthur Mueller wrote: > > > Dear Rodrigo, > > > > though I've no solution perhaps I can give you a hint. Mandrake has just > > cool tools built into their latest release, i.e. they are the only ones > > offering a KDE applet monitoring battery status when acpi is activated. > > This applet is called kacpi. See rpmseek.net. > > > > No idea, wheather equivalent tools are available for Gnome, nor if > > RedHat offers anything... > > > > Regards, > > Arthur > > > > On Wed, 2003-02-19 at 07:07, Rodrigo Pereira wrote: > > > Folks, > > > > > > I installed Red Hat 7.3 on my laptop with Gnome 1.4. My laptop has a > > > ACPI power management, so I had to recompile the kernel. My kernel is > > > 2.4.20 and it recognizes ACPI, but the gnome battery applet didn't. Do > > > you know if gnome 2.0 that comes with Red Hat 8 has a battery applet > > > that supports ACPI ? > > > > > > Do you know other way for the battery applet shows the battery status in > > > gnome 1.4 ? > > > > > > Thanks for your help. > > > > > > Best Regards, > > > Rodrigo. > > > > > > > > > > > > > > > -- > > > redhat-list mailing list > > > unsubscribe mailto:[EMAIL PROTECTED] > > > https://listman.redhat.com/mailman/listinfo/redhat-list > > > > > > > -- > > redhat-list mailing list > > unsubscribe mailto:[EMAIL PROTECTED] > > https://listman.redhat.com/mailman/listinfo/redhat-list > > > > > > > > -- > redhat-list mailing list > unsubscribe mailto:[EMAIL PROTECTED] > https://listman.redhat.com/mailman/listinfo/redhat-list > -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list
Re: ACPI support in Gnome
Dear Rodrigo, though I've no solution perhaps I can give you a hint. Mandrake has just cool tools built into their latest release, i.e. they are the only ones offering a KDE applet monitoring battery status when acpi is activated. This applet is called kacpi. See rpmseek.net. No idea, wheather equivalent tools are available for Gnome, nor if RedHat offers anything... Regards, Arthur On Wed, 2003-02-19 at 07:07, Rodrigo Pereira wrote: > Folks, > > I installed Red Hat 7.3 on my laptop with Gnome 1.4. My laptop has a > ACPI power management, so I had to recompile the kernel. My kernel is > 2.4.20 and it recognizes ACPI, but the gnome battery applet didn't. Do > you know if gnome 2.0 that comes with Red Hat 8 has a battery applet > that supports ACPI ? > > Do you know other way for the battery applet shows the battery status in > gnome 1.4 ? > > Thanks for your help. > > Best Regards, > Rodrigo. > > > > > -- > redhat-list mailing list > unsubscribe mailto:[EMAIL PROTECTED] > https://listman.redhat.com/mailman/listinfo/redhat-list > -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list
Re: ACPI on Sony Vaio Laptop
Dear Cliff, two weaks ago I tried the same thing with an Acer notebook. Unfortunatelly I had no time to rewrite my results into this mailing list. But, I'll do as soon as I have 2 seconds left... :-) You need a kernel from kernel.org since the patch from sourceforge will not work with pre-patched redhad-kernels. Go to http://www.kernel.org and get the kernel 2.4.20. It's the latest stable one. Then get the acpi-patch from sourceforge for the kernel 2.4.20. Be patient, the versions must be matching! For infos how to patch a kernel see man patch. You will need to recompile your kernel. You know how to do it? If not, tell us and we will help you. In the configuratoin menu, disable apm and therefore activate acpi. Recompile your kernel and yeah, your fan powers down and your notebook runs cool! Kind regards, Arthur On Sat, 2003-02-22 at 16:09, Cliff Diamond wrote: > Hi All, > > I'm trying to get ACPI (battery and suspend functions) working on my Vaio > PCG-GR290P. I'm a bit confused as to whether the kernel in Red Hat 8.0 includes ACPI > support. ACPI is certainly not working on my laptop, yet there's the Battery Charge > Monitor utility that would imply there's support in there somewhere. > > Hunting around the Net it seems I might need to rebuild the kernel with the latest > ACPI patches, but I've never done that before and don't even know if it's necessary. > > Can anyone help? > > Many thanks. > > Cliff Diamond -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list
Re: Kernel build compile errors
If within a compile gcc tells you, that functions are not known, it means, that headers are missing. Try to install the kernel headers. Either you've them anyway or you install the package glibc-kernheaders.xxx.rpm. This should solve the problem. Good luck! Arthur On Wed, 2003-02-12 at 17:02, Mike Wooding wrote: > > > I tried to make a new kernel on my newly > > installed RH 8.0. > > > > cd /usr/src/linux-2.4 > > make xconfig > > make dep > > make bzImage > > > > I get compile errors == > > > > make[1]: Entering directory > > `/usr/src/linux-2.4.18-14/arch/i386/kernel' > > gcc -D__KERNEL__ -I/usr/src/linux-2.4.18-14/include > > -Wall -Wstrict-prototypes -Wno-trigraphs -O2 > > -fno-strict-aliasing -fno-common > > -fomit-frame-pointer > > -pipe -mpreferred-stack-boundary=2 -march=i686 > > -nostdinc -I > > /usr/lib/gcc-lib/i386-redhat-linux/3.2/include > > -DKBUILD_BASENAME=apic -c -o apic.o apic.c > > apic.c: In function `get_maxlvt': > > apic.c:44: warning: implicit declaration of function > > `apic_read' > > apic.c: In function `clear_local_APIC': > > apic.c:64: warning: implicit declaration of function > > `apic_write_around' > > apic.c:94: warning: implicit declaration of function > > `apic_write' > > apic.c: In function `verify_local_APIC': > > apic.c:159: warning: implicit declaration of > > function > > `Dprintk' > > apic.c: In function `sync_Arb_IDs': > > apic.c:212: warning: implicit declaration of > > function > > `apic_wait_icr_idle' > > apic.c: In function `setup_local_APIC': > > apic.c:422: `nmi_watchdog' undeclared (first use in > > this function) > > apic.c:422: (Each undeclared identifier is reported > > only once > > apic.c:422: for each function it appears in.) > > apic.c:422: `NMI_LOCAL_APIC' undeclared (first use > > in > > this function) > > apic.c:423: warning: implicit declaration of > > function > > `setup_apic_nmi_watchdog' > > apic.c: In function `detect_init_APIC': > > apic.c:640: `nmi_watchdog' undeclared (first use in > > this function) > > apic.c:640: `NMI_NONE' undeclared (first use in this > > function) > > apic.c:641: `NMI_LOCAL_APIC' undeclared (first use > > in > > this function) > > apic.c: In function `init_apic_mappings': > > apic.c:669: `FIX_APIC_BASE' undeclared (first use in > > this function) > > apic.c: In function `smp_apic_timer_interrupt': > > apic.c:1068: structure has no member named > > `apic_timer_irqs' > > apic.c:1074: warning: implicit declaration of > > function > > `ack_APIC_irq' > > apic.c: In function `APIC_init_uniprocessor': > > apic.c:1167: `nmi_watchdog' undeclared (first use in > > this function) > > apic.c:1167: `NMI_LOCAL_APIC' undeclared (first use > > in > > this function) > > apic.c:1168: warning: implicit declaration of > > function > > `check_nmi_watchdog' > > make[1]: *** [apic.o] Error 1 > > make[1]: Leaving directory > > `/usr/src/linux-2.4.18-14/arch/i386/kernel' > > make: *** [_dir_arch/i386/kernel] Error 2 > > > > > > > > My .config file is the same as (I copied > > I tried copying /boot/config-2.4.18-14 to > > /usr/src/linux-2.4/.config (presumably what > > the install process used to build the > > original kernel?) to rule out bad config. > > ??? > > > > = > There are only 10 kinds of people in the world. > Those who understand binary and those who don't. > > __ > Do you Yahoo!? > Yahoo! Shopping - Send Flowers for Valentine's Day > http://shopping.yahoo.com > > > > -- > redhat-list mailing list > unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe > https://listman.redhat.com/mailman/listinfo/redhat-list > -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list
Re: GeForce 4 and RH 7.3
Well, I made bad experiences with the generic driver. It's always better to download drivers from nvidia. So go to www.nvidia.com, klick on download drivers, then linux, and chose one of the IA32 drivers. If unsure, select the NVchoser.sh shell script which tells you which driver to download. If you agree I'll send you all the files directly to your email account. Hey? Good luck, Arthur Miller On Wed, 2003-02-12 at 14:57, Christopher Henderson wrote: > I have a friend who has a GeForce 4 MX something another and wants to > install RH 7.3 to learn oracle for her class. She cares nothing for 3D > acceleration or games - will the generic nv drivers in 7.3 support her > newer graphics card for 2D acceleration? > > Thnx, > ~Christopher > > > > -- > redhat-list mailing list > unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe > https://listman.redhat.com/mailman/listinfo/redhat-list > -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list
Re: Turning the beep off.
Hm. I feel the same with you. My Acer does the same. Couriously, once went to X-mode and then left it turns off the beep. Why, knows the hell... Of course, it's not a solution. Sorry. On Wed, 2003-02-12 at 10:54, Ronald Hermans wrote: > Hi list. > > I've installed RH80 on my Dell Notebook without X. When working on it and > typing the wrong key it will give me a loud beep which is keeping my son > awak and is very annoying. > How can I turn it off? > > TIA. > > > Ronald Hermans > QA Manager > Every Angle > http://www.every-angle.com > mailto:[EMAIL PROTECTED] > > > > > > -- > redhat-list mailing list > unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe > https://listman.redhat.com/mailman/listinfo/redhat-list > -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list
Re: problems compiling a kernel: from a newbie
Two days ago I had the same problem with RH 7.3. I'm not shure weather I can help you, but my problem were the missing kernel-headers. Notice the following deps: gcc needs glibc-devel, which needs kernel-headers > 2.2 But: a packet kernel-headers doesn't exist. Therefore install glibc-kernheaders-2.4-xx.rpm Then make dep clean bzImage modules modules_install should work. If not, I don't know... Good luck! On Wed, 2003-02-12 at 04:55, Darren R. Gitelman wrote: > Dear list: > > I'm sure I'm doing something wrong, but don't know what it is or how to > solve it. I've gotten to the make dep part of making a kernel kernel and > several dependencies seem unfulfilled. > > In particular it cannot find stddef.h (which seems to be sitting in > /usr/include/linux) > and a file called stdarg.h which seems to be buried away in > /usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/include) > and it complains that it cannot find the file limits.h which is included in > limits.h > > This all started when I upgraded to redhat 8.0 (or tried to). The installer > said we recommend you change to an ext3 filesystem, but it seemed to forget > to include ext3 support in the kernel with the install. So.. none of the > filesystems want to mount. > > I have booted using Tomsrtbt, mounted the filesystems appropriately, > chroot, and I'm trying to build kernel 2.4.20 to get around this problem. > > thanks, > Darren > > - > Darren R. Gitelman, M.D. > Cognitive Neurology and Alzheimer¹s Disease Center > E-mail: [EMAIL PROTECTED] > WWW: http://www.brain.northwestern.edu > Voice: (312) 908-9023 > Fax: (312) 908-8789 > Northwestern Univ., 320 E. Superior St., Searle 11-470, Chicago, IL 60611 > - > > > > -- > redhat-list mailing list > unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe > https://listman.redhat.com/mailman/listinfo/redhat-list > -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list
RE: First results => APM on Laptops
On Wed, 2003-02-12 at 00:02, Lon Lentz wrote: > > If I gave you the impression to run APM instead of ACPI, I apologize. :-))) Oh, no! It's just right! I only wanted to try this option regardless weather is's logic or not. Hey, students have much time, isn't it? If > your notebook supports ACPI, you need to compile ACPI into the kernel > without APM. Also, deselect APIC as it conflicts with ACPI (as I have read > in numerous places). > > Did you apply the ACPI kernel patch from sourceforge? I'm working on it. For me, midnight has passed and it's time to go to bed... > > Getting power management to work for laptops is not an easy thing. It took > me several months of reading and experimenting. Gosh! It's so motivating. Anyway... nothing's impossible! :-) > > -Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Arthur Mueller > Sent: Tuesday, February 11, 2003 5:48 PM > To: RedHat-List > Subject: First results => APM on Laptops > > > Dear community, > > back to the original problem: > - Laptop Acer TravelMate 630 latest model 1 week old > - RedHat Linux 7.3 > - Kernel 2.4.20 from kernel.org > - APM compiled; ACPI left out > - laptop supporting ACPI > > Lon Lentz gave me advice to recompile the kernel without ACPI but with > APM. I did so. Here are the first (disappointing) results: > > > > -- > redhat-list mailing list > unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe > https://listman.redhat.com/mailman/listinfo/redhat-list > -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list
First results => APM on Laptops
Dear community, back to the original problem: - Laptop Acer TravelMate 630 latest model 1 week old - RedHat Linux 7.3 - Kernel 2.4.20 from kernel.org - APM compiled; ACPI left out - laptop supporting ACPI Lon Lentz gave me advice to recompile the kernel without ACPI but with APM. I did so. Here are the first (disappointing) results: [A] general - typing # apm -v running the machine only with batteries causes the same fault output # AC on-line, no system battery [B] terminal mode (without X) - typing # apm -s (for suspend) forces the machine to go to sleep. Fan, hdd and everything's powered off. The sleep-led is activated. => That's right. But: the system does not wake up. => Shit! - typing # apm -S (for standby) switches off screen and hdd, but no fan and no cpu. => is it right? At least, the system wakes up ;-) [C] X11-mode (graphical with KDE 3.0) - typing # apm -s (for suspend) tries to send the machine to sleep, but if fails. The computer hangs up somewhere, screen is off and nothing works. Waking up impossible. - typing # apm -S (for standby) sends the machine to standby-mode with the same results as in terminal mode. Waking up is also possible, but after that, resizing windows, drag and drop as well as possibly other X-features are not working. => Big Questionmark ??? Is it the kernel, is it the laptop or is it me who is to stupid to set up apm right? Is it possible the hardware only understands ACPI but not APM, what reason ever? What to do? Thanks, Arthur -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list
RE: APM -> ACPI support on Laptops
Ah yeah. Sounds good. Well, I'm no longer using the RedHat kernel - instead I installed 2.4.20 from kernel.org. So the ACPI-patches should work. I'll keep you up to date - weather I succeed or not. Here in Germany it's going to be very very late... :-) Regards, Arthur Miller On Tue, 2003-02-11 at 22:23, Lon Lentz wrote: > > Everything I have ever read on power management states that the kernel > will unload the ACPI stuff if it then loads APM. The other thing to get ACPI > running is to turn APIC off as it conflicts. > > The problem with the kernel patches is you need to find an ACPI patch for > the specific Redhat kernel you have because Redhat patches the kernel with a > lot of their own stuff. And the patch will either not install properly or > cause other problems. > > One choice is to pull the plain kernel from kernel.org and then the ACPI > patch from sourceforge. The only problem with this is that you will lose all > of the Redhat specific patches. I don't know any details on what these are. > > I run Redhat on all of my servers but I run Mandrake on my laptop (I know, > Heresy!!). There is a Mandrake kernel in their cooker section for their > current distro that has the latest ACPI patches installed. It handles my > Compaq Presario's power management quite well (including internal fans and > cpu throttling). It also talks well with aKpi. > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Arthur Mueller > Sent: Tuesday, February 11, 2003 3:56 PM > To: [EMAIL PROTECTED] > Subject: RE: APM -> ACPI support on Laptops > > > Yea, the notebook should support ACPI as it is only one week old. In a > very detailed article on ACPI with Linux some geeks write that > 1. you still need APM. Why, dont' ask me. But I try removing it from the > kernel. > 2. currently only SuSE 8.1 distributes a patched kernel with full ACPI > support. All the other kernels, inlcuding RedHat and kernel.org, won't > work without an acpi-patch from sourceforge. > > I'm on the way to test it but failed in proceeding as I don't know how > to patch a kernel. *sorry* Can you give me some advice here? I've a > *.diff file. What do to with it? > > Regards, > Arthur > > > > -- > redhat-list mailing list > unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe > https://listman.redhat.com/mailman/listinfo/redhat-list > -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list
RE: APM -> ACPI support on Laptops
Yea, the notebook should support ACPI as it is only one week old. In a very detailed article on ACPI with Linux some geeks write that 1. you still need APM. Why, dont' ask me. But I try removing it from the kernel. 2. currently only SuSE 8.1 distributes a patched kernel with full ACPI support. All the other kernels, inlcuding RedHat and kernel.org, won't work without an acpi-patch from sourceforge. I'm on the way to test it but failed in proceeding as I don't know how to patch a kernel. *sorry* Can you give me some advice here? I've a *.diff file. What do to with it? Regards, Arthur On Tue, 2003-02-11 at 21:44, Lon Lentz wrote: > > The kernel will not run both APM and ACPI simultaneously. Find out which > your notebook supports and deselect the other. If your notebook supports > ACPI, it is better than APM. (although I've heard here that ACPI may not be > fully supported in Redhat's current distro). > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Arthur Mueller > Sent: Tuesday, February 11, 2003 3:30 PM > To: RedHat-List > Subject: APM support on Laptops > > > Hi everybody, > > The following situation: > - Laptop Acer TravelMate 630 with Intel Speedstep processor 1.8 GHz > - RedHat 7.3 > - APM activated > > Typing # apm -v results in the following output: > # APM BIOS 1.2 (kernel driver 1.16) > # AC on-line, no system battery > > Why apm tells me I had my laptop plugged to AC-power if it is only > running on batteries for half an hour? APM is activated in the BIOS and > is even supported by Windows 2000 on the same machine. The Kernel is > 2.4.20 and APM as well as ACPI is set and compiled. Where's the bug? > > Thanks very much, > Arthur > > > > -- > redhat-list mailing list > unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe > https://listman.redhat.com/mailman/listinfo/redhat-list > -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list
APM support on Laptops
Hi everybody, The following situation: - Laptop Acer TravelMate 630 with Intel Speedstep processor 1.8 GHz - RedHat 7.3 - APM activated Typing # apm -v results in the following output: # APM BIOS 1.2 (kernel driver 1.16) # AC on-line, no system battery Why apm tells me I had my laptop plugged to AC-power if it is only running on batteries for half an hour? APM is activated in the BIOS and is even supported by Windows 2000 on the same machine. The Kernel is 2.4.20 and APM as well as ACPI is set and compiled. Where's the bug? Thanks very much, Arthur -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list
Re: confused by FHS and /usr/local
On Tue, 2003-02-11 at 21:10, Todd A. Jacobs wrote: > On 11 Feb 2003, Arthur Mueller wrote: > > > Hm, I actually created on my local machine a folder called "local". When > > folders != partitions Oops! *ggg* yeah, you're right! Sorry. > > If you have a /usr/local partition, you can unmount it, mount your NFS > share, and then remount /usr/local. I'll try it out tomorrow. Thanks! > > -- > "Of course I'm in shape! Round's a shape, isn't it?" > > > > -- > redhat-list mailing list > unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe > https://listman.redhat.com/mailman/listinfo/redhat-list > -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list
Re: confused by FHS and /usr/local
On Tue, 2003-02-11 at 20:20, Todd A. Jacobs wrote: > On 11 Feb 2003, Arthur Mueller wrote: > > > 2. how to place a directory /usr/local if THE WHOLE TREE /usr is mounted > > from a nfs-server? > > Mount points are stacks: you can overlay mount points. So, if you happen > to be exporting a directory structure that includes /usr/local, you can > still mount your own partitions at the same mount point. Whichever is > mounts last will be "on top." > > Of course, you can avoid the whole problem by not using the *optional* > /usr/local on your export server. > Hm, I actually created on my local machine a folder called "local". When I mounted a test folder from the network to the appropriate place, my locally created folder "local" disappeared. It seames as if the kernel would make either-or decicions, not allowing a mixture of overlaying maps or mount-points. Strange though > -- > "Of course I'm in shape! Round's a shape, isn't it?" > > > > -- > redhat-list mailing list > unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe > https://listman.redhat.com/mailman/listinfo/redhat-list > -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list
confused by FHS and /usr/local
Hi. At the moment I'm diving through the depths of the RedHat documentation and got suck on the part describing the File System Hierarchy Standard (FHS). RedHat writes: "Since /usr can be mounted read-only, /usr can be mounted from the CD-ROM or from another machine via read-only NFS." Some lines below, they write: "For instance, say you have mounted /usr via read-only NFS from a host named jake. If there is a package or program you would like to install, but you are not allowed to write to jake, you should install it under /usr/local. Later perhaps, if you have managed to convince the system administrator of jake to install the program on /usr, you can uninstall it from the /usr/local/ directory." Ha, how to accomplish this task? I mean, 1. how to mount /usr before anything els is up, and 2. how to place a directory /usr/local if THE WHOLE TREE /usr is mounted from a nfs-server? My logic tells me,that it is not possible to mix up locally created directories with those mounted from network. And, my bash tells the same :-) Has anyone any idea how to create such a configuration? Kind regards, Arthur Miller -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list
Re: Bluecurve
Bluecurve is not Gnome-specific. It also exists under KDE. What makes RH 8.0 so special and unique at the same time is the fact, that the rpm package "redhat-menues-xyz.rpm" sets logos and menu entried for both worlds - KDE and Gnome. As I am not a very experienced Gnome user, I can only tell my experiences with KDE. There "Bluecurve" is only a style for displaying windows and fonts. You can deselect it and use the original KDE style. The same with the curious icons I'm not friend with. The only thing remaining are the fonts. Up to now I was not able to get the old ones from RH 7.3. Remember: even the login screnn and the splash screen my be replaced by individual themes. Bluecurve is only a first attempt to unique both worlds - Gnome and KDE. It is not a must. If you make any further experience especially under Gnome, please let me know! Regards, Arthur Miller On Tue, 2003-02-11 at 10:00, DuSTiN KRySaK wrote: > Is Bluecurve part of Gnome? Or is it an independent package? Or is Bluecirve > simply nothing more than a "theme" in gnome? > > > > > .::d::. > > --- THEbeatingsWILLcontinueUNTILmoraleIMPROVES --- > > > > > -- > redhat-list mailing list > unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe > https://listman.redhat.com/mailman/listinfo/redhat-list > -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list
Re: Turn on NumLock on System Start
Cool! Thanks! Yeah, recently I read something in man XFree86 - as I remember well it was to FORBIT Numlock, not to activate it. I'll check out and reply as soon as I succeded. On Tue, 2003-02-11 at 01:25, Todd A. Jacobs wrote: > On 11 Feb 2003, Arthur Mueller wrote: > > > VMware: RedHat always turns off Numlock, but Windows always turns it on. > > Check the Linux Documentation Project. Buried in there somewhere is a > script to manage the numlock status on TTYs. You'll also need to read > through the XFree86 docs to manage numlock status under X. > > -- > "Of course I'm in shape! Round's a shape, isn't it?" > > > > -- > redhat-list mailing list > unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe > https://listman.redhat.com/mailman/listinfo/redhat-list > -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list
Re: Turn on NumLock on System Start with RH 7.3
See below: On Mon, 2003-02-10 at 22:40, Frank Bax wrote: > At 04:12 PM 2/10/03, Arthur Mueller wrote: > >Does anyone know how to turn on numlock on system start > >automatically with RedHat 7.3? > > > Isn't this set in BIOS, rather than OS? > Unfortunately not. The same computer booting with Windows NT or 2000 still activates NumLock. The same problem with emulated virtual OSs in VMware: RedHat always turns off Numlock, but Windows always turns it on. Just try it! So: how to solve this problem? > > -- > redhat-list mailing list > unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe > https://listman.redhat.com/mailman/listinfo/redhat-list > -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list
Turn on NumLock on System Start with RH 7.3
Hello, does anyone know how to turn on numlock on system start automatically with RedHat 7.3? Regards, Arthur Miller -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list
Re: Removing & Installing RPM's
Hi, here my "simple" answers: [+] installing package: rpm -ivh package-file.rpm [+] erasing/uninstall package: rpm -e package-name For more detailed information visit the cool RPM-docu at redhat: http://www.redhat.com/docs/manuals/linux/RHL-7.3-Manual/custom-guide/ch-rpm.html Regards, Arthur Miller On Sat, 2002-12-21 at 12:36, Andy Kirk wrote: > I am new to Linux, and have been advised to solve a MySQL problem on RH8, I > need to remove the MySQL RPM that came with RH8, and load the MySQL 3.23.54 > RPM from www.mysql.com. > > My question is, what commands do I need to run to remove the existing RPM, > and then install the new RPM. > > Thanks for a simple answer to a simple question > > > > > -- > redhat-list mailing list > unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe > https://listman.redhat.com/mailman/listinfo/redhat-list > -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list
Re: Got it! redhat-config-packages
Gosh! Now I found out how to teach redhat-config-packages to install from an alternative RPM-tree: 1. copy the dir "RedHat" of all CDs to a target directory 2. copy the RPM-GPG-KEY (for authentification purpose) 3. copy the .discinfo file, so that redhat-config-packages knows how to reach all branches of the tree. AND THAT'S I'VE FORGOTTEN because it's HIDDEN. Well, at least now I'm happy and go luckily to bed :-) Regards, Arthur On Wed, 2002-12-18 at 23:33, Arthur Mueller wrote: > ::: See text inserted below ::: > > > On Wed, 2002-12-18 at 14:55, Michael Schwendt wrote: > > -BEGIN PGP SIGNED MESSAGE- > > Hash: SHA1 > > > > On 18 Dec 2002 14:15:30 +0100, Arthur Mueller wrote: > > > > > 2) I passed the argument -t=/usr/src/RedHat_8.0/RPMS, which is my > > > current directory for the RPM-files. The wizard starts to create a > > > graphical window, but then failes with the following message: > > > "Installation Tree Not Found. The path =/usr/src/Redhat_8.0/RPMS/ does > > > not look like a valid installation source". Even if I replace "=" in > > > the argument list by " ", the same error occurs. > > > > > > It still remains a secret how to tell redhat-config-packages how to > > > use the correct RPM-files...! > > > > Without querying the bugzilla database, I would say --help is wrong > > and -t= is not understood by redhat-config-packages. > > > > Also, since I don't know what files/directories are below your > > /usr/src/RedHat_8.0 directory, I can't comment on whether it is a > > valid installation tree in your case. It doesn't look right, though, > > because there should be the RedHat/base and RedHat/RPMS sub-dirs. > > > > The proper installation path is to the root of a directory tree as > > described in the README on disc #1. For instance, if you mounted > > disc #1 on /mnt/cdrom, it would be > > > > redhat-config-packages -t /mnt/cdrom > > or: > > redhat-config-packages --tree=/mnt/cdrom > > or: > > redhat-config-packages --tree /mnt/cdrom > > Sorry that I still keep on questioning. Yes, I tried exactly what you > told me and linked the URL properly => No chance. > Then I made a 1:1-copy of the first cd, telling redhat-config-packages > to use this copy => no chance. But telling this tool to use /mnt/cdrom > works. > > Redhat-config-packages seems to be like a woman: no logic, no deep > understanding. I did exactly the same as described in the README-file on > the first CD => no chance. Well, I am short before giving up. > > Why does it work when using the first CDROM and entering: > redhat-config-packages -t /mnt/cdrom ? > And why does it not work with the 1:1-copy of the first CDROM in > /usr/src/cd1 entering: redhat-config-packages -t /usr/src/cd1 ? > > Do you still have a big hint? > > Thank you very much, > Arthur > > > > > > Of course, you can add the contents of disc #2 and #3 to that tree > > as explained in the README. > > > > - -- > > -BEGIN PGP SIGNATURE- > > Version: GnuPG v1.0.6 (GNU/Linux) > > > > iD8DBQE+AH5a0iMVcrivHFQRAivHAJ99Q0hIhwExvA37QU0JibtCa1upqQCcDRE9 > > 4sV3CVh517wjk24qgmIlr3k= > > =HMJx > > -END PGP SIGNATURE- > > > > > > > > -- > > redhat-list mailing list > > unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe > > https://listman.redhat.com/mailman/listinfo/redhat-list > > > > > > > > -- > redhat-list mailing list > unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe > https://listman.redhat.com/mailman/listinfo/redhat-list > -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list
Re: redhat-config-packages
::: See text inserted below ::: On Wed, 2002-12-18 at 14:55, Michael Schwendt wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 18 Dec 2002 14:15:30 +0100, Arthur Mueller wrote: > > > 2) I passed the argument -t=/usr/src/RedHat_8.0/RPMS, which is my > > current directory for the RPM-files. The wizard starts to create a > > graphical window, but then failes with the following message: > > "Installation Tree Not Found. The path =/usr/src/Redhat_8.0/RPMS/ does > > not look like a valid installation source". Even if I replace "=" in > > the argument list by " ", the same error occurs. > > > > It still remains a secret how to tell redhat-config-packages how to > > use the correct RPM-files...! > > Without querying the bugzilla database, I would say --help is wrong > and -t= is not understood by redhat-config-packages. > > Also, since I don't know what files/directories are below your > /usr/src/RedHat_8.0 directory, I can't comment on whether it is a > valid installation tree in your case. It doesn't look right, though, > because there should be the RedHat/base and RedHat/RPMS sub-dirs. > > The proper installation path is to the root of a directory tree as > described in the README on disc #1. For instance, if you mounted > disc #1 on /mnt/cdrom, it would be > > redhat-config-packages -t /mnt/cdrom > or: > redhat-config-packages --tree=/mnt/cdrom > or: > redhat-config-packages --tree /mnt/cdrom Sorry that I still keep on questioning. Yes, I tried exactly what you told me and linked the URL properly => No chance. Then I made a 1:1-copy of the first cd, telling redhat-config-packages to use this copy => no chance. But telling this tool to use /mnt/cdrom works. Redhat-config-packages seems to be like a woman: no logic, no deep understanding. I did exactly the same as described in the README-file on the first CD => no chance. Well, I am short before giving up. Why does it work when using the first CDROM and entering: redhat-config-packages -t /mnt/cdrom ? And why does it not work with the 1:1-copy of the first CDROM in /usr/src/cd1 entering: redhat-config-packages -t /usr/src/cd1 ? Do you still have a big hint? Thank you very much, Arthur > > Of course, you can add the contents of disc #2 and #3 to that tree > as explained in the README. > > - -- > -BEGIN PGP SIGNATURE- > Version: GnuPG v1.0.6 (GNU/Linux) > > iD8DBQE+AH5a0iMVcrivHFQRAivHAJ99Q0hIhwExvA37QU0JibtCa1upqQCcDRE9 > 4sV3CVh517wjk24qgmIlr3k= > =HMJx > -END PGP SIGNATURE- > > > > -- > redhat-list mailing list > unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe > https://listman.redhat.com/mailman/listinfo/redhat-list > -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list
RE: sshd problems
Perhaps check, weather Port 22 is open. On Wed, 2002-12-18 at 17:56, Brenden Walker wrote: > My guess would be iptables/chains or some other firewall is blocking the SSH > port. > > > -Original Message- > > From: Albert A. Ogonevskij [mailto:[EMAIL PROTECTED]] > > Sent: Wednesday, December 18, 2002 10:51 PM > > To: [EMAIL PROTECTED] > > Subject: sshd problems > > > > > > Hi there! > > I have RedHat 7.3 installed. > > Now i have installed OpenSSH and have such prob: > > i cant connect to my computer from another: "Connection > > refused" error > > appears. But when i'm trying to connect from localhost, all > > works fine. > > > > Where is problem? > > > > Thanx. > > Albert > > > > > > > > -- > > redhat-list mailing list > > unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe > > https://listman.redhat.com/mailman/listinfo/redhat-list > > > > > > -- > redhat-list mailing list > unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe > https://listman.redhat.com/mailman/listinfo/redhat-list > -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list
Re: kernel
Jea, so it is. It does not affect your system if you use a common kernel from www.kernel.org. I was as curious as you and simply tried it out, which means I built the kernel 2.4.19 - and it works fine! As long as you don't wish to implement esoteric features, your system will still reboot. But pay attention! NEVER erase your old kernel! Edit the right lines in grub.conf or lilo.conf! And: always take kernels whose second numbers can be divided by two - these are the stable ones (e.g. 2.0.14, 2.2.5, 2.4.18, but never 2.5.12 or 2.3.7). My attempt to kompile a development kernel and afterwards to restart my system failed. Thus, they are under development! Perhaps read a how-to for more information on building kernels. Regards, Arthur On Wed, 2002-12-18 at 13:09, Nick Lindsell wrote: > At 22:55 18/12/2002 +1100, you wrote: > >What I mean is, if I went to say www.kernel.org and downloaded to latest > >development kernel, or even just a later one that red hat is not using > >yet, say 2.4.20, would it affect my system. > >In other words, when I say standard release, one that red hat has not > >released through their update feature, nor supported. > >thanks Greg > > > The RedHat kernel tree differs from the "standard" (i.e Linus' tree) in that > they include many extra features. It is most likely that your machine will > run with a standard kernel but some of the more esoteric peripherals > may not work. My particular example is that of the Hauppage video grabber > - there is no support by default in a standard kernel (you have to apply > the relevant patches yourself) but a RedHat kernel runs it fine because > RedHat include the bttv drivers in their kernel. > So unless you are doing something really unusual with your machine > a standard kernel will run it - or at least not break it - and you can always > reboot to a RH kernel if the standard one doesn't work out. Of course > the RH update will no longer do kernel upgrades so you are on your > own when it comes to kernel security > > 0,1 > nick@nexnix > > > > -- > redhat-list mailing list > unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe > https://listman.redhat.com/mailman/listinfo/redhat-list > -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list
Re: redhat-config-packages
Dear Mr. Schwendt, as your email was sent by a german public domain I could also write in German. But let's keep it official for the other users: I tried two things: 1) passing no arguments to redhat-config-packages. This envoces to start the program in graphical mode on my display. It's just fine and it works as described, but at the end of each procedure it wants me to insert the original RedHat 8.0-CDs. I get rid of always inserting 3 CDs for 3 packages! 2) I passed the argument -t=/usr/src/RedHat_8.0/RPMS, which is my current directory for the RPM-files. The wizard starts to create a graphical window, but then failes with the following message: "Installation Tree Not Found. The path =/usr/src/Redhat_8.0/RPMS/ does not look like a valid installation source". Even if I replace "=" in the argument list by " ", the same error occurs. It still remains a secret how to tell redhat-config-packages how to use the correct RPM-files...! With kind regards, Arthur Müller On Wed, 2002-12-18 at 12:41, Michael Schwendt wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 18 Dec 2002 08:58:56 +0100, Arthur Mueller wrote: > > > Since RedHat 8.0 a pretty cool tool is shipped within the > > distribution: redhat-config-packages. It enables you to > > install/uninstall rpm-packages in a very comfortable way. > > > > Up to day I unfortunately was not able to tell the tool not to watch > > out for packages on the CDROMs but to find the rpm-files in a specific > > folder on the harddisk. Whenever I wanna do something with it, it > > always forces me to insert psyche-disk-x, although all my rpm-files > > are stored locally resp. in network. > > > > How can I avoid this stupid request? > > Which command-line arguments do you pass to redhat-config-packages? > > - -- > -BEGIN PGP SIGNATURE- > Version: GnuPG v1.0.6 (GNU/Linux) > > iD8DBQE+AF8B0iMVcrivHFQRAkaqAJ9DZYi/BLGPfzBMUzTmORohvl4VzwCfRavs > jdsx8ACJwRWlpltPraF5AOw= > =ikr9 > -END PGP SIGNATURE- > > > > -- > redhat-list mailing list > unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe > https://listman.redhat.com/mailman/listinfo/redhat-list > -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list
Re: Importing Contacts from Outlook XP to Evolution
Gosh! I tried it. Perhaps I'm to stupid to tell Evolution to import CVS-files, but I failed. Please tell me when your attempt was successful! Regards, Arthur On Wed, 2002-12-18 at 09:35, Edward Dekkers wrote: > > an exportet database-file. Unfortunately you will have to export each > > single contact in Outlook. This might be a job for a whole after-noon > > :-( > > > > Well, so I did. > > > > Bye, > > Arthur > > Jeez - I have to hand it to you, some of you guys are dedicated! > > Quick question, can evolution not import CSV files (comma seperated text > files)? This is a fairly standard file format, and I'm pretty sure LookOut > can export CSV. > > Regards, > > --- > Edward Dekkers (Director) > Triple D Computer Services P/L > > > > > -- > redhat-list mailing list > unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe > https://listman.redhat.com/mailman/listinfo/redhat-list > -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list
redhat-config-packages
Hi! Since RedHat 8.0 a pretty cool tool is shipped within the distribution: redhat-config-packages. It enables you to install/uninstall rpm-packages in a very comfortable way. Up to day I unfortunately was not able to tell the tool not to watch out for packages on the CDROMs but to find the rpm-files in a specific folder on the harddisk. Whenever I wanna do something with it, it always forces me to insert psyche-disk-x, although all my rpm-files are stored locally resp. in network. How can I avoid this stupid request? Thanks, Arthur Miller -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list
Re: Importing Contacts from Outlook XP to Evolution
Yeah, I tried it for a long time myself and now found out how to import contacts from MS Outlook 2000 and higher to Evolution. To do this, you only can save each each contact as vcard, copy them to linux, an then import them to evolution. Neither exists an import-wizard for .pst-files nor an option to import an exportet database-file. Unfortunately you will have to export each single contact in Outlook. This might be a job for a whole after-noon :-( Well, so I did. Bye, Arthur On Wed, 2002-12-18 at 06:45, Medhat Galal wrote: > Hi everyone, > I was trying to find a way to import my contacts from outlook XP to > Evolution 1.2. Any tips on that? > This would be the last step of my migration from Windows. Linux just did > it for me. > regards, > > -- > Medhat Galal <[EMAIL PROTECTED]> > > > > -- > redhat-list mailing list > unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe > https://listman.redhat.com/mailman/listinfo/redhat-list > -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list