The time now is Tue 18 Jun 2013, 23:40
All times are UTC - 4 |
| Author |
Message |
01micko

Joined: 11 Oct 2008 Posts: 7037 Location: qld
|
Posted: Mon 28 Jun 2010, 19:11 Post_subject:
|
|
hello COD11
As you say, the minor errors should be suppressed.
I will look into your fixes to points 2 and 5 and make a recommendation to BarryK so these issues are fixed upstream in the Woof build system, the Puppy builder.
On a rethink, I think issue 5 is now dealt with. If you are interested you may like to try the beta for the next version in this series.. luci-205
6) is probably something either in /root/.xinitrc or /usr/sbin/delayedrun that isn't installed and probably should be sent to /dev/null also upon an error being returned.
Thank you.
Cheers
_________________ keep the faith .. 
|
|
Back to top
|
|
 |
COD11
Joined: 28 Jun 2010 Posts: 3
|
Posted: Wed 30 Jun 2010, 13:32 Post_subject:
New "format_size_func()" for "pup_event_frontend_d" Sub_title: Localization works flawlessly |
|
Hi,
here is my suggestion for function "format_size_func()" in "pup_event_frontend_d" to prevent localization problems.
Stand-alone Test version:
| Code: |
#!/bin/sh
format_size_func() {
[ ! $SIZE ] && SIZE=0
DN=0 # DN=1 done
DP=0 # DP=1 comma
[ `printf "%.1f" | grep ',' | wc -l` -ne 0 ] && DP=1
TB=1073741824 # 2^30
[ $SIZE -ge $TB ] && f_size $TB $DP "TB"
[ $DN -eq 1 ] && return
GB=1048576 # 2^20
[ $SIZE -ge $GB ] && f_size $GB $DP "GB"
[ $DN -eq 1 ] && return
MB=1024 # 2^10
f_size $MB $DP "MB"
[ "$SIZE" = "0.0MB" -o "$SIZE" = "0,0MB" ] && SIZE="0"
}
f_size (){
DN=1
SIZE="`LC_ALL=C dc $SIZE $1 div p`" # Fault simulation
#SIZE="`dc $SIZE $1 div p`" # Original code
echo "SIZE_RAW2=$SIZE" #TEST
[ $2 -ne 0 ] && SIZE=`echo $SIZE | tr '.' ','`
SIZE="`printf "%.1f" $SIZE`$3"
}
# TEST VALUES
#SIZE=51
#SIZE=52
#SIZE=3422334
#SIZE=356148770
SIZE=2698092316
echo "SIZE_RAW1=$SIZE"
format_size_func
echo "SIZE=$SIZE"
|
Best Regards
COD11
|
|
Back to top
|
|
 |
buford
Joined: 04 May 2009 Posts: 97
|
Posted: Wed 30 Jun 2010, 23:52 Post_subject:
|
|
ok i went through 14 of the current 18 pages of this thread and didnt find the fixes so here it goes.
so far running smoother than puppy 4.3 awesome
the bugs i found on my acer one netbook
vlc launches and disapears
but a bigger problem i cannot get pidgin to work it wont even launch tried many versions of it and the old purple link fix to no avail
|
|
Back to top
|
|
 |
buford
Joined: 04 May 2009 Posts: 97
|
Posted: Wed 30 Jun 2010, 23:53 Post_subject:
|
|
delete dual post
|
|
Back to top
|
|
 |
playdayz

Joined: 25 Apr 2008 Posts: 3705
|
Posted: Wed 07 Jul 2010, 18:13 Post_subject:
|
|
01micko posted a new pidgin in one of the Lucid 5.1 threads. I will see if I can find it.
|
|
Back to top
|
|
 |
Béèm

Joined: 21 Nov 2006 Posts: 11782 Location: Brussels IBM Thinkpad R40, 256MB, 20GB, WiFi ipw2100. Frugal Lin'N'Win
|
Posted: Wed 07 Jul 2010, 18:36 Post_subject:
|
|
| playdayz wrote: | | 01micko posted a new pidgin in one of the Lucid 5.1 threads. I will see if I can find it. | This one?
_________________ Time savers:
Find packages in a snap and install using Puppy Package Manager (Menu).
Consult Wikka
Use peppyy's puppysearch
|
|
Back to top
|
|
 |
