Active Topics

 


Reply
Thread Tools
Posts: 286 | Thanked: 100 times | Joined on Dec 2009 @ down south
#451
i removed the last image and all its other bits the other week. do i just download the above new image and extract or do i have tu go through downloads and install that way like first image??? cheers
 
qole's Avatar
Moderator | Posts: 7,109 | Thanked: 8,820 times | Joined on Oct 2007 @ Vancouver, BC, Canada
#452
- download the new image
- install lzma
- extract the new image
- edit your /home/user/.chroot file, make IMGFILE point to the new image
- test!
__________________
qole.org --- twitter --- Easy Debian wiki page
Please don't send me a private message, post to the appropriate thread.
Thank you all for your donations!
 

The Following 2 Users Say Thank You to qole For This Useful Post:
Posts: 286 | Thanked: 100 times | Joined on Dec 2009 @ down south
#453
cant see Izma in repo's??? have got the extras dev enabled..but nothing there? anywhere else i can grab from?

Last edited by dread123; 2010-02-12 at 19:30.
 
Posts: 150 | Thanked: 91 times | Joined on Dec 2009 @ Norway
#454
@dread123 try apt-get install lzma
it worked for me.

@qole Here are my time from uncompressing as user and not root. The telephone was slow when I run the process and iowait was between 96-98%

~/MyDocs $ time /usr/bin/lzma -d debian-m5-v3a.img.ext2.lzma
real 51m 4.88s
user 3m 40.03s
sys 0m 41.32s

Last edited by hstende; 2010-02-12 at 19:35.
 

The Following User Says Thank You to hstende For This Useful Post:
Posts: 13 | Thanked: 11 times | Joined on Feb 2010
#455
I was ssh'd in while the phone sat idle:

time lzma -d debian-m5-v3a.img.ext2.lzma
real 8m 41.17s
user 3m 37.59s
sys 0m 33.78s
 
Posts: 286 | Thanked: 100 times | Joined on Dec 2009 @ down south
#456
real 51m 1.47s
user 3m 44.03s
sys 0m 43.66

hope that helps
 
Posts: 286 | Thanked: 100 times | Joined on Dec 2009 @ down south
#457
hows best way to edit .chroot file please?? cant seem to find it anywhere.. i understand the . means invisble but not sure what to use to edit paths
 
Posts: 286 | Thanked: 100 times | Joined on Dec 2009 @ down south
#458
sorted now
 
Posts: 13 | Thanked: 11 times | Joined on Feb 2010
#459
Originally Posted by qole View Post
- download the new image
- install lzma
- extract the new image
- edit your /home/user/.chroot file, make IMGFILE point to the new image
- test!
Well, audio works great, except installing just about anything with aptitude nukes pulseaudio.

I tried getting blackbox back on and it did this:
Code:
[root@easy-debian-m5: /]aptitude install blackbox
Reading package lists... Done
Building dependency tree
Reading state information... Done
Initializing package states... Done
Writing extended state information... Done
Reading task descriptions... Done
The following packages are BROKEN:
  smbclient
The following NEW packages will be installed:
  blackbox libbt{a}
The following packages will be REMOVED:
  devicekit-disks{u} libatasmart4{u} libgdu0{u} libgudev-1.0-0{u} libparted1.8-12{u}
  libpolkit-backend-1-0{u} libsgutils2-2{u} libsmbclient{u} pulseaudio-module-zeroconf{u}
The following partially installed packages will be configured:
  samba-common
0 packages upgraded, 2 newly installed, 9 to remove and 13 not upgraded.
Need to get 329kB of archives. After unpacking 6,214kB will be freed.
The following packages have unmet dependencies:
  smbclient: Depends: libkrb53 (>= 1.6.dfsg.2) but it is not installable
The following actions will resolve these dependencies:

Remove the following packages:
smbclient

Score is 119

Accept this solution? [Y/n/q/?]
The following NEW packages will be installed:
  blackbox libbt{a}
The following packages will be REMOVED:
  devicekit-disks{u} libatasmart4{u} libgdu0{u} libgudev-1.0-0{u} libparted1.8-12{u}
  libpolkit-backend-1-0{u} libsgutils2-2{u} libsmbclient{u} libtalloc2{u} libwbclient0{u}
  pulseaudio-module-zeroconf{u} smbclient{a}
The following partially installed packages will be configured:
  samba-common
0 packages upgraded, 2 newly installed, 12 to remove and 13 not upgraded.
Need to get 329kB of archives. After unpacking 37.4MB will be freed.
Do you want to continue? [Y/n/?]
Writing extended state information... Done
Get:1 http://http.us.debian.org lenny/main libbt 0.70.1-2.2 [95.8kB]
Get:2 http://http.us.debian.org lenny/main blackbox 0.70.1-2.2 [233kB]
Fetched 329kB in 9s (33.6kB/s)
(Reading database ... 57181 files and directories currently installed.)
Removing smbclient ...
Removing devicekit-disks ...
Removing libatasmart4 ...
ldconfig: /usr/lib/libpulsecommon-0.9.15.so is not a symbolic link

Removing libgdu0 ...
Removing libgudev-1.0-0 ...
Removing libparted1.8-12 ...
Removing libpolkit-backend-1-0 ...
Removing libsgutils2-2 ...
Removing libsmbclient ...
Removing libwbclient0 ...
Removing libtalloc2 ...
Removing pulseaudio-module-zeroconf ...
Processing triggers for man-db ...
...
I'm going to try and flag those packages for "hold always".
 
qole's Avatar
Moderator | Posts: 7,109 | Thanked: 8,820 times | Joined on Oct 2007 @ Vancouver, BC, Canada
#460
Thanks for the time numbers! This is confirming something to me -- sometimes the decompressing goes quickly, other times it goes very very very slowly. We need to learn why!!

I wonder if this is also related to the different speeds for OpenOffice?

aechelon: you're finding my apt-get oops.

Here's how to fix the "install bug"

As root in Debian, edit (leafpad is my favorite) /etc/apt/sources.list and take out the # at the beginning of the "squeeze" line, the third from the top. Save the file.


Code:
apt-get update
apt-get install --no-install-recommends smbclient samba-common
Edit /etc/apt/sources.list again and put the # bac in front of the third line. Do another apt-get update and you're fixed.
__________________
qole.org --- twitter --- Easy Debian wiki page
Please don't send me a private message, post to the appropriate thread.
Thank you all for your donations!

Last edited by qole; 2010-02-13 at 16:28.
 

The Following 2 Users Say Thank You to qole For This Useful Post:
Reply

Tags
beta, debian, easy debian, extras-devel, fremantle, i <3 qole, squeeze


 
Forum Jump


All times are GMT. The time now is 18:15.