tahrpup 6.0, 6.0.2 & 6.0.5 CE

Please post any bugs you have found
Message
Author
User avatar
bigpup
Posts: 13886
Joined: Sun 11 Oct 2009, 18:15
Location: S.C. USA

#261 Post by bigpup »

menu->Setup->Mouse/keyboard Wizard->Type of mouse

There is a bug in the Input Wizard when you select to have the mouse changed to a left-handed mouse.
There is no option to change back to a right-handed mouse.

The option to change to a left-handed mouse does not stay checked.
There is a code change to Input Wizard that keeps it checked.
Now to change back to right-handed mouse you just uncheck the left-handed option.

The code change is talked about here:
http://www.murga-linux.com/puppy/viewtopic.php?t=96871
The change:
MochiMoppel wrote:It's a bug. The window looks a bit different in Slacko5.9, but the code is probably the same.

Edit file /usr/sbin/input-wizard
Search for keyword LEFT_H_MOUSE
Then change line

Code: Select all

LEFT_H_MOUSE=` xmodmap -pp | grep -E " *[0-9] *[0-9]" | sed -e 's/ *\([0-9]*\) *\([0-9]*\)/\2/' | head -n 1`
to

Code: Select all

LEFT_H_MOUSE=` xmodmap -pp | grep -E "[ 0-9][^a-z]$" | sed -e 's/ *\([0-9]*\) *\([0-9]*\)/\2/' | head -n 1`
and see if this helps. At least it does it for me.
The things they do not tell you, are usually the clue to solving the problem.
When I was a kid I wanted to be older.... This is not what I expected :shock:
YaPI(any iso installer)

User avatar
666philb
Posts: 3615
Joined: Sun 07 Feb 2010, 12:27
Location: wales ... by the sea

#262 Post by 666philb »

thanks bigpup,

added to bugfixes
Bionicpup64 built with bionic beaver packages http://murga-linux.com/puppy/viewtopic.php?t=114311
Xenialpup64, built with xenial xerus packages http://murga-linux.com/puppy/viewtopic.php?t=107331

watchdog
Posts: 2021
Joined: Fri 28 Sep 2012, 18:04
Location: Italy

#263 Post by watchdog »

A user of the italianpuppy.org forum is reporting a possible bug regarding tahr puppy in full install in ext4 partition. After a blackout power failure at first reboot there is a kernel panic. Subsequent reboots are successfull. Can someone who is using the full install confirm this bug?

User avatar
bigpup
Posts: 13886
Joined: Sun 11 Oct 2009, 18:15
Location: S.C. USA

#264 Post by bigpup »

After a blackout power failure
That looks a lot like an improper shutdown.
Those can cause anything to happen.
Subsequent reboots are successful.
Looks to me like the boot process figured out what was wrong and corrected.
The things they do not tell you, are usually the clue to solving the problem.
When I was a kid I wanted to be older.... This is not what I expected :shock:
YaPI(any iso installer)

wyzguy
Posts: 37
Joined: Sun 14 Oct 2012, 01:20

#265 Post by wyzguy »

In terminal mode: dmesg | grep udevd
shows 2 script errors. GOTO... and NAME...

User avatar
666philb
Posts: 3615
Joined: Sun 07 Feb 2010, 12:27
Location: wales ... by the sea

#266 Post by 666philb »

thanks wyzguy,

installing utopics libgphoto fixes one error although may mess up gphoto2 http://mirrors.kernel.org/ubuntu/pool/m ... 4_i386.deb

NAME "%k" is ignored, because it breaks kernel supplied names, please remove it

seems it just needs removing.... it's being ignored anyway :D
Bionicpup64 built with bionic beaver packages http://murga-linux.com/puppy/viewtopic.php?t=114311
Xenialpup64, built with xenial xerus packages http://murga-linux.com/puppy/viewtopic.php?t=107331

User avatar
bigpup
Posts: 13886
Joined: Sun 11 Oct 2009, 18:15
Location: S.C. USA

#267 Post by bigpup »

Here is a how to on how to fix a bug.
http://www.murga-linux.com/puppy/viewtopic.php?t=96949
The things they do not tell you, are usually the clue to solving the problem.
When I was a kid I wanted to be older.... This is not what I expected :shock:
YaPI(any iso installer)

drblock2
Posts: 153
Joined: Mon 19 Jan 2009, 12:38

clipboard problem

#268 Post by drblock2 »

I finally got around to trying out 666philb 's proposed replacements for parcellite
can you see if these two other clipboard managers have the same problem

http://smokey01.com/carolina/old_packag ... -2.3.0.pet
and can report that copyq-2.3.0 does an excellent job. After enabling (2) Store text selected using mouse and (3) Paste clipboard with mouse in Preferences > General (and removing Parcellite with Remove built-in packages in the Setup menu) problems were solved.

Opera 12.16 performed copy and paste with the mouse without crashing and Textmaker-696 can now transfer text with the mouse button as well.

linuxcbon
Posts: 1312
Joined: Thu 09 Aug 2007, 22:54

#269 Post by linuxcbon »

In dmesg :

Code: Select all

ehci-platform: EHCI generic platform driver
ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
ohci-platform: OHCI generic platform driver
uhci_hcd: USB Universal Host Controller Interface driver
fusbh200_hcd: FUSBH200 Host Controller (EHCI) Driver
Warning! fusbh200_hcd should always be loaded before uhci_hcd and ohci_hcd, not after
fotg210_hcd: FOTG210 Host Controller (EHCI) Driver
4Warning! fotg210_hcd should always be loaded before uhci_hcd and ohci_hcd, not after