tnah
Joined: 06 Jan 2009 Posts: 11
|
Posted: Wed 07 Jul 2010, 23:38 Post_subject:
Sound Sub_title: doesn't work with 5, did with 4. |
|
Hi all. first off, thanks for all the work put in to make and improve this software.
I've had a version of Linux installed in a partition for more than 10 years, so I can't claim to be a newby. However, until I found Puppy (4.1, about 18 months ago), I'd never actually used Linux, as oppsed to just getting it set up and then playing with it for a while until I couldn't find a way to do something that I needed to do.
Anyway, I've been running Puppy 4.1 on my MSI VR321 (VIA C7-M 1.6G processor, 2G RAM, 13.3" screen) laptop, mostly happily. One thing that I was not able to do was to get a good output to an external screen (I tried DRTs, LCRs, and a projector - all same problem) - the image on the external screen was too large, so that the right and bottom sides were cut off. Since this was the case for the pre-operating system start-up messages as well, and since I was also unable to fix it using a Windows installation, I had thought that it was a BIOS problem. Not being able to fix it there either, I had become tho think that it was a hardware fault - anyway, I had resigned myself to being unable to use an external screen or projector.
When Puppy 5.0.1 came along, I ran this from the CD with an external screen attached, and - to my great and happy surprise - got a good picture on it! Great - thanks!
However, the down side is that with 5.0.1 the sound doesn't work (actually, it's there, but almost inaudibly faint).
I tried ALSA sound wizard - if this changed anything, it didn't improve it.
I thought that, since I had 4.1 installed to the hard drive, I would be able to compare 5.0.1 with 4.1, and work out what the difference was, and hopefully fix the problem. So, I ran ALSA sound wizard in my 4.1 installation, to have a look at what sound chip it detected. As a consequence of doing this, I have buggered up the sound on my hard drive 4.1 installation!
For the record, ALSA on 4.1 gave the diagnosis: hda-intel 1106:3288 (rev 10), whereas running this in 5.0.1 said Via Technologies Inc . VT 8 /A [Azalia HDAC] (Via High Def). As the sticker on the computer says it's got a VIA processor, I expect that the diagnosis from 5.0.1 is closer to what is actually in there.
Another installation of 4.1 (and of 4.3.1) from CD has sound OK.
So, my line of thinking is that 5.0.1 has done, on set-up, the [wrong] thing that ALSA sound wizard did when I ran it on the 4.1 installation. I thought that I might be able to spot the crucial difference by comparing /etc/modprobe.conf files, but have not been successful, and I an\m now totally out of my deapth (as I said before, I can't claim newby status, but I'm still clueless).
There are a couple of other issues that I have with 5.0.1, but I'll describe them in another post.
Thanks if anyone can point me in the right direction, and if I get the wound problem fixed, I'll report the story back.
|
|
Back to top
|
|
 |
smokey01

Joined: 30 Dec 2006 Posts: 1642 Location: South Australia
|
Posted: Fri 09 Jul 2010, 08:22 Post_subject:
|
|
tnah try alsamixer from a terminal window. Fiddling with some of the settings may help.
eg:
# alsamixer
_________________ Puppy Software <-> Distros <-> Puppy Linux Tips
|
|
Back to top
|
|
 |
Stripe
Joined: 23 Jun 2010 Posts: 642 Location: In a field. England
|
Posted: Fri 09 Jul 2010, 14:49 Post_subject:
|
|
My epson stylus s21 printer that works fine in puppy 4.3.1 (installed as a epson stylus s20) will not work with 501 no matter what I install it as. have tried using pipslite-1.4.0.pet and installing as epson lite, cups thinks the printer is working and shows no error messages, but nothing from the printer at all.
Apart from that everything works well for me
(love to see grub for dos added as makes a frugal install easy)
Hope this helps and thanks to everybody for the effort they have put in
Well Done
Don
edited to say:
does not work with 209 either
edited again to say:
Problem with gutenprint as I have installed the 5.2.3 pet package and everything works fine now.
|
|
Back to top
|
|
 |
tnah
Joined: 06 Jan 2009 Posts: 11
|
Posted: Fri 09 Jul 2010, 22:05 Post_subject:
sound problem - fixt |
|
Thanks smokey01 - alsamixer in a terminal window does the job!
|
|
Back to top
|
|
 |
rerwin

