Forum     

Go Back   Digit Technology Discussion Forum > Software > Open Source
Register FAQ Calendar Mark Forums Read

Open Source A place where you can talk to like-minded people about the fastest growing software movement today! Discuss anything and everything about Open Source software and Operating Systems.

Closed Thread
 
LinkBack Thread Tools Display Modes
Old 21-08-2006, 02:13 AM   #1 (permalink)
In The Zone
 
src2206's Avatar
 
Join Date: Jun 2006
Location: Kolkata
Posts: 346
Post Stuck with FC5- Please Help!

Hi Friends,

I'm completely new to linux and installed FC5 in my system's Primary slave 2nd HDD. The other operating system I have is Win XP Pro in the Primary Master 1st HDD. There are some partitions in both my HDD in NTFS and some are in FAT32. The Linux is in a partition formatted as ext3 filesystem.

My problems are:

1. When I try to mount any of the other partitions I get a error massege at the terminal
window. I checked the folder /dev/by-label, all the partitions are showing but all of them
with a RED round mark (striked at the middle, obliquely). So can Linux access NTFS and
FAT32? If not then how can I access?

2. When I try to run "ADD/REMOVE SOFTWARES" it opens up an window showing 'retrieving..."
[exact words I do not remember] and then after a minute or so it shows a Error massege
"softare informations could not be retrieved". I used CDs to install and all of them were
tested OK by the Fedora's inbuilt checking utility.

3. I can't use the "fdisk -l" (EL) comand. It shows an error massege that "bash:command
could not be found". I'm not sure whats happening.

In all the above cases I was logged as a ROOT ADMINISTRATOR.

So could someone please help me?

Thank you.
__________________
For Pictorials, Tutorials and software reviews visit: www.sroyc.blogspot.com
src2206 is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 21-08-2006, 03:52 AM   #2 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: Stuck with FC5- Please Help!

Hope you gave fdisk -l without the double quotes.
To mount the partition temporarily, give command
Code:
mount /dev/<partition name>
For doing this everytime automatically you will have to edit /etc/fstab. But, AFAIK FC5 does automount the partitions.
Linux can write to fat32 partition but you need some tools like ntfs-static or ntfs-3g. But, these tools are in beta so I don't recommend them to you as you're new to Linux.
Well IMO, you should rather try SMART instead of PIRUT to add/remove/update software. I am using SMART on Suse currently and find it really good.
You can get SMART from here http://wraptastic.org/pub/i386-linux/RPMS/. Other good tools are apt and yum.
Well, I haven't used FC5 extensively so I can't really help where PIRUT is going wrong. But, did you have PUP or some updated running while opening PIRUT? Try opening PIRUT as non-root user. Many apps are designed so that they do not run as root user for security sake. Of, course that can be bypassed but it's not recommended to run as a root user for newbies.
Running a machine connected to internet as root is a big no no. Use su,sudo, kdesu, gksu, gksudo for root access. First two are used when running in terminal, kdesu is while running KDE and last two while running GNOME
__________________
http://www.bash.org/?258908
mehulved is offline  
Old 21-08-2006, 09:54 AM   #3 (permalink)
In The Zone
 
src2206's Avatar
 
Join Date: Jun 2006
Location: Kolkata
Posts: 346
Default Re: Stuck with FC5- Please Help!

Quote:
Hope you gave fdisk -l without the double quotes.
Yes I used them without quote.
Could you please tell me tell me how can I permanently edit the fstab so that I do not have to mount manually? Moreovr I remembr that sometimes it was giving the error massege mentioning that something could not be found in fstab.
Quote:
AFAIK FC5
- sorry but what do you mean by 'AFAIK'?
I'll try using the commands not being logged in as root and I'll see what happens.

I haven't yet accessing net via Linux so I'll surely keep your advice in mind when I'll do.

