Tiny Core Linux

dCore Import Debian Packages to Mountable SCE extensions => dCore X86 => Topic started by: Jason W on June 17, 2014, 08:23:00 PM

Title: ub-dCore-trusty
Post by: Jason W on June 17, 2014, 08:23:00 PM
Ubuntu Trusty (14.04) has been released, and there is a testing ub-dCore-trusty.gz available below:

http://tinycorelinux.net/5.x/x86/release_candidates/ub-dCore-trusty/

Like Debian Jessie, this release uses systemd and with the work already done for Jessie this release was pretty much a matter of updating base files.  I am running it now and everything I use is just working as hoped.   Any testing, feedback, or ideas are appreciated.
 
Title: Re: ub-dCore-trusty
Post by: Onyarian on June 18, 2014, 06:03:13 PM
Hi Jason,

I have installed ub-dCore-trusty and found some troubles:

my sceboot.lst:
Quote
Xprogs
xorg-all
flwm_topside
wbar
nvidia-KERNEL

my boot:
Quote
title ubt-dcore Linux 5.x
    root (hd0,0)
    kernel /boot/utc5/vmlinuz-trusty quiet desktop=flwm_topside tce=sda1/ubtdc5 restore=sda1/ubtdc5 loop.max_loop=256 host=ubt-dC5x-ordjd icons=wbar blacklist=snd_hda_intel
    initrd /boot/utc5/ub-dCore-trusty.gz

during the boot:
Quote
modprobe: module ohci_hcd not found in module.dep

then it boots into the flwm_topside desktop but the Xterm and UXterm don't work, so I can't execute any commands.

Hope It helps or ask me about something to do.
Title: Re: ub-dCore-trusty
Post by: Jason W on June 18, 2014, 08:23:10 PM
The modprobe error I believe is because that feature is built into the kernel and not a module, looking at the kernel config file.

I have a hunch, attach a file with the output of the below command:

sudo ls -l /dev > /tmp/file

I can't test the nvidia thing, but it sounds like a permissions issue in the /dev directory.  Do the command from non-X console mode and store the file and reboot into another install if needed, being in X or console should not affect the results.
Title: Re: ub-dCore-trusty
Post by: Onyarian on June 19, 2014, 12:10:43 PM
Here is the file result from the command, after i exit to system.

Now I want to make the install in a laptop without nvidia and tell you something.

Title: Re: ub-dCore-trusty
Post by: Onyarian on June 19, 2014, 01:40:00 PM
In my laptop installation there are the same two founds: the same modprobe error and don't work XTerm and UXTerm also.
In this case my sceboot.lst is:

Quote
Xprogs
flwm_topside
graphics-KERNEL
wbar
xorg-intel

and the file result from the command is

Title: Re: ub-dCore-trusty
Post by: Jason W on June 19, 2014, 01:51:02 PM
Ok, the permissions seem normal in /dev.  So what do you mean by xterm not working?  Does it not launch, or is there a lack of command prompt?

I will make an install with that sceboot.lst and see how it does on my box.
Title: Re: ub-dCore-trusty
Post by: Jason W on June 19, 2014, 02:14:58 PM
I rebooted and loaded those same pakcages only, and Xterm works. 
Title: Re: ub-dCore-trusty
Post by: Onyarian on June 19, 2014, 03:11:54 PM
They don't launch. So if I loadsce wireless, wireless-KERNEL, and wifi with the Run Program icon I can see the wifi icon but it don't launch also and after a few moments it freezes.

If I run wifi.sh with Run Program it freezes also.

All this .sce are the same from my ub-dCore in the laptop.

--------

Now I have finally make a pendrive with:
sceboot:
Quote
Xprogs
xorg-all
flwm_topside
wbar
graphics-KERNEL

an sce directory with:
Quote
Xprogs.sce
xorg-all.sce
flwm_topside.sce
wbar.sce
graphics-3.8.13-tinycore.sce
wifi.sce
wireless.sce
wireless-3.8.13-tinycore.sce

boot:
Quote
menu label UBt-dCore
kernel /boot/utc5/vmlinuz-trusty
append initrd=/boot/utc5/ub-dCore-trusty.gz quiet waitusb=5 tce=sdb1/ubtdc5 restore=sdb1/ubtdc5 desktop=flwm_topside

and put it in the laptop, boot, and the same problem with Xterm and freeze with wifi
Title: Re: ub-dCore-trusty
Post by: Jason W on June 19, 2014, 05:29:34 PM
When you say these are the same sce's as ub-dCore on your laptop, do you mean these are sces that were imported on ub-dCore saucy and being run on trusty?
 
From the terminal not in X, run the command:

ldd /usr/bin/xterm | grep "not found"

and see what the output is. 
Title: Re: ub-dCore-trusty
Post by: Onyarian on June 20, 2014, 07:19:05 AM
Quote
When you say these are the same sce's as ub-dCore on your laptop, do you mean these are sces that were imported on ub-dCore saucy and being run on trusty?

Yes, because I don't have eth connection, only wifi, and the "http://repo.tinycorelinux.net/5.x/x86/sce/" is not operative to download the wireless tools  as said in "http://repo.tinycorelinux.net/5.x/x86/README/README-wireless-tools.txt", so I have to hold the ud-dCore saucy ones.

Now I have utilized only the wireless, wireless-KERNEL, and wifi from ud-dCore saucy, put them in sceboot.lst and boot, configure the wifi connection and then importsce Xprogs, wbar, xorg-intel, graphics-KERNEL and flwm_topside, put them in sceboot.lst and reboot and this time goes OK (the modprobe error is still there)

Sorry for the non existence problem, my bad, but for people like me without eth connection is a little difficult to set the first steps, thanks that the wireless sce's from ub-dCore saucy works in trusty. Perhaps is a good idea to make operative another time the "http://repo.tinycorelinux.net/5.x/x86/sce/" with only the wireless sce's for every distribution and actualize the information from "http://repo.tinycorelinux.net/5.x/x86/README/README-wireless-tools.txt".

