The time now is Sun 22 Apr 2018, 14:57
All times are UTC - 4 |
Page 21 of 25 [374 Posts] |
Goto page: Previous 1, 2, 3, ..., 19, 20, 21, 22, 23, 24, 25 Next |
Author |
Message |
pemasu

Joined: 08 Jul 2009 Posts: 5484 Location: Finland
|
Posted: Tue 29 Jan 2013, 17:39 Post subject:
|
|
Compressed ntfs and updated ntfs-3g driver in initrd.
I have got pm from one tester. Slightly modified answer from him:
Quote: | Subject: FYI: Compressed NTFS
Hello:
I noticed that your latest Upup Precise has the updated ntfs-3g for allowing savefiles in compressed NTFS partitions.
I tested the fix (updated ntfs-3g) and it worked fine in BK's Precise and in Slacko. |
I do have gtkdialog from Thunor`s git in Upup Precise versions. I have used the revision of the time. In Upup Precise 3.7.2 it is:
# gtkdialog --version
gtkdialog version 0.8.4 r503M.....which means essentially 0.8.3 version.
I have updated gtkdialog for having support of Pmusic updated versions. I do have installed also all other Pmusic supported dependencies....including pEqualizer. The bugs....dunno...I havent noticed bug reports....but that does not give 100 % proof.
The possible IO freezing bug is the one which puzzles me. It seems the affected users get the same problem also with 3.7.2 kernel. I dont have any clues of the reason. Filesystem handling...aufs related...no idea.
|
Back to top
|
|
 |
tiangeng
Joined: 23 Jul 2009 Posts: 76 Location: 河南 China
|
Posted: Tue 29 Jan 2013, 20:27 Post subject:
|
|
slenkar wrote: | has anyone installed eclipse?
It installs but then wont startup |
请注意 JDK 的版本,并且 JDK 的路径要写到 /etc/profile 里,类似于这样:
export JAVA_HOME=/usr/local/java
export CLASSPATH=$JAVA_HOME/lib/tools.jar:$JAVA_HOME/jre/lib/rt.jar:$JAVA_HOME/lib:.
export PATH=$JAVA_HOME/bin:$JAVA_HOME/jre/bin:$HOME/bin:$PATH
然后运行eclipse应该就没问题了。
|
Back to top
|
|
 |
linuxcbon
Joined: 09 Aug 2007 Posts: 1165
|
Posted: Tue 29 Jan 2013, 22:32 Post subject:
|
|
Precise Puppy 5.4.3
Wrong "user group" : (not sure if all correct)
Code: | /dev/
crw-rw---- 1 root video 29, 0 janv. 28 18:03 fb0
crw-rw---- 1 root 5 29, 1 avril 16 2002 fb1
crw-rw---- 1 root 5 29, 2 avril 16 2002 fb2
...
brw-rw---- 1 root disk 3, 12 sept. 27 2000 hda12
brw-r----- 1 root 6 3, 13 avril 11 2006 hda13
...
/etc/cups
-rw-r----- 1 root lp 1335 août 27 2011 cupsd.conf
-rw-r----- 1 root 7 2470 sept. 7 2011 cupsd.conf.default
-rw-r--r-- 1 root nobody 186 sept. 7 2011 snmp.conf
/lib/modules/all-firmware/atmel_fw-1.3/lib/firmware:
-rw-r--r-- 1 500 users 30348 mai 7 2005 atmel_at76c502_3com.bin
-rw-r--r-- 1 500 users 35184 mai 7 2005 atmel_at76c502_3com-wpa.bin
...
/lib/modules/all-firmware/ipw2200_firmware-3.0/lib/firmware:
-rw-r--r-- 1 ftp users 191142 mars 7 2006 ipw2200-bss.fw
....others in /lib
/root/:
-rw-r--r-- 1 ftp ftp 11497 juin 5 2005 .mprc
/sbin/:
-rwxrwxr-x 1 1026 1026 27268 déc. 17 13:27 extlinux
/usr/bin:
-rwxrw-r-- 1 ftp ftp 70011 juin 17 2012 ffconvert
-rwxrwxr-x 1 501 guest 443440 déc. 17 13:27 flash-player-properties
-rwxrwxr-x 1 1026 1026 4336 déc. 17 13:27 gethostip
-rwxr-xr-x 1 ftp users 7291 nov. 16 2008 installwatch
..........
/usr/lib/mozilla/plugins:
-rw-rw-r-- 1 501 guest 12550084 déc. 17 13:27 libflashplayer.so
/usr/lib/syslinux:
-rwxrwxr-x 1 1026 1026 14336 janv. 26 2009 isolinux.bin
-rwxrwxr-x 1 1026 1026 14336 janv. 26 2009 isolinux-debug.bin
-rw-rw-r-- 1 1026 1026 512 janv. 26 2009 ldlinux.bss
-rw-rw-r-- 1 1026 1026 13671 janv. 26 2009 ldlinux.sys
-rw-r--r-- 1 ftp disk 428 févr. 21 2005 mbrfat.bin
-rw-rw-r-- 1 1026 1026 20048 janv. 26 2009 memdisk
-rwxrwxr-x 1 1026 1026 15888 janv. 26 2009 pxelinux.0
.........
/usr/local/apps/ROX-Filer/Help:
-rw-r--r-- 1 506 506 173086 juil. 7 2006 Manual.html
....
.... many others in /usr..... |
Last edited by linuxcbon on Wed 30 Jan 2013, 01:06; edited 1 time in total
|
Back to top
|
|
 |
linuxcbon
Joined: 09 Aug 2007 Posts: 1165
|
Posted: Tue 29 Jan 2013, 23:13 Post subject:
|
|
Here is an easy fix (didn't check if all ok) :
Code: | # FIX user:group at same time
chown -R root:root /etc/
chown -R root:root /lib/
chown -R root:root /sbin/
chown -R root:root /usr/
chown -R root:root /root/.mprc
# FIX groups only
chgrp video /dev/fb*
chgrp disk /dev/hd*
chgrp -R lp /etc/cups/
chgrp -R lp /var/cache/cups/
chgrp -R lp /var/log/cups/
chgrp -R lp /var/run/cups/
chgrp -R lp /var/spool/cups/
chgrp -R haldaemon /var/run/hald/
chgrp -R bin /usr/bin/ |
And in /etc/group , remove line with tty:x:2:
|
Back to top
|
|
 |
linuxcbon
Joined: 09 Aug 2007 Posts: 1165
|
Posted: Wed 30 Jan 2013, 02:58 Post subject:
|
|
We can also set permissions :
For example : user group others = rwx r-x r-x = 7 5 5
|
Back to top
|
|
 |
rerwin

Joined: 24 Aug 2005 Posts: 1884 Location: Maine, USA
|
Posted: Wed 30 Jan 2013, 18:54 Post subject:
Woof Updates to interface with optional frisbee packages |
|
Barry,
Since you are planning another release of precise pup, I request that you consider adding some of the packages I have provided for the integration of frisbee. Adding these three packages would simplify the installation and trials of the remaining, frisbee-specific packages by users/testers.
These packages do not impact the functioning of puppy without the frisbee-specific packages:woof_updates_precise-20130117
net_setup-20121101
wag_profiles-20121117
The net_setup and wag_profiles packages simply move wag-profiles.sh into its own package, so it can be shared with frisbee and updated independently when wifi drivers are added. The woof_updates package adds frisbee interfaces to the connect wizard and AppRun, and provides a dhcpcd interface script to utilize the dropwait feature if present. Wag-profiles now includes the use of that script.
To facilitate developers' inclusion of the new frisbee package, please add a woof slot for it. The remaining two packages are alternatives for the dhcpcd and network_tray slots. I assume you are not yet ready to add the frisbee-dropwait-network_tray updates, but feel the listed three can be added with no impact to puppy. Note, however, that the old "Frisbee" package in the library will not work with the new connect interface, but should not be used instead of the integrated version.
The latest versions of the six packages are here:
http://www.murga-linux.com/puppy/viewtopic.php?p=662521#662521 (frisbee)
http://www.murga-linux.com/puppy/viewtopic.php?p=662518#662518 (the others)
As well as in the Frisbee-beta2 thread.
Currently, the new dhcpcd...dropwait and network_tray-2.6 could be added to the puppy repo. I am adding Argolance's internationalization mods to the frisbee package. So, please wait for the internationalized version before adding frisbee to the repo.
Richard
UPDATE 2/7/2012: The internationalized version of frisbee is now the "latest", although I expect some further "fine tuning" to be done. Also, I have provided a renamed network_tray package (at the above link) to correspond to its being an alternative to 2.5 instead of an upgrading replacement. I assume that the choice gets put into the "slot" for network_tray and is not a separate slot. The same goes for the dropwait version of dhcpcd. Please instruct me if you need a different naming format. I believe, now, that the "frisbee" set of packages is ready for release. Thanks for considering it.
Richard
Last edited by rerwin on Thu 07 Feb 2013, 17:00; edited 2 times in total
|
Back to top
|
|
 |
pemasu

Joined: 08 Jul 2009 Posts: 5484 Location: Finland
|
Posted: Thu 31 Jan 2013, 02:27 Post subject:
|
|
When we are speaking of wireless...
Rtl8192cu has had problems. I have provided couple of times...in separate threads the 8192cu proprietary driver for those people without working wireless....succesfully.
It could be reasonable to provide the alternate driver in official repo. If possible. The pet modifies the MODULESCONFIG and gives preference for 8192cu....so it is not probably suitable to be in base sfs.
http://www.murga-linux.com/puppy/viewtopic.php?p=673226#673226
http://www.murga-linux.com/puppy/viewtopic.php?p=680464#680464
|
Back to top
|
|
 |
galen

Joined: 04 Jan 2010 Posts: 19 Location: Halifax, Nova Scotia, Canada
|
Posted: Thu 31 Jan 2013, 11:21 Post subject:
alsa init causes two audio pops on boot, hum on shutdown |
|
I'm getting two spaced audio pops when precise inits alsa.
When alsa shutsdown it leaves line out with a hum (sounds like an open circuit hum one gets from an ungrounded input cable) other distros are not doing this such as fatdog
Description |
|

Download |
Filename |
sys-info-130131.gz |
Filesize |
15.55 KB |
Downloaded |
368 Time(s) |
|
Back to top
|
|
 |
BarryK
Puppy Master

Joined: 09 May 2005 Posts: 8526 Location: Perth, Western Australia
|
Posted: Fri 01 Feb 2013, 08:09 Post subject:
|
|
linuxcbon wrote: | Precise 5.4.3
defaultchmviewer
/usr/local/bin/defaultchmviewer: line 2: exec: pzchmview: not found
defaulthandler
/usr/local/bin/defaulthandler: line 50: syntax error: unexpected end of file
mailto.sh
/usr/sbin/mailto.sh: line 3: exec: sylpheed: not found
/usr/sbin/ndiswrapperGUI.sh: line 42: clean_up_gtkdialog: command not found
pdict
(gtkdialog3:27458): Gtk-CRITICAL **: IA__gtk_text_buffer_set_text: assertion `text != NULL' failed
(gtkdialog3:27458): Gtk-CRITICAL **: IA__gtk_widget_grab_default: assertion `gtk_widget_get_can_default (widget)' failed
programchooser
/usr/bin/programchooser: line 40: /root/.config/tmp/program: No such file or directory
Usage: grep [OPTION]... PATTERN [FILE]...
Try `grep --help' for more information.
/usr/bin/programchooser: line 89: /root/.config/tmp/prgm: No such file or directory
/usr/bin/programchooser: line 90: /root/.config/tmp/prgm: No such file or directory
wag-profiles.sh
** (gtkdialog3:8038): ERROR **: gtkdialog: Error in line 6, near token '</label>': syntax error |
Are you trying to run some of these scripts on their own?
ndiswrapperGUI.sh and wag-profiles.sh are part of net_setup package. The "missing" clean_up_gtkdialog is actually in wag-profiles.sh.
defaultchmviewer is ok. It will only be relevant if a CHM viewer pkg is installed.
defaulthandler -- yes, there is a syntax error, now fixed.
mailto.sh -- again, this is OK. This script is only used when Sylpheed is installed, to set a mail handler for Firefox.
pdict -- many gtk apps spit out error messages. As long as the app works, that is all we are bothered about.
programchooser -- hmmm, this is from an ancient PET named 'programchooser', created by ...oh, his name escapes me right now.
It is a dependency of another PET 'wallpaper', by the same guy.
Did you try and run programchooser on it's own? it is supposed to be called from wallpaper, with appropriate parameter passed. It probably can be run standalone if appropriate param passed.
_________________ http://bkhome.org/news/
|
Back to top
|
|
 |