Thanks again.
__________________
For Pictorials, Tutorials and software reviews visit: www.sroyc.blogspot.com
src2206 is offline  
Old 21-08-2006, 10:07 AM   #4 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: Stuck with FC5- Please Help!

AFAIK = as far as I know
Please show me the output of /etc/fstab file.
If you are using GNOME type
Code:
gedit /etc/fstab
for KDE type
Code:
kate /etc/fstab
Post it here.
Also, post the output of fdisk -l if it works in the following way
Code:
su
fdisk -l
su will ask for administrator password
__________________
http://www.bash.org/?258908
mehulved is offline  
Old 21-08-2006, 10:21 AM   #5 (permalink)
Let the music play.....
 
djmykey's Avatar
 
Join Date: Dec 2003
Location: Pune
Posts: 665
Default Re: Stuck with FC5- Please Help!

ok src2206 by telling u to format, I meant delete the linux partition viz ur Windows XP and then try to reinstall it again. So that u can get a flawless system
__________________
Long back, a person who sacrificed his sleep, forgot his family, forgot his food, fogot laughter were called "Saints"
But now they are called.."IT professionals"
djmykey is offline  
Old 24-08-2006, 12:42 AM   #6 (permalink)
In The Zone
 
src2206's Avatar
 
Join Date: Jun 2006
Location: Kolkata
Posts: 346
Default Re: Stuck with FC5- Please Help!

Hi tyf,
Sorry for this delayed response .
Well, the good news is fdisk -l worked . I had to use "su -" instead of "su" while logging in as root and it worked :O.
Regarding fstab I have edited the file to auto load ntfs and FAT32 volumes. So with your great help and support I have solved atleast one of my problems .

But unfortunately he second problem still remains. I can't install anything (as root even). "yum" also not working. Could you please help me at this front?

The 3rd problem I have repeated in the corresponding tutorial thred http://www.thinkdigit.com/forum/show...d=1#post293535
and Rollercoaster is looking into it. It would be also helpful to get some valuable inputs from you in this matter too.

Please continue your support.
Thank you.

Quote:
Originally Posted by djmykey
ok src2206 by telling u to format, I meant delete the linux partition viz ur Windows XP and then try to reinstall it again. So that u can get a flawless system
So did I , my friend .
Did you think I was going to reinstall my windows :O ? Phew! the last thing I would go for !
__________________
For Pictorials, Tutorials and software reviews visit: www.sroyc.blogspot.com
src2206 is offline  
Old 24-08-2006, 01:53 AM   #7 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: Stuck with FC5- Please Help!

Try adding your username to group root and check if it works.
__________________
http://www.bash.org/?258908
mehulved is offline  
Old 24-08-2006, 07:25 AM   #8 (permalink)
In The Zone
 
src2206's Avatar
 
Join Date: Jun 2006
Location: Kolkata
Posts: 346
Default Re: Stuck with FC5- Please Help!

I'm logging in as a root only .
__________________
For Pictorials, Tutorials and software reviews visit: www.sroyc.blogspot.com
src2206 is offline  
Old 24-08-2006, 09:12 AM   #9 (permalink)
-The BlacKCoaT Operative-
 
Rollercoaster's Avatar
 
Join Date: Mar 2005
Location: Dehradun, India
Posts: 1,205
Default Re: Stuck with FC5- Please Help!

u will have to RnD ur users and groups.
__________________
--------------------------------------------
Holding my last breath, safe inside myself.....
--------------------------------------------
I dont use my computer. I misuse it- रोलरकोस्टर
Rollercoaster is offline  
Old 24-08-2006, 09:46 AM   #10 (permalink)
In The Zone
 
src2206's Avatar
 
Join Date: Jun 2006
Location: Kolkata
Posts: 346
Default Re: Stuck with FC5- Please Help!

Quote:
RnD
- sorry but what does it mean exactly ? Obviously not research & development .
Anyways please tell me how to do this!
Thank you