Thanks for your patience Jason.
Title: Re: ub-dCore-trusty
Post by: Jason W on June 20, 2014, 04:46:17 PM
Great, glad to hear it is up and running.

Now that wireless is basically the standard connection type rather than a new novelty I see the need for a premade wireless sce for each dCore repo.  I will make one, say wireless-trusty.sce and upload it.

Thanks for helping test.
Title: Re: ub-dCore-trusty
Post by: Jason W on August 11, 2014, 09:47:34 AM
Updated base libraries and posted a new cut:

http://tinycorelinux.net/5.x/x86/release_candidates/ub-dCore-trusty/
Title: Re: ub-dCore-trusty
Post by: Jason W on August 12, 2014, 09:52:25 PM
Updated to handle the creation of /dev/pts and dev/shm which is handled in Debian by initscripts rather than udev.
Title: Re: ub-dCore-trusty
Post by: Onyarian on August 14, 2014, 03:08:27 PM
Great  :D now there are not warnings in xfe.
Title: Re: ub-dCore-trusty
Post by: Jason W on August 27, 2014, 04:01:48 PM
Added /sbin/biosdevname and it's supporting /lib/i386-linux-gnu/libpci.so.3*.

Title: Re: ub-dCore-trusty
Post by: Jason W on August 30, 2014, 09:55:14 PM
Updated to remove unneeded files in /etc/udev/rules.d/ that were interfering with the creation of entries in /dev/disk that kept Unetbootin from operating.
Title: Re: ub-dCore-trusty
Post by: Jason W on October 11, 2014, 04:25:07 PM
Updated with the fix mentioned in the dCore-jessie update post.

http://tinycorelinux.net/5.x/x86/release_candidates/ub-dCore-trusty/ub-dCore-trusty.gz

http://tinycorelinux.net/5.x/x86/release_candidates/ub-dCore-trusty/ub-dCore-trusty.gz.md5.txt
Title: Re: ub-dCore-trusty
Post by: Onyarian on October 13, 2014, 02:47:38 PM
Hi Jason,

Thanks for the update, all goes Ok for me, except that I have lose the alsa sound. When I go back to previous version the sound works again.
here are some notes:

Quote
tc@ubt-dC5x-ordjd:~$ lsmod | grep snd
snd_pcm_oss            32768  0
snd_seq_dummy          12288  0
snd_seq_oss            24576  0
snd_seq_midi_event     12288  1 snd_seq_oss
snd_seq                32768  5 snd_seq_midi_event,snd_seq_oss,snd_seq_dummy
snd_mixer_oss          16384  1 snd_pcm_oss
snd_via82xx            20480  0
snd_ac97_codec         73728  1 snd_via82xx
snd_pcm                49152  3 snd_via82xx,snd_pcm_oss,snd_ac97_codec
snd_timer              20480  2 snd_pcm,snd_seq
ac97_bus               12288  1 snd_ac97_codec
snd_page_alloc         12288  2 snd_via82xx,snd_pcm
snd_mpu401_uart        12288  1 snd_via82xx
snd_rawmidi            20480  1 snd_mpu401_uart
snd_seq_device         12288  4 snd_seq,snd_rawmidi,snd_seq_oss,snd_seq_dummy
snd                    36864  11 snd_via82xx,snd_pcm_oss,snd_ac97_codec,snd_timer,snd_pcm,snd_seq,snd_rawmidi,snd_seq_oss,snd_mpu401_uart,snd_seq_device,snd_mixer_oss
soundcore              12288  1 snd
gameport               12288  1 snd_via82xx

Quote
tc@ubt-dC5x-ordjd:~$ alsamixer
cannot open mixer: No such file or directory

tc@ubt-dC5x-ordjd:~$ aplay -l
aplay: device_list:268: no soundcards found...

dmesg:
Quote
Linux agpgart interface v0.103
agpgart: Detected VIA PT880 Ultra chipset
agpgart-via 0000:00:00.0: AGP aperture is 128M @ 0xf0000000
cfg80211: Calling CRDA to update world regulatory domain
snd_via82xx 0000:00:11.5: setting latency timer to 64

PCI devices with Hardinfo:
Quote
-PCI Devices-
Multimedia audio controller      : VIA Technologies, Inc. VT8233/A/8235/8237 AC97 Audio Controller (rev 60)
VGA compatible controller      : NVIDIA Corporation GT218 [GeForce 210] (rev a2) (prog-if 00 [VGA controller])
Audio device      : NVIDIA Corporation High Definition Audio Controller (rev a1)

and I have in boot:
Quote
kernel /boot/utc5/vmlinuz-trusty quiet lang=es_ES@euro kmap=es desktop=openbox waitusb=3 tce=sda1/ubtdc5 restore=sda1/ubtdc5 loop.max_loop=256 host=ubt-dC5x-ordjd icons=wbar blacklist=snd_hda_intel
 initrd /boot/utc5/ub-dCore-trusty.gz

I have loadsce alsa-modules-3.8.13-tinycore and alsa-utils

Hope It helps!
Title: Re: ub-dCore-trusty
Post by: Jason W on October 13, 2014, 04:12:57 PM
Ok, I will look into it tonight.
Title: Re: ub-dCore-trusty
Post by: Jason W on October 13, 2014, 07:59:09 PM
Sound is working ok with me on ub-dCore-trusty.  I have a hunch that "udevadm trigger" will solve your situation. 
Title: Re: ub-dCore-trusty
Post by: Onyarian on October 14, 2014, 05:06:58 AM
Hi Jason,

It's happening in my notebooks too.

where should I put udevadm trigger? In a terminal window, after doing it, the  "aplay -l" says th same
aplay: device_list:268: no soundcards found...

in bootlocal.sh and then booting is the same also, no difference.

In the notebooks there is no blacklist at boot.
Title: Re: ub-dCore-trusty
Post by: Jason W on October 14, 2014, 06:10:16 AM
Ok, let me re-import everything from scratch on trusty and see if I can reproduce the error.
Title: Re: ub-dCore-trusty
Post by: Jason W on October 14, 2014, 07:51:19 PM
I am using hte latest ub-dCore-trusty, and imported alsa-utils and alsa-modules-3.8.13-tinycore and all works well.   Info below:

