Precise Puppy 5.4.3

Please post any bugs you have found
Message
Author
User avatar
Amgine
Posts: 231
Joined: Thu 22 Sep 2011, 01:27
Location: Washington State

#261 Post by Amgine »

Wow I really like this new puppy, It is a lot faster and easier to use. I have not been around much, I am a little lost, is there anything that tells me what is changed in Precise.

I see there are some things missing, "a settings menu and quick pet". I got the one that was just posted.

User avatar
L18L
Posts: 3479
Joined: Sat 19 Jun 2010, 18:56
Location: www.eussenheim.de/

changes

#262 Post by L18L »

Amgine wrote:...is there anything that tells me what is changed in ....
release notes
accessable from
menu > help
or
Help icon

User avatar
Argolance
Posts: 3767
Joined: Sun 06 Jan 2008, 22:57
Location: PORT-BRILLET (Mayenne - France)
Contact:

#263 Post by Argolance »

Hello pemasu,
pemasu wrote:gawk aka gnu awk 4.0.0 compiled in Upup Precise, basically same as Precise Puppy. I tried to compile latest gawk, but got failures, so I decided to compile 4.0.0 if it worked.
It has -e argument.

Test and give feedback.
Oh...awk is just symlink to the gawk.
Thank you! I tried to compile gawk-4.0.2 too and it seems that all worked fine (Puppy Precise 5.4.3: please see the output message below) but I couldn't upload the pet: murga's forum returned "Tried to upload empty file". Something strange, my pet is much heavier than yours (2181 K! Translations?) :shock:. I installed it and the BK command line worked perfectly...
I will test your pet and give feedback later...

Cordialement.
Attachments
gawk_console.tar
simple text file to be renamed as .txt
(15.81 KiB) Downloaded 394 times

User avatar
pemasu
Posts: 5474
Joined: Wed 08 Jul 2009, 12:26
Location: Finland

#264 Post by pemasu »

I did include only the updated gawk binary....and for sure the symlink to the awk.

What I inspected, the ubuntu gawk .deb, that is the only needed update.

User avatar
ASRI éducation
Posts: 3197
Joined: Sat 09 May 2009, 12:10
Location: France
Contact:

#265 Post by ASRI éducation »

ASRI éducation wrote:guvcview
With the latest version of Precise (updated via PPM), I used the PPM to install guvcview.
For displaying functional and able to make video captures, I changed preferences "Output Camera => YUYV" and "Audio Format => PCM".
I tested guvcview with Lucid Puppy 528, all video formats are accepted.
So, what should we change for Puppy Precise be able to do as well ?

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

#266 Post by watchdog »

