You are not logged in.
rootdelay does not change anything - - I think it has something to do with syslinux http://hg.slitaz.org/wok/file/3f48e3a93cd7/syslinux/receipt
I will try on sunday to change isolinux from old iso to the iso from 30. with isomaster
Pascal - you did all the syslinux changes - why the first line - Start SliTaz - disappeard in the first boot screen?
Thomas
Offline
I had the problem in hd install where sydlinux is not involved, i don't think that it could be the reason why.
System.sh does some check on /proc before to call soundconf (where the 5% message come from) and then locale got set.
I would check mountpoint and sequences inside script
Offline
Ernia I think you already solved it!
there must be just set locale before starting soundcard.conf
http://hg.slitaz.org/slitaz-boot-scripts/file/b08c444c5675/etc/init.d/system.sh
and it explains also, that it does not effect all computers, because, when soundcard is detected before, then soundconf will not start and ask for locale...
# Start soundconf to config driver and load module for Live mode
67 # if not yet detected.
68 /usr/bin/amixer >/dev/null || /usr/sbin/soundconf
Offline
someone should try your guess, i'm trying tu up qt to 4.8.4 and to pack calibre for slitaz, i cannot shutdown pc because it's almost always building something.
i don't think it's so easy but when i'll end with calibre i'll try to understand.
also debugging dbus and udisks would be important, there is a lot of work to do...
Offline
@kultex: I want to force people to choose a keyboard and avoid launching X11 twice during boot (for keyboard and locale selection)
Offline
@pascal - thats a good idea, if evrything is working, but for me it was the only possibility to start the iso....
@ernia - there is a lot to do, but I think its necessary to get cooking to boot proper... I will try tomorrow wit bootoption sound=no - this should avoud soundconf
Offline
i rebooted and got 5% error :-)
i can confirm that the bug should be in soundconf. in my case it has been called by system.sh in the elif case in sound configuration : /usr/bin/amixer >/dev/null || /usr/sbin/soundconf
i putted an echo "string" at row 330 where soundconf starts and the string has been echoed and then dreaded 5% box appeared...
debug go on :-)
PS it's a timing problem, today a removed a sleep 15 which was before the sound if-elif-else and ta-dah, 5% is back.
could be something related to /proc not already be mounted?
back to qtwebkit2...
Offline
just as info - in erlier versions of cooking, there was more info - there was the 5% and
canntot open locale definition file 'de_DEeuro': no such file or directory
Offline
there are some gettext() in soundconf, could it be the origin of the locale message?
also locales for supported languages are not present but only get generated by tazlocale, if tazlocale has not already be called when soundconf runs gettext probably don't know what to do, i don't know if this can cause the system to hang
Offline
just tried that new version (in a vbox)
for me the soundcard issue is solved
Inserting a usb key, lsusb shows the device but it does not appear in pcmanfm
Minor annoyance with the "documentation" icon which is "below" the top panel :s
and tazpkg get-install as well as seemling dns connection are very very slow, not sure why; not my network. Could be tied to vbox but this has not shown in the past.
Will install it on a vdisk and do some tests.
Missing the USB key recognition though
Offline
it always worked in a vbox if you have a soundblaster in your virtual machine.
Offline
@christophe - quite stupid statement to say, that a problem is solved only testing vmware.... and see the first post in this thread to solve your stick problem
@pascal
how do I enter now cheatcodes - it seems, that cheatcodes dont have any effect - at least soundconf seems to be started all the time
Offline
exploring deaper
here is the boot.log of eee-PC with iso from 8.12.2012 not configuring the language
[c]Checking for SliTaz cmdline options...
Processing: /etc/init.d/system.sh
Unable to configure sound card.
Setting system locale to: POSIX (English)
Setting system locale: POSIX [ Done ]
Setting system keymap to: us (USA)
Loading console keymap: us [ Done ][/c]
but strange - the sound-card is configured>
[c]tux@slitaz:~$ lsmod | grep snd
snd_hda_codec_realtek 134649 1
snd_hda_intel 16829 1
snd_hda_codec 46360 2 snd_hda_codec_realtek,snd_hda_intel
snd_hwdep 3831 1 snd_hda_codec
snd_pcm 43231 2 snd_hda_intel,snd_hda_codec
snd_page_alloc 4821 2 snd_hda_intel,snd_pcm
snd_timer 12177 1 snd_pcm
snd 34056 8 snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_timer
soundcore 3294 1 snd
tux@slitaz:~$[/c]
on my Abit with Athlon X2 and NV chipset it boots - but it seems to have the cold-start problem
here the boot log from installed cooking
[c]Processing: /etc/init.d/bootopts.sh
Checking for SliTaz cmdline options...
Home has been specified to /dev/sda3...
Mounting /home on /dev/sda3...
Setting system locale to: de_DE@euro [ Done ]
Setting system keymap to: de-latin1... [ Done ]
Processing: /etc/init.d/system.sh
Restoring last alsa configuration... [ Done ]
Setting system locale: de_DE@euro [ Done ]
Loading console keymap: de-latin1 [ Done ]
Starting X environment...cannot open locale definition file 'de_DE@euro': No such file or directory
cannot open locale definition file 'de_DE@euro': No such file or directory[/c]
I have set the language in grub -
kernel /boot/vmlinuz-3.2-slitaz root=/dev/sda2 home=/dev/sda3 lang=de_DE@euro kmap=de-latin1 quiet
this is interesting, because locale is set, before system.sh is called - quite a mess with locale
and her from the live CD with the abit
[c]Processing: /etc/init.d/bootopts.sh
Checking for SliTaz cmdline options...
Setting system locale to: de_DE [ Done ]
Setting system keymap to: de-latin1... [ Done ]
Configuring user and group: tux... [ Done ]
Processing: /etc/init.d/system.sh
Setting default mixer volumes... amixer: Mixer attach default error: No such file or directory
Done
alsactl: save_state:1580: No soundcards found...
Setting system locale: de_DE [ Done ]
Loading console keymap: de-latin1 [ Done ][/c]
Offline
Conclusion of my tests:
1) I tried to start the CD from the abit several times - all the time with a cold reboot and sometimes it boot and sometimes it hangs - just by chance, no regularity
2) On all the old machines it hangs
So this means that if setting locale from cmdline is finished, when system.sh starts, than it boots, when setting locale is not finished - what is all the time on older pcs - it hangs.
So changing setting locale with setting up the soundcard in system.sh should solve the problem
And
setting locale is quite messy and still the question, how do I enter cheatcodes
Offline
The hell is this? Why cannot I update system using packages from my local repo?
root@slitaz:/home/slitaz/wok# tazpkg up
Package Version Status
================================================================================
xorg 7.4 New version
xorg-xf86-video-intel 2.20.17 New version 2.21.0
================================================================================
332 installed packages scanned in 5s
You have 2 available upgrades
Do you wish to install them now: y/n ? y
xorg-7.4 already in the cache: /var/cache/tazpkg/cooking/packages
Installation of: xorg
================================================================================
Copying xorg... [ Done ]
Extracting xorg... [ Done ]
Extracting the pseudo fs... [ Done ]
Installing xorg... [ Done ]
Removing all tmp files... [ Done ]
================================================================================
xorg (7.4) is installed.
xorg-xf86-video-intel-2.20.17 already in the cache: /var/cache/tazpkg/cooking/packages
Installation of: xorg-xf86-video-intel
================================================================================
Copying xorg-xf86-video-intel... [ Done ]
Extracting xorg-xf86-video-intel... [ Done ]
Extracting the pseudo fs... [ Done ]
Installing xorg-xf86-video-intel... [ Done ]
Removing all tmp files... [ Done ]
================================================================================
xorg-xf86-video-intel (2.20.17) is installed.
Offline
New midori-0.4.8 is out.
http://mirror.netcologne.de/xfce/src/apps/midori/0.4/midori-0.4.8.tar.bz2
i tried to install after downloading but without success. don't know how to compile.
the midori-0.4.6 crashes sometimes when i hit any flash or when i want to download a file e.t.c. and i can not login/logout for example in facebook or kwick (kwick is a german comunity platform, wher some of my best friends always uses).
is there somebody who can compile this new midori version in hope for better performance of the above?
sorry for my poor english, but i try my best ;-)
Offline
pushed:
http://hg.slitaz.org/wok/rev/0ce92f0f1b66
i think that you should find built package here
http://cook.slitaz.org/
after 8.00 PM
please, report here if there is something wrong.
PS here it is http://cook.slitaz.org/cooker.cgi?download=midori-0.4.8.tazpkg
Offline
@ernia
you are so quick. i downloaded and installed by tazpkg. but midori start fails in sakura with:
tux@slitaz:~$ midori
midori: symbol lookup error: midori: undefined symbol: webkit_get_favicon_database
tux@slitaz:~$
i use SliTaz GNU/Linux 4.0 from 04/07/2012. the original midori-0.4.6 version starts with:
tux@slitaz:~$ midori
** (midori4:6089): WARNING **: Es ist kein Stammzertifikat verfügbar. SSL-Zertifikate können nicht überprüft werden.
** (midori4:6089): WARNING **: Error loading plugin: libaspell.so.15: cannot open shared object file: No such file or directory
Offline
i built it for cooking, sorry, i'll try with stable but will not push it, i'll share here even if the topic is cooking related
Offline
Hi ernia,
May I ask? Why --disable-libnotify and --disable-unique? Interesting to test both, new and "full" new midori...
First for notifications, I know. And I know how to force it to work: add missing dependency - notification-daemon (I wrote on forum few months ago).
Second, I don't know what 'unique' do.
Offline
Aleksej, notifications now have an ugly tray icon, that cannot be disabled.
As for 'unique' - it's libunique. Library to check, that only one software instance is running.
Offline
i left them disabled thinking that who builds midori before me knew what to do, i think that it's to keep live iso tiny and with less dependencies.
i disabled zeitgeist because it's not in slitaz and it's enabled by default, hildon configure option seems to be disappeared.
Offline
The next stable release is probably still a couple of months away. Time enough for a few minor improvements, I hope. How about this ...
I build my customised live CDs with a script that among many other things removes more than 20 packages from vanilla SliTaz. But as "tazpkg remove" always prompts for a confirmation this requires lots of typed feedback. Wouldn't it be nice if the tazpkg parser had something like a "-y" parameter?
Offline
does
[c]yes | tazpkg remove[/c]
work for you?
Offline
... yes, it does. Brilliant, ernia. Thanks very much.
Offline
[ Generated in 0.019 seconds, 7 queries executed - Memory usage: 1.59 MiB (Peak: 1.77 MiB) ]