Code: [Select]
05:04.0 Multimedia audio controller: Aureal Semiconductor Vortex 2 (rev fe)
        Subsystem: Voyetra Technologies Montego II
        Kernel driver in use: snd_au8830




Code: [Select]
peter@box:~$ lsmod
Module                  Size  Used by
ipv6                  176128  12
i915                  327680  2
drm_kms_helper         24576  1 i915
drm                   143360  3 i915,drm_kms_helper
shpchp                 24576  0
video                  16384  1 i915
backlight              12288  1 video
i2c_algo_bit           12288  1 i915
intel_agp              12288  1 i915
intel_gtt              16384  3 i915,intel_agp
agpgart                24576  3 drm,intel_agp,intel_gtt
snd_pcm_oss            32768  0
snd_seq_dummy          12288  0
snd_seq_oss            24576  0
snd_seq_midi_event     12288  1 snd_seq_oss
snd_seq                32768  5 snd_seq_midi_event,snd_seq_oss,snd_seq_dummy
snd_mixer_oss          16384  1 snd_pcm_oss
snd_au8830             36864  0
snd_mpu401_uart        12288  1 snd_au8830
snd_rawmidi            20480  1 snd_mpu401_uart
snd_seq_device         12288  4 snd_seq,snd_rawmidi,snd_seq_oss,snd_seq_dummy
gameport               12288  2 snd_au8830
snd_ac97_codec         73728  1 snd_au8830
snd_pcm                49152  3 snd_pcm_oss,snd_ac97_codec,snd_au8830
snd_page_alloc         12288  1 snd_pcm
snd_timer              20480  2 snd_pcm,snd_seq
snd                    36864  11 snd_pcm_oss,snd_ac97_codec,snd_timer,snd_pcm,snd_seq,snd_rawmidi,snd_seq_oss,snd_mpu401_uart,snd_seq_device,snd_mixer_oss,snd_au8830
soundcore              12288  1 snd
ac97_bus               12288  1 snd_ac97_codec
cpufreq_conservative    12288  0
speedstep_lib          12288  0
cpufreq_stats          12288  0
cpufreq_userspace      12288  0
cpufreq_powersave      12288  0
squashfs               24576  5
loop                   20480  10
mperf                  12288  0
ppdev                  12288  0
microcode              12288  0
tg3                   110592  0
pcspkr                 12288  0
ptp                    12288  1 tg3
pps_core               12288  1 ptp
floppy                 45056  0
parport_pc             24576  0
parport                24576  2 ppdev,parport_pc
lpc_ich                16384  0
mfd_core               12288  1 lpc_ich
peter@box:~$
Title: Re: ub-dCore-trusty
Post by: Jason W on October 14, 2014, 10:27:00 PM
But that being said, there is obviously something creating a different result on your setup.

What are the contents of your sceboot.lst, or the output of 'ls /tmptcloop'.

And does it help to issue  the command:

sudo /usr/local/tce.installed/alsa-utils

after both the utils and modules extension of alsa are lodaed?
Title: Re: ub-dCore-trusty
Post by: Onyarian on October 15, 2014, 04:08:06 PM
Hi Jason, you are right with the sudo /usr/local/tce.installed/alsa-utils

Quote
tc@ubt-dC5x-prueba:~$ lsmod
Module                  Size  Used by
cpufreq_conservative    12288  0
cpufreq_stats          12288  0
cpufreq_userspace      12288  0
cpufreq_powersave      12288  0
snd_pcm_oss            32768  0
snd_seq_dummy          12288  0
snd_seq_oss            24576  0
snd_seq_midi_event     12288  1 snd_seq_oss
snd_seq                32768  5 snd_seq_midi_event,snd_seq_oss,snd_seq_dummy
snd_mixer_oss          16384  1 snd_pcm_oss
snd_via82xx            20480  0
snd_ac97_codec         73728  1 snd_via82xx
snd_pcm                49152  3 snd_via82xx,snd_pcm_oss,snd_ac97_codec
snd_timer              20480  2 snd_pcm,snd_seq
ac97_bus               12288  1 snd_ac97_codec
rt73usb                20480  0
snd_page_alloc         12288  2 snd_via82xx,snd_pcm
snd_mpu401_uart        12288  1 snd_via82xx
rt2x00usb              12288  1 rt73usb
rt2x00lib              28672  2 rt73usb,rt2x00usb
mac80211              155648  2 rt2x00lib,rt2x00usb
snd_rawmidi            20480  1 snd_mpu401_uart
cfg80211              110592  2 mac80211,rt2x00lib
snd_seq_device         12288  4 snd_seq,snd_rawmidi,snd_seq_oss,snd_seq_dummy
snd                    36864  11 snd_via82xx,snd_pcm_oss,snd_ac97_codec,snd_timer,snd_pcm,snd_seq,snd_rawmidi,snd_seq_oss,snd_mpu401_uart,snd_seq_device,snd_mixer_oss
soundcore              12288  1 snd
gameport               12288  1 snd_via82xx
i2c_viapro             12288  0
via_agp                12288  1
agpgart                24576  1 via_agp
squashfs               24576  19
loop                   20480  38
mperf                  12288  0
ppdev                  12288  0
pcspkr                 12288  0
microcode              12288  0
parport_pc             24576  0
e1000                  77824  0
parport                24576  2 ppdev,parport_pc

tc@ubt-dC5x-prueba:~$ alsactl init
alsactl: init:1758: No soundcards found...

tc@ubt-dC5x-prueba:~$ aplay -l
aplay: device_list:268: no soundcards found...

tc@ubt-dC5x-prueba:~$ sudo /usr/local/tce.installed/alsa-utils
addgroup: group 'audio' in use

tc@ubt-dC5x-prueba:~$ alsactl init
Found hardware: "VIA8237" "Analog Devices AD1980" "AC97a:41445370" "0x1043" "0x80b0"
Hardware is initialized using a generic method

