English http://vanilla.slitaz.org/index.php?p=/categories/en-general/p23/feed.rss Sun, 08 Jun 25 07:46:32 +0200 English en-CA Desktop instable http://vanilla.slitaz.org/index.php?p=/discussion/1791/desktop-instable Fri, 17 Sep 2010 02:40:23 +0200 Geraldo 1791@/index.php?p=/discussions the truth is that not open the pacmafm stable! I appreciate the help!]]> Fresh new receipt (and some issues about it, including translation): WbarConf http://vanilla.slitaz.org/index.php?p=/discussion/1223/fresh-new-receipt-and-some-issues-about-it-including-translation-wbarconf Wed, 12 May 2010 12:05:26 +0200 blconde 1223@/index.php?p=/discussions
# SliTaz package receipt.

PACKAGE="wbarconf"
VERSION="0.7.2"
CATEGORY="system-tools"
SHORT_DESC="Configuration GUI for wbar written in Python and GTK"
MAINTAINER="blconde@zoho.com"
DEPENDS="wbar python pygtk pygobject"
BUILD_DEPENDS="wbar python-dev pygtk-dev pygobject-dev"
WEB_SITE="http://kapsi.fi/ighea/wbarconf/"
TARBALL="$PACKAGE-$VERSION.tar.gz"
WGET_URL="http://kapsi.fi/ighea/$PACKAGE/$TARBALL"

