Fatdog64-611 Final (Updated 12-14-2012)

A home for all kinds of Puppy related projects
Message
Author
User avatar
smokey01
Posts: 2813
Joined: Sat 30 Dec 2006, 23:15
Location: South Australia :-(
Contact:

#331 Post by smokey01 »

jamesbond,

dash seems to be working OK. See below.

dash -v
### /etc/shinit - shell init file
# this is executed by shell - both login or non-login
# setup stuff for interactive shells only
case $- in
*i*)
# interactive configurations - prompt, history, etc
# TERM, USER and LOGNAME is already set by login/su
PS1="$USER$ "; [ $USER = root ] && PS1="# "
HISTFILE="$HOME/.history" # ensure all shells use the same history

# aliases
alias ls='ls --color=auto'
alias grep='grep --color=auto'
;;
esac
#

I have been considering making 621 my main OS but I'm waiting for the next release, I guess after the 3.11 kernel is released.

The file dofsck does not appear to be in fd-611 or at least which can't find it.

Thanks

snayak
Posts: 422
Joined: Wed 14 Sep 2011, 05:49

#332 Post by snayak »

I am using fatdof 611. It has wpa_gui icon in tray instead of usual networking icon. Now I have to connect to eth0 by opening network wizard from control pannel. Is there a way to connect to eth0 automatically and see the RX/TX in tray icon?

Please help.

Sincerely,
Srinivas Nayak
[Precise 571 on AMD Athlon XP 2000+ with 512MB RAM]
[Fatdog 720 on Intel Pentium B960 with 4GB RAM]

[url]http://srinivas-nayak.blogspot.com/[/url]

Gobbi
Posts: 255
Joined: Fri 09 Mar 2012, 14:01

#333 Post by Gobbi »

Network Wizard does not connect automatically , maybe because wpagui starts first . To have Network Wizard window at startup instead of wpagui one , in /etc/xdg/Startup/ you must link net-setup.sh from /usr/sbin/ and replace wpagui. The connection is not automaticaly , though...

For the tray icon of network : Right click on lxpanel and choose Add/Remove Panel Applets , then add Network Status Monitor and when you have it right click on it and choose Network Satus Monitor Settings . --> Interface to monitor : you have to write eth0 .

snayak
Posts: 422
Joined: Wed 14 Sep 2011, 05:49

#334 Post by snayak »

Dear Gobbi,

Many thanks for your help.
I found "Network Status Monitor" applet, it is good, however, it takes a lot of space (width-wise) in the tray. So I had to remove it. :-(

When I was using Fatdog 521, there was always a head of puppy coming to front and saying, "eth0 connected!". In Fatdog 611 I am missing that. Is it that the autoimatic connection to wired network has all together been banned in fatdog 611?

I don't need wpa, since I have no wireless net facility. :-(
[Precise 571 on AMD Athlon XP 2000+ with 512MB RAM]
[Fatdog 720 on Intel Pentium B960 with 4GB RAM]

[url]http://srinivas-nayak.blogspot.com/[/url]

Gobbi
Posts: 255
Joined: Fri 09 Mar 2012, 14:01

#335 Post by Gobbi »

I use only wireless , but from what I read in the forum more than one complained that in FD 620 ethernet connects automatically .FD620 is much improoved than FD611 :D .
I would try it... :wink:

snayak
Posts: 422
Joined: Wed 14 Sep 2011, 05:49

#336 Post by snayak »

I downloaded google-chrome from http://distro.ibiblio.org/fatdog/pets/6 ... 547.65.pet.

It didn't generate a menu item. :-(
While I tried to run it from CLI, it gave
~# google-chrome
/usr/bin/google-chrome: symbol lookup error: /usr/bin/google-chrome: undefined symbol: _XGetRequest
~#
How can I fix it?

Sincerely,
Srinivas Nayak
[Precise 571 on AMD Athlon XP 2000+ with 512MB RAM]
[Fatdog 720 on Intel Pentium B960 with 4GB RAM]

[url]http://srinivas-nayak.blogspot.com/[/url]

kirk
Posts: 1553
Joined: Fri 11 Nov 2005, 19:04
Location: florida

#337 Post by kirk »

snayak,

That pet was made for Fatdog64-630, which is only out as a rc1. Rc2 will be coming out in a couple weeks. To make it work in 611 libX11 would need to be updated. I've uploaded a pet here:

http://distro.ibiblio.org/fatdog/broken ... -1.6.2.pet


No promises that it won't break other things or that other libraries would need to be updated too. But I think that might be all you need.

snayak
Posts: 422
Joined: Wed 14 Sep 2011, 05:49

#338 Post by snayak »

Ok.

Thanks kirk for this info.

Do we have CodeLite for fatdog anywhere?

Sincerely,
Srinivas Nayak
[Precise 571 on AMD Athlon XP 2000+ with 512MB RAM]
[Fatdog 720 on Intel Pentium B960 with 4GB RAM]

[url]http://srinivas-nayak.blogspot.com/[/url]

snayak
Posts: 422
Joined: Wed 14 Sep 2011, 05:49

#339 Post by snayak »

I noticed that updatedb and locate doesn't work on Fatdog 611.

It shows

Code: Select all

~# updatedb 
/usr/bin/updatedb: line 278: /var/state/locatedb.n: No such file or directory
Failed to generate /var/state/locatedb.n
~#
I did

Code: Select all

~# mkdir /var/state
~# updatedb 
~#
It started working!

Please note this.

Sincerely,
Srinivas Nayak
[Precise 571 on AMD Athlon XP 2000+ with 512MB RAM]
[Fatdog 720 on Intel Pentium B960 with 4GB RAM]

[url]http://srinivas-nayak.blogspot.com/[/url]

Post Reply