| hollywoodb | erm... rycole is gone but the ipw2200 driver is included with kernel... just need to install the firmware to /usr/lib... rpmforge, livna, lots of places have packages if 'tar' is too advanced make that /lib/firmware, not /usr/lib |
| FarrisG | What is the right way to create a non-system startup script so that it is run whenever the system reboots? |
| evil_steve | FarrisG: look in /etc/init.d make a init script for it, then create a sym link to it /etc/rc.d/init.d/ then use the chkconfig to define the run levels |
| eureka | what's good and light browser that you guys rec? |
| savetheWorld | dillo |
| evil_steve | links2? |
| Evolution | emacs |
| evil_steve | telnet |
| lokkju | Sorta new to redhat (I normally use Debian), but I need to downgrade from mysql 5.0.27 to 4.x - what would the easiest way to do this be? |
| kelvin^8^ | anyone use IScsi Target Enterprise here? |
| jmg | hello all is there a way to install the rhel4 version of httpd on centos 5? |
| machpo | nmw4m |
| kintaro0e | hi guys...i just installed centos4.4 in my box and install the group package for servers...after installing..my friend wants to have a GUI installed like kde. i tried to install: yum install kde..what do i need to configure to make kde up?do i need to restart the box?thanks |
| dkt | kintaro0e, pretty easy really... yum groupinstall "GNOME Desktop Environment" would give you gnome, yum groupinstall "KDE (K Desktop Environment)" would give you KDE |
| kintaro0e | dkt: yes..i already did yum groupinstall "KDE (K Desktop Environment)" so whats next? do i need to restart?or edit the /etc/inittab :) |
| dkt | telinit 5 to switch to runlevel 5 if it all works fine, change default runlevel in /etc/inittab from 3 to 5 |
| kintaro0e | dkt: how do i switch to runlevel 5? |
| dkt | 'telinit 5' to do it now |
| kintaro0e | dkt: it seems nothing happens :( |
| dkt | kintaro0e, try just 'startx' and/or check /var/log/X.org.0.log (or similar) |
| kintaro0e | dkt: ok..ill check it now |
| dkt | kintaro0e, there is probably some error starting the X server that's preventing it from running, find the error can find the solution :) |
| kintaro0e | dkt: ok..welldo |
| lokkju | So, I am trying to 'yum install mysql-server-4.1.20', against the base mirrorlist repos, and I keep getting the MySQL-client dependancy can not be found - ideas? |
| evil_steve | lokkju: do you specifically want 4.1.20? or just 4? |
| lokkju | evil_steve, oh, yes, has to be um hmm as long as it is 4, not 5, I am ok tried 'yum install mysql-server-4*', same issue |