PS: Is there any resource available where I can get all the available commands of FC5 listed?
__________________
For Pictorials, Tutorials and software reviews visit: www.sroyc.blogspot.com
src2206 is offline  
Old 24-08-2006, 10:03 AM   #11 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: Stuck with FC5- Please Help!

Quote:
Originally Posted by src2206
PS: Is there any resource available where I can get all the available commands of FC5 listed?
Open Konsole and press tab twice.
__________________
http://www.bash.org/?258908
mehulved is offline  
Old 24-08-2006, 10:11 AM   #12 (permalink)
In The Zone
 
src2206's Avatar
 
Join Date: Jun 2006
Location: Kolkata
Posts: 346
Default Re: Stuck with FC5- Please Help!

Thanks.
But what is RnD, seriously?
__________________
For Pictorials, Tutorials and software reviews visit: www.sroyc.blogspot.com
src2206 is offline  
Old 24-08-2006, 10:37 AM   #13 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: Stuck with FC5- Please Help!

I guess he means research and development only. To be exact, he means you will have to play a bit of trial and error with users and groups, to know if something is wrong. But, well I guess, that shouldn't be the problem as you're operating as root. And sorry for overlooking the root part.
You aren't connected to the net, right? If you haven't connected to the net, how will any updating tool work. The big problem is that PIRUT, doesn't install software from cd/dvd. It only installs from the net. It's a big mistake by FC people. Riyaz(desertwind) has given a fix for that. I will search for it and give you.
If you want to install rpm's from some disk, use command,
Code:
rpm - ivh <filename>
__________
Or you can install yum with yumex or smart and smart-gui. Both are very good tools for adding/removing/updating softwares.
__________________
http://www.bash.org/?258908

Last edited by mehulved; 24-08-2006 at 10:37 AM. Reason: Automerged Doublepost
mehulved is offline  
Old 24-08-2006, 05:27 PM   #14 (permalink)
In The Zone
 
src2206's Avatar
 
Join Date: Jun 2006
Location: Kolkata
Posts: 346
Default Re: Stuck with FC5- Please Help!

Thank you very much tyf.
I'm eagerly looking forward for the fix.
Well I tried to install yumex but it did not , it simply gave me an error, something like 'base url not found.
So could you please assist me more on this?
__________________
For Pictorials, Tutorials and software reviews visit: www.sroyc.blogspot.com
src2206 is offline  
Old 24-08-2006, 10:30 PM   #15 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: Stuck with FC5- Please Help!

These tools are trying to install software from the net. Now, if you don't have a working net connection, these tools will return an error.
There was a fix that lets you enable softwares from the cd/dvd, but I can't seem to find it now.
__________________
http://www.bash.org/?258908
mehulved is offline  
Old 25-08-2006, 04:36 PM   #16 (permalink)
-The BlacKCoaT Operative-
 
Rollercoaster's Avatar
 
Join Date: Mar 2005
Location: Dehradun, India
Posts: 1,205
Default Re: Stuck with FC5- Please Help!

I think there is something terribly wrong with ur installation. I think u should do a fresh FULL install. after all it is those experiements and reinstalls then make u an expert. When u dont know much abt a problem that most probabley u urself created and then when u try to fix it.. it only gets worse..

Reinstall the OS and then use Yum. it is simple as pie
__________________
--------------------------------------------
Holding my last breath, safe inside myself.....
--------------------------------------------
I dont use my computer. I misuse it- रोलरकोस्टर

Last edited by Rollercoaster; 25-08-2006 at 04:39 PM.
Rollercoaster is offline  
Old 25-08-2006, 10:04 PM   #17 (permalink)
In The Zone
 
src2206's Avatar
 
Join Date: Jun 2006
Location: Kolkata
Posts: 346
Default Re: Stuck with FC5- Please Help!

Thanks Rollercoaster,
But when I didn't have any hope of establishing a net connection you helped me out in a perfect manner. So I would like to give it a try. I do beleive the problem lies with the repo files. I am going to try out few more times and then when all my avenues will be closed I'll opt for a reinstall.