tc@ubt-dC5x-prueba:~$ aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: V8237 [VIA 8237], device 0: VIA 8237 [VIA 8237]
  Subdevices: 4/4
  Subdevice #0: subdevice #0
  Subdevice #1: subdevice #1
  Subdevice #2: subdevice #2
  Subdevice #3: subdevice #3
card 0: V8237 [VIA 8237], device 1: VIA 8237 [VIA 8237]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
tc@ubt-dC5x-prueba:~$

and then sound is OK

I have put "/usr/local/tce.installed/alsa-utils" in bootlocal.sh
Quote
#!/bb/ash
# put other system startup commands here

/etc/init.d/cups start
mount /dev/sda4 /mnt/sda4
/usr/local/tce.installed/alsa-utils
sleep 4
alsactl restore
/usr/sbin/basic-firewall
wifi.sh -a
sleep 3
/etc/init.d/cups restart

 but no sound at boot until I turn to execute /usr/local/tce.installed/alsa-utils

What can I do to have sound at boot?

my sceboot.lst is:
Quote
Xprogs
xorg-all
openbox
fbpanel
conky
graphics-3.8.13-tinycore
wireless-3.8.13-tinycore
wireless
wifi
firefox
firefox-locale-es
pciutils
alsa-modules-3.8.13-tinycore
alsa-utils
alsamixergui
volumeicon-alsa
wbar
numlockx
xonclock-cde-l3

Thanks for all
Title: Re: ub-dCore-trusty
Post by: Jason W on October 15, 2014, 05:23:34 PM
Hmm, /usr/local/tce.installed/alsa-utils should be getting run upon the loading of the sce.  I don't know why it is not.  I will put alsa-utils in sceboot.lst and try it out on a fresh import.
Title: Re: ub-dCore-trusty
Post by: Jason W on October 15, 2014, 08:48:03 PM
I have booted with nothing loaded, then loadsce alsa-modules-3.8.13-tinycore and alsa-utils.  Sound works, I can't reproduce.
Title: Re: ub-dCore-trusty
Post by: Onyarian on October 16, 2014, 03:01:57 PM
I have made the same, booting with nothing, and works. Then with Xprogs, xorg, wbar, wireless, wireless-modules and flwm-topside and works too, all importsce from scratch.
So I want to rebuild from scratch, step by step, my big sce to see if I found if there is an interaction with something, and tell you the founds, if there are.

Thanks Jason for the time
Title: Re: ub-dCore-trusty
Post by: Jason W on October 16, 2014, 03:20:03 PM
Minitube for me was not showing video but was making sound.  I spent an hour or so looking into dependencies and even changed my video card, but upon a fresh import using one file list, minitube worked with sound and video.  WIth trusty like with jessie, I suggest only using one sce made from a package list file as their packges are being updated frequently which can make for breakage if combining new and old sce's.
Title: Re: ub-dCore-trusty
Post by: Onyarian on October 20, 2014, 10:15:49 AM
Hi Jason,

I want to inform you that finally I get where was the problem. It wasn't in the big sce and others, it was in mydata.tgz, in concrete in /etc/group file.

At the first installation I included /etc/group in .filetool.lst, because I need some specific entries.  If I delete /etc/group in .filetool.lst then in the reboot it creates a new one and works the sound.
So now I have copied my entries in this new one and turn to put /etc/group in .filetool.lst and all goes OK.

Title: Re: ub-dCore-trusty
Post by: Jason W on October 20, 2014, 02:06:18 PM
Glad to hear it is working.
Title: Re: ub-dCore-trusty
Post by: Jason W on October 25, 2014, 04:15:45 PM
Updated with the fix mentioned in the dCore-jessie update post.

http://tinycorelinux.net/5.x/x86/release_candidates/ub-dCore-trusty/ub-dCore-trusty.gz

http://tinycorelinux.net/5.x/x86/release_candidates/ub-dCore-trusty/ub-dCore-trusty.gz.md5.txt
Title: Re: ub-dCore-trusty
Post by: Jason W on November 02, 2014, 04:39:53 PM
Updated to change the "importsce -f" option to the more logically named "importsce -l".  Also, a /etc/sysconfig/tcedir/sce/pkgname.sce.lst file is created out of that specified file list.  That .lst list will be used on future import sessions of that package name whether a Debian one or one of the user's choosing.  Using the "importsce -l" option on future imports of that package name with an expanded package list will create a new sce with those packages and also overwrite the previous .lst list file.   

http://tinycorelinux.net/5.x/x86/release_candidates/ub-dCore-trusty/ub-dCore-trusty.gz

http://tinycorelinux.net/5.x/x86/release_candidates/ub-dCore-trusty/ub-dCore-trusty.gz.md5.txt
Title: Re: ub-dCore-trusty
Post by: Jason W on November 03, 2014, 09:29:36 PM
Fixed a cosmetic warning message that occurs when the list file option is not used, uploaded new cut.
Title: Re: ub-dCore-trusty
Post by: Jason W on November 04, 2014, 10:07:54 PM
Updated to release_candidates with a fix for non-interactive mode on package selection.

http://tinycorelinux.net/5.x/x86/release_candidates/ub-dCore-trusty/ub-dCore-trusty.gz

http://tinycorelinux.net/5.x/x86/release_candidates/ub-dCore-trusty/ub-dCore-trusty.gz.md5.txt
Title: Re: ub-dCore-trusty
Post by: Jason W on November 05, 2014, 04:33:42 AM
Updated to remove pathname from command line when present during importsce.

http://tinycorelinux.net/5.x/x86/release_candidates/ub-dCore-trusty/ub-dCore-trusty.gz

http://tinycorelinux.net/5.x/x86/release_candidates/ub-dCore-trusty/ub-dCore-trusty.gz.md5.txt
Title: Re: ub-dCore-trusty
Post by: Jason W on November 13, 2014, 12:56:54 PM
Updated to make import sessoins more time efficient and to create the tool updatesce.

