The time now is Sun 22 Apr 2018, 12:43
All times are UTC - 4 |
Page 10 of 31 [462 Posts] |
Goto page: Previous 1, 2, 3, ..., 8, 9, 10, 11, 12, ..., 29, 30, 31 Next |
Author |
Message |
darkcity

Joined: 23 May 2010 Posts: 2545 Location: near here
|
Posted: Wed 02 Jan 2013, 17:01 Post subject:
|
|
backi wrote: | ....
Downloaded and burńt iso twice .
It could not find archpup-1212sfs.
Whats wrong . Or is this iso not meant for live Cd ?
Maybe bad download . The older version did start from Dvd .
Can anybody help ? |
Not tried burning the ISO, just frugal install to harddrive
Is that possible for you?
1) I copied the 3 files: archpup-1212.sfs, initrd.gz, vmlinuz to /mnt/home/archpup
2) added the following lines to the grub menu file /mnt/home/boot/grub/menu.lst
Code: | #Linux title archpup
title archpup on dev sda1 psubdir archpup
root (hd0,0)
kernel /archpup/vmlinuz root=/dev/sda1 psubdir=archpup
initrd /archpup/initrd.gz |
---
If 1204 worked okay that could point to your ISO image being bad, or something wrong with the upload. Unfortunately I couldn't find a checksum for the image MD5SUM for example.
EDIT found checksum
ccbf02a4e95d8a1faab018ebd6b19d71 *archpup-12.12.iso
Has anyone else successfully burnt 1212 to CD/DVD?
_________________ helping Wiki for help
Last edited by darkcity on Fri 04 Jan 2013, 10:57; edited 1 time in total
|
Back to top
|
|
 |
backi
Joined: 27 Feb 2011 Posts: 1456 Location: GERMANY
|
Posted: Wed 02 Jan 2013, 17:52 Post subject:
|
|
Hi darkcity !
Did what you told me . Archpup is booting now as frugal .
But from DVD does not start .
Maybe somethings wrong with my Dvd .
Thanks !
|
Back to top
|
|
 |
simargl
Guest
|
Posted: Wed 02 Jan 2013, 18:41 Post subject:
|
|
Is pacmanxg working for you.. because I got this
Quote: | Runtime error 203 at $0805FEDA
$0805FEDA
$08060229
$080B51C4
$B74E8605 |
In PKGBUILD is arch=('i686' 'x86_64'), so it shouldn't be wrong architecture.
|
Back to top
|
|
 |
nancy reagan
Joined: 22 Jan 2009 Posts: 549
|
Posted: Wed 02 Jan 2013, 21:03 Post subject:
|
|
stifiling wrote: |
This distro has the potential to be GREAT for beginners, to intermediates, to advanced users.
i think if u were to illustrate in the first post a mini ArchPup for dummies, or smthn to that extent....explaining it to the kind of ppl that still 'burns another CD for every puppy they try' this thing will take off. 'maybe'. a lotta ppl don't like to do too much reading either. |
Being a low profile wannabee user I do not try every new distro, though I tried this one. I thought I was going to use this one for my overheated old notebook, but as I missed some pets I'd thought "try it later" but thought it to be too much time to read the evergrowing thread to read for the moment.
Thought was going to await the new iso and thought there was going to be a small "howto" on top of the thread.
However, most programmers and tweakers can very hard replace themselves in the minds of users.
Therefore so many diamonds in linux get lost and will Windows for still many years to come remain the leading os, maybe greatly influenced by the manifold of tablets.
Hope Archpup will have a long life.
|
Back to top
|
|
 |
stifiling
Joined: 29 Dec 2007 Posts: 388
|
Posted: Thu 03 Jan 2013, 01:16 Post subject:
|
|
simargl wrote: | Is pacmanxg working for you.. because I got this
Quote: | Runtime error 203 at $0805FEDA
$0805FEDA
$08060229
$080B51C4
$B74E8605 |
In PKGBUILD is arch=('i686' 'x86_64'), so it shouldn't be wrong architecture.  |
i got that error too. i've seen it before as well when trying to execute the transmission-remote-gui app.
i pulled the pacman gui app out of Manjaro, edited it to work with urxvt and repackaged it. zenity is a dependency. (updated zenity not needed)
The extension .xz isn't allowed as attachments, so delete the .gz on the end and install with pacman -U /path/to/pacman-gui-0.1-14-i686.pkg.tar.xz
I'm also attaching a filemnt script that mounts sfs 2fs 3fs 4fs and iso files. it mounts them in /mnt/filename.ext. it works with notify-send if it's installed. it works as expected almost exactly the same as the default puppy filemnt script. install the exact same way with "pacman -U /path/to/filemnt-0.1-1-i686.pkg.tar.xz"
Description |
Zenity not needed. Uses yad.
|

