WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Nothings installs successfully  (Read 2483 times)

Offline nbt384

  • Newbie
  • *
  • Posts: 17
Nothings installs successfully
« on: February 18, 2010, 11:36:58 PM »
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.

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14568
Re: Nothings installs successfully
« Reply #1 on: February 18, 2010, 11:43:32 PM »
How are you trying to download the extension - using the appbrowser or downloading directly with wget or browser and http/ftp?

Offline althalus

  • Sr. Member
  • ****
  • Posts: 351
Re: Nothings installs successfully
« Reply #2 on: February 18, 2010, 11:48:39 PM »
When I get that first error (request range not satisfiable) I'm usually trying to download an extension I've already got.

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14568
Re: Nothings installs successfully
« Reply #3 on: February 19, 2010, 01: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?

Offline gerald_clark

  • TinyCore Moderator
  • Hero Member
  • *****
  • Posts: 4254
Re: Nothings installs successfully
« Reply #4 on: February 19, 2010, 07:00:30 AM »
Are you possibly running aout of loop devices?
http://www.tinycorelinux.com/faq.html#loops

Offline Guy

  • Hero Member
  • *****
  • Posts: 1089
Re: Nothings installs successfully
« Reply #5 on: February 19, 2010, 07: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.
Many people see what is. Some people see what can be, and make a difference.

Offline nbt384

  • Newbie
  • *
  • Posts: 17
Re: Nothings installs successfully
« Reply #6 on: February 20, 2010, 12: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?

Offline althalus

  • Sr. Member
  • ****
  • Posts: 351
Re: Nothings installs successfully
« Reply #7 on: February 20, 2010, 02: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)