http://tinycorelinux.net/5.x/x86/release_candidates/ub-dCore-trusty/ub-dCore-trusty.gz

http://tinycorelinux.net/5.x/x86/release_candidates/ub-dCore-trusty/ub-dCore-trusty.gz.md5.txt
Title: Re: ub-dCore-trusty
Post by: Jason W on November 16, 2014, 05:18:59 AM
Updated with bugfixes and enhancements.

http://tinycorelinux.net/5.x/x86/release_candidates/ub-dCore-trusty/ub-dCore-trusty.gz

http://tinycorelinux.net/5.x/x86/release_candidates/ub-dCore-trusty/ub-dCore-trusty.gz.md5.txt
Title: Re: ub-dCore-trusty
Post by: Jason W on November 16, 2014, 06:31:10 PM
Uploaded with bugfixes releted to updatesce.

http://tinycorelinux.net/5.x/x86/release_candidates/ub-dCore-trusty/ub-dCore-trusty.gz

http://tinycorelinux.net/5.x/x86/release_candidates/ub-dCore-trusty/ub-dCore-trusty.gz.md5.txt
Title: Re: ub-dCore-trusty
Post by: Jason W on November 20, 2014, 08:43:59 AM
Updated with latest fixes.  Available in the release_candidates directory below.  Note, the releases and release candidates under the tinycorelinux/5.x/x86/ directory will no longer be supported once a stable release is make in tinycorelinux/dCore/x86/.  Users are advised to download the latest release at that time.

http://tinycorelinux.net/dCore/x86/release_candidates/ub-dCore-trusty/
Title: Re: ub-dCore-trusty
Post by: Jason W on November 20, 2014, 01:30:13 PM
A smalll update with more streamlined md5sum and dependency searching during import.

http://tinycorelinux.net/dCore/x86/release_candidates/ub-dCore-trusty/
Title: Re: ub-dCore-trusty
Post by: Jason W on November 20, 2014, 06:33:30 PM
Bugfix in extra repo md5sum function.

http://tinycorelinux.net/dCore/x86/release_candidates/ub-dCore-trusty/
Title: Re: ub-dCore-trusty
Post by: Jason W on November 20, 2014, 07:50:10 PM
Bugfix.


http://tinycorelinux.net/dCore/x86/release_candidates/ub-dCore-trusty/
Title: Re: ub-dCore-trusty
Post by: Jason W on November 22, 2014, 06:01:11 PM
Updated.  Import creates an md5.txt file for created SCE's, and loadsce checks for it's existence and it's md5 if it exists.  This won't break existing SCE directories, it will simply add an md5.txt file for future imported SCE's.

http://tinycorelinux.net/dCore/x86/release_candidates/ub-dCore-trusty/
Title: Re: ub-dCore-trusty
Post by: Jason W on November 27, 2014, 07:55:43 AM
Updated, please test.

Import and load the "sed" package for better performance during import.

http://tinycorelinux.net/dCore/x86/release_candidates/ub-dCore-trusty/
Title: Re: ub-dCore-trusty
Post by: Onyarian on November 27, 2014, 12:14:18 PM
Hi Jason,

I have updatesce my base sce and this time it gives an error and exits from it.
It's the same error that gives me when I importsce a new multimedia.sce
I don't know if the error comes from the repository but I think that perhaps is so.

Quote
tc@ubt-dC5x-ordjd:~$ updatesce jdudesk1t
Existing dep file found and will be used.
Using the -s option.
Using the -n option.
 
ubuntu
#################### 100.0% 8.9 kBps DONE     

verifying download...checksum matches OK
used 10909696 local, fetched 0
Using the repo http://us.archive.ubuntu.com/ubuntu trusty multiverse
Using the repo http://archive.ubuntu.com/ubuntu trusty universe
Using the repo http://archive.canonical.com/ precise partner
Using the repo http://archive.getdeb.net/ubuntu trusty-getdeb apps
Using the repo http://ppa.launchpad.net/webupd8team/y-ppa-manager/ubuntu trusty main
Using the repo http://us.archive.ubuntu.com/ubuntu ubuntu trusty main
 
Creating jdudesk1t.sce from package list /mnt/sda1/ubtdc5/sce/jdudesk1t.sce.lst
 
Using Package Index: /etc/sysconfig/tcedir/ubuntu_trusty_main_i386_Packages
 
Using ubuntu Mirror: http://us.archive.ubuntu.com/ubuntu


Gathering dependency info..
 
cat: /tmp/tcloop/xonclock-cde-l3/usr/local/sce/xonclock-cde-l3/xonclock-cde-l3.md5sum: No such file or directory
cat: /tmp/tcloop/xonclock-cde-l3/usr/local/sce/xonclock-cde-l3/xonclock-cde-l3.md5sum: No such file or directory
cat: /tmp/tcloop/jre-7u67-linux-i586/usr/local/sce/jre-7u67-linux-i586/jre-7u67-linux-i586.md5sum: No such file or directory
cat: /tmp/tcloop/jre-7u67-linux-i586/usr/local/sce/jre-7u67-linux-i586/jre-7u67-linux-i586.md5sum: No such file or directory
cat: /tmp/tcloop/themesopenbox/usr/local/sce/themesopenbox/themesopenbox.md5sum: No such file or directory
cat: /tmp/tcloop/themesopenbox/usr/local/sce/themesopenbox/themesopenbox.md5sum: No such file or directory


The below SCE's in your SCE directory will be used as
to provide dependencies for jdudesk1t.sce.

xonclock-cde-l3
jre-7u67-linux-i586
themesopenbox


Determining HD and RAM space needed..
 
106.81 MB of downloads required.
510.65 MB needed for unpacking archives.
193.78 MB of compressed archives will be used.
 
