Page 14 of 28

Posted: Sun 06 Oct 2013, 13:13
by ASRI éducation
xmf-149 wrote:@ASRI éducation recently my desktop looked like that somehow and the fix was at http://murga-linux.com/puppy/viewtopic. ... 494#615494
Thank you for this info.

Therefore, to directly create a pupsave file compatible with Precise, I would have added to the pupsave, the file /etc/gtk-2.0/gdk-pixbuf.loaders

Problem: I know how to create a blank pupsave, but I do not know how to create a pupsave containing a file (/etc/gtk-2.0/gdk-pixbuf.loaders).
If anyone knows how to do, I thank in advance for information.

Cordialement,

Posted: Sun 06 Oct 2013, 14:57
by rcrsn51
Maybe something like this, but I have not tested it.

[Edit] I ran a quick test with Precise and it worked.

Once the savefile is created, mount it. Then write the pixbuf stuff into the mount point.

Code: Select all

mkdir /tmp/mnt
mount -o loop pupsave.2fs /tmp/mnt
mkdir -p /tmp/mnt/etc/gtk-2.0
gdk-pixbuf-query-loaders > /tmp/mnt/etc/gtk-2.0/gdk-pixbuf.loaders
umount /tmp/mnt

Posted: Sun 06 Oct 2013, 20:49
by ASRI éducation
rcrsn51 wrote:Maybe something like this, but I have not tested it.

[Edit] I ran a quick test with Precise and it worked.

Once the savefile is created, mount it. Then write the pixbuf stuff into the mount point.

Code: Select all

mkdir /tmp/mnt
mount -o loop pupsave.2fs /tmp/mnt
mkdir -p /tmp/mnt/etc/gtk-2.0
gdk-pixbuf-query-loaders > /tmp/mnt/etc/gtk-2.0/gdk-pixbuf.loaders
umount /tmp/mnt
Excellent !
With your solution, I'll be able to update two scripts!
Thank you so much!

Posted: Tue 08 Oct 2013, 16:33
by ASRI éducation
ASRI éducation wrote:
rcrsn51 wrote:Maybe something like this, but I have not tested it.

[Edit] I ran a quick test with Precise and it worked.

Once the savefile is created, mount it. Then write the pixbuf stuff into the mount point.

Code: Select all

mkdir /tmp/mnt
mount -o loop pupsave.2fs /tmp/mnt
mkdir -p /tmp/mnt/etc/gtk-2.0
gdk-pixbuf-query-loaders > /tmp/mnt/etc/gtk-2.0/gdk-pixbuf.loaders
umount /tmp/mnt
Excellent !
With your solution, I'll be able to update two scripts!
Thank you so much!
Your solution has been integrated into OCI-0.0.2 utility.
Thank you again.

Unscrollable message window in puppyinstaller

Posted: Fri 11 Oct 2013, 13:21
by npierce
New forum member "balloon" reported an overly tall and unscrollable message window in puppyinstaller. That bug report and my suggested solution are here: A window is improper of GParted from Universal Install

Naturally, it would be good to get this fixed in woof.

modprobe -rv snd_intel8x0 hangs on shutdown - precise 5.7.1

Posted: Mon 14 Oct 2013, 18:55
by step
I'm using the precise 5.7.1 retro build live on an HP dv1250 laptop. It hangs on shutdown in /etc/init.d/10alsa stop called by /etc/rc.d/rc.shutdown. I did some debugging and it appears that the command modprobe -rv snd_intel8x0 hangs. I tried it from a terminal and it hangs there as well. It doesn't hang when other five snd_* kernel modules get removed. For now I have commented out the outer while loop that calls modprobe -rv in /etc/init.d/10alsa stop. If anyone knows how to permanently fix this issue I welcome some help.
I suppose I can't blacklist snd_intel8x0 because it provides the actual sound system, but I'm not positive.
I tried a precise 5.6.1 live and it hangs in the same way.
My hardware:
# lspci | grep audio
00:1f.5 Multimedia audio controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Audio Controller (rev 03)

possible bug booting two wired NICs - precise 5.7.1

Posted: Mon 14 Oct 2013, 19:08
by step
I need to report what could be a bug. A preliminary discussion already took place in another thread http://murga-linux.com/puppy/viewtopic.php?t=89283, so here I'm just summarizing this issue.

I boot, configure eth0 and eth1 with network-wizard, then reboot and I find that only eth0 is connected, while eth1 isn't even up, even though I had also saved its configuration in network-wizard. So this issue can be described as network wizard not being able to fully restore a previously saved configuration when two wired NICs are involved. The configuration seems to be saved correctly, but it isn't restored.
When the system reboots eth0 is correctly configured. Manually executing ifconfig eth1 up starts the interface but without IP address.
Please look at the linked thread for configuration details, because a cable modem/router and a LAN router are both involved.