thank you again.
__________________
For Pictorials, Tutorials and software reviews visit: www.sroyc.blogspot.com
src2206 is offline  
Old 25-08-2006, 11:57 PM   #18 (permalink)
-The BlacKCoaT Operative-
 
Rollercoaster's Avatar
 
Join Date: Mar 2005
Location: Dehradun, India
Posts: 1,205
Default Re: Stuck with FC5- Please Help!

that is the best approch. but actually i gave u that suggestion cause i couldnt exactly understand ur problem from this thread. can u sum a bit so I (and others) can give u better help.
__________________
--------------------------------------------
Holding my last breath, safe inside myself.....
--------------------------------------------
I dont use my computer. I misuse it- रोलरकोस्टर
Rollercoaster is offline  
Old 26-08-2006, 10:43 AM   #19 (permalink)
"The RaCaLaNGeL"©
 
romeo_8693's Avatar
 
Join Date: Dec 2005
Location: Goa/Pune
Posts: 389
Default Re: Stuck with FC5- Please Help!

for pro no.3 : have u tried "whereis fdisk"(w/o quotes)????
for 1st and 2nd this shud help:
http://stanton-finley.net/fedora_cor...otes.html#NTFS
__________________
Without sorrows happiness would be boring!

Last edited by romeo_8693; 26-08-2006 at 10:46 AM. Reason: Automerged Doublepost
romeo_8693 is offline  
Old 26-08-2006, 03:52 PM   #20 (permalink)
-The BlacKCoaT Operative-
 
Rollercoaster's Avatar
 
Join Date: Mar 2005
Location: Dehradun, India
Posts: 1,205
Default Re: Stuck with FC5- Please Help!

Quote:
Originally Posted by src2206
Thanks Rollercoaster,
I do beleive the problem lies with the repo files.
why dont u try to reinstall the concerned rpms. that should clear any config errors with ur repo files. I am not on a linux system right now. can someone tell us what rpms are related to the repository files that src2206 is talking abt, and the reinstall switches for RPM command too
__________________
--------------------------------------------
Holding my last breath, safe inside myself.....
--------------------------------------------
I dont use my computer. I misuse it- रोलरकोस्टर
Rollercoaster is offline  
Old 26-08-2006, 05:59 PM   #21 (permalink)
In The Zone
 
src2206's Avatar
 
Join Date: Jun 2006
Location: Kolkata
Posts: 346
Default Re: Stuck with FC5- Please Help!

Hi Rollercoaster,
I would love to provide you all the details regarding my problem and I will. But I'm presently out of station. I'll be back on coming Sunday so please do wait for a while.
Quote:
u will have to RnD ur users and groups.
Could you please explain this process?

Thank you
__________________
For Pictorials, Tutorials and software reviews visit: www.sroyc.blogspot.com
src2206 is offline  
Old 26-08-2006, 07:21 PM   #22 (permalink)
Commander in Chief
 
QwertyManiac's Avatar
 
Join Date: Jul 2005
Posts: 6,657
Default Re: Stuck with FC5- Please Help!

Maybe Remove and Destroy ?
__________________
Harsh J
www.harshj.com
QwertyManiac is offline  
Old 26-08-2006, 09:37 PM   #23 (permalink)
In The Zone
 
src2206's Avatar
 
Join Date: Jun 2006
Location: Kolkata
Posts: 346
Default Re: Stuck with FC5- Please Help!

Hi Rollercoaster,
I would love to provide you all the details regarding my problem and I will. But I'm presently out of station. I'll be back on coming Sunday so please do wait for a while.
Quote:
u will have to RnD ur users and groups.
Could you please explain this process?

Thank you
__________
ooo....ps, Sorry for the double post.
__________________
For Pictorials, Tutorials and software reviews visit: www.sroyc.blogspot.com