1005.01 MB is a good estimate of /mnt/sda1/ubtdc5 space needed, 14606.40 MB is available.
 
 
--2014-11-27 17:34:41--  http://archive.getdeb.net/ubuntu/pool/apps/y/yad/yad_0.25.1-1~getdeb1_i386.deb
Resolving archive.getdeb.net (archive.getdeb.net)... 144.76.200.19
Connecting to archive.getdeb.net (archive.getdeb.net)|144.76.200.19|:80... connected.
HTTP request sent, awaiting response... 302 Found
Location: http://mirror.lagoon.nc/pub/getdeb/ubuntu/pool/apps/y/yad/yad_0.25.1-1~getdeb1_i386.deb [following]
--2014-11-27 17:34:42--  http://mirror.lagoon.nc/pub/getdeb/ubuntu/pool/apps/y/yad/yad_0.25.1-1~getdeb1_i386.deb
Resolving mirror.lagoon.nc (mirror.lagoon.nc)... 202.22.158.243
Connecting to mirror.lagoon.nc (mirror.lagoon.nc)|202.22.158.243|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 185656 (181K) [application/octet-stream]
Saving to: '/etc/sysconfig/tcedir/import/debs/yad_0.25.1-1~getdeb1_i386.deb'

100%[======================================>] 185.656     58,8KB/s   in 3,1s   

2014-11-27 17:34:48 (58,8 KB/s) - '/etc/sysconfig/tcedir/import/debs/yad_0.25.1-1~getdeb1_i386.deb' saved [185656/185656]

Merging yad
--2014-11-27 17:34:48--  http://us.archive.ubuntu.com/ubuntu/pool/main/p/python-defaults/libpython-stdlib_2.7.5-5ubuntu1_i386.deb
Resolving us.archive.ubuntu.com (us.archive.ubuntu.com)... 91.189.91.24, 91.189.91.13, 91.189.91.14, ...
Connecting to us.archive.ubuntu.com (us.archive.ubuntu.com)|91.189.91.24|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 7770 (7,6K) [application/x-debian-package]
Saving to: '/etc/sysconfig/tcedir/import/debs/libpython-stdlib_2.7.5-5ubuntu1_i386.deb'

100%[======================================>] 7.770       --.-K/s   in 0,005s 

2014-11-27 17:34:49 (1,57 MB/s) - '/etc/sysconfig/tcedir/import/debs/libpython-stdlib_2.7.5-5ubuntu1_i386.deb' saved [7770/7770]

Merging libpython-stdlib
--2014-11-27 17:34:49--  http://us.archive.ubuntu.com/ubuntu/pool/main/p/python-defaults/python-minimal_2.7.5-5ubuntu1_i386.deb
Resolving us.archive.ubuntu.com (us.archive.ubuntu.com)... 91.189.91.13, 91.189.91.14, 91.189.91.15, ...
Connecting to us.archive.ubuntu.com (us.archive.ubuntu.com)|91.189.91.13|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 30962 (30K) [application/x-debian-package]
Saving to: '/etc/sysconfig/tcedir/import/debs/python-minimal_2.7.5-5ubuntu1_i386.deb'

100%[======================================>] 30.962      89,4KB/s   in 0,3s   

2014-11-27 17:34:50 (89,4 KB/s) - '/etc/sysconfig/tcedir/import/debs/python-minimal_2.7.5-5ubuntu1_i386.deb' saved [30962/30962]

Merging Tiny Core custom start script for python-minimal: python-minimal.deb2sce
Merging extra files for python-minimal: python-minimal-data.tar.gz
Merging python-minimal
--2014-11-27 17:34:50--  http://us.archive.ubuntu.com/ubuntu/pool/main/p/python2.7/libpython2.7-stdlib_2.7.5-8ubuntu3_i386.deb
Resolving us.archive.ubuntu.com (us.archive.ubuntu.com)... 91.189.91.14, 91.189.91.15, 91.189.91.23, ...
Connecting to us.archive.ubuntu.com (us.archive.ubuntu.com)|91.189.91.14|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 2448044 (2,3M) [application/x-debian-package]
Saving to: '/etc/sysconfig/tcedir/import/debs/libpython2.7-stdlib_2.7.5-8ubuntu3_i386.deb'

100%[======================================>] 2.448.044    106KB/s   in 23s   

2014-11-27 17:35:13 (106 KB/s) - '/etc/sysconfig/tcedir/import/debs/libpython2.7-stdlib_2.7.5-8ubuntu3_i386.deb' saved [2448044/2448044]

Merging libpython2.7-stdlib
--2014-11-27 17:35:14--  http://us.archive.ubuntu.com/ubuntu/pool/main/p/python2.7/libpython2.7-minimal_2.7.5-8ubuntu3_i386.deb
Resolving us.archive.ubuntu.com (us.archive.ubuntu.com)... 91.189.91.15, 91.189.91.23, 91.189.91.24, ...
Connecting to us.archive.ubuntu.com (us.archive.ubuntu.com)|91.189.91.15|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 504836 (493K) [application/x-debian-package]
Saving to: '/etc/sysconfig/tcedir/import/debs/libpython2.7-minimal_2.7.5-8ubuntu3_i386.deb'

100%[======================================>] 504.836      106KB/s   in 4,7s   
2014-11-27 17:35:19 (105 KB/s) - '/etc/sysconfig/tcedir/import/debs/libpython2.7-minimal_2.7.5-8ubuntu3_i386.deb' saved [504836/504836]

Merging libpython2.7-minimal
--2014-11-27 17:35:19--  http://us.archive.ubuntu.com/ubuntu/pool/main/p/python2.7/python2.7-minimal_2.7.5-8ubuntu3_i386.deb
Resolving us.archive.ubuntu.com (us.archive.ubuntu.com)... 91.189.91.23, 91.189.91.24, 91.189.91.13, ...
Connecting to us.archive.ubuntu.com (us.archive.ubuntu.com)|91.189.91.23|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1421916 (1,4M) [application/x-debian-package]
Saving to: '/etc/sysconfig/tcedir/import/debs/python2.7-minimal_2.7.5-8ubuntu3_i386.deb'

100%[======================================>] 1.421.916    105KB/s   in 13s   