# Rules to configure and make the package.
compile_rules() {
cd $PACKAGE
sh ./install.sh /usr
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
mkdir -p $fs/usr/bin
cp -a $PACKAGE/wbarconf $fs/usr/bin
mkdir -p $fs/usr/share/wbarconf
cp -a $PACKAGE/README $fs/usr/share/wbarconf
cp -a $PACKAGE/COPYING $fs/usr/share/wbarconf
mkdir -p $fs/usr/share/locale
cp -a $PACKAGE/locale/* $fs/usr/share/locale
cp -a $PACKAGE/messages.pot $fs/usr/share/wbarconf
cp -a $PACKAGE/wbarbacks $fs/usr/share/wbarconf
mkdir -p $fs/usr/share/pixmaps
cp -a $PACKAGE/wbarconf.png $fs/usr/share/pixmaps
mkdir -p $fs/usr/share/applications
cp -a $PACKAGE/wbarconf.desktop $fs/usr/share/applications
}


***

And here's the first issue:

WbarConf's install script "install.sh" brings two lines with the command "cp" and the prefix "-av":
- line 22
cp -av locale/* $startdir/share/locale/ || return 1

- line 27
cp -av wbarbacks $startdir/share/wbarconf/ || return 1


So it results these lines when I run the "tazwok cook wbarconf" (everything else seems fine):

cp: invalid option -- 'v'
BusyBox v1.12.0 (2010-03-12 18:25:03 CET) multi-call binary

Usage: cp [OPTION]... SOURCE DEST

Copy SOURCE to DEST, or multiple SOURCE(s) to DIRECTORY

Options:
-a Same as -dpR
-d,-P Preserve links
-H,-L Dereference all symlinks (default)
-p Preserve file attributes if possible
-f Force overwrite
-i Prompt before overwrite
-R,-r Recurse directories
-l,-s Create (sym)links

./install.sh: line 22:  return: not found
cp: invalid option -- 'v'
BusyBox v1.12.0 (2010-03-12 18:25:03 CET) multi-call binary

Usage: cp [OPTION]... SOURCE DEST

Copy SOURCE to DEST, or multiple SOURCE(s) to DIRECTORY

Options:
-a Same as -dpR
-d,-P Preserve links
-H,-L Dereference all symlinks (default)
-p Preserve file attributes if possible
-f Force overwrite
-i Prompt before overwrite
-R,-r Recurse directories
-l,-s Create (sym)links

./install.sh: line 27:  return: not found


Is it a BusyBox issue? Or is there an extra BusyBox module I should install to enable this "-av" prefix?

***

The second issue:

I also translated WbarConf for pt_BR, but only my local "/home/slitaz/wok/wbarconf/wbarconf/locale" folder and local /home/slitaz/packages/wbarconf-0.7.2.tazpkg have this translation, so is there a possibility to upload the already translated .tazpkg to Slitaz's repos?

Anyway, I'll try to get in touch with WbarConf developers to send my .po file for the next release (if any, because the develepment seems closed).

***

The final issue:

Slitaz's repo "gettext" package should bring the "acl" package as dependency, that's the only way I can run the "msgfmt" properly (I got this hint from http://forum.slitaz.org/index.php/discussion/comment/2702/#Comment_2702).

Att.,

BC]]>
mysql error help to start http://vanilla.slitaz.org/index.php?p=/discussion/1798/mysql-error-help-to-start Sun, 19 Sep 2010 16:08:52 +0200 ostinmartin 1798@/index.php?p=/discussions
I've install apache, php-apache, php , php-mysql, mysql packeges
I've made php and apache running but mysql don't want to start anyway.

What is the start commad should be?


]]>
Network-Monitor does not automatically display active interface http://vanilla.slitaz.org/index.php?p=/discussion/1792/network-monitor-does-not-automatically-display-active-interface Fri, 17 Sep 2010 10:12:05 +0200 ms3811 1792@/index.php?p=/discussions Switching from xorg to xvesa http://vanilla.slitaz.org/index.php?p=/discussion/1796/switching-from-xorg-to-xvesa Sat, 18 Sep 2010 22:31:24 +0200 eggbert 1796@/index.php?p=/discussions passwrd recovery http://vanilla.slitaz.org/index.php?p=/discussion/1794/passwrd-recovery Sat, 18 Sep 2010 09:11:11 +0200 Wolfie63 1794@/index.php?p=/discussions script transmission http://vanilla.slitaz.org/index.php?p=/discussion/1782/script-transmission Tue, 14 Sep 2010 17:59:20 +0200 Javi 1782@/index.php?p=/discussions
#! / Bin / sh

echo "running transmission ..."

transmission-daemon -p 9091 -a * -t -u hello -v hello -w /media/hdd01

Well, when I start the pc, I see that you run the bash, but something I'm doing wrong, because the initial, I skip the aid of transmission-daemon, as if not swallow the variables, if you copy it and stick it in a terminal and execute it on my own it works, I have something wrong, something has to be quoted or something.

Sorry for my bad english

Greetings]]>
Bundle files http://vanilla.slitaz.org/index.php?p=/discussion/1787/bundle-files Wed, 15 Sep 2010 14:35:13 +0200 bjct 1787@/index.php?p=/discussions
How to install bundle package ?

When i execute bindle file, i have this error :

"env: bash: aucun fichier ou dossier de ce type"

thank

]]>
how to change the screen resolution http://vanilla.slitaz.org/index.php?p=/discussion/1790/how-to-change-the-screen-resolution Thu, 16 Sep 2010 14:00:02 +0200 longshot 1790@/index.php?p=/discussions
a) How do i change the screen resolution
b) How do i play cd's and watch video's

Hope someone can help me. Thanks all]]>
Adobe Air on Slitaz - how? http://vanilla.slitaz.org/index.php?p=/discussion/1778/adobe-air-on-slitaz-hows Mon, 13 Sep 2010 23:19:25 +0200 Juspur 1778@/index.php?p=/discussions -I really need to be able to install Adobe AIR.
When trying to install the AdobeAIRInstaller.bin, the installer returns with a message, stating that
gnome-keyring or kwallet needs to be installed, before the Adobe AIR-thing.

I've tried to install the AdobeAIRInstaller.exe with WINE without success.

Any suggestions/workarounds? I deeply need it, 'cause Adobe AIR is the installer for WIMP, a great 's
streaming service up here i scandinavia.

I appreciate your efforts -and hope a solution is around the corner.

Have a nice day :-)]]>
another guy with sound issues http://vanilla.slitaz.org/index.php?p=/discussion/1748/another-guy-with-sound-issues Fri, 03 Sep 2010 14:56:47 +0200 gav989 1748@/index.php?p=/discussions
sorry to plague the forum with my problems but as far as i can tell this is the last one

last night i had sound working and this morning i can't get anything. i had sound through vlc and youtube but now nothing. to my knowledge all i've done is fiddle (unsuccessfully) with dropbox since then, but i don't see how that could affect it

i've repacked my linux-sound using the package manager and i've added my user to the 'sound' group so my /etc/group file looks like this:

root:x:0:
lp:x:10:
audio:x:20:gav
nogroup:x:99:
www:x:80:
messagebus:x:25:
cdrom:x:1:
dialout:x:2:
disk:x:3:
floppy:x:4:
kmem:x:5:
tape:x:6:
tty:x:7:
video:x:8:
haldaemon:x:26:
gav:x:1000:
sound:x:9:gav

(my username is 'gav'). i've also done a full update using the package manager

and i still have the problem. is there anythinge else i can try?]]>
shell history http://vanilla.slitaz.org/index.php?p=/discussion/1786/shell-history Wed, 15 Sep 2010 11:46:23 +0200 XavierJ 1786@/index.php?p=/discussions
I've lost my shell commands history on my user account.
It still works on the root account.

I noticed that the file .ash_history was in the root home and not in the user home, so I created it with my user account but it still don't work.

Any suggestions ?]]>
man ftp but no ftp http://vanilla.slitaz.org/index.php?p=/discussion/1788/man-ftp-but-no-ftp Wed, 15 Sep 2010 23:08:54 +0200 Digit 1788@/index.php?p=/discussions
man ftp works fine tho. :/

is ftp just hiding somewhere not in $PATH?


i have little success with gftp nor filezilla,
what other ftp options are there?

i tried lftp, but then it goes n wants retawk... n i still dont see how to simply upload a file.

what do u guys use for ftp uploads in slitaz?]]>
Can't get Tazlito to make a bootable ISO http://vanilla.slitaz.org/index.php?p=/discussion/1777/cant-get-tazlito-to-make-a-bootable-iso Mon, 13 Sep 2010 20:58:30 +0200 Dragynn 1777@/index.php?p=/discussions
My problem is that I can't make my own flavor ISO that will work for some reason, i've tried all methods that Tazlito offers, and it creates and burns a CD, but the CD will not boot up the very laptop I used to create it. Neither "writeiso" nor "liveflavor" will generate an ISO that works, nor will TazUsb box make a usb version that will boot.

Any tips or areas to check would be appreciated, if there's any additional info I need to post please let me know.

Thanks again!
Dragynn]]>
tazbb server acting weird http://vanilla.slitaz.org/index.php?p=/discussion/1783/tazbb-server-acting-weird Wed, 15 Sep 2010 02:46:23 +0200 godane 1783@/index.php?p=/discussions http://doc.slitaz.org/en:guides:chroot . I used the scripts to build my chroot. pixman only need perl in my chroot to compile fine. But on tazbb server it needs glib-dev package for some release. Also other packages that build fine in my chroot don't build on tazbb server. Can anyone tell me what's wrong with it?]]> Radio blues ... http://vanilla.slitaz.org/index.php?p=/discussion/1772/radio-blues-... Sat, 11 Sep 2010 16:53:26 +0200 Darjeeling 1772@/index.php?p=/discussions
... maybe one of you has found the ideal (console-) radio player that 'does it all' and isn't too large?
]]>
Can't set system's time http://vanilla.slitaz.org/index.php?p=/discussion/1738/cant-set-systems-time Wed, 01 Sep 2010 08:16:23 +0200 mek8630 1738@/index.php?p=/discussions Boot Time Splash Screens http://vanilla.slitaz.org/index.php?p=/discussion/1780/boot-time-splash-screens Tue, 14 Sep 2010 10:35:59 +0200 Thierry 1780@/index.php?p=/discussions
Running my first Slitaz install for a week,
I just say : Great !

To finish the job I started, I need few more functionalities :

1) Boot Time Splash Screen
Can we implement that with the 3.0 distro ?
I can't find anything on this ( except for Live-Cd ).

2) I have been able to make a nice desktop environment with JWM,
and it covers 99% of the needs, but :

- I need to get rid of the pop window menu ( right click on the top of a window )
which is in English and almost not understandable for the purpose of this install.
Any clue on this one ?

- When doing a desktopbox logout, jwm pop up a dialog "Asking for confirmation"
It 's also in English and we don't need this extra-dialog.
How can I change one of this option ?

3) the worse in my case. I've choosen pcmanfm as a file manager because it's simple and
elegant and didn't find simpler ( is there some others ? ).
The problem, is that the menus and options are much too complicated again
for the specific purposes I have. Is there something somewhere for pcmanfm
to behaves differently ( suppression of some menus-options should be the first need )

4) I think I've found 2 bugs in Slitaz , but for sure I'm not sure at all if it's not me :)
So, what ( and where ) I have to do to inform about this ?

Humm, was long :)

Regards,
Thierry


]]>
pseudo-beginner.. 1st install Slitaz successful ! http://vanilla.slitaz.org/index.php?p=/discussion/1608/pseudo-beginner..-1st-install-slitaz-successful- Tue, 10 Aug 2010 11:20:15 +0200 Thierry 1608@/index.php?p=/discussions
Yesterday, had the pleasure to make slitaz worked.

However, at boot time, i have a message that UDEV Failed !

So, what can I do for that, and what does this imply in the use
of slitaz ?

Please, be kind with me, I'm a starter :)

Regards,
Thierry
]]>
Atheros AR2425 dhcp issues [SOLVED] http://vanilla.slitaz.org/index.php?p=/discussion/1735/atheros-ar2425-dhcp-issues-solved Tue, 31 Aug 2010 16:55:29 +0200 ms3811 1735@/index.php?p=/discussions http://madberry.org/2008/08/how-to-get-atheros-ar242x-wireless-to-work-2/), but that requires compiling the driver (not too comfortable with that).

Does anyone know of another solution to this issue?

Ps: The router is configured for WPA2-Personal.

lspci | grep Atheros returns:

0c:00.0 Network controller: Atheros Communications Inc. AR5001 Wireless Network Adapter (rev 01)

dmesg | grep Atheros returns:

ath5k phy0: Atheros AR2425 chip found (MAC: 0xe2, PHY: 0x70)
Atheros(R) AR8121/AR8113/AR8114/AR8131/AR8132 PCI-E Ethernet Network Driver - version 1.0.0.11-test
Copyright (c) 2007 - 2009 Atheros Corporation.
ath5k phy1: Atheros AR2425 chip found (MAC: 0xe2, PHY: 0x70)]]>
Need help installing linksys wireless laptop card http://vanilla.slitaz.org/index.php?p=/discussion/1766/need-help-installing-linksys-wireless-laptop-card Thu, 09 Sep 2010 19:01:42 +0200 cmoney 1766@/index.php?p=/discussions Ethernet controller: linksys, a division of Cisco Systems [AirConn] INPROCOMM IPN 2220 Wireless LAN Adapter (rev 01)

I realized I needed to find windows drivers, so I downloaded them, then I spent forever trying to get tazndis installed. I assume its installed correctly because there is now an option under system tools that says "Manage Windows Drivers"

I opened that up found the driver and clicked install. It now says "neti2220 driver installed: device(17FE:2220) present" at the bottom it says "Ndiswrapper kernel module (unloaded)" I am not sure if this is important

Now being all excited that my driver seems to be installed I went into the wireless settings but it still isnt picking up any networks.

I was reading around and I noticed the results of the command ifconfig -a are often requested.
I put this in and the only connections I have are dummy0 and lo. there is no wlan0

what is going on here?]]>
New to this distro, will it work with....? http://vanilla.slitaz.org/index.php?p=/discussion/1773/new-to-this-distro-will-it-work-with....s Sat, 11 Sep 2010 18:03:41 +0200 sdad 1773@/index.php?p=/discussions
I need to run run fiber channel, qla2xxx support needed. I believe that is supported in kernel 2.6.??, but I didn't find what kernel this distro is around.]]>
application persistence http://vanilla.slitaz.org/index.php?p=/discussion/1774/application-persistence Sat, 11 Sep 2010 18:11:32 +0200 buddy 1774@/index.php?p=/discussions
Second, I've used unetbootin to install slitaz 3.0 on a usb. The base installation works. But, when I install lighttpd, mysql and php, although files appear in /etc, and such, when I reboot, the installed apps are gone!

What am I doing wrong?

UPDATE: Duh -- figured it out. Unetbootin, huh? Used TazUSB gui tool in System Tools, then installed apps, then TazUSB writefs gzip, and glorioskie!!

Sweet! Thanks to the community for all this work.

Thanks]]>
abiword dictionaries http://vanilla.slitaz.org/index.php?p=/discussion/1761/abiword-dictionaries Wed, 08 Sep 2010 19:52:13 +0200 trvl 1761@/index.php?p=/discussions I use Slitaz on my Asus Eee.
I just installed Abiword, and am wondering if it is possible to install non-english dictionaries, such as Danish?

Thank you]]>
Opera 10.60 and urlfiltrer.ini http://vanilla.slitaz.org/index.php?p=/discussion/1764/opera-10.60-and-urlfiltrer.ini Thu, 09 Sep 2010 10:19:39 +0200 Aarn 1764@/index.php?p=/discussions
I'm trying to filter some web site with urlfilter.ini.

I create /home/tux/.opera/urlfilter.ini with :

[prefs]
prioritize excludelist=0

[include]
http://???.opera.com/*

[exclude]
*


in ~/.opera/operaprefs.ini :

[Network]
URL Filter File=$OPERA_PERSONALDIR/urlfilter.ini


but i can always surf all around the web !

Someone did try to use urlfilter.ini with Opera 10 and slitaz 3.0 ?

Thanks for help

]]>
Can't make work nVidia Riva TNT2 64 driver. http://vanilla.slitaz.org/index.php?p=/discussion/1767/cant-make-work-nvidia-riva-tnt2-64-driver. Fri, 10 Sep 2010 05:08:35 +0200 Miguindi 1767@/index.php?p=/discussions I've an old Pentium III 256 mb ram and nVidia Riva TNT2 64.

I have installed the 3.0 stable and everything runs fine except the graphics card with only work without acceleration and low resolution.

Y have downloaded and compiled from the official nVidia page, the latest driver "NVIDIA-Linux-x86-71.86.14-pkg1.run" with the SliTaz sources following the instructions en your guide "http://doc.slitaz.org/en:guides:nvidia?s[]=nvidia", but no way to start it.

I'm, quite new in linux so my knowledge is not so deep, but I'm ready to follow all the instructions/suggestions to arrange this.

Please, anybody who can helpme, let me know which log files or info you need to help me with my problem.

Thank you very much in advance.]]>
Ar8132 driver for acer aspire one D250 http://vanilla.slitaz.org/index.php?p=/discussion/263/ar8132-driver-for-acer-aspire-one-d250 Tue, 01 Dec 2009 06:46:56 +0100 deadwait 263@/index.php?p=/discussions just brought a new acer aspire one D250, which on winxp when i check shows the driver to be atheros ar8132 driver,
i could have sworn once i finished installing slitaz and did a ifconfig i saw eth0 available, after which the laptop hanged, which is something i have never seen in slitaz, now after that the laptop refuses to show a eth0, i checked on the net and tried options of modprobing atl1c and atl1e but even after that ifconfig eth0 up doesnt work,
how do i get this network card to get working on slitaz.
any other acer aspire one users here on the forum?]]>
Are there more repositories to add? http://vanilla.slitaz.org/index.php?p=/discussion/1770/are-there-more-repositories-to-adds Fri, 10 Sep 2010 18:36:34 +0200 name_unavailable 1770@/index.php?p=/discussions ]]> How do I install ATI Radeon 7500 driver? http://vanilla.slitaz.org/index.php?p=/discussion/1765/how-do-i-install-ati-radeon-7500-drivers Thu, 09 Sep 2010 17:12:42 +0200 name_unavailable 1765@/index.php?p=/discussions how to frugal/manual install slitaz (revision 2.0) http://vanilla.slitaz.org/index.php?p=/discussion/144/how-to-frugalmanual-install-slitaz-revision-2.0 Tue, 10 Nov 2009 01:51:10 +0100 tikbalang 144@/index.php?p=/discussions http://www.murga-linux.com/puppy/viewtopic.php?t=16954


a full, complete install copies each uncompressed file that is in the Puppy operating system's file system to a dedicated partition ... so there will be the directories /bin, /dev, /etc. /lib, /mnt, /proc, /root, /sbin, /var etc etc etc on the partition, each filled with hundreds of files

a frugal (or poor man's) install just copies the files on the CD to the hard drive ... a boot loader program can boot Puppy from those files exactly the same as if you boot from the CD

so a frugal install is not a complete install, where a dedicated partition is created and the files in the Puppy file system are copied to the dedicated partition ... for a frugal install, the 3 or 4 files on the CD are copied to the hard drive and they are booted from the hard drive exactly the same way they would have been booted from the CD

that is, a frugal install is just like booting from the CD disc, except you don't need the cd disc or drive

so with a frugal install are 1) you don't need the cd and 2) the hard drive is faster and quieter than the cd drive ... and there are other advantages to a frugal install



this is the same method employed by Tazusb LiveUSB tool, using syslinux as boot loader. i will discuss installing Slitaz 2.0 to a FAT32 disk which will appeal more to linux noobs and dos/win users. this revision solves /home/tux problems.

caveats:

- there will be permission warnings which is a limitation of the fat32 filesystem. these can be ignored, or in some cases, root login may be needed.

- slitaz files can not be organized into one subfolder (more clutter at root of disk).



credits:

slicel - for pointing out the problem with "home="

lmart - beta tester


]]>