Download |
Filename |
pacman-gui-0.1-14.1-i686.pkg.tar.xz.gz |
Filesize |
14.04 KB |
Downloaded |
342 Time(s) |
Description |
|

Download |
Filename |
filemnt-0.1-1-i686.pkg.tar.xz.gz |
Filesize |
844 Bytes |
Downloaded |
337 Time(s) |
Last edited by stifiling on Thu 03 Jan 2013, 06:35; edited 2 times in total
|
Back to top
|
|
 |
mavrothal

Joined: 24 Aug 2009 Posts: 2964
|
Posted: Thu 03 Jan 2013, 02:52 Post subject:
|
|
stifiling wrote: |
i pulled the pacman gui app out of Manjaro, edited it to work with urxvt and repackaged it. zenity is a dependency. |
Zelity is not a "known" dependency anymore. Use yad instead. Works OK BTW.
stifiling wrote: | I'm also attaching a filemnt script that mounts sfs 2fs 3fs 4fs and iso files. it mounts them in /mnt/filename.ext. |
You may want to add a desktop entry to it so thunar can be "instructed" to handle relevant files with it.
Works fine also.
PacmanGX4 32-bit works for me. Tried to get the 64-bit today but I got a "not found" error. Maybe latter.
(BTW, looking at the picture I attached , you may want to add freememapplet_tray from puppy so one can have a sense of space left in the savefile. All it needs to work is "ln -sf /usr/lib/libpng15.so.15.13.0 /usr/lib/libpng12.so.0" )
_________________ == Here is how to solve your Linux problems fast ==
|
Back to top
|
|
 |
stifiling
Joined: 29 Dec 2007 Posts: 388
|
Posted: Thu 03 Jan 2013, 03:46 Post subject:
|
|
mavrothal, that version of pacmanxg u're using is older than the one currently in the AUR. would u mind posting that version for us...
|
Back to top
|
|
 |
