![]() |
Re: ANNOUNCE: Easy Debian For Everyone! OpenOffice, Firefox 3, Java, AbiWord, IceWM,
I've applied for an invitation to upload to Extras; this will make things better for Easy Debian Final. You'll be able to install from the standard repositories!
|
Re: ANNOUNCE: Easy Debian For Everyone! OpenOffice, Firefox 3, Java, AbiWord, IceWM,
I uninstalled, rebooted, reinstalled, rebooted, and still get the exact same errors. If I click the Debian chroot icon the screen with the error messages vanishes, so I'm showing what happens when I run /sbin/debian, as the errors appear the same. As I said before, the problem seems to be that the mount commands don't work. One other user, maxzar100, earlier in this thread (on page 5 of this thread) gave an identical error log on so I am not the only one:
http://www.internettablettalk.com/fo...t=21629&page=5 So here is my error output: $ sudo /sbin/debian Setting up the chroot... using device: /media/mmc1/debian.img.ext2 Using ext2 file system . mount: mounting /dev on /debian/dev failed mount: mounting /proc on /debian/proc failed .. mount: none is write-protected, mounting read-only mount: mounting none on /debian/dev/pts failed mount: mounting /tmp on /debian/tmp failed ... mount: /media/mmc1 is write-protected, mounting read-onl y mount: mounting /media/mmc1 on /debian/media/mmc1 failed mount: /media/mmc2 is write-protected, mounting read-onl y mount: mounting /media/mmc2 on /debian/media/mmc2 failed mount: /media/usb is write-protected, mounting read-only mount: mounting /media/usb on /debian/media/usb failed .... mount: /home/user is write-protected, mounting read-only mount: mounting /home/user on /debian/home/user failed cp: cannot stat '/debian/etc/resolv.conf': Permission de nied cp: cannot stat '/debian/etc/hosts': Permission denied cp: cannot stat '/debian/etc/group': Permission denied cp: cannot stat '/debian/etc/passwd': Permission denied cp: cannot stat '/debian/etc/localtime': Permission deni ed cp: cannot stat '/debian/etc/pointercal.default': Permis sion denied cp: cannot stat '/debian/etc/pointercal': Permission den ied touch: /debian/tmp/chroot-complete: Permission denied Everything set up, running chroot... chroot: cannot execute /bin/bash: Permission denied |
Re: ANNOUNCE: Easy Debian For Everyone! OpenOffice, Firefox 3, Java, AbiWord, IceWM,
what is the output of:
Code:
df -hCode:
mount |
Re: ANNOUNCE: Easy Debian For Everyone! OpenOffice, Firefox 3, Java, AbiWord, IceWM,
My first thought is: there's something wrong with your debian.img.ext2 file.
All of your "mount failed" errors are very likely due to the fact that your debian image file isn't mounting properly in the first place, which causes all the other stuff to go south. First, you need to know where your debian.img.ext2 file is. It should be something like /media/mmc2/debian.img.ext2 or /media/mmc1/debian.img.ext2 so substitute the right one in the commands that follow. 1. Reboot. This makes sure you've got nothing chroot-related mounted. 2. Open a terminal. Type the following (substitute your correct path for /media/mmc2/debian.img.ext2) Code:
sudo su - |
Re: ANNOUNCE: Easy Debian For Everyone! OpenOffice, Firefox 3, Java, AbiWord, IceWM,
After trying again, penguinbait's "OS to SD Deb"+KDE on my MMC2 card and then qole's Easy Debian on my MMC1 card, is working well. I don't know what caused the problems the first time, but I'm very happy that it's now working! Thanks for the responses and to those who have put in all of the work!
|
Re: ANNOUNCE: Easy Debian For Everyone! OpenOffice, Firefox 3, Java, AbiWord, IceWM,
Qole, I've tried before the very mount command you are now suggesting (except I did not bother to set noatime althought that is a good idea from a performance perspective with a slow flash drive). I've tried again just now just for the heck of it and I still get the same error messages. I've included the output of mount and df-h below also. (Yes, I do have a 1GB swapfile but trying everything with that disabled makes no difference.)
Just to repeat myself again, I went over your /sbin/debian script and tried executing the mount commands individual since they are what fails. Executing them does not work, sudo or no sudo. The cryptic error output of the mount command is not very helpful. If I had time to install a version of mount with GDB breakpoints and source I just might try and debug the problem that way. I first installed Debian back in 1997 by the way back when it meant downloading about 8-10 1.44MB floppy images over a 33.6k modem. I used Debian with Windowmaker until 2003 when I got a Powerbook. Now I would once again like to use Debian---a system I know well---on this nice little N810. I have never in all my years had such a strange problem with the mount command. I used to boot mulitple operating systems on my old PC and I created and mounted all sorts of filesystems without issue. Anyway, the output: $ sudo umount /debian $ sudo su - BusyBox v1.6.1 (2008-05-22 10:32:35 EEST) Built-inshell (ash) Enter 'help' for a list of built-in commands. Nokia-N810-23-14:~# mount -t ext2 /media/mmc1/debian /media/mmc1/debian-chroot-img-v2.tar.bz2 /media/mmc1/debian.img.ext2 Nokia-N810-23-14:~# mount -t ext2 /media/mmc1/debian /media/mmc1/debian-chroot-img-v2.tar.bz2 /media/mmc1/debian.img.ext2 Nokia-N810-23-14:~# mount -t ext2 /media/mmc1/debian.img.ext2 /debian -o loop,noatime Nokia-N810-23-14:~# ls /debian ls: cannot access /debian/bin: Input/output error ls: cannot access /debian/boot: Input/output errorls: cannot access /debian/dev: Input/output error ls: cannot access /debian/etc: Input/output error ls: cannot access /debian/home: Input/output errorls: cannot access /debian/media: Input/output errorls: cannot access /debian/mnt: Input/output error ls: cannot access /debian/proc: Input/output errorls: cannot access /debian/root: Input/output errorls: cannot access /debian/srv: Input/output error ls: cannot access /debian/sys: Input/output error ls: cannot access /debian/tmp: Input/output error ls: cannot access /debian/usr: Input/output error bin etc lost+found opt sbin tmp boot home media proc srv usr dev lib mnt root sys var Nokia-N810-23-14:~# mount rootfs on / type rootfs (rw) /dev/root on /mnt/initfs type jffs2 (ro) none on /mnt/initfs/proc type proc (rw) none on /mnt/initfs/sys type sysfs (rw) none on /mnt/initfs/tmp type tmpfs (rw) /dev/mtdblock4 on / type jffs2 (rw,rpsize=1024,rpuid=0,rpuid=30000) none on /tmp type tmpfs (rw) proc on /proc type proc (rw) sysfs on /sys type sysfs (rw) none on /dev type tmpfs (rw) devpts on /dev/pts type devpts (rw) tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)/dev/mmcblk0p1 on /media/mmc2 type vfat (rw,nosuid,nodev,noexec,uid=29999,fmask=0133,dmask =0000,codepage=cp437,iocharset=iso8859-1,shortname=mixed,utf8)/dev/mmcblk1p1 on /media/mmc1 type vfat (rw,nosuid,nodev,noexec,uid=29999,fmask=0133,dmask =0000,codepage=cp437,iocharset=iso8859-1,shortname=mixed,utf8)/dev/loop0 on /debian type ext2 (rw,noatime)Nokia-N810-23-14:~# df -h Filesystem Size Used AvailableUse% Mounted on /dev/mtdblock4 4.0M 2.6M 1.4M 64% /mnt/initfs none 2.0M 80.0k 1.9M 4% /mnt/initfs/tmp /dev/mtdblock4 249.5M 205.9M 43.6M 83% / none 2.0M 80.0k 1.9M 4% /tmp none 1.0M 60.0k 964.0k 6% /dev tmpfs 1.0M 0 1.0M 0% /dev/shm /dev/mmcblk0p1 1.9G 1.6G 326.3M 83% /media/mmc2 /dev/mmcblk1p1 7.4G 1.4G 6.0G 19% /media/mmc1 /dev/loop0 1007.9M 834.5M 163.2M 84% /debian Nokia-N810-23-14:~# ls -l /media/mmc1 total 1496976 -rw-r--r-- 1 user root 284881441 2008-07-05 04:56 debian-chroot-img-v2.tar.bz2 -rw-r--r-- 1 user root 172789248 2008-09-18 16:20 debian.img.ext2 -rw-r--r-- 1 user root 1479118 2008-09-23 01:36 easy-deb-chroot-0.6-2_armel.deb -rw-r--r-- 1 user root 9 2008-09-19 13:33 foo.sh -rw-r--r-- 1 user root 1073741824 2008-09-18 17:38 swapfile |
Re: ANNOUNCE: Easy Debian For Everyone! OpenOffice, Firefox 3, Java, AbiWord, IceWM,
You have either a bad image file... or bad sectors on your SD card... would be my guess.
|
Re: ANNOUNCE: Easy Debian For Everyone! OpenOffice, Firefox 3, Java, AbiWord, IceWM,
tltmts:
I agree with fatalsaint. There's something seriously wrong with your image file, when a simple ls gives all kinds of errors. Hey, I notice that you still have your .tar.bz2 file on your card. That's really suspicious. Did you use the installer to get it? If so, the file should have been deleted after it was untarred. I would suggest you do the following: Code:
sudo su -Watch for errors... If there are any errors untarring the image file, that's the problem. The good thing about using the auto-installer is that it checks the file's md5sum and makes sure that your download is finished and correct. |
Re: ANNOUNCE: Easy Debian For Everyone! OpenOffice, Firefox 3, Java, AbiWord, IceWM,
OK! Here we go!
I need a few brave souls to beta-test this for me.
|
Re: ANNOUNCE: Easy Debian For Everyone! OpenOffice, Firefox 3, Java, AbiWord, IceWM,
i will do it tomorow, i.e. in the morning, it's the middle of the night in the uk.
|
Re: ANNOUNCE: Easy Debian For Everyone! OpenOffice, Firefox 3, Java, AbiWord, IceWM,
When Easy Debian is uninstalled using App Manager does thhat leave the old image in place?
|
Re: ANNOUNCE: Easy Debian For Everyone! OpenOffice, Firefox 3, Java, AbiWord, IceWM,
Quote:
Downloading and extracting to /media/mmc2 Downloading EASY DEBIAN IMAGE FILE package there's no network activity whatsoever and there's a process. installer.sh, using about 95% of the cpu. Running on Diablo v4.2008.30-2 on an N800 tablet. --denis |
Re: ANNOUNCE: Easy Debian For Everyone! OpenOffice, Firefox 3, Java, AbiWord, IceWM,
Hi qole,
So, I had downloaded the final image .tar when you released it a week or 2 ago onto my MMC2. (314 mb unzipped or whatever size...) Your package installed fine, and it hung until I directed it to the MMC2 card, at which point it checked my final image .tar for integrity, and proceeded to extract it to its full 1.1 gb size. No problems there. It congratulated me for a successful install, and I rebooted. Upon reboot, none of the apps would launch via gui- no synaptic or gimp, no ice wm or browsers or open office. So, I uninstalled. dcarter |
Re: ANNOUNCE: Easy Debian For Everyone! OpenOffice, Firefox 3, Java, AbiWord, IceWM,
icewm? this version has no icewm! there's something weird with that story...
Anyway, I need beta testers here, so if you could reinstall and then open a terminal, enter 'sudo debian' (no quotes) and then paste the results here, I'd be much obliged. |
Re: ANNOUNCE: Easy Debian For Everyone! OpenOffice, Firefox 3, Java, AbiWord, IceWM,
Yo, just saw this.
I'm in; I've actually been hanging loose not upgrading stuff on my chroot for a while, just waiting to try this out. I'm gonna get it started downloading tonight, and take it for a spin tomorrow. |
Re: ANNOUNCE: Easy Debian For Everyone! OpenOffice, Firefox 3, Java, AbiWord, IceWM,
Quote:
I'll post a terminal output tomorrow if nobody has already done so... dcarter |
Re: ANNOUNCE: Easy Debian For Everyone! OpenOffice, Firefox 3, Java, AbiWord, IceWM,
i tryed and i failed. again.someone else commented the same, when i'm downloading the easy debian final image file the device tells me that it is downloading. well two devices tell me that actually. but a friend is downloading it via his laptop to the memory card. possibly that will work. will report back later
|
Re: ANNOUNCE: Easy Debian For Everyone! OpenOffice, Firefox 3, Java, AbiWord, IceWM,
Idem for me, I've put the image url into the browser and it's downloading.
Maybe my problem is because of some proxy I must use at work. [EDIT] It's alright, after downloading the image file (with the browser), the installer detected it, verified it and is now uncompressing it. |
Re: ANNOUNCE: Easy Debian For Everyone! OpenOffice, Firefox 3, Java, AbiWord, IceWM,
Quote:
On my N800 with Diablo, the Debian Image Install proc is failing to download the debian image file, ie., wget. The installer.sh proc sits chewing up 95% cpu time. I downloaded the debian image file by hand and placed it in /media/mmc2... by doing so, Debian Install completed ok. So there seems to be a problem in installer.sh in fetching the image file from your server. I am not sure I am happy with LXDE... besides being awfully slow, I keep getting "Application is not responding" dialogs with "Ok / Cancel" options. The previous IceWM seemed more solid. Launching OpenOffice in this environment took forever... and I couldn't get matchbox-keyboard input t register at all... in contrast, I had no problem inputting chars with XVkbd. If launched on the Hildon Desktop, the matchbox keyboard appears to work fine with OpenOffice. And while on this, what happened with the option to make OpenOffice run full-screen on the tablet's screen? I wouldn't have minded if the new distribution included Abiword... yes, a Hildonized Abiword is now available -- but not yet fully robust. So having access to the Debian Abiword could be useful in some instances. Re Xmodmaps, on my N800 if I have my own Xmodmap for an iGo Stowaway BT Keyboard do I just plug it into ~/.Xmodmap-keymap? Could you please explain how Xmodmaps are processed by your chroot scripts? Edit: Is 'localepurge" no longer available... doing "apt-get install locale-purge" doesn't find the relevant package. Edit: uninstalling the easy-chroot-deb package still seems to leave in place the /etc/osso-af-init/matchbox.defs hack. -- Denis |
Re: ANNOUNCE: Easy Debian For Everyone! OpenOffice, Firefox 3, Java, AbiWord, IceWM,
Quote:
It's really annoying... Sometimes I'll be typing in Debian and press enter right when that stupid popup shows up and it defaults to "OK" and closes my Debian window. |
Re: ANNOUNCE: Easy Debian For Everyone! OpenOffice, Firefox 3, Java, AbiWord, IceWM,
Ok, so there seems to be a problem downloading the image tar. I'll get right on that.
- OpenOffice always takes forever to launch from an image file. Once launched, however, it should be fine. - Please install the Powerlaunch package. This, in combination with Easy Debian, will let you make any application (including OpenOffice) fullscreen by pressing the power button then the fullscreen button. It will also toggle matchbox-keyboard when you press power button, then menu button. - I just didn't have enough room for Abiword. Once you have done your localepurge, you probably will have enough room to squeeze it in. - If "apt-get install" doesn't seem to be working, you will need to run "apt-get update" to get the latest set of packages. I stripped out the package lists to make the download size as small as possible. - You want to follow the instructions from the first post regarding locales: Quote:
- LXDE is a bit slower than IceWM, but it is a full desktop environment, as opposed to a bare-bones window manager. It uses tap-and-hold for right-click, and it has a great little file manager. Fatalsaint is right, that "not responding" thing has been coming up ever since I moved to the C program for opening the window, even with IceWM. - I don't know why matchbox-keyboard is not working for you. I will investigate that, as it is very important. |
Re: ANNOUNCE: Easy Debian For Everyone! OpenOffice, Firefox 3, Java, AbiWord, IceWM,
OK, small typo but SIGNIFICANT bug found in the image installer script.
Please wait for new version (0.9-4). |
Re: ANNOUNCE: Easy Debian For Everyone! OpenOffice, Firefox 3, Java, AbiWord, IceWM,
New version posted. Please use the Easy Debian 0.9-4 package. Follow the instructions in my earlier post.
Thanks again for your patience, guys. Looks like this one should work. |
Re: ANNOUNCE: Easy Debian For Everyone! OpenOffice, Firefox 3, Java, AbiWord, IceWM,
qole any chance you could put a link to your powerlaunch config file on here, I have messed mine up. Thanks in advance.
|
Re: ANNOUNCE: Easy Debian For Everyone! OpenOffice, Firefox 3, Java, AbiWord, IceWM,
1 Attachment(s)
Quote:
But this is included in the .deb, you could just reinstall ... |
Re: ANNOUNCE: Easy Debian For Everyone! OpenOffice, Firefox 3, Java, AbiWord, IceWM,
A discussion on IRC lead to the suggestion (by matan) that a kernel module based on DMloop or this patch might really improve performance in this project. However, I am not capable of making such things.
If someone with the skills to do such a thing could make me a turboloop.ko module, and then explain how to use this module (mount ... -o turboloop,noatime ?) that would be magnificent. |
Re: ANNOUNCE: Easy Debian For Everyone! OpenOffice, Firefox 3, Java, AbiWord, IceWM,
Quote:
--denis |
Re: ANNOUNCE: Easy Debian For Everyone! OpenOffice, Firefox 3, Java, AbiWord, IceWM,
Quote:
|
Re: ANNOUNCE: Easy Debian For Everyone! OpenOffice, Firefox 3, Java, AbiWord, IceWM,
Quote:
--denis |
Re: ANNOUNCE: Easy Debian For Everyone! OpenOffice, Firefox 3, Java, AbiWord, IceWM,
Yes, it seems to be fine on both of my post Diablo-SSU N800s.
|
Re: ANNOUNCE: Easy Debian For Everyone! OpenOffice, Firefox 3, Java, AbiWord, IceWM,
Quote:
More test results with easy debian 0.9-4. External BT keyboard on my N800: successfully added my own iGo BT Kbd xmodmap (for indoeuropean langiage characters) to your .Xmodmap-keymap file... and indeed is loaded and remains active during a particular LXDE session. For apps launched from the Hildon Desktop, the Xmodmap mapping needs to be activated by nad to be active for these apps. If you recall, I had reported that the matchbox keyboard wasn't working for me... this was the matchbox keyboard that is toggled by the menu entry in Extras. I couldn't input characters on an LXDE session using this keyboard. The XVkbd that I had on my system and launched via Hildon menu however did the job fine. The LXDE Accessories menu has debian versions of these keyboards as well. The matchbox keyboard works fine. The XVkbd keyboard that I prefer unfortunately doesn't work... it generates runs of characters at the slightest touch... hitting on the CAPs key puts the keyboard into a loop alternating between upper and lower case shifting... something is terribly bad with this keyboard in the environment that you have defined. Could you look into this? -- Denis |
Re: ANNOUNCE: Easy Debian For Everyone! OpenOffice, Firefox 3, Java, AbiWord, IceWM,
I installed easy debian 0.9-4 and powerlaunch with the powerlaunch.conf that i copied in .powerlauch directory but the fullscreenmode doesn't work on my N800... Could you tell me where i am wrong ( menu button "get open office in fullscreen" in previous version didn't work also)
|
Re: ANNOUNCE: Easy Debian For Everyone! OpenOffice, Firefox 3, Java, AbiWord, IceWM,
Hello Qole, thanks for the great app! I got it working under the latest diablo release (with update), but powerlaunch causes my alarm and display dimming/blankout to stop working. If I uninstall powerlaunch, everything works. Any solution?
Thank you! |
Re: ANNOUNCE: Easy Debian For Everyone! OpenOffice, Firefox 3, Java, AbiWord, IceWM,
Quote:
I'll post about this in the powerlaunch thread tomorrow... |
Re: ANNOUNCE: Easy Debian For Everyone! OpenOffice, Firefox 3, Java, AbiWord, IceWM,
New TURBO-CHARGED version!
Thanks to Matan's work, we now have an image file that runs almost as fast as a partition!! If you get a chance, head over to this thread and put a "thank you" on Matan's post. This is incredibly useful for anyone wanting to use an image file! If you are already beta-testing the 0.9 series, just install the Easy Debian 0.9-7 package to enjoy your new speed boost. If you are updating from version 0.6 or below, please follow the instructions in my earlier post. |
Re: ANNOUNCE: Easy Debian For Everyone! OpenOffice, Firefox 3, Java, AbiWord, IceWM,
Quote:
If everything happens except the fullscreen, open a terminal and type: Code:
sudo debian wmctrl -l |
Re: ANNOUNCE: Easy Debian For Everyone! OpenOffice, Firefox 3, Java, AbiWord, IceWM,
Quote:
Edit: ...dimming works fine, but the Display option of "lock screen and keys" upon switching the display does not work if powerlaunch is installed. -- Denis |
Re: ANNOUNCE: Easy Debian For Everyone! OpenOffice, Firefox 3, Java, AbiWord, IceWM,
Quote:
Thanks, -- Denis |
Re: ANNOUNCE: Easy Debian For Everyone! OpenOffice, Firefox 3, Java, AbiWord, IceWM,
To Qole:
I've been testing your new .94 Easy-Debian (I use Easy-Debian off a ext2 partition, so I guess I don't need the Turbo-Charged version?) over the last few days and the chroot scripts work great. Granted, I didn't use the Debian-image-installer, so can't report on that. I really like LXDE, too. Very light and still has most of the features I use. Way better than IceWM :) Nothing seems to be broken, the keyboards (well, at least xvkbd -- that's the one I use), Sound, Flash video in the web browser, etc. all works as expected. The only issues I've had are with Epiphany (Webkit & Gecko), Midori, and non-Root RoXTerm. The easy one is RoXTerm, it gives some error about "Can't connect to /tmp/dbus-LongStringOfTextHere", then says "Failed To Install dbuse message filter", but it seems to work fine. Strangly, the Root-Terminal (which is also RoXTerm, right?) gives no such errors. Not a big deal, just thought I'd mention it. After installing Epiphany, opening it errors with "Epiphany could not connect to the session message bus. Your default settings will not be available", and although Epiphany still works, any changes made to it aren't saved (Bookmarks, Settings, etc.). Midori is the strangest. Opening it gives me this: Code:
[root@Debian: /]hilda midoriAdmitedly, I haven't really looked into fixing these issues. It may be something simple. Then again, this is after a clean install of debian, so I'd think everyone would get these problems under the same circumstances. Hope this helps! |
Re: ANNOUNCE: Easy Debian For Everyone! OpenOffice, Firefox 3, Java, AbiWord, IceWM,
Hi Brent,
Just want to point out that none of the programs you've mentioned (except RoxTerm) come default with Easy Debian. So the warranty doesn't apply to them ;) :D However, I'm curious about the dbus issues you're having, since I thought I'd fixed the dbus problems in the latest scripts. The strange thing is that I'm running Midori with absolutely no problems with these scripts. Midori has to be the fastest stable browser on the tablet at the moment. It has some issues with Java, so I have to uninstall the Java plugin, but that's not a big deal since Java's so slow on the tablet anyway. After that it runs like a greased pig with a butcher in pursuit. :p :) When programs in the chroot complain about stuff not connecting, especially when running as non-root, it usually is because of permissions. Does your Debian install have the correct "user" account, and have you checked the permissions in the /home/user/.config directory (and any other config files)? You might need to run this as root: Code:
chown -R user:users /home/user |
| All times are GMT. The time now is 10:31. |
vBulletin® Version 3.8.8