Joined: 24 Aug 2005 Posts: 1324 Location: Maine, USA
|
Posted: Fri 09 Jul 2010, 23:14 Post_subject:
Grubconfig contains now-illegal command - Solved Sub_title: Attempt to write to /dev/(partition) is now prevented -- when partition already mounted. |
|
While using grubconfig to set up grub, it stops after I enter the device for the grub files, with the message:
| Quote: | | The partition '/dev/sda6' is mounted read-only, either unmount it or mount it read-write. |
But it is actually mounted as read-write. When I enter the command that triggers that message, I see: | Quote: | # echo "fooboo" > /dev/sda6/fooboo
bash: /dev/sda6/fooboo: Not a directory |
which causes the statement on grubconfig line 987 to always test false: | Quote: | | if echo "fooboo" > $BOOT/fooboo 2>$TMP/null ; then |
In googling the problem, I found this: | Quote: | The 7 Deadly Linux Commands
If you are new to Linux, chances are you will meet a stupid person perhaps in a forum or chat room that can trick you into using commands that will harm your files or even your entire operating system. To avoid this dangerous scenario from happening, I have here a list of deadly Linux commands that you should avoid.
. . .
5. Code:
any_command > /dev/sda
With this command, raw data will be written to a block device that can usually clobber the filesystem resulting in total loss of data.
| Apparently, the recent kernels now actively prevent that possible disaster -- and even extend that to partitions.
Barry, would you consider a different way to verify that grubconfig can write to the partition in question? It appears that one cannot now write to a /dev/ node, or at least one that is a partition.
. . .I also tried that on my 4.3.1 system and got the same result! What gives?
Thanks.
Richard
FOLLOW-UP: Semi-false alarm! The known workaround for this is to be sure the partition is not mounted, at all. I was running from a CD, but with its contents and a pupsave already on the partition, which was mounted as /mnt/home. I was fooled by the implied option (in the error message) that mounting as read-write was acceptable. When I booted from the CD with pfix=ram, the partition did not get mounted, allowing me to complete configuring grub. So, the only issue here is whether the error message is completely accurate. It could cause frustration for a new user.
Sorry for the alarm. I initially thought the problem was new in Lupu, but then found out otherwise.
Richard
|
|
Back to top
|
|
 |
tnah
Joined: 06 Jan 2009 Posts: 11
|
Posted: Thu 15 Jul 2010, 00:14 Post_subject:
volume control on task bar |
|
I have lost the volume control applet on the task bar. It has (in my experience of the last couple of weeks) been very flaky (compared to that in Puppy 4xx), and, while fiddling with it, have lost it, and can't work out how to get it back. I think lost it when, after right-mouse-click, I got a menu and chose 'exit' from it.
After this happened, I tried to invoke alsamixer from a terminal windows (as I had done before, at the suggestion of smokey01, successfully to fix an earlier problem). I got "command not found".
Then, ran ALSA Sound Wizard from the menu (something that, in the past, had buggered up my sound). It went through its probing, predictably, after that, sound production and recording didn't work, but alsamixer was again invocable from the command line.
I've got sound working again, but I still haven't recovered the volume control button on the task bar. I'd like to get it back. Even better, would be to have the corresponding applet that was with Puppy 4.
Any suggestions gratefully received ...
|
|
Back to top
|
|
 |
smokey01

Joined: 30 Dec 2006 Posts: 1642 Location: South Australia
|
Posted: Thu 15 Jul 2010, 03:19 Post_subject:
|
|
Using ROX, navigate to /usr/bin and click on retrovol
_________________ Puppy Software <-> Distros <-> Puppy Linux Tips
|
|
Back to top
|
|
 |
Hattmannen
Joined: 18 Jul 2010 Posts: 2
|
Posted: Sun 18 Jul 2010, 07:31 Post_subject:
Memory problems in LuPu501 |
|
Hi! I'm new to Puppy Linux and tried the live cd a couple of days ago. Found it to work really well and went on with a frugal install to an ext2 partition. All went well and I can now dual boot with Win XP. So far so good.
However, there seems to be a problem with freeing up memory. I didn't notice a t first and the first few boots seemed to run as it was supposed.
I've installed Firefox on my AMD Sempron 3000+ notebook with 384MiB RAM and opened up two tabs. One with a youtube video that I let play in the backgroud, the other with facebook. Before opening firefox I had aproximately 170 MiB RAM free (can't remember the exact number). After using said setup for about 10 minutes I checked the free RAM again (using the console command free) and found it to be down to only 54MiB.
Fine I though. Browser+Flash eats memory. I closed Firefox and checked the memory again. No change. Still only 54MiB of free ram.
I went on to create a 256MiB swap partition and rebooted.
Lo and behold. With nothing other than a console window opened I had now 54MiB of free RAM. The swap file is unused though (as in free), but is loaded correctly while booting.
I couldn't find any similar reports on the forum, but I'm sorry if I report a known problem.
Any suggestions to what might have gone wrong? Or is it simply a bug?
Cheers and thanks for a superb distro!
|
|
Back to top
|
|
 |
nitrofurano
Joined: 14 Mar 2009 Posts: 15
|
Posted: Sun 18 Jul 2010, 07:44 Post_subject:
grub error 18 |
|
hi - i'm having a grub error 18 when booting from hd after installed
the machine is a pentium3 @450mhz with 6gb hd, and 64mb ram (which runs puppy 5.0 live-cd perfectly)
i did a full install internal ide, and this error appeared as far i installed grub on root or mbr
where from can i find solution for this?
overally, i followed the steps from http://www.brighthub.com/computing/linux/articles/20504.aspx?p=2
thanks!
|
|
Back to top
|
|
 |
|
|
|
Rules_post_cannot Rules_reply_cannot Rules_edit_cannot Rules_delete_cannot Rules_vote_cannot You cannot attach files in this forum You can download files in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|