linuxcbon
Joined: 09 Aug 2007 Posts: 1165
|
Posted: Sat 02 Feb 2013, 03:02 Post subject:
|
|
I run the scripts on their own, but was not sure if real bugs.
I run programchooser on its own. It is by "Nathan F" see http://www.murga-linux.com/puppy/viewtopic.php?p=201571
|
Back to top
|
|
 |
linuxcbon
Joined: 09 Aug 2007 Posts: 1165
|
Posted: Sat 02 Feb 2013, 03:05 Post subject:
|
|
Precise Puppy 5.4.3
gconf is replaced by dconf, /etc/gconf/ not necessary.
There is /dev/acerhk but "modprobe acerhk" doesn't work.
There is /dev/cfs* (coda file system cache), not sure if needed.
There is /dev/dazuko but "modprobe dazuko" doesn't work.
|
Back to top
|
|
 |
ASRI éducation

Joined: 09 May 2009 Posts: 3203 Location: France
|
Posted: Sat 02 Feb 2013, 08:50 Post subject:
Re: Woof Updates to interface with optional frisbee packages |
|
rerwin wrote: | Barry,
Since you are planning another release of precise pup, I request that you consider adding some of the packages I have provided for the integration of frisbee. Adding these three packages would simplify the installation and trials of the remaining, frisbee-specific packages by users/testers.
These packages do not impact the functioning of puppy without the frisbee-specific packages:woof_updates_precise-20130117
net_setup-20121101
wag_profiles-20121117
The net_setup and wag_profiles packages simply move wag-profiles.sh into its own package, so it can be shared with frisbee and updated independently when wifi drivers are added. The woof_updates package adds frisbee interfaces to the connect wizard and AppRun, and provides a dhcpcd interface script to utilize the dropwait feature if present. Wag-profiles now includes the use of that script.
To facilitate developers' inclusion of the new frisbee package, please add a woof slot for it. The remaining two packages are alternatives for the dhcpcd and network_tray slots. I assume you are not yet ready to add the frisbee-dropwait-network_tray updates, but feel the listed three can be added with no impact to puppy. Note, however, that the old "Frisbee" package in the library will not work with the new connect interface, but should not be used instead of the integrated version.
The latest versions of the six packages are here:
http://www.murga-linux.com/puppy/viewtopic.php?p=662518#662518
As well as in the Frisbee-beta2 thread.
Currently, the new dhcpcd...dropwait and network_tray-2.6 could be added to the puppy repo. I am adding Argolance's internationalization mods to the frisbee package. So, please wait for the internationalized version before adding frisbee to the repo.
Richard |
Thank you Richard.
For me, for a long time (since the first version), Frisbee is the best interface (efficient and friendly) for wifi.
I tested your changes and I have one thing to say: "I am excited that BK decides to integrate your Frisbee in woof", it will be a real benefit for users.
Sincerely,
|
Back to top
|
|
 |
