Results 21 to 30 of 48
I can't understand why it just stops. That's the puzzle in my mind. I've had it happen a few times, but by and large when I wget a file, it ...
- 12-10-2005 #21
I can't understand why it just stops. That's the puzzle in my mind. I've had it happen a few times, but by and large when I wget a file, it comes down in one piece. I'll use wget -c if I have to stop the download myself for whatever reason and want to start it back later.
- 12-10-2005 #22
Well is there anything else I can try? This has baffled everyone that I know who uses Linux
.
- 12-12-2005 #23
I finally gave up on getting ET and just downloaded it on my Mac and burnt it to a disk. However, I don't know how to install it/run it. I click on it and it starts to open in Kwrite, but after it does Kwrite fails to respond and must be closed...So what do I do?
- 12-12-2005 #24
Pretty sure all you need to do is, (first to make sure), change its permissions...
Then, to run...Code:chmod 777 et-linux-2.55.x86.run
See if that does it...Code:./et-linux-2.55.x86.run
- 12-12-2005 #25
Nope, it says:
Code:kbk@computer:/mnt/cdrom1$ chmod 777 et-linux-255x86.run chmod: changing permissions of `et-linux-255x86.run': Read-only file system kbk@computer:/mnt/cdrom1$ ./et-linux-255x86.run bash: ./et-linux-255x86.run: Permission denied
- 12-12-2005 #26You'll have to be root to change its permissions. If it still want open, run it as root.
Originally Posted by kbk
- 12-12-2005 #27
I did try that too, still showed the same thing:
Code:root@computer:/mnt/cdrom1# chmod 777 et-linux-255x86.run chmod: changing permissions of `et-linux-255x86.run': Read-only file system root@computer:/mnt/cdrom1# ./et-linux-255x86.run bash: ./et-linux-255x86.run: Permission denied
- 12-12-2005 #28OK, I didn't notice that it was on cdrom, sorry... You'll have to copy it to your hard drive to make the necessary changes. You can't change permissions on an already burned cd file, not that I know of anyway.
Originally Posted by kbk
- 12-12-2005 #29
Worked, but then:
Code:Xlib: connection to ":0.0" refused by server Xlib: No protocol specified /tmp/selfgz10122/setup.sh: line 143: 10255 Aborted "$setup" "$@" 2>>$NULL The setup program seems to have failed on x86/glibc-2.1 See http://zerowing.idsoftware.com/linux/ for troubleshooting
- 12-12-2005 #30
Did it install and then give you that when you tried to run it?


Reply With Quote