Re: modprobe -rv snd_intel8x0 hangs on shutdown - precise 5.7.1

Posted: Fri 18 Oct 2013, 00:23
by Yin
step wrote:I'm using the precise 5.7.1 retro build live on an HP dv1250 laptop. It hangs on shutdown in /dev/init.d/10alsa stop called by /etc/rc.d/rc.shutdown. I did some debugging and it appears that the command modprobe -rv snd_intel8x0 hangs. I tried it from a terminal and it hangs there as well. It doesn't hang when other five snd_* kernel modules get removed. For now I have commented out the code loop in /dev/init.d/10alsa stop that calls modprobe -rv. If anyone knows how to permanently fix this issue I welcome some help.
I suppose I can't blacklist snd_intel8x0 because it provides the actual sound system, but I'm not positive.
I tried a precise 5.6.1 live and it hangs in the same way.
My hardware:
# lspci | grep audio
00:1f.5 Multimedia audio controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Audio Controller (rev 03)
Thank god someone finally found this. This problem was occurring on my Inspiron 700m as well, requiring me to use a different version of Puppy. Commenting out that modprobe -rv line in /etc/init.d/10alsa seems to fix the shutdown problem. A proper fix would be most appreciated.

Re: modprobe -rv snd_intel8x0 hangs on shutdown - precise 5.7.1

Posted: Fri 18 Oct 2013, 01:31
by rjbrewer
Yin wrote:
Thank god someone finally found this. This problem was occurring on my Inspiron 700m as well, requiring me to use a different version of Puppy. Commenting out that modprobe -rv line in /etc/init.d/10alsa seems to fix the shutdown problem. A proper fix would be most appreciated.
I'm not having any sound problems at all with Precise 5.6.1
on my Inspiron 700M

Re: modprobe -rv snd_intel8x0 hangs on shutdown - precise 5.7.1

Posted: Fri 18 Oct 2013, 02:23
by Yin
rjbrewer wrote:
Yin wrote:
Thank god someone finally found this. This problem was occurring on my Inspiron 700m as well, requiring me to use a different version of Puppy. Commenting out that modprobe -rv line in /etc/init.d/10alsa seems to fix the shutdown problem. A proper fix would be most appreciated.
I'm not having any sound problems at all with Precise 5.6.1
on my Inspiron 700M
Sound problems aren't the issue, shutting down is the issue. Mine freezes with both versions and this edit is the only fix I've found.

no more hopping

Posted: Fri 18 Oct 2013, 18:07
by johno
I HAVE BEEN PUPPY DISTRO HOPPING FOR ABOUT THREE YEARS NOW,USING 5.7.1 ON MY ASUS 1005HAG NETBOOK I CAN FIND NO PROBLEMS. THIS DISTRO APPEARS TO BE STABLE,CAN BE INSTALLED AS A DUAL BOOT WITH THE EXE INSTALLER OR RUN EQUALLY WELL FROM MY FLASH DRIVE.NO MORE HOPPING FOR ME,THANK YOU TO ALL INVOLVED.

Retro hangs on shutdown Latitude D400

Posted: Sun 20 Oct 2013, 03:48
by mechmike
Both full hard drive and frugal USB installs hang at shutdown after X shuts down.

Once "Precise Puppy is Shutting Down" appears on the screen, my Latitude D400 (1.4 Pentium M, 1 GB RAM) hangs there until the power button is held down for several seconds.

Edit - Looks like this is the same bug noted by posters step and yin a little earlier in this thread... Sorry for not paying more attention!
step wrote:I'm using the precise 5.7.1 retro build live on an HP dv1250 laptop. It hangs on shutdown in /dev/init.d/10alsa stop called by /etc/rc.d/rc.shutdown. I did some debugging and it appears that the command modprobe -rv snd_intel8x0 hangs. I tried it from a terminal and it hangs there as well. It doesn't hang when other five snd_* kernel modules get removed. For now I have commented out the code loop in /dev/init.d/10alsa stop that calls modprobe -rv. If anyone knows how to permanently fix this issue I welcome some help.
I suppose I can't blacklist snd_intel8x0 because it provides the actual sound system, but I'm not positive.
I tried a precise 5.6.1 live and it hangs in the same way.
My hardware:
# lspci | grep audio
00:1f.5 Multimedia audio controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Audio Controller (rev 03)
yin wrote:Thank god someone finally found this. This problem was occurring on my Inspiron 700m as well, requiring me to use a different version of Puppy. Commenting out that modprobe -rv line in /etc/init.d/10alsa seems to fix the shutdown problem. A proper fix would be most appreciated.