2014-11-27 17:35:33 (105 KB/s) - '/etc/sysconfig/tcedir/import/debs/python2.7-minimal_2.7.5-8ubuntu3_i386.deb' saved [1421916/1421916]
Merging Tiny Core custom start script for python2.7-minimal: python2.7-minimal.deb2sce
Merging python2.7-minimal
--2014-11-27 17:35:33--  http://us.archive.ubuntu.com/ubuntu/pool/main/p/python2.7/python2.7_2.7.5-8ubuntu3_i386.deb
Resolving us.archive.ubuntu.com (us.archive.ubuntu.com)... 91.189.91.24, 91.189.91.13, 91.189.91.14, ...
Connecting to us.archive.ubuntu.com (us.archive.ubuntu.com)|91.189.91.24|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 192130 (188K) [application/x-debian-package]
Saving to: '/etc/sysconfig/tcedir/import/debs/python2.7_2.7.5-8ubuntu3_i386.deb'

100%[======================================>] 192.130      103KB/s   in 1,8s   

2014-11-27 17:35:35 (103 KB/s) - '/etc/sysconfig/tcedir/import/debs/python2.7_2.7.5-8ubuntu3_i386.deb' saved [192130/192130]

Merging Tiny Core custom start script for python2.7: python2.7.deb2sce
Merging python2.7
--2014-11-27 17:35:36--  http://us.archive.ubuntu.com/ubuntu/pool/main/p/python-defaults/python_2.7.5-5ubuntu1_i386.deb
Resolving us.archive.ubuntu.com (us.archive.ubuntu.com)... 91.189.91.13, 91.189.91.14, 91.189.91.15, ...
Connecting to us.archive.ubuntu.com (us.archive.ubuntu.com)|91.189.91.13|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 168378 (164K) [application/x-debian-package]
Saving to: '/etc/sysconfig/tcedir/import/debs/python_2.7.5-5ubuntu1_i386.deb'

100%[======================================>] 168.378      102KB/s   in 1,6s   

2014-11-27 17:35:38 (102 KB/s) - '/etc/sysconfig/tcedir/import/debs/python_2.7.5-5ubuntu1_i386.deb' saved [168378/168378]

Merging Tiny Core custom start script for python: python.deb2sce
Merging python
Merging libnetpbm10
Merging netpbm
cat: /opt/debextra/ep: No such file or directory
Fetching updated libjpeg-turbo-progs_1.3.0-0ubuntu2_i386.deb..
/pool/universe/libj/libjpeg-turbo/libjpeg-turbo-progs_1.3.0-0ubuntu2_i386.deb: Scheme missing.
failed on download of pool/universe/libj/libjpeg-turbo/libjpeg-turbo-progs_1.3.0-0ubuntu2_i386.deb
wget: not an http or ftp url: /pool/universe/libj/libjpeg-turbo
ar: short read
ar: short read
/usr/bin/debExtract: line 41: can't create /tmp/: Is a directory
Failure to extract libjpeg-turbo-progs_1.3.0-0ubuntu2_i386.deb, exiting..
tc@ubt-dC5x-ordjd:~$

in the case from the importsce multimedia.sce this error was in the last cuts also, the multimedia list is
Quote
vlc
ripperx
audacity
brasero
brasero-cdrkit
cdrdao
dvdauthor
growisofs
gstreamer1.0-libav
gstreamer1.0-plugins-bad
gstreamer1.0-plugins-good
mjpegtools-gtk

and the importsce error is:
Quote
tc@ubt-dC5x-ordjd:/mnt/sda1/ubtdc5/ubt-extensiones/jdumultim$ importsce -d -l jduMMED1t
Using the -d option.
 
ubuntu
#################### 100.0% 8.9 kBps DONE     

verifying download...checksum matches OK
used 10909696 local, fetched 0
Using the repo http://us.archive.ubuntu.com/ubuntu trusty multiverse
Using the repo http://archive.ubuntu.com/ubuntu trusty universe
Using the repo http://archive.canonical.com/ precise partner
Using the repo http://archive.getdeb.net/ubuntu trusty-getdeb apps
Using the repo http://ppa.launchpad.net/webupd8team/y-ppa-manager/ubuntu trusty main
Using the repo http://us.archive.ubuntu.com/ubuntu ubuntu trusty main
 
Do you want to create jduMMED1t.sce from package list /mnt/sda1/ubtdc5/ubt-extensiones/jdumultim/jduMMED1t? (y/N): y
 
 
Using Package Index: /etc/sysconfig/tcedir/ubuntu_trusty_main_i386_Packages
 
Using ubuntu Mirror: http://us.archive.ubuntu.com/ubuntu

jduMMED1t is from your own custom package list:

Gathering dependency info..
 
cat: /tmp/tcloop/xonclock-cde-l3/usr/local/sce/xonclock-cde-l3/xonclock-cde-l3.md5sum: No such file or directory
cat: /tmp/tcloop/xonclock-cde-l3/usr/local/sce/xonclock-cde-l3/xonclock-cde-l3.md5sum: No such file or directory
cat: /tmp/tcloop/jre-7u67-linux-i586/usr/local/sce/jre-7u67-linux-i586/jre-7u67-linux-i586.md5sum: No such file or directory
cat: /tmp/tcloop/jre-7u67-linux-i586/usr/local/sce/jre-7u67-linux-i586/jre-7u67-linux-i586.md5sum: No such file or directory
cat: /tmp/tcloop/themesopenbox/usr/local/sce/themesopenbox/themesopenbox.md5sum: No such file or directory
cat: /tmp/tcloop/themesopenbox/usr/local/sce/themesopenbox/themesopenbox.md5sum: No such file or directory


The below SCE's in your SCE directory will be used as
to provide dependencies for jduMMED1t.sce.

jdudesk1t

Do you want to review the list of packages that jduMMED1t.sce
will consist of? Enter y to view and q to exit reading
the package list. (y/N): q


