retrieve linux located in my pc but not reachable - Forums Linux |
- retrieve linux located in my pc but not reachable
- New 64-Bit Server (Centos 4.3, Dual CPU) HORRIBLY SLOW!
- looking for internet radio app.
- Grub Error 22 - Ubuntu / Win2k - Can't boot linux session
- CD drive not working
- How to enable thread-local storage?
- most secure way to start root session without requiring password
- Dual OS boot up
- FC5 upgrade
- why don't export commands work in bash_profile
- can't mount DVD
- How to Start Program at Boot-Time as Normal User
- mount: RPC: program not registered
- Run shell script from desktop icon
- FATAL: cannot change permissions of TTY
- Beating the dependency hell
retrieve linux located in my pc but not reachable Posted: 12 Oct 2006 01:57 PM PDT boot into the rescue mode (you can achieve this by typing linux rescue at the prompt that appears when you boot from the redhat install cd) Skip any "Configure network interfaces" dialog that appears. now type the following commands: chroot /mnt/sysimage grub-install /dev/hda (replace /dev/hda with your name of the hdd) |
New 64-Bit Server (Centos 4.3, Dual CPU) HORRIBLY SLOW! Posted: 12 Oct 2006 06:53 AM PDT Frank - While I agree with you that it would be nice to do an incremental component-by-component test battery for every server one puts on the line, I've never heard of any IT department having the staff resources to do that kind thing for small systems. I've heard of that kind of detail being paid to clusters and high-availability systems, though. We don't build many white-box servers anymore, but, occasionally, we try to stretch our dollars using what's in inventory. Pulled components may get an extra life or two this way. We'll let a unit run a week or so and check the logs for trouble before putting it into production, but that's about all we can realistically hope to do. On Fri, 13 Oct 2006 05:37:58 GMT, Marshall <net> wrote: |
looking for internet radio app. Posted: 11 Oct 2006 06:10 PM PDT The guy upstairs wrote: I'm happy with streamtuner: Suggests: streamripper, yelp Description: A GUI audio stream directory browser Streamtuner is a stream directory browser. It offers an intuitive and unified interface to various streaming directories through the use of a C/Python plugin system. |
Grub Error 22 - Ubuntu / Win2k - Can't boot linux session Posted: 10 Oct 2006 05:42 AM PDT ToYKillAS wrote: --------------------------Reply to above post: In order to fix the problem, you need to make sure of a couple of things: 1. Is your harddrive an IDE or SCSI drive, in other words, is it hdX or sdX? 2. Ensure GRUB knows where to look for the linux bootable kernel.... 3. You need to know the naming conventions for GRUB. Instead of the usual hda1 for the first partition on your drive, GRUB sees this as hd0,0 where hd0 is hda, and hd1 would be hdb. (These are zeroes, not ohs). GRUB needs to know where your root ( / ) partition is, so you have to tell it "root (hd0,0)" for a root filesys on /dev/hda1. Assuming you have an IDE drive (/dev/hda under linux) at the GRUB boot prompt press 'e' to edit the entry for your linux partition. Ensure the root line is : root (hd0,1) This tells GRUB to look at /dev/hda2, your ext3 file system. (if you have a scsi drive, change hd to sd in the root command above. Ensure the kernel line is correct and points to your kernel. You can also pass any boot parameters at this time to the kernel as well. One important note on this is the root= parameter on this line. Your kernel line should resemble the one below: kernel /boot/<your kernel> root=/dev/hda2 [any parameters you wish to pass] once again, if you are using a scsi drive, change the hd to sd above. Once you are sure that the parameters are correct, press 'b' to boot your linux kernel. If you receive any kernel panic errors, recompile the kernel. You will most likely need a LiveCD to do this. Once you are booted into your linux environment, you should review /boot/grub/menu.lst and make the corrections for your linux kernel boot instruction. I use GRUB 0.97 on a Compaq Presario 2188CL laptop with a linux system I built using LFS and BLFS from http://www.linuxfromscratch.org If you really want to learn how a distribution is built, and know your system from the inside to the STDOUT, read the LFS book. Then follow the book (at least the section on GRUB if you want to continue using UBUNTU). |
Posted: 10 Oct 2006 01:38 AM PDT Muruganantham wrote: Hi Muruganantham, Thanks , I would try. Krishna.V.J. |
How to enable thread-local storage? Posted: 10 Oct 2006 12:58 AM PDT Laurenz Albe wrote: Sorry I've been having problems with my news server (it keeps telling me the posting failed, never saw it show up, so I tried another group (sorry), got same results, and low and behold they both show up today... normally it shows up with in 5 minutes... oh well. My apologies. -- Stan |
most secure way to start root session without requiring password Posted: 09 Oct 2006 09:30 AM PDT In comp.os.linux.setup Chris F Clark <theworld.com>: I don't know if it works now or not? Post the line(s) out of /etc/sudoers and the error messages you get. Good luck BTW Please quote context on reply, thx: http://groups.google.com/support/bin/answer.py?answer=14213 -- Michael Heiming (X-PGP-Sig > GPG-Key ID: EDD27B94) mail: echo qr | perl -pe 'y/a-z/n-za-m/' #bofh excuse 77: Typo in the code |
Posted: 08 Oct 2006 05:16 AM PDT On Monday 09 October 2006 01:44 am, com (com) spake thusly: FC 5 Doesn't? -- Scott http://angrykeyboarder.com © 2006 angrykeyboarder⢠& Elmer Fudd. All Wights Wesewved |
Posted: 07 Oct 2006 06:43 PM PDT Bill Marcum wrote: I did a "man gdm" and looked for the configs in the places they specified, found none. I remember looking for xorg.conf. I only saw older XF* or X11* configs... I believe gdm wants to start at least once correctly before writing the config. Ben |
why don't export commands work in bash_profile Posted: 06 Oct 2006 06:50 PM PDT com wrote: How are you running the script? If you run it in the normal way, a new shell is started to interpret the script and the export commands effect only that shell and processes started from it. If you want to run the script in the current shell so that the export commands set variables in the current environment you must use the "source" command to execute the script. -- Markku Kolkka fi |
Posted: 06 Oct 2006 01:07 PM PDT luca wrote: Mmm. I got a DVD teh other day and it wouldn't mount either. Same error message. The second DVD in the film did though. Both played OK on a DVD player. My conclusion is that some DVDs have enough crap in their header blocks to screw a DVD drive. If you are trying to rip a pre recorded, and it won't mount, I reckon its copy protection.. |
How to Start Program at Boot-Time as Normal User Posted: 06 Oct 2006 10:53 AM PDT Ross enlightened us comp.os.linux-(ab)users with: Another alternative to su examples would be fcron and fcrontab. It does not only allow time-driven events, but specifications like "once on startup". -- vista policy violation: Microsoft optical mouse found penguin patterns on mousepad. Partition scan in progress to remove offending incompatible products. Reactivate MS software. Linux 2.6.17-mm1,Xorg7.1/nvidia [LinuxCounter#295241,ICQ#4918962] |
mount: RPC: program not registered Posted: 05 Oct 2006 07:58 AM PDT Hallo Steve, Op 05 Oct 06 schreef S Smethurst aan All: SS> NFS needs RPC and RPC needs portmap. Chech that these are SS> running with as processes. Check what services are using rpc SS> with rpcinfo -p as root on the server, or rpcinfo -b servername SS> as root on another host. Is nfs among them? This all seemed to be ok. I compared the system with the problems [A] and another one where I *could* connect to [B]. Running rpcinfo -p "A" gives the message: No programs registered. In the meantime I upgraded A from Slacxkware 10.2 to 11.0, and now it works perfectly well. But I still would like to know what was wrong... Groeten, Hans. jdh punt beekhuizen bij duinheks punt xs4all punt nl |
Run shell script from desktop icon Posted: 04 Oct 2006 12:10 PM PDT You can also do this: right click somewhere on the empty desktop Create New -> Link to Application Application (Enter Command Ie. "xterm -e -hold ~/bin/my_script.sh") If you want the xterm to hold till the script is done running. |
FATAL: cannot change permissions of TTY Posted: 04 Oct 2006 07:09 AM PDT sathiya.rhce wrote: We need a lot more details. Is the machine whining the SSH client, or the SSH server? Which SuSE are you running, SLES 9 or OpenSuSE or what? What does it say if you do "ssh -v -v username@targethost"? Have you been modifying or playing with the installed OpenSSH? |
Posted: 04 Oct 2006 05:41 AM PDT On 6 Oct 2006 03:53:50 -0700, com <com> wrote: That's a nice idea. |
You are subscribed to email updates from TextNData Forums - Linux To stop receiving these emails, you may unsubscribe now. | Email delivery powered by Google |
Google Inc., 20 West Kinzie, Chicago IL USA 60610 |