Tiny Core Linux

Tiny Core Base => TCB Q&A Forum => Topic started by: nbt384 on February 19, 2010, 02:36:58 AM

Title: Nothings installs successfully
Post by: nbt384 on February 19, 2010, 02:36:58 AM
Hows it going.

For the last couple of days, everytime I try to install something it either says:

"Error: wget: server returned error: HPTTP/1.1 416 Requested Range Not Satisfiable on leafpad.tcz"

or

"Error: mount: cannot setup loop device: No such file or directory"

I've tried changing mirrors, it doesn't help.

Any tips?

Thanks in advance.
Title: Re: Nothings installs successfully
Post by: Juanito on February 19, 2010, 02:43:32 AM
How are you trying to download the extension - using the appbrowser or downloading directly with wget or browser and http/ftp?
Title: Re: Nothings installs successfully
Post by: althalus on February 19, 2010, 02:48:39 AM
When I get that first error (request range not satisfiable) I'm usually trying to download an extension I've already got.
Title: Re: Nothings installs successfully
Post by: Juanito on February 19, 2010, 04:11:06 AM
When I get that first error (request range not satisfiable) I'm usually trying to download an extension I've already got.

OK, but again  :)

Quote
How are you trying to download the extension - using the appbrowser or downloading directly with wget or browser and http/ftp?
Title: Re: Nothings installs successfully
Post by: gerald_clark on February 19, 2010, 10:00:30 AM
Are you possibly running aout of loop devices?
http://www.tinycorelinux.com/faq.html#loops
Title: Re: Nothings installs successfully
Post by: Guy on February 19, 2010, 10:55:42 AM
Installation of extensions also fails if the owner and group of the /tce/optional directory is not tc:staff.

If you are using version 2.9 it should be correct. But check.

If you are using an earlier version, and you created the optional directory as root, expect installation of extensions to fail. If you change it to tc:staff it will work. Another option is to delete or rename the optional directory, then install extensions. A new one will be created with the correct owner and group.
Title: Re: Nothings installs successfully
Post by: nbt384 on February 20, 2010, 03:58:36 AM
I'm hitting install - not ondemand.

I'm also using microcore, if that's of any significance.

"Are you possibly running aout of loop devices?"
I have no idea - I don't know what they are.

"If you are using version 2.9 it should be correct."
I wasn't aware that this was out - I can't find it under downloads. Is this the same as microcore-current.iso? Did you mean 2.8 (which is what I am using)?

"If you change it to tc:staff it will work"

How do I do this?
Title: Re: Nothings installs successfully
Post by: althalus on February 20, 2010, 05:38:27 AM
I'm hitting install - not ondemand.

I'm also using microcore, if that's of any significance.

"Are you possibly running aout of loop devices?"
I have no idea - I don't know what they are.
Each running extension consumes 1 loop device. By default, limit on loop devices is 96 (Running off memory here - could be wrong). At some point, you'll want to add max_loop=255 to your list of boot codes.
Quote
"If you are using version 2.9 it should be correct."
I wasn't aware that this was out - I can't find it under downloads. Is this the same as microcore-current.iso? Did you mean 2.8 (which is what I am using)?
Not final release, but there are numerous release candidates. I'm running 2.9rc4 right now, and it's just as stable (for me) as 2.8.
Quote
"If you change it to tc:staff it will work"

How do I do this?
sudo chown -R tc:staff /mnt/sda1/tc
(assuming TC is installed on sda1)