Precise Puppy 5.7.1

Posted: Mon 21 Oct 2013, 17:46
by Billtoo
I did a manual frugal install of precise 5.7.1 to a 16gb SDHC card.

video-info-glx 1.5.3 Mon 21 Oct 2013 on Precise Puppy 5.7.1 Linux 3.9.11 i686
2.0 VGA compatible controller:
Intel Corporation 4 Series Chipset Integrated Graphics Controller (rev 03)
oem: Intel(r)Eaglelake Graphics Chip Accelerated VGA BIOS
product: Intel(r)Eaglelake Graphics Controller Hardware Version 0.0
X Server: Xorg Driver: intel
X.Org version: 1.11.3
dimensions: 1920x1080 pixels (507x285 millimeters)
depth of root window: 24 planes
direct rendering: Yes
server glx vendor string: SGI
server glx version string: 1.4
OpenGL vendor string: Tungsten Graphics, Inc
OpenGL renderer string: Mesa DRI Intel(R) G41 x86/MMX/SSE2
OpenGL version string: 2.1 Mesa 8.0.4
Intel(R) Core(TM)2 Duo CPU E8400 @ 3.00GHz
Core 0: @2003 1: @2003 MHz

I updated ppm and then installed firefox
24,kdegames,vlc-2.08,lxterminal,and icewm + icewm themes.

I have another partition on this card ready and waiting for Precise
5.7.2 when/if it comes along :)

ffconvert-1.4

Posted: Fri 25 Oct 2013, 10:16
by shinobar
ffconvert-1.4.pet (2013-10-25)
http://shino.pos.to/linux/puppy/ or
http://shino.pos.to/party/bridge.cgi?puppy/opt/
Upgrading is recommended especially for Precise puppies.

http://www.murga-linux.com/puppy/viewto ... 735#732735

Precise 5.7.1 retro

Posted: Sat 26 Oct 2013, 16:25
by markk51
My Dell Latitude D600: 512MB RAM 80GB HD Non-PAE processor (intel M).

A Live CD version of Precise 5.7.1 Retro boots up OK & runs H/W fine. Installing to USB stick also works for the first boot.

clicking on Menu->shutdown brings up a sequence of dialogs about setting up a personal save file. All this works OK too. Then X shuts down and the computer hangs, showing the message "precise puppy is now shutting down".

Holding the power button down does eventually cause the computer to shut down.

When attempting to do the second boot the OS shows all the normal startup messages until it tries to load the save file. Then it generates a kernel panic and hangs. Message sequence: Not syncing; attempted to kill init.

If the save file is renamed or deleted Precise always boots OK.

This behavior also is exhibited when booting a Frugal install that has a save file.

The problem occurs regardless of the file format chosen for the save file (ext2, ext3 etc). The size of the file also does not appear to influence this behavior.

Opening the save file shows that it contains one folder called "lost+found" and nothing else.

Back when I had a working spare internal HD I installed Precise on it with no problems so I don't believe the problem is a hardware or BIOS incompatibility issue.

I'm currently using Wary but thought a bug report might help the community of Precise users. My take on the problem is that the shutdown script used for a Frugal or flash drive install has a problem in the section that writes data to the save file.

Mark

Posted: Sun 27 Oct 2013, 15:35
by Dud
PPM happily finds cinelerra in Puppy5 official.

Test URLs gives a string of 200s but Download comes back 'Not available'

Updating and restarting doesn't fix it.

Can someone please verify?

Tia, Cheerio.

Posted: Sun 27 Oct 2013, 17:51
by watchdog
If you need cinelerra download it from:

http://distro.ibiblio.org/puppylinux/pet_packages-5/

Have you updated packages in PPM? The above link works.

Posted: Sun 27 Oct 2013, 19:51
by Dud
Thanks Watchdog,

I can download directly OK, that copy is a couple of versions stale but will be fine for my purposes.

But PPM still won't play ball - that's what I meant by 'Updating and restarting doesn't fix it.'

Can someone try fetching Cinelerra via PPM in case it's a general problem and not just me?

Cheerio,

Posted: Tue 29 Oct 2013, 17:36
by technosaurus
Barsalou 2005-06-30 04:30:16 EDT
I can confirm this with and hpze4900 with snd_intel8x0m module loaded.
Blacklisting the snd_intel8x0m module in the /etc/hotplug/blacklist file resolves the problem.

Posted: Tue 05 Nov 2013, 00:54
by futwerk
new background.