Saluki

A home for all kinds of Puppy related projects
Message
Author
User avatar
Pete22
Posts: 264
Joined: Fri 08 May 2009, 22:59
Location: Utah, USA

How do I get gtkhash to run in 18 so I can check 19?

#2536 Post by Pete22 »

I'm having a hard time today.

I am so excited to try 19 with all the new bling!!!!

However, I wanted to start out right by checking the md5 with gtkhash.

I know gtkhash is installed in Saluki.

But:
I do not see it in the control panel.
I don't see it in "run a program".
I don't see it on any of the regular menus.
I don't see it on right click when I click on the iso.

When I search for gtkhash, I find it. , :)
But none of the files will start the program. :cry:

Could someone please take me by the hand and show me how, or where, or what to do,
or tell me another way to check the md5 that is not tooo geeky?

Many thanks for your patience.

Pet

User avatar
Geoffrey
Posts: 2355
Joined: Sun 30 May 2010, 08:42
Location: Queensland

Re: How do I get gtkhash to run in 18 so I can check 19?

#2537 Post by Geoffrey »

Pete22 wrote:I'm having a hard time today.

I am so excited to try 19 with all the new bling!!!!

However, I wanted to start out right by checking the md5 with gtkhash.

I know gtkhash is installed in Saluki.

But:
I do not see it in the control panel.
I don't see it in "run a program".
I don't see it on any of the regular menus.
I don't see it on right click when I click on the iso.

When I search for gtkhash, I find it. , :)
But none of the files will start the program. :cry:

Could someone please take me by the hand and show me how, or where, or what to do,
or tell me another way to check the md5 that is not tooo geeky?

Many thanks for your patience.

Pet
Pete, right clicking the file in properties "Digests" will give the option
Attachments
Screenshot.png
(28.68 KiB) Downloaded 851 times

User avatar
James C
Posts: 6618
Joined: Thu 26 Mar 2009, 05:12
Location: Kentucky

#2538 Post by James C »

Did a test manual upgrade from 018 to 019..... no apparent difficulties.Think I'll now delete the save file and try a fresh start.

NZCyrus
Posts: 5
Joined: Tue 20 Mar 2012, 08:52

#2539 Post by NZCyrus »

tried to upgrade from 018 to 019 and also tried a fresh install by wiping my drive, but something does not load on boot and i cannot automatically log in. Saluki is the only OS on my laptop. md5sum of 019 was OK.

After the install, all is well and the desktop runs as normal, but when I reboot I am taken to a screen that says automatic login, etc but I am at #. When I type startxfce4 it takes me to the desktop but the screen freezes. Possibly my older hardware, ThinkPad R51 ?

User avatar
Pete22
Posts: 264
Joined: Fri 08 May 2009, 22:59
Location: Utah, USA

#2540 Post by Pete22 »

Geoffrey,
thank you for the picture. Under the 4th tab, I could have missed that.

Humm, something IS wrong. When I press properties,
This is what I get this instead.

I wonder why mine is different.

Pete.
Attachments
Properties for 19.png
(53.53 KiB) Downloaded 800 times

User avatar
jemimah
Posts: 4307
Joined: Wed 26 Aug 2009, 19:56
Location: Tampa, FL
Contact:

#2541 Post by jemimah »

Pete22 wrote:Geoffrey,
thank you for the picture. Under the 4th tab, I could have missed that.

Humm, something IS wrong. When I press properties,
This is what I get this instead.

I wonder why mine is different.

Pete.
It's different because you are running ROX, which is probably not recommended.

User avatar
jemimah
Posts: 4307
Joined: Wed 26 Aug 2009, 19:56
Location: Tampa, FL
Contact:

#2542 Post by jemimah »

NZCyrus wrote:tried to upgrade from 018 to 019 and also tried a fresh install by wiping my drive, but something does not load on boot and i cannot automatically log in. Saluki is the only OS on my laptop. md5sum of 019 was OK.

After the install, all is well and the desktop runs as normal, but when I reboot I am taken to a screen that says automatic login, etc but I am at #. When I type startxfce4 it takes me to the desktop but the screen freezes. Possibly my older hardware, ThinkPad R51 ?
I'm not sure why you are getting dumped to the console, but the proper command is 'xwin' not 'startxfce4'.

User avatar
jemimah
Posts: 4307
Joined: Wed 26 Aug 2009, 19:56
Location: Tampa, FL
Contact:

#2543 Post by jemimah »

Karl Godt wrote:Really nice experience so far .

Many many new things to explore like adrv.sfs ...

Whow !

One thing for pgprs-setup :

Without the standard connect button not easy to find :lol:

