Jump to content

Steve Scrimpshire

OTW
  • Posts

    3587
  • Joined

  • Last visited

Everything posted by Steve Scrimpshire

  1. Can you post the script you use to start your server (the one that works when you run it from command line) and exactly what you put in rc.local?
  2. Kinda harsh and not likely to draw serious attention, IMHO.
  3. That's a plain kernel. This is an SMP kernel:
  4. You can try installing lm_sensors urpmi lm_sensors Then run sensors-detect. After setting that up, try running pwmconfig, which will write a fancontrol config file (use the command man fancontrol and man pwmconfig to learn more). Your motherboard may or may not support this.
  5. I found this script here http://www.troubleshooters.com/linux/coasterless.htm#rawread for Linux #!/bin/sh device=$1 blocksize=`isoinfo -d -i $device | grep "^Logical block size is:" | cut -d " " -f 5` if test "$blocksize" = ""; then echo catdevice FATAL ERROR: Blank blocksize >&2 exit fi blockcount=`isoinfo -d -i $device | grep "^Volume size is:" | cut -d " " -f 4` if test "$blockcount" = ""; then echo catdevice FATAL ERROR: Blank blockcount >&2 exit fi command="dd if=$device bs=$blocksize count=$blockcount conv=notrunc,noerror" echo "$command" >&2 $command ./rawread /dev/cdrom | md5sum without mounting it, but with the CD in the drive. Assuming, of course, that /dev/cdrom is your CD ROM drive. This md5sum should match the ISO. I disagree with the 4x burn speed, but we could debate that all day. :D I have burned all my data CDs at max speed and created not one coaster. Now, music CDs, I won't burn at higher than 4x, due to loss of quality.
  6. I don't know about a gkrellm plugin, but those look like shell escape characters. Are you creating this file from a script? If so, can you post the script? If not, what terminal emulator are you using? Have you tried a different one?
  7. Can you possibly show us a screenshot of what the output in your file looks like?
  8. For the record, 2.6.12-12mdksmp also does not give me hyperthreading.
  9. There is a perl module to handle Wiki -> different formats, found here: http://search.cpan.org/dist/Text-WikiForma...t/WikiFormat.pm But I am no expert in perl, so hopefully, someone can help you write a perl script to do what you wish or if you have the expertise, you can do it yourself.
  10. < root /home/omar > cat /boot/config-2.6.12-13mdksmp | grep CONFIG_SCHED_SMT CONFIG_SCHED_SMT=y I have tried acpi=ht and acpi=on in lilo and neither shows me two processors in /proc/cpuinfo or in top. (Yes, I run lilo -v after each edit :P) It was always my understanding that acpi=on would give you hyperthreading enabled (if using an SMP kernel) and acpi=ht just enables acpi just enough to give the hyperthreading capacity of acpi. Still confused.
  11. Good question. This is a Toshiba laptop and I do not see it in the BIOS. I've never fiddled with hyperhreading in the BIOS and had it working fine with SMP last stable release.
  12. I cannot get hyperthreading enabled in the SMP kernel. acpi is running and I have acpi=on in my lilo.conf and have tried acpi=ht. What am I doing wrong? < root /home/omar > uname -r 2.6.12-13mdksmp < root /home/omar > service acpid status acpid (pid 2489) is running... < root /home/omar > service acpi status Modules Loaded: ac battery button container fan processor thermal toshiba_acpi video < root /home/omar > cat /proc/cpuinfo processor : 0 vendor_id : GenuineIntel cpu family : 15 model : 2 model name : Intel(R) Pentium(R) 4 CPU 2.66GHz stepping : 7 cpu MHz : 2656.453 cache size : 512 KB fdiv_bug : no hlt_bug : no f00f_bug : no coma_bug : no fpu : yes fpu_exception : yes cpuid level : 2 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe cid xtpr bogomips : 5275.64
  13. I have been using Man(drake/driva) since 8.1 and all of my 'upgrades' have been using urpmi and only once have I run into any trouble (it had to do with naming conventions changing and it was pretty easily corrected). Now, from the things I have heard, I am in a very small minority, but I don't see how; I'm no rocket scientist. Using the urpmi method, the machine doesn't even have to be offline until you upgrade the kernel.
  14. That's very odd. Mine looks exactly like this: KERNEL=="tty[p-za-e][0-9a-f]*", NAME="pty/s%n", SYMLINK+="%k", GROUP="tty", OPTIONS="last_rule" KERNEL=="pty[p-za-e][0-9a-f]*", NAME="pty/m%n", SYMLINK+="%k", GROUP="tty", OPTIONS="last_rule" I am intrigued now.
  15. < root /home/omar/Documents > ls -l /dev/ttyp* crw-rw---- 1 root tty 3, 0 Feb 26 11:28 /dev/ttyp0 crw-rw---- 1 root tty 3, 1 Feb 26 11:28 /dev/ttyp1 crw-rw---- 1 root tty 3, 2 Feb 26 11:28 /dev/ttyp2 crw-rw---- 1 root tty 3, 3 Feb 26 11:28 /dev/ttyp3 crw-rw---- 1 root tty 3, 4 Feb 26 11:28 /dev/ttyp4 crw-rw---- 1 root tty 3, 5 Feb 26 11:28 /dev/ttyp5 crw-rw---- 1 root tty 3, 6 Feb 26 11:28 /dev/ttyp6 crw-rw---- 1 root tty 3, 7 Feb 26 11:28 /dev/ttyp7 crw-rw---- 1 root tty 3, 8 Feb 26 11:28 /dev/ttyp8 crw-rw---- 1 root tty 3, 9 Feb 26 11:28 /dev/ttyp9 crw-rw---- 1 root tty 3, 10 Feb 26 11:28 /dev/ttypa crw-rw---- 1 root tty 3, 11 Feb 26 11:28 /dev/ttypb crw-rw---- 1 root tty 3, 12 Feb 26 11:28 /dev/ttypc crw-rw---- 1 root tty 3, 13 Feb 26 11:28 /dev/ttypd crw-rw---- 1 root tty 3, 14 Feb 26 11:28 /dev/ttype crw-rw---- 1 root tty 3, 15 Feb 26 11:28 /dev/ttypf < root /dev > ls -l pty * < root /dev > ls -l pty* crw-rw---- 1 root tty 2, 176 Feb 26 11:28 ptya0 crw-rw---- 1 root tty 2, 177 Feb 26 11:28 ptya1 crw-rw---- 1 root tty 2, 178 Feb 26 11:28 ptya2 crw-rw---- 1 root tty 2, 179 Feb 26 11:28 ptya3 crw-rw---- 1 root tty 2, 180 Feb 26 11:28 ptya4 crw-rw---- 1 root tty 2, 181 Feb 26 11:28 ptya5 crw-rw---- 1 root tty 2, 182 Feb 26 11:28 ptya6 crw-rw---- 1 root tty 2, 183 Feb 26 11:28 ptya7 crw-rw---- 1 root tty 2, 184 Feb 26 11:28 ptya8 crw-rw---- 1 root tty 2, 185 Feb 26 11:28 ptya9 crw-rw---- 1 root tty 2, 186 Feb 26 11:28 ptyaa crw-rw---- 1 root tty 2, 187 Feb 26 11:28 ptyab crw-rw---- 1 root tty 2, 188 Feb 26 11:28 ptyac crw-rw---- 1 root tty 2, 189 Feb 26 11:28 ptyad crw-rw---- 1 root tty 2, 190 Feb 26 11:28 ptyae crw-rw---- 1 root tty 2, 191 Feb 26 11:28 ptyaf crw-rw---- 1 root tty 2, 192 Feb 26 11:28 ptyb0 crw-rw---- 1 root tty 2, 193 Feb 26 11:28 ptyb1 ...<snip>.. crw-rw---- 1 root tty 2, 164 Feb 26 11:28 ptyz4 crw-rw---- 1 root tty 2, 165 Feb 26 11:28 ptyz5 crw-rw---- 1 root tty 2, 166 Feb 26 11:28 ptyz6 crw-rw---- 1 root tty 2, 167 Feb 26 11:28 ptyz7 crw-rw---- 1 root tty 2, 168 Feb 26 11:28 ptyz8 crw-rw---- 1 root tty 2, 169 Feb 26 11:28 ptyz9 crw-rw---- 1 root tty 2, 170 Feb 26 11:28 ptyza crw-rw---- 1 root tty 2, 171 Feb 26 11:28 ptyzb crw-rw---- 1 root tty 2, 172 Feb 26 11:28 ptyzc crw-rw---- 1 root tty 2, 173 Feb 26 11:28 ptyzd crw-rw---- 1 root tty 2, 174 Feb 26 11:28 ptyze crw-rw---- 1 root tty 2, 175 Feb 26 11:28 ptyzf
  16. I want to clarify something in my own mind: Had you followed these instructions of mine also? I need to know if it was not enough: Because this should've done exactly what ian suggested.
  17. I use the latest Mandriva and I have 256 pty's created at boot. I searched in vain to find where/how they are created, but I assume the small amount of pty's on your system has something to do with your security level.
  18. Is this Mandrake 10? If so, there is a possible fix here: http://cxterm.sourceforge.net/ because i highly doubt this number on your system is incorrect or insufficient: < root /etc > cat /proc/sys/kernel/pty/max 4096
  19. In /etc/sysconfig/network add these lines (or edit them to read): GATEWAY=192.168.245.245 GATEWAYDEV=ath0
  20. When you uninstalled Gnome, you probably also uninstalled all your themes. Try reinstalling gnome-themes, gtk-themes, and gtk-theme-switch and then you will have to change your gtk theme again by running the command 'switch' (without the quotes). Reinstalling gnome-themes will probably reinstall a bunch of gnome-libs, but not the complete Gnome.
  21. Change the url in the properties window to trash://
  22. If you install nail (not mailx) you will have a mailx command: but it will be /usr/bin/mailx
  23. FX: So as not to hijack this thread, but I am interested in your opinion: https://mandrivausers.org/index.php?showtopic=30737
×
×
  • Create New...