ASRI éducation wrote: I tested guvcview with Lucid Puppy 528, all video formats are accepted.
So, what should we change for Puppy Precise be able to do as well ?
I have understood that there is some work-in-progress about webcams and video capture. I have understood that ffmpeg is going to get retired and supported only for compatibility problems. If you try to use directly ffmpeg in precise you are adviced that it is not possible and another standard is used (I don't remember the name, now I am in wary EDIT: avconv).
Try in precise something of the following kind to get the advice:

Code: Select all

exec ffmpeg -f video4linux2 -s 320x240 -i /dev/video0 /root/my-documents/out.mpg
It worked until precise. Ctrl-C to stop saving and recording.

My webcam with guvcview in precise randomly freezes. It works fine in wary.

EDIT: problem solved by retiring my old Labtec webcam. With a new UVC webcam all works fine and I have no errors advice using avconv and ffmpeg directly.
Last edited by watchdog on Wed 16 Jan 2013, 15:30, edited 2 times in total.

User avatar
ASRI éducation
Posts: 3197
Joined: Sat 09 May 2009, 12:10
Location: France
Contact:

#267 Post by ASRI éducation »

@ watchdog
Thank you for your explanations (avconv) that allow me to better understand the problem.
I tested your code :

Code: Select all

exec ffmpeg -f video4linux2 -s 320x240 -i /dev/video0 /root/my-documents/out.mpg
It works and I can record a video. This method is not very friendly, but it works.

mcewanw
Posts: 3169
Joined: Thu 16 Aug 2007, 10:48
Contact:

#268 Post by mcewanw »

watchdog wrote:I have understood that ffmpeg is going to get retired and supported only for compatibility problems. If you try to use directly ffmpeg in precise you are adviced that it is not possible and another standard is used (I don't remember the name, now I am in wary EDIT: avconv).
FFmpeg is a separate project from the avconv project (which was forked off from FFmpeg code). As far as I know the FFmpeg project has not been retired; at this moment the latest version of its ffmpeg code is version 1.1, which was released on 7 January 2013.

http://ffmpeg.org/

However, Debian and Ubuntu have adopted project code (avconv) from the libav project in preference to the FFmpeg project code. A problem that arises is that though the use and commandline options between the two (libav project's avconv and FFmpeg project's ffmpeg) is almost the same they are apparently not always exactly identical. Furthermore, as the following link (second post) points out the libav project also released their own temporary version of code they called "ffmpeg" which is the one which outputs the misleading warning message about ffmpeg binary being "provided for compatibility only":

http://superuser.com/questions/507386/l ... conv-today

The "compatibility" message is misleading because libav project's ffmpeg code IS NOT the same as the continuing to be developed ffmpeg code from FFmpeg project. Newer versions of libav project code apparently no longer provide the temporary ffmpeg and only avconv.

In summary, however, since Debian and Ubuntu are providing libav project code in preference to FFmpeg code (original ffmpeg) it may be necessary to start using avconv directly since if the use of the program options are not identical to ffmpeg then a symlink will not resolve the issue. I'm not sure of the situation with other Linux versions, however, and various programs traditionally relied on FFmpeg project ffmpeg (e.g. Mplayer, VLC, xine), so that potental problem has to be considered too.

As of 7 Jan 2013, the latest libav code is version 9.1. The version of libav project's avconv in Precise retro 5.4.3 (which I use) is 0.8.3. It also provides a libav project ffmpeg binary (which allows programs which refer to ffmpeg to work, albeit sometimes with some modifications to options and their commandline placement). Some differences between FFmpeg project ffmpeg and avconv are itemised in the libav code changelog for earlier libav code version 0.8_beta1:

https://git.libav.org/?p=libav.git;a=bl ... 2a;hb=HEAD

- ffplay/ffprobe/ffserver renamed to avplay/avprobe/avserver
100 - ffmpeg deprecated, added avconv, which is almost the same for now, except
101 for a few incompatible changes in the options, which will hopefully make them
102 easier to use. The changes are:
103 * The options placement is now strictly enforced! While in theory the
104 options for ffmpeg should be given in [input options] -i INPUT [output
105 options] OUTPUT order, in practice it was possible to give output options
106 before the -i and it mostly worked. Except when it didn't - the behavior was
107 a bit inconsistent. In avconv, it is not possible to mix input and output
108 options. All non-global options are reset after an input or output filename.
109 * All per-file options are now truly per-file - they apply only to the next
110 input or output file and specifying different values for different files
111 will now work properly (notably -ss and -t options).
112 * All per-stream options are now truly per-stream - it is possible to
113 specify which stream(s) should a given option apply to. See the Stream
114 specifiers section in the avconv manual for details.
115 * In ffmpeg some options (like -newvideo/-newaudio/...) are irregular in the
116 sense that they're specified after the output filename instead of before,
117 like all other options. In avconv this irregularity is removed, all options
118 apply to the next input or output file.
119 * -newvideo/-newaudio/-newsubtitle options were removed. Not only were they
120 irregular and highly confusing, they were also redundant. In avconv the -map
121 option will create new streams in the output file and map input streams to
122 them. E.g. avconv -i INPUT -map 0 OUTPUT will create an output stream for
123 each stream in the first input file.
124 * The -map option now has slightly different and more powerful syntax:
125 + Colons (':') are used to separate file index/stream type/stream index
126 instead of dots. Comma (',') is used to separate the sync stream instead
127 of colon.. This is done for consistency with other options.
128 + It's possible to specify stream type. E.g. -map 0:a:2 creates an
129 output stream from the third input audio stream.
130 + Omitting the stream index now maps all the streams of the given type,
131 not just the first. E.g. -map 0:s creates output streams for all the
132 subtitle streams in the first input file.
133 + Since -map can now match multiple streams, negative mappings were
134 introduced. Negative mappings disable some streams from an already
135 defined map. E.g. '-map 0 -map -0:a:1' means 'create output streams for
136 all the stream in the first input file, except for the second audio
137 stream'.
138 * There is a new option -c (or -codec) for choosing the decoder/encoder to
139 use, which allows to precisely specify target stream(s) consistently with
140 other options. E.g. -c:v lib264 sets the codec for all video streams, -c:a:0
141 libvorbis sets the codec for the first audio stream and -c copy copies all
142 the streams without reencoding. Old -vcodec/-acodec/-scodec options are now
143 aliases to -c:v/a/s
144 * It is now possible to precisely specify which stream should an AVOption
145 apply to. E.g. -b:v:0 2M sets the bitrate for the first video stream, while
146 -b:a 128k sets the bitrate for all audio streams. Note that the old -ab 128k
147 syntax is deprecated and will stop working soon.
148 * -map_chapters now takes only an input file index and applies to the next
149 output file. This is consistent with how all the other options work.
150 * -map_metadata now takes only an input metadata specifier and applies to
151 the next output file. Output metadata specifier is now part of the option
152 name, similarly to the AVOptions/map/codec feature above.
153 * -metadata can now be used to set metadata on streams and chapters, e.g.
154 -metadata:s:1 language=eng sets the language of the first stream to 'eng'.
155 This made -vlang/-alang/-slang options redundant, so they were removed.
156 * -qscale option now uses stream specifiers and applies to all streams, not
157 just video. I.e. plain -qscale number would now apply to all streams. To get
158 the old behavior, use -qscale:v. Also there is now a shortcut -q for -qscale
159 and -aq is now an alias for -q:a.
160 * -vbsf/-absf/-sbsf options were removed and replaced by a -bsf option which
161 uses stream specifiers. Use -bsf:v/a/s instead of the old options.
162 * -itsscale option now uses stream specifiers, so its argument is only the
163 scale parameter.
164 * -intra option was removed, use -g 0 for the same effect.
165 * -psnr option was removed, use -flags +psnr for the same effect.
166 * -vf option is now an alias to the new -filter option, which uses stream specifiers.
167 * -vframes/-aframes/-dframes options are now aliases to the new -frames option.
168 * -vtag/-atag/-stag options are now aliases to the new -tag option.

mcewanw (author of precord and pavrecord)
github mcewanw

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

gtkdialog 0.8.4

#269 Post by don570 »

gtkdialog 0.8.4

Here is newest gtkdialog. I noticed will putting together the package that
Exprimo does things differently thatn Barry Kauler. Barry makes
gtkdialog the application and gtkdialog the link, whereas
Exprimo does it in reverse.


Image


___________________________________________
Attachments
gtkdialog-precise-0.8.4.pet
(103.8 KiB) Downloaded 947 times
Last edited by don570 on Thu 17 Jan 2013, 01:29, edited 1 time in total.

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

#270 Post by linuxcbon »

Precise Puppy 5.4.3

menu - desktop - pwallpaper :
Apply a new background image, error message "no pinboard was in use"
then right or left click on desktop, it displays alternatively old and new image

# wcpufreq
/usr/sbin/wcpufreq: line 156: cd: /lib/modules/3.2.29/kernel/arch/*/kernel/cpu/cpufreq: No such file or directory
ERROR: modinfo: could not find module Choices
ERROR: modinfo: could not find module File-Sharing
ERROR: modinfo: could not find module Startup

menu - system - Pschedule
click (star icon) about
click link to forum , it doesnt open browser.

/usr/lib and /usr/local/lib dont need to be in LD_LIBRARY_PATH ?

DISPLAY=:0 should be 0.0 instead ?

slenkar
Posts: 228
Joined: Sat 11 Jul 2009, 01:26

#271 Post by slenkar »

has anyone installed eclipse?

It installs but then wont startup

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

#272 Post by linuxcbon »

Precise Puppy 5.4.3

Can you include vdpauinfo to see video problems
For example :
# vdpauinfo
display: :0 screen: 0
Failed to open VDPAU backend libvdpau_r600.so: cannot open shared object file: No such file or directory
Error creating VDPAU device: 1

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

#273 Post by don570 »

I've rewritten report-video (version 1.2) so that it is compatible with
Tazoc's sys-info.

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

It will now pop up a Xdialog window only if launched from start menu.

When it is used at terminal it acts like a CLI application.
It's also French now :lol:

Image

_______________________________________________

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

#274 Post by linuxcbon »

Precise Puppy 5.4.3
- run pupx
set mouse acceleration to 1.0
set mouse threshold to 1
click ok
run pupx again, nothing has changed.
error message :

Code: Select all

dc: syntax error at '1.0'
xset:  unknown option /10

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

#275 Post by linuxcbon »

I have a RTL8111/8168B network card, r8169 is loaded, it works.

1/ I read in the internet that r8168 should be loaded instead and r8169 should be blacklisted. (seems to be fixed in recent kernels?).

2/ I see 6 related files in /lib/firmware
rtl8105e-1.fw rtl8168e-1.fw
rtl8168d-1.fw rtl8168e-2.fw
rtl8168d-2.fw rtl8168e-3.fw
But it seems none of them is loaded, or needs to be ?

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

#276 Post by linuxcbon »

Precise Puppy 5.4.3

For security, this line can be added to /etc/host.conf
nospoof on

/etc/modules.conf is obsolete

nscd is not installed, so /etc/nscd.conf not needed

/etc/profile.d/seamonkey what is it for ?
It contains export MOZILLA_FIVE_HOME=/usr/lib/seamonkey

/etc/protocols-OLD is not needed
/etc/protocols can be simplified, no need for many protocols.

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

#277 Post by linuxcbon »

Precise Puppy 5.4.3

There is /root/.mprc, weird, it's owner/group is "ftp".

I searched what files belong to which group :
many files belong to guest ?
haldaemon : no files
netdev : no files
ppp : no files
sshd : no files
tape : no files
uucp : no files
nobody : /etc/cups/snmp.conf ?

Many unused groups . Same goes for users, but didn't have time to check all .

Pelo

Gnumeric

#278 Post by Pelo »

Incredible ! impossible to load Gnumeric
Attachments
RacyGnum.jpg
Old Puppies, where are you. Everething was running.
(25.35 KiB) Downloaded 998 times

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

#279 Post by linuxcbon »

Directory /home is needed to create a new user. For example :

Code: Select all

# adduser nonono
adduser: /home/nonono: No such file or directory
Changing password for nonono
New password: 
# mkdir /home
# adduser lololo
Changing password for lololo
New password: 
# ls /home
lololo 

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

#280 Post by linuxcbon »

In groups, there is twice tty.
Users like fido should have home at /home/fido.
/etc/profile can be simplified down to PATH, PS1, umask

Post Reply