Argolance

Joined: 06 Jan 2008 Posts: 3255 Location: PORT-BRILLET (Mayenne - France)
|
Posted: Sat 02 Feb 2013, 09:22 Post subject:
|
|
Hello,
ASRI wrote: | For me, for a long time (since the first version), Frisbee is the best interface (efficient and friendly) for wifi. | ... I think indeed we are many users to think of the same thing!
@Barry
Could you please tell us why you do not make the slightest small comment about this proposal?
Thanks!
Cordialement.
|
Back to top
|
|
 |
ETP

Joined: 19 Oct 2010 Posts: 1051 Location: UK
|
Posted: Sat 02 Feb 2013, 10:47 Post subject:
Boot codes – clearer help files needed in ISOs. |
|
Barry,
This is a rider to my previous post to be found here: http://www.murga-linux.com/puppy/viewtopic.php?p=680032#680032
I believe that many of the problems with boot codes stem from the fact that some of the definitions in the official help to be found on the typical ISO by pressing F2/F3 are too open to interpretation and therefore can cause confusion.
So, using the two working examples from that post I will attempt in this post to
re-define/expand a couple of the more contentious codes ensuring that they are valid for both examples and other boot methods.
A couple of real world working examples:
CASE 1: Kernel on 16 MEG Smartmedia with main sfs & savefile on NTFS HDD (sda1)
Code: | LABEL 5332
MENU LABEL Slacko 5.3.3.2 05/07/12
KERNEL /p5332/vmlinuz
APPEND initrd=/p5332/initrd.gz pmedia=atahd pupsfs=sda1:/p5332/puppy_slacko_5.3.3.2.sfs pdev1=sda1
|
CASE 2: Kernel on first Fat32 partition of USB2 flash main sfs & save file on 2nd ext4 partition of stick.
Code: | LABEL 5332
MENU LABEL Slacko 5.3.3.2 05/07/12
KERNEL /p5332/vmlinuz
APPEND initrd=/p5332/initrd.gz pmedia=usbflash pupsfs=sdb2:/p5332/puppy_slacko_5.3.3.2.sfs psavemark=2
|
Official definition of pmedia=
Quote: | pmedia=usbflash Type of media booting from. Choose one of these: usbflash usbhd usbcd ataflash atahd atacd atazip scsihd scsicd cd |
This definition immediately begs the question – What is meant in this context by “booting from?” Looking at CASE 1: it is clearly not the bootable Smartmedia card which holds the boot-loader and kernel. By elimination therefore it relates to the main sfs.
Proposed re-definition of pmedia=
Quote: | pmedia=usbflash The type of media upon which the main sfs is located. Choose one of these: usbflash usbhd usbcd ataflash atahd atacd atazip scsihd scsicd cd |
This revised definition holds true for CASE 2: (usbflash) and live cd/dvd.
Official definition of pupsfs=
Quote: | pupsfs=sdc1:/puppies/wary501/puppy.sfs Override auto search. |
This needs expanding.
Proposed re-definition of pupsfs=
Quote: | pupsfs=sdc1:/puppies/wary501/puppy.sfs Override auto search.
Use when you are running more than one copy of a specific puppy or multiple puppies. Also use when the main sfs is not in the same location as the kernel. |
The revised tentative definitions above, which are hopefully correct, serve only as examples. It had been my aim to revise a few more but I swiftly ran into trouble trying to do so. I concluded that Barry is best placed to do so, understanding not only the algorithms, overrides and conflicts but the full intent behind them.
_________________ Regards ETP
Kennels
|
Back to top
|
|
 |
bwh1969
Joined: 25 Oct 2010 Posts: 132 Location: Allentown, PA
|
Posted: Sun 03 Feb 2013, 17:39 Post subject:
works smashingly on my OQO model 02 |
|
Super thanks! Sound card stopped working with all linux kernels past 2.6.35. Still refuses to work in ubuntu precise; however, I was surprised that it worked perfectly using 4.5.3 Puppy Precise.
Since XP is nearing end of life, I was getting desperate to find a Linux distro that worked with a newer kernel. Puppy is perfect because it is so resource light:-)
|
Back to top
|
|
 |
|
Page 21 of 25 [374 Posts] |
Goto page: Previous 1, 2, 3, ..., 19, 20, 21, 22, 23, 24, 25 Next |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|