linuxcbon
Posts: 1312
Joined: Thu 09 Aug 2007, 22:54

#270 Post by linuxcbon »

in dmesg :

Code: Select all

udevd[8118]: starting eudev version 1.0
udevd[8118]: GOTO 'libgphoto2_usb_end' has no matching label in: '/lib/udev/rules.d/40-libgphoto2-6.rules'
udevd[8118]: NAME="%k" is ignored, because it breaks kernel supplied names, please remove it from /etc/udev/rules.d/55-cups.rules:5
udevd[8122]: '/sbin/pup_event_backend_modprobe' [8398] terminated by signal 15 (Terminated)

User avatar
666philb
Posts: 3615
Joined: Sun 07 Feb 2010, 12:27
Location: wales ... by the sea

#271 Post by 666philb »

hi linuxcbon

the first errors i can't fix .... see barrys post here http://bkhome.org/news/?viewDetailed=00090

the second errors should be fixed by installing the servicepack (you should get a prompt about it when you open the PPM)
Bionicpup64 built with bionic beaver packages http://murga-linux.com/puppy/viewtopic.php?t=114311
Xenialpup64, built with xenial xerus packages http://murga-linux.com/puppy/viewtopic.php?t=107331

wyzguy
Posts: 37
Joined: Sun 14 Oct 2012, 01:20

#272 Post by wyzguy »

A "cat /tmp/xerrs.log" shows a few errors at the end of the list, including
utf8.pm.

I did do a 'update quickpet' and a reboot first.

I do not have the devx installed.

User avatar
Semme
Posts: 8399
Joined: Sun 07 Aug 2011, 20:07
Location: World_Hub

#273 Post by Semme »

So far, so good --Nice job boys.

Save to usb goes OK, then frozen mouse after boot >> NumLock(9) light's on. There a fix?

Ah, I'll try the fixes if I can get to'm..

PS - Would be appropriate to have a little "readme" here. :wink:
>>> Living with the immediacy of death helps you sort out your priorities. It helps you live a life less trivial <<<

User avatar
bigpup
Posts: 13886
Joined: Sun 11 Oct 2009, 18:15
Location: S.C. USA

#274 Post by bigpup »

Quickpet->Info->Tahrpup bug fixes

From first post in topic
updates & bugfixes
If you open Quickpet you'll see a 'tahrpup bug fixes' button. As bugs are discovered and fixed, clicking on this button will install all the latest fixes, so it's a good idea to check this regularly.
After numerous fixes, they'll all be combined into a puppy service pack. when a service pack is available, you'll be prompted about it automatically when you open the puppy package manager.
The things they do not tell you, are usually the clue to solving the problem.
When I was a kid I wanted to be older.... This is not what I expected :shock:
YaPI(any iso installer)

User avatar
Semme
Posts: 8399
Joined: Sun 07 Aug 2011, 20:07
Location: World_Hub

#275 Post by Semme »

Thanks. I may have to make a fresh save, but no biggie.. I've got almost no time invested.
>>> Living with the immediacy of death helps you sort out your priorities. It helps you live a life less trivial <<<

User avatar
Semme
Posts: 8399
Joined: Sun 07 Aug 2011, 20:07
Location: World_Hub

#276 Post by Semme »

Fixed. The answer on the "first-run" settings page. Time to explore a few of these Boot/Event manager settings..
>>> Living with the immediacy of death helps you sort out your priorities. It helps you live a life less trivial <<<

User avatar
666philb
Posts: 3615
Joined: Sun 07 Feb 2010, 12:27
Location: wales ... by the sea

#277 Post by 666philb »

hi semme,

some older equipment can have problems with the newer kernels ..... you could try the 3.4.103
quickpet>>>>changing kernels
or grab it here http://ftp.nluug.nl/ibiblio/distributio ... r/kernels/
Bionicpup64 built with bionic beaver packages http://murga-linux.com/puppy/viewtopic.php?t=114311
Xenialpup64, built with xenial xerus packages http://murga-linux.com/puppy/viewtopic.php?t=107331

User avatar
666philb
Posts: 3615
Joined: Sun 07 Feb 2010, 12:27
Location: wales ... by the sea

#278 Post by 666philb »

peebee wrote:
rcrsn51 wrote:
rcrsn51 wrote:Maybe there is a wl package for Tahr?
Any followup on this?
available from: https://copy.com/qWQ1BkPMDnPPFk7C
thanks ... uploaded to ibiblio and added link on tahrpup 1st post
Bionicpup64 built with bionic beaver packages http://murga-linux.com/puppy/viewtopic.php?t=114311
Xenialpup64, built with xenial xerus packages http://murga-linux.com/puppy/viewtopic.php?t=107331

User avatar
Semme
Posts: 8399
Joined: Sun 07 Aug 2011, 20:07
Location: World_Hub

#279 Post by Semme »

I really only sorted the numlock thingy last night, though I've been thinking I'd make time to run and test Tahr in the evenings when things around here are more :D soothing. Since I chose the no-PAE iso, I'm gonna take you up on that after running the standard kernel for a few days. Thanks. I'll keep you posted..
>>> Living with the immediacy of death helps you sort out your priorities. It helps you live a life less trivial <<<

User avatar
don570
Posts: 5528
Joined: Wed 10 Mar 2010, 19:58
Location: Ontario

#280 Post by don570 »

I tested the latest daily build of Audacity on Tahrpup 6.0

http://www.murga-linux.com/puppy/viewtopic.php?t=97038

Only one bug found so far.

________________________________________________________

Post Reply