[Don't actually know why it is hidden and pupdial so much propagated .]

Funny theme and a stylish background fitting to that , I like it .

Woof is apparently not the newest, pgprs-setup is missing the gettext's

This is some code to add a PUK line to pgprs-setup :

Code: Select all

> RGPIN="AT+CPIN="$PIN""
> if [ "`echo "$PIN" |grep ','`" ];then
> PUK=`echo "$PIN" |cut -f1 -d','`
> PIN=`echo "$PIN" |cut -f1 -d','`
> sed -i "s/$RGPIN/AT+CPIN="$PIN"" /etc/ppp/peers/pgprs-connect-chatmm
> fi
> [ "$PUK" ] || PUK=""""
77a78
This is to filter devices not attached to modems ie USB to SERIAL adapters :

Code: Select all

> DMESG=`dmesg`
81c82
< for DEVICE in /dev/ttyUSB0 /dev/usb/ttyUSB0 /dev/ircomm0 /dev/ttyUB0 /dev/rfcomm0 /dev/ttyS0
---
> for DEVICE in /dev/ttyUSB0 /dev/ttyUSB1 /dev/usb/ttyUSB0 /dev/ircomm0 /dev/ttyUB0 /dev/rfcomm0 /dev/ttyS0
85a87
> 	if [ "`echo "$DMESG" |grep "${DEVICE##*/}" |grep -i -E 'GSM|modem'`" ];then	
87a90
> 	fi

Code: Select all

>     <text tooltip-text="Only needed if need to unlock SIM card">
>       <label>Phone PUK:</label>
>     </text>
>     <entry>
>       <default>${PUK}</default>
>       <variable>PUK</variable>
>     </entry>
>   </hbox>
>
> <hbox>
164c178

Code: Select all

> 	if [ ! "$PUK" ];then
209a225,227
> 	else
> 	wordreplace /etc/ppp/peers/gprs-connect-chatmm "$RGPIN" "AT+CPIN="${PUK},${PIN}""
> 	fi
211c229,233
and this is to stop the pupmessage always popping up :

Code: Select all

< 	xmessage -center -title "$(gettext 'PGPRS SETUP')" "$(gettext "Connect to the Internet using 'PGPRS Connect' in the 'Network' menu.")"
---
> 	if [ -f "`which pgprs-shell`" ];then
> 	if [ -x "`which pgprs-shell`" ];then
> 	chmod a-x "`which pgprs-shell`"
> 	xmessage -center -title "PGPRS SETUP" "Connect to the Internet using 'PGPRS Connect' in the 'Network' menu."
> 	fi;fi
*

One problem with pupdial seems to be the entry
"ABORT ERROR"
in /etc/ppp/chat-script .

Unblocking the SIM and failing to connect mostly works at second attempt, but unblocking the SIM a second time always gives ERROR and the connection can only be tried again if the eeepc internal modem is reset by reboot,poweroff or suspend (to ram) . pgprs-connect also shows the ERROR message but has no "ABORT ERROR" in /etc/ppp/peers/gprs-connect-chatmmm .

*

Saluki performance overall is little slower but vacation for the mind !
Great piece of work , jemimah !

*

[by the way anyone knows how the trash bin can be placed outside the desktop ?]
Hmm, no one has mentioned pgrps since I got rid of the connect icon in like saluki-004. It must not be terribly popular.

Saluki is synced with Racy 5.2. I will try to sync it with 5.3 for the second release, but it's going to be a pain since everything is so different now my patches need to be applied manually.

If you make your patches with 'diff -u' it's easier for me to figure out. Better yet, send me the whole patched script and I'll add it to the next release.

There's a trashbin for the panel. Then you can turn of the desktop trash in the desktop settings.

User avatar
Pete22
Posts: 264
Joined: Fri 08 May 2009, 22:59
Location: Utah, USA

#2544 Post by Pete22 »

Oohhh, I see. Finally found in thunar!

Even more interesting.

The MD5 did not match. So I am glad I persisted.
I will download it again.

On gtkhash, it showed me the number,
but I had to manually check it with the md5.txt.

I thought if the md5.txt file was in the same directory,
it would automatically check it for me.
Is that wrong?


Pete

User avatar
James C
Posts: 6618
Joined: Thu 26 Mar 2009, 05:12
Location: Kentucky

#2545 Post by James C »

Deleted savefile so fresh frugal install of 019. No problems to speak of.Looking good......

# report-video
Saluki, version 019 on Sat 14 Apr 2012

Chip description:
0.0 VGA compatible controller
nVidia Corporation NV18 [GeForce4 MX 440 AGP 8x] (rev c1)
oem: NVidia
product: NV18 () Board Chip Rev A2

X Server: Xorg
Driver used: nouveau

X.Org version: 1.11.0
dimensions: 1440x900 pixels (380x238 millimeters)
depth of root window: 24 planes

...the above also recorded in /tmp/root/ as report-video,
and archived with xorg.conf and Xorg.0.log as report-video-full.gz
#

User avatar
peebee
Posts: 4370
Joined: Sun 21 Sep 2008, 12:31
Location: Worcestershire, UK
Contact:

#2546 Post by peebee »

pemasu wrote:Dont forget kernel source sfs from the first page so...that you can compile kernel module drivers also.... :D :D
Hi Jemimah / Pemasu

I think the kernel sources link has gone missing from the front page.....is it k3.2.8-preemptive-fixed-aufs of 12 March?? There are other earlier k3.2.8-preemptives still there....

Thanks
peebee
Last edited by peebee on Sun 15 Apr 2012, 08:02, edited 1 time in total.
ImageLxPup = Puppy + LXDE
Main version used daily: LxPupSc; Assembler of UPups, ScPup & ScPup64, LxPup, LxPupSc & LxPupSc64

User avatar
DaveS
Posts: 3685
Joined: Thu 09 Oct 2008, 16:01
Location: UK

#2547 Post by DaveS »

BUG, 19, frugal install. Sound re-sets to default setting at re-boot, personalised settings are not persistent.
Spup Frugal HD and USB
Root forever!

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

#2548 Post by pemasu »

I can only guess which kernel Jemimah used...but the latest one is in this folder:
http://www.smokey01.com/pemasu/Saluki/k ... ixed-aufs/

Oh yes...and for pae kernel:
http://www.smokey01.com/pemasu/Saluki/k ... .2.13-pae/

User avatar
shinobar
Posts: 2672
Joined: Thu 28 May 2009, 09:26
Location: Japan
Contact:

10alsa

#2549 Post by shinobar »

DaveS wrote:BUG, 19, frugal install. Sound re-sets to default setting at re-boot, personalised settings are not persistent.
I think the /etc/init.d/10alsa on Saluki-19 is outdated.
The woof-120226 has recent one, but i have another which is based on the Japanese versions.

Code: Select all

# 7dec2011 shinobar: wait loading modules, conditional saving asound.state (merged form the Quickset Wary, wary-511-01q)
#111210 shinobar: refresh asound.state at restart
#120103 karl godt: fix unloading modules. refer: http://www.murga-linux.com/puppy/viewtopic.php?t=71767&start=390
#120222 revert 111229. 120223 shinobar: better fix.
#120226 01micko: added 'Master Front' entries. 120318 bumped it up, 75% to 100%.
Attachments
10alsa-shinobar.gz
extract, rename, add excutable, and place at /etc/init.d/10alsa
(1.81 KiB) Downloaded 241 times
Downloads for Puppy Linux [url]http://shino.pos.to/linux/downloads.html[/url]

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

#2550 Post by pemasu »

Partition alphabetical order is not right in Saluki...which is not so apparent due to missing drive icons.
But I believe the /sbin/probepart is about same in Saluki since I use Jemimah's patched version.

http://murga-linux.com/puppy/viewtopic. ... 159#620159

User avatar
shelezyaka
Posts: 52
Joined: Tue 14 Feb 2012, 13:57
Location: Ukrainian

#2551 Post by shelezyaka »

If some people do not know how to use delta files to the image, then I realized that with the 018 version on the 019 it will not?
It's a shame, will have to miss.

Sage
Posts: 5536
Joined: Tue 04 Oct 2005, 08:34
Location: GB

#2552 Post by Sage »

More grief with SiS chipsets. Now getting picture at wrong res. at boot-up, but the CLI is black screen, whether nox or CTRL-ALt-BKSPCE. Everything else, old & new - no issues. There is an answer to the SiS conundrum, not know to YT; probably ask micko, PD, pem. or shin.

User avatar
jemimah
Posts: 4307
Joined: Wed 26 Aug 2009, 19:56
Location: Tampa, FL
Contact:

#2553 Post by jemimah »

peebee wrote:
pemasu wrote:Dont forget kernel source sfs from the first page so...that you can compile kernel module drivers also.... :D :D
Hi Jemimah / Pemasu

I think the kernel sources link has gone missing from the front page.....is it k3.2.8-preemptive-fixed-aufs of 12 March?? There are other earlier k3.2.8-preemptives still there....

Thanks
peebee
Kernel sources are in the repo.

User avatar
jemimah
Posts: 4307
Joined: Wed 26 Aug 2009, 19:56
Location: Tampa, FL
Contact:

#2554 Post by jemimah »

Sage wrote:More grief with SiS chipsets. Now getting picture at wrong res. at boot-up, but the CLI is black screen, whether nox or CTRL-ALt-BKSPCE. Everything else, old & new - no issues. There is an answer to the SiS conundrum, not know to YT; probably ask micko, PD, pem. or shin.
You can try booting without vga=0x311 and see if that sorts it.

Sage
Posts: 5536
Joined: Tue 04 Oct 2005, 08:34
Location: GB

#2555 Post by Sage »

try booting without vga=0x311
Thanks for speedy response. Afraid not familiar with cheat code format to exclude a video mode? Care to elucidate, please?

Post Reply