Last edited by src2206; 26-08-2006 at 09:37 PM. Reason: Automerged Doublepost
src2206 is offline  
Old 27-08-2006, 08:06 AM   #24 (permalink)
-The BlacKCoaT Operative-
 
Rollercoaster's Avatar
 
Join Date: Mar 2005
Location: Dehradun, India
Posts: 1,205
Default Re: Stuck with FC5- Please Help!

hey no need to go sticky to the words. i ment what exactly was mentioned by other people. to RnD on something in geek lang means to turn it inside out, experment with it, play trial and error and learn in the process.

Kinda like when get a new mob without a manual then u 'RnD' it to learn abt it, right?


Quote:
Originally Posted by QwertyManica who recieved DVORAK as gift from me :-D

Maybe Remove and Destroy ?
Nice one dude!
__________________
--------------------------------------------
Holding my last breath, safe inside myself.....
--------------------------------------------
I dont use my computer. I misuse it- रोलरकोस्टर

Last edited by Rollercoaster; 27-08-2006 at 08:08 AM.
Rollercoaster is offline  
Old 27-08-2006, 08:48 AM   #25 (permalink)
In Pursuit of "Happyness"
 
kalpik's Avatar
 
Join Date: May 2005
Location: New Delhi
Posts: 3,404
Default Re: Stuck with FC5- Please Help!

^^ Actually the RnD=Research and Development
kalpik is offline  
Old 29-08-2006, 06:05 PM   #26 (permalink)
In The Zone
 
src2206's Avatar
 
Join Date: Jun 2006
Location: Kolkata
Posts: 346
Default Re: Stuck with FC5- Please Help!

Hi rollercoaster,
Thankfully most of my problems are solved except ADD/REMOVE PACKAGES and YUMEX, none of these are working when I'm offline.
Any suggestions?
__________________
For Pictorials, Tutorials and software reviews visit: www.sroyc.blogspot.com
src2206 is offline  
Old 29-08-2006, 06:17 PM   #27 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: Stuck with FC5- Please Help!

Does it work when you are online?
See my previous post too, I have mentioned that they will not work if you are offline, cos they try to install softwares by downloading from the internet.
Now, there's a fix for this but I can't find it, maybe someone having it can help you find it. Just try to google it up too, you may just find it.
__________________
http://www.bash.org/?258908
mehulved is offline  
Old 29-08-2006, 06:49 PM   #28 (permalink)
Commander in Chief
 
QwertyManiac's Avatar
 
Join Date: Jul 2005
Posts: 6,657
Default Re: Stuck with FC5- Please Help!

for that thing to work I had to do a total 'yum update' and then it functioned fine...
__________________
Harsh J
www.harshj.com
QwertyManiac is offline  
Old 29-08-2006, 09:39 PM   #29 (permalink)
In The Zone
 
src2206's Avatar
 
Join Date: Jun 2006
Location: Kolkata
Posts: 346
Default Re: Stuck with FC5- Please Help!

Hi tyf,
Yes they do work fine when i'm online . I tried to google too but did not get any result. So could you please suggest a search string?

Hi QM,
Quote:
for that thing to work I had to do a total 'yum update' and then it functioned fine...
Did you use yum -y update command? If not, thenwhich comand did you use? And isyour ADD/REMOVE [purit] or yumex appalts working even when you are offline?

Thanks
__________________
For Pictorials, Tutorials and software reviews visit: www.sroyc.blogspot.com
src2206 is offline  
Old 01-09-2006, 09:02 PM   #30 (permalink)
In The Zone
 
src2206's Avatar
 
Join Date: Jun 2006
Location: Kolkata
Posts: 346
Default Re: Stuck with FC5- Please Help!

Hi friends,
My problem has been solved. I would try to make a tutorial and post it in the proper section by coming Sunday.
lol
__________________
For Pictorials, Tutorials and software reviews visit: www.sroyc.blogspot.com
src2206 is offline  
Closed Thread

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +5.5. The time now is 06:15 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2