oui
Joined: 20 May 2005 Posts: 3084 Location: near Woof (Germany) :-) Acer Laptop emachines 2 GB RAM AMD64. franco-/germanophone, +/- anglophone
|
Posted: Thu 03 Jan 2013, 05:16 Post subject:
use of SFS |
|
hi
I did begin to use the «load-SFS-on-fly» function at the first boat with ArchPup (with other puplets, I did create a very smal save file with 32 mb. such a poor save file is absolutely not necessary with ArchPup! As such a file limit the usable RAM memory, I don't use any save file at all! why would I do that !)...
but it is wiry:
each day the same lot of little windows with absurd questions: I know what I do - I do it daily! all day the same things... I don't daily need the same silly dilly comments and warnings...
next claim is that I get an invitation to start one application especially in LibreOffice, where I usually then mark «writer», but this invitation starts nothing: it seems don't to work in ArchPup (it works in the Puplet made by Petihar that I am testing for him, so I think: It would have to work !)
no other way else than continue, hit on the window, search the item in the menu, open the right subdivision, constate that «load-SFS-on-fly» did not install the item in the right subdivision, do the same a second time and finally hit on the subdivision «other» to get access to the wished «LibreOffice 3.5 Writer» what I already did mark as wished during the «load-SFS-on-fly» installation ...
how to better this uncomfortable situation costing a lot of time and exasperating?
(my own intention would be to preload divers SFS in a remastered version! So all my needed SFS would be immediately active as by using an -for other purposes unneeded- save file. The question is to register the SFS in the file system and load them into the layered file system, fill the /usr/share/applications with the needed file and register the applications to adequate type of files like LO3.5-Writer as standard application for (.odt's etc... Perhaps a way without cost the opening of a lot of little windows in the /root/.start file? or a Thunar extension «hit+load» without any question ?)
rgds
Last edited by oui on Thu 03 Jan 2013, 05:24; edited 1 time in total
|
Back to top
|
|
 |
backi
Joined: 27 Feb 2011 Posts: 1456 Location: GERMANY
|
Posted: Thu 03 Jan 2013, 05:18 Post subject:
|
|
Hi nancy reagan !
Good comment .This is what i thought all the time but never posted .
It seems often in linux community ,if someone makes a learning step forwords , they forget about the people which they left behind .
Cheers !
|
Back to top
|
|
 |
oui
Joined: 20 May 2005 Posts: 3084 Location: near Woof (Germany) :-) Acer Laptop emachines 2 GB RAM AMD64. franco-/germanophone, +/- anglophone
|
Posted: Thu 03 Jan 2013, 05:36 Post subject:
|
|
Hi backi, hi nancy reagan
you are right!
as darkcity, the most active wiki helper, is also very active here, it would be the best way don't to wait and to add in the wiki the special stuff really needed as you wish!
oui wrote: | Next wishes:
a/ your recommendations:
You can, we can't, edit your first message again!
It would be a good thing to repeat all your main recommendations in short form at the end of the first message because the threads in Puppy have the terrible unpleasant many to reach terrible sizes. After that, newbies are not able any more to get compact information!
If you directly copy the code etc. of your answering message and copy it at this central place of the thread it is no supplementary effort for you at answering time instead a lot of unpleasant effort for all future users (or for you, if this forces you to write a special tutor to make your work better!) |
I already did made attentive to this problem because it is really very unpleasant to have to collect along a long thread the «perhaps» possible needed informations!
rgds
|
Back to top
|
|
 |
simargl
Guest
|
Posted: Thu 03 Jan 2013, 05:42 Post subject:
Re: use of SFS |
|
oui: To automatically define standard application, you need only to add update-desktop-database in pinstall.sh script in sfs file. Post install action wasn't working in 12.12, but is fixed for new release.
mavrothal: Please upload PacmanXG somewhere for a test. That screenshot makes me envious
Last edited by simargl on Thu 03 Jan 2013, 05:43; edited 1 time in total
|
Back to top
|
|
 |
stifiling
Joined: 29 Dec 2007 Posts: 388
|
Posted: Thu 03 Jan 2013, 05:43 Post subject:
|
|
i agree with nancy's comment as well. I remember my beginning days i ran into an issue...and the solution was to "just write a bash script and.......". i thought "oh great, time to google 'bash script'".
It can be kinda like looking up a word in the dictionary, and still not knowing the meaning...because the definition is too hard to understand.
|
Back to top
|
|
 |
backi
Joined: 27 Feb 2011 Posts: 1456 Location: GERMANY
|
Posted: Thu 03 Jan 2013, 05:45 Post subject:
|
|
Hi oui !
Not quite sure if this is the right place for this topic.
Want to ask you something . Did i understood you well as you stated above
The smaller the savefile ... the less it is eating ramspace ?
If so ( I like using SFS files ) my idea is making a stripped down remaster of my current or any else Puppy OS (replacing all Pet files with Sfs files if possible ) with my favourite settings and configurations , all my main programms will be Sfs files ( if possible ) which i start with sfsexec or loader .
Main question : does it reduce ram usage ? Which could be the most effecient way regarding low ram usage ?
Any idea ?
|
Back to top
|
|
 |
oui
Joined: 20 May 2005 Posts: 3084 Location: near Woof (Germany) :-) Acer Laptop emachines 2 GB RAM AMD64. franco-/germanophone, +/- anglophone
|
Posted: Thu 03 Jan 2013, 06:33 Post subject:
|
|
Hi backi
backi wrote: | Hi oui !
Not quite sure if this is the right place for this topic.
Want to ask you something . Did i understood you well as you stated above
The smaller the savefile ... the less it is eating ramspace ?
If so ( I like using SFS files ) my idea is making a stripped down remaster of my current or any else Puppy OS with my favourite settings and all my main programms will be Sfs files ( if possible ) which i start with sfsexec or loader .
Main question : does it reduce ram use ? Which could be the most effecient way regarding low ram usage ?
Any idea ? |
as Puppy continuously saves your activity in the save file, it gives only the among of RAM free corresponding to the size of your save file (it is not is only one resource - there is a swap partition! but to save it is that...). so if you install a save file with 512 MB, and use an application to download saving through a temp(oraty) file or dir your download, you can't download more than that, in the best case (but you can download a full CD-rom if the download application saves directly or by steps on the medium where you have enough memory room as hard disk etc...)!
contrary to this, at the first boat, Puppy gives ALL your actual RAM free for saving!
in ArchPup-12.12 you can follow that in the memory bar at the right side of the screen (I did never create a save file in ArchPup! I don't know what happens in ArchPup in this matter. Check it yourself if you are using a save file !)
SFS files are not in RAM. they only influence the registration (a big SFS with a lot of binaries and files as full KDE with KDE-Office and Kdenlive will certainly cost room in RAM depending of an allowed only 32 MB save file ; but it is also possible that this goes into the swap, iif you does not swapoff and did install a swap, of course! Look at your Memory Bar indication!)...
rgds
Last edited by oui on Thu 03 Jan 2013, 06:46; edited 2 times in total
|
Back to top
|
|
 |
simargl
Guest
|
Posted: Thu 03 Jan 2013, 06:36 Post subject:
|
|
I edited sfs_load and removed this question "Do you want to run the application now?" after loading sfs module, because it wasn't working, and it's not needed anyway. If you want to test source is here https://bitbucket.org/simargl/sources/src, just replace /usr/sbin/sfs_load with this one, post install (and remove) scripts should work.
|
Back to top
|
|
 |
|
Page 10 of 31 [462 Posts] |
Goto page: Previous 1, 2, 3, ..., 8, 9, 10, 11, 12, ..., 29, 30, 31 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
|