Proceed to create jduMMED1t.sce? (y/N): y
cat: /opt/debextra/ep: No such file or directory
Fetching updated libmplex2-2.1-0_2.1.0+debian-2.1_i386.deb..
/pool/universe/m/mjpegtools/libmplex2-2.1-0_2.1.0+debian-2.1_i386.deb: Scheme missing.
failed on download of pool/universe/m/mjpegtools/libmplex2-2.1-0_2.1.0+debian-2.1_i386.deb
wget: not an http or ftp url: /pool/universe/m/mjpegtools
ar: short read
ar: short read
/usr/bin/debExtract: line 41: can't create /tmp/: Is a directory
Failure to extract libmplex2-2.1-0_2.1.0+debian-2.1_i386.deb, exiting..
tc@ubt-dC5x-ordjd:/mnt/sda1/ubtdc5/ubt-extensiones/jdumultim$

Helps?

Thanks
Title: Re: ub-dCore-trusty
Post by: Jason W on November 27, 2014, 07:34:26 PM
Ok, I see GNU wget is being called, I will fix that.

Can you give me the package list files for that first package list as well as any that are being used as a dependency?  I see your mirrors, with the lists I can duplicate the test.

Thanks
Title: Re: ub-dCore-trusty
Post by: Onyarian on November 28, 2014, 02:40:27 AM
Yes, my base is jdudesk1t.sce

jdudesk1t.sce.lst:
Quote
fbpanel
leafpad
raid-dm-3.8.13-tinycore
truecrypt
conky
graphics-3.8.13-tinycore
xfe
wireless-3.8.13-tinycore
wireless
firefox -es
geeqie
acroread
alsa-modules-3.8.13-tinycore
alsa-utils
alsamixergui
volumeicon-alsa
wine
cups
cups-bsd
netfilter-3.8.13-tinycore
iptables
xscreensaver
xscreensaver-data-extra
python
yad

jdudesk1t.sce.dep:
Quote
xonclock-cde-l3
jre-7u67-linux-i586
themesopenbox

from this last three files I have created with mksquashfs xonclock-cde-l3 and themesopenbox, the other is the result from dCore-java-installer.

and finally my sceboot.lst:
Quote
Xprogs
xorg-all
openbox
jdudesk1t
wbar
Title: Re: ub-dCore-trusty
Post by: Jason W on November 28, 2014, 05:59:20 AM
Thanks, I will check it out when I get in tonight.
Title: Re: ub-dCore-trusty
Post by: Jason W on November 29, 2014, 10:48:04 AM
Updated with what I hope will solve the issues we have been seeing.

Reverted to using grep for md5 and dependency routines, sed no longer used.


http://tinycorelinux.net/dCore/x86/release_candidates/ub-dCore-trusty/
Title: Re: ub-dCore-trusty
Post by: Onyarian on November 29, 2014, 01:10:19 PM
Hi Jason,

With the new release I have importsce the multimedia .sce and updatesce my base without errors during the process.

But when loadsce the new created multimedia .sce y got errors, seems there are files or libraries missing when importing
Quote
tc@ubt-dC5x-ordjd:/tmp$ audacity
audacity: error while loading shared libraries: libvorbisfile.so.3: cannot open shared object file: No such file or directory

tc@ubt-dC5x-ordjd:/tmp$ vlc
VLC media player 2.1.2 Rincewind (revision 2.1.2-0-ga4c4876)
[0x8642b10] main interface error: no suitable interface module
[0x856c8f8] main libvlc error: interface "globalhotkeys,none" initialization failed
[0x8642b10] dbus interface error: Failed to connect to the D-Bus session daemon: //bin/dbus-launch terminated abnormally without any error message
[0x8642b10] main interface error: no suitable interface module
[0x856c8f8] main libvlc error: interface "dbus,none" initialization failed
[0x856c8f8] main libvlc: Ejecutar vlc con la interfaz predeterminada. Use «cvlc» para usar vlc sin interfaz.
Interfaz de control remoto inicializada. Escriba «help» para ayuda.


and when I reboot and is loaded my updated base it's happen the same (my desktop is not running conky, fbpanel...)
Quote
tc@ubt-dC5x-ordjd:~$ conky
conky: error while loading shared libraries: libiw.so.30: cannot open shared object file: No such file or directory
tc@ubt-dC5x-ordjd:~$ fbpanel
fbpanel: error while loading shared libraries: libgtk-x11-2.0.so.0: cannot open shared object file: No such file or directory
tc@ubt-dC5x-ordjd:~$ leafpad
leafpad: error while loading shared libraries: libgtk-x11-2.0.so.0: cannot open shared object file: No such file or directory
tc@ubt-dC5x-ordjd:~$ truecrypt
truecrypt: error while loading shared libraries: libfuse.so.2: cannot open shared object file: No such file or directory
tc@ubt-dC5x-ordjd:~$ geeqie
geeqie: error while loading shared libraries: libgtk-x11-2.0.so.0: cannot open shared object file: No such file or directory
tc@ubt-dC5x-ordjd:~$ acroread
/tmp/tcloop/jdudesk1t/opt/Adobe/Reader9/Reader/intellinux/bin/acroread: error while loading shared libraries: libgtk-x11-2.0.so.0: cannot open shared object file: No such file or directory
tc@ubt-dC5x-ordjd:~$

Title: Re: ub-dCore-trusty
Post by: Jason W on November 29, 2014, 02:56:28 PM
My bad, I made an error copying the fixed files to the new ub-dCore-trusty.gz

Please download again and test.  I am sure I am not the only one ready for this latest set of changes to be resolved, hopefully we are close now. 
Title: Re: ub-dCore-trusty
Post by: Onyarian on November 30, 2014, 05:56:00 AM
Fine Jason, for me now runs Ok importsce and updatesce, without errors in the process and then with the loadsce multimedia .sce or reboot for the base .sce

Thanks
Title: Re: ub-dCore-trusty
Post by: Jason W on November 30, 2014, 09:21:01 AM
Great.  If a few days go by and we don't find any other problems I will move this cut of all four dCores into the release area.
Title: Re: ub-dCore-trusty
Post by: Jason W on December 02, 2014, 12:40:20 PM
This thread is now closed in favor of the Release and Release candidate sections above.  Please direct any posts there.