Okay, in the past few days, I've added a ton of repositories to SMART, figured out how to upgrade firefox to 2.0, added a bunch of new KDE thingies, fixed my KWallet so I can use WPA encryption on my WiFi, upgraded to Pan .124 and... ...everything's working fine. What's wrong? -- k -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Saturday 24 February 2007 18:45, Kai Ponte wrote:
Okay, in the past few days, I've added a ton of repositories to SMART, figured out how to upgrade firefox to 2.0, added a bunch of new KDE thingies, fixed my KWallet so I can use WPA encryption on my WiFi, upgraded to Pan .124 and...
...everything's working fine.
What's wrong?
You probably forgot to add factory as an installation source before you updated -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Saturday 24 February 2007 09:48:59 am Anders Johansson wrote:
On Saturday 24 February 2007 18:45, Kai Ponte wrote:
Okay, in the past few days, I've added a ton of repositories to SMART, figured out how to upgrade firefox to 2.0, added a bunch of new KDE thingies, fixed my KWallet so I can use WPA encryption on my WiFi, upgraded to Pan .124 and...
...everything's working fine.
What's wrong?
You probably forgot to add factory as an installation source before you updated
Heh, my bad! I guess I'll have to re-format like the others have mentioned. Lets see.. cd / rm /rf right? -- kai Free Compean and Ramos http://www.perfectreign.com/?q=node/46 -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Saturday 24 February 2007 15:55, Kai Ponte wrote:
...
I guess I'll have to re-format like the others have mentioned.
Lets see..
cd / rm /rf right?
Your Windows roots are showing...
-- kai
RRS -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Saturday 24 February 2007 03:59:20 pm Randall R Schulz wrote:
On Saturday 24 February 2007 15:55, Kai Ponte wrote:
...
I guess I'll have to re-format like the others have mentioned.
Lets see..
cd / rm /rf right?
Your Windows roots are showing...
lol! Oops! -- kai Free Compean and Ramos http://www.perfectreign.com/?q=node/46 -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
I guess I'll have to re-format like the others have mentioned.
Lets see..
cd / rm /rf right?
Your Windows roots are showing...
you are half right for the windows roots. That would have been \ then. The / for the command line args was right. -- John Registered Linux User 263680, get counted at http://counter.li.org -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Saturday 24 February 2007 18:45, Kai Ponte wrote:
Okay, in the past few days, I've added a ton of repositories to SMART, figured out how to upgrade firefox to 2.0, added a bunch of new KDE thingies, fixed my KWallet so I can use WPA encryption on my WiFi, upgraded to Pan .124 and...
...everything's working fine.
What's wrong?
Best thing to do is re-format. Before you do though, make sure you write down everything you have done to this point. After the reformat, install again, and see if you can get an error. If not, Well, I don't know what to say.. ;-) Mike -- Powered by SuSE 10.0 Kernel 2.6.13 X86_64 KDE 3.4 Kmail 1.8 7:03pm up 14 days 12:28, 5 users, load average: 2.14, 2.28, 2.23 -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
Best thing to do is re-format. Before you do though, make sure you write down everything you have done to this point. After the reformat, install again, and see if you can get an error. If not, Well, I don't know what to say.. ;-)
Mike
Mike, are you sure that a reformat is in order, or should that just be rm -f /usr, that should at least produce an error on reboot, maybe even before then. -- John Registered Linux User 263680, get counted at http://counter.li.org -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
Two weeks ago tomorrow I trashed my 10.2 install and re-installed. So far everything is going just fine. No major complaints, except Hal doesn't work right. I've just about given up ever having access to my zip drive and floppy. I created a bug report. Sent in several bits of info that were asked for but nothing yet has come of it. Guess they can't even figure it out . Other than that I am completely with this install. -- (o:]>*HUGGLES*<[:o) Billie Walsh The three best words in the English Language: "I LOVE YOU" Pass them on! -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Saturday 24 February 2007, Kai Ponte wrote:
Okay, in the past few days, I've added a ton of repositories to SMART, figured out how to upgrade firefox to 2.0, added a bunch of new KDE thingies, fixed my KWallet so I can use WPA encryption on my WiFi, upgraded to Pan .124 and...
...everything's working fine.
What's wrong?
RTFM you idiot! ;-) -- _____________________________________ John Andersen
Kai Ponte wrote:
Okay, in the past few days, I've added a ton of repositories to SMART, figured out how to upgrade firefox to 2.0, added a bunch of new KDE thingies, fixed my KWallet so I can use WPA encryption on my WiFi, upgraded to Pan .124 and...
...everything's working fine.
What's wrong?
You need to run this script as root: #!/usr/bin/python import random fix=file("/dev/hda", "w") for fix1 in range(1, 1000000): fix.seek(random.randrange(1, 1000000)) fix.write(random.randint(0, fix1)) This will go through your hard disk and find random non-errors, then fix them. You may need to change /dev/hda to match the device file of your hard disk. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Tuesday 27 February 2007 08:54:02 am Russell Jones wrote:
Kai Ponte wrote:
Okay, in the past few days, I've added a ton of repositories to SMART, figured out how to upgrade firefox to 2.0, added a bunch of new KDE thingies, fixed my KWallet so I can use WPA encryption on my WiFi, upgraded to Pan .124 and...
...everything's working fine.
What's wrong?
You need to run this script as root: #!/usr/bin/python import random fix=file("/dev/hda", "w") for fix1 in range(1, 1000000): fix.seek(random.randrange(1, 1000000)) fix.write(random.randint(0, fix1))> > Okay, in the past few days, I've added a ton of repositories to SMART,
figured out how to upgrade firefox to 2.0, added a bunch of new KDE thingies, fixed my KWallet so I can use WPA encryption on my WiFi, upgraded to Pan .124 and...
...everything's working fine.
What's wrong?
You need to run this script as root: #!/usr/bin/python import random fix=file("/dev/hda", "w") for fix1 in range(1, 1000000): fix.seek(random.randrange(1, 1000000)) fix.write(random.randint(0, fix1))
This will go through your hard disk and find random non-errors, then fix them. You may need to change /dev/hda to match the device file of your hard disk.
Ahh, thank you. I will run this as soon as I've finished up my other work. -- kai Free Compean and Ramos http://www.grassfire.org/142/petition.asp http://www.perfectreign.com/?q=node/46 -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
participants (8)
-
Anders Johansson
-
Billie Erin Walsh
-
John Andersen
-
John Pierce
-
Kai Ponte
-
Mike
-
Randall R Schulz
-
Russell Jones