LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Again problems with NTFS-3G (https://www.linuxquestions.org/questions/linux-newbie-8/again-problems-with-ntfs-3g-545044/)

kantor_98 04-11-2007 03:49 AM

Again problems with NTFS-3G
 
Using the indications from
http://www.mjmwired.net/resources/m...a-fc6.html#ntfs
i download the 3 files (fuse, fuselibs and ntfs3g) because my yum is still not working on the net. Then I give the command
rpm -ivh fuse* ntfs*
and i obtain the message
warning: fuse-2.6.3-2_4.fc6.at.i386.rpm: Header V3 DSA signature: NOKEY, key ID 66534c2b
error: Failed dependencies:
fuse-kmdl-2.6.3-2_4.fc6.at is needed by fuse-2.6.3-2_4.fc6.at.i386
What should I do next ????

igu 04-11-2007 05:29 AM

You need to download the fuse-kmdl rpm package too.

kantor_98 04-11-2007 07:50 AM

Yesssss... you have right ! The problem is: i download this, then this file require something else (another file) and so on. If I will be not able to make yum to work with the net, then I think I can forget to local install something ! Better remain in windows ! (joke!)
I will work to try to make yum available !

kantor_98 04-12-2007 07:14 AM

Well I make yum working BUT!
Now I added in the yum.conf the lines:
proxy=http://proxyort/
proxy_username=username
proxy_password=password
and it works ! I install already yumex.
There seem to stil be some problems, because I cannot install something else. I try with
yum install ntfs*
and I obtained a huge error message:
Loading "installonlyn" plugin
Setting up Install Process
Setting up repositories
http://mirrors.kernel.org/fedora/co...ata/repomd.xml: [Errno 14] HTTP Error 502: Via:1.1 ISA3
Connection: close
Proxy-Connection: close
Pragma: no-cache
Cache-Control: no-cache
Content-Type: text/html
Content-Length: 3782

Trying other mirror.
http://fedora.mirrors.hoobly.com/6/...ata/repomd.xml: [Errno 14] HTTP Error 502: Via:1.1 ISA3
Connection: close
Proxy-Connection: close
Pragma: no-cache
Cache-Control: no-cache
Content-Type: text/html
Content-Length: 3766

Trying other mirror.
core 100% |=========================| 1.1 kB 00:00
Could not retrieve mirrorlist http://mirrors.fedoraproject.org/mi...ras-6&arch=i386 error was
[Errno 14] HTTP Error 502: Via:1.1 ISA3
Connection: close
Proxy-Connection: close
Pragma: no-cache
Cache-Control: no-cache
Content-Type: text/html
Content-Length: 3782

Error: Cannot find a valid baseurl for repo: extras

It seems that I must add some supplementary repos, but I am not so sure how to do that. I try with livna, but I obtained an error.

rpm -ivh http://rpm.livna.org/livna-release-6.rpm
and the result was:
rpm -ivh http://rpm.livna.org/livna-release-6.rpm
Retrieving http://rpm.livna.org/livna-release-6.rpm
error: skipping http://rpm.livna.org/livna-release-6.rpm - transfer failed - Unknown or unexpected error
Segmentation fault

Still searching...

Junior Hacker 04-13-2007 02:58 AM

Something confusing here:
I don't think it is a repo problem, it appears to be a proxy problem:
http://www.linuxquestions.org/questi...d.php?t=544512
Also, to install ntfs-3g with yum, you have to give the right command:
Code:

yum install ntfs-3g
And make sure to set SELinux to "permissive" before installing ntfs-3g, there are issues between the two if SELinux is set to "Enforce".

Junior Hacker 04-13-2007 03:24 AM

I'm not sure if it is a proxy problem or not now, I clicked on those three addresses before [errno 14] and got a error, the site does not exist. But I also clicked on the livna rpm link and that one works. Try clicking on the Livna rpm in this page and select "open with software installer".

kantor_98 04-18-2007 08:10 AM

Something very strange is happening... I give, in this window, click on the
http://rpm.livna.org/livna-release-6.rpm
line and choose "open with installer" and the mesage was "is already installed" !!!!!
Then I give yum install ntfs-3g and I receive... SUCCES ! but I did nothing more than to the last post ! Only that I stop and start the computer !


All times are GMT -5. The time now is 08:57 PM.