perl: how to suppress system()'s output or quiet down `tar`

2007-01-13 Thread LeVA
but I can not use the -P switch, because I need tar to remove the leading '/'s, and there is no "quiet" switch to tar. Is there a solution? Can I quiet down tar, or suppress system()'s output? Thanks! Daniel -- LeVA

KDE media:/ failure - "Cannot obtain lock on /media/.hal-mtab"

2007-01-02 Thread LeVA
but none of the results were in english :\ Any comments will be appreciated. Thanks! Daniel -- LeVA -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

xmms alternative, please comment

2006-11-25 Thread LeVA
Hi! I'm searching for an xmms alternative which can use a multimedia keyboard's extra keys. (Now I am using xmms + itouch plugin) ps.: please cc me Thanks! Daniel -- LeVA -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

can not install 'xfce4-utils'

2006-10-21 Thread LeVA
? ps.: please cc me Thanks! Daniel -- LeVA -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Problem with xmms in testing and unstable

2006-08-05 Thread LeVA
des it started to hang occasionally. I had to recompile the crossfade plugin with the xmms-dev package and now it works fine. HTH, Daniel -- LeVA -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: woody i386 isos

2006-08-03 Thread LeVA
2006. August 3. 19:50, Egon Kocjan: > Hi > > Does anyone know where I can get original woody i386 isos? First CD > would be ok. > > Thanx, > egon You can get older (and *obsolete*) releases from here: ftp://cdimage.debian.org/cdimage/archive/images/ Daniel -- LeVA --

flash plugin and audio output

2006-08-02 Thread LeVA
Hi! Is there any way I can tell macromedia's (adobe's :) mozilla flash plugin to output sound to hw:0,2 instead of default? (if this is possible with the libflash-mozplugin package, please tell me about that instead :) Thanks! Daniel -- LeVA -- To UNSUBSCRIBE, email to [EMAIL

Re: alsa + multiple soundcards

2006-08-01 Thread LeVA
fic regarding your configuration, hardware, modules, commands which you've tried and the error message(s) (if there is any). [1] - http://catb.org/~esr/faqs/smart-questions.html Daniel -- LeVA -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: alsalib

2006-07-30 Thread LeVA
2006. July 30. 22:39, Hugo Vanwoerkom: > Hi, > > Where can I find info on alsalib? > Is it part of any package? > Yes, it is part of the libasound2 package, see: $ apt-cache search alsa lib [...] libasound2 - ALSA library [...] It's strange I know... Daniel -- LeVA -- T

apt-get wants to upgrade my superkaramba package on every upgrade

2006-07-28 Thread LeVA
kages only if I tell it to apt-get (otherwise it uses the testing archive), and this was not the case when I've installed superkaramba. Since the upgrade always succeeds this is not a critical issue, but I would like to know what is behind this, however. Daniel -- LeVA -- To UNS

Re: rsync, ssh, scp: How to send via eth1 or higher ?

2006-07-28 Thread LeVA
of the connection. Only useful on systems with more than one address." rsync doc: "--address=ADDRESS bind to the specified address" Daniel -- LeVA -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: man pdksh, I don't understand this - [ was: how to make colour prompts for pdksh ]

2006-07-27 Thread LeVA
2006. July 27. 00:40, LeVA: Here I will post a solution and an explanation which was provided by Brian T. Brunner in a private mail conversation. - START OF QUOTE - > > > Hi! > > > > > > > > > "... Note that since the command line editors try to figur

Re: stop from upgrading

2006-07-27 Thread LeVA
2006. July 27. 11:35, Paras pradhan: > Hi: > > Its cupsys and some cupsys dependent packages. Since the current > cupsys packages is not functioning well. > > > Paras. > > On 7/26/06, LeVA <[EMAIL PROTECTED]> wrote: > > 2006. July 26. 14:11, Paras pradhan

Re: Setup of thpot SSH -- is this how its supposed to work?

2006-07-27 Thread LeVA
pot ssh > > Is there any error in there that is preventing the thpot interface > from showing up? > it's just a shot in the dark, but 1. are you sure that inetd is running instead of xinetd? 2. you are not blocking the 22 port with your firewall 3. the /etc/hosts.{allow,deny} files

Re: how to make colour prompts for pdksh

2006-07-26 Thread LeVA
2006. July 27. 00:28, Derek Martin: > On Wed, Jul 26, 2006 at 09:47:39PM +0200, LeVA wrote: > > > So either set konsole up to launch ksh as a login shell, or set > > > ENV somewhere. You can test this with: > > > > > > $ ENV="~/.profile" konsole &

man pdksh, I don't understand this - [ was: how to make colour prompts for pdksh ]

2006-07-26 Thread LeVA
haracter to a variable to make things cleaner: ESC="^" So if I have a simple prompt like this: PS1='$ESC[01;32m$USER> ' now if I prefix my prompt with a non-printing char (with control-A like suggested) then I get an error when starting the shell: /bin/pdksh: /home/leva/.p

Re: how to make colour prompts for pdksh

2006-07-26 Thread LeVA
2006. July 26. 16:35, James Strandboge: > On Wed, 2006-07-26 at 15:42 +0200, LeVA wrote: > > 2006. July 26. 14:32, James Strandboge: > > > On Tue, 2006-07-25 at 22:59 +0200, LeVA wrote: > > > Are you *sure* that the control characters have been entered > > >

Re: stop from upgrading

2006-07-26 Thread LeVA
which you want to keep downgraded? Just in case it is not the C library or some other basic stuff which is needed by almost all packages there could be a solution depending on what is the package. Daniel -- LeVA -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubsc

Re: how to make colour prompts for pdksh

2006-07-26 Thread LeVA
2006. July 26. 14:32, James Strandboge: > On Tue, 2006-07-25 at 22:59 +0200, LeVA wrote: > > 2006. July 25. 21:20, James Strandboge: > > > So a no frills color prompt without the title might be: > > > PS1='^[[0;[EMAIL PROTECTED] ${PWD##*/}]$^[[m ' > > &g

Re: dpkg-reconfigure

2006-07-26 Thread LeVA
ead of apt-setup: http://lists.debian.org/debian-user/2006/07/msg00605.html HTH, Daniel -- LeVA -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: how to make colour prompts for pdksh

2006-07-25 Thread LeVA
2006. July 25. 21:20, James Strandboge: > On Tue, 2006-07-25 at 19:48 +0200, LeVA wrote: > ... > > > This is working, so I started from there. I've added the colour > > codes, but pdksh doesn't handle them. > > > > C'mon, I can't beleive tha

Re: how to make colour prompts for pdksh

2006-07-25 Thread LeVA
2006. July 25. 19:48, LeVA: > 2006. July 25. 18:29, Leinier C. Salfran: > > El mar, 25-07-2006 a las 17:01 +0200, LeVA escribió: > > > Hi! > > > > > > I want to make my shell's prompt colourful :) > > > > > > I'm using pdksh. There ar

Re: how to make colour prompts for pdksh

2006-07-25 Thread LeVA
ux idea. try to install the latest versions.. > >thanks for communicating > me by , > santhosh I don't get this :\ Daniel -- LeVA -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a s

Re: how to make colour prompts for pdksh

2006-07-25 Thread LeVA
2006. July 25. 18:29, Leinier C. Salfran: > El mar, 25-07-2006 a las 17:01 +0200, LeVA escribió: > > Hi! > > > > I want to make my shell's prompt colourful :) > > > > I'm using pdksh. There are tons of information provided by google, > > but none

how to make colour prompts for pdksh

2006-07-25 Thread LeVA
mpt: [EMAIL PROTECTED];33mleva:$\E[0m> The colour codes gets ignored. Is this only working with the original korn shell? Is there colour support for the public domain korn shell? Thanks! Daniel -- LeVA -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

really confused about root's shell - please clue me up

2006-07-24 Thread LeVA
e doesn't get executed until i run su as `su -'. My /bin/sh is a symlink to /bin/bash. ps.: I can tell if the .profile is used or not from the prompt (I have the PS1 variable set in the .profile file). Thanks! Daniel -- LeVA -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a

changing the default shell

2006-07-24 Thread LeVA
upgrades or my new coffe mug? Thanks! Daniel -- LeVA -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: mplayer problems with i740 graphic card

2006-07-23 Thread LeVA
> > any ideas? > thank you. > yf You have to setup your x window system (ie. load the necessary modules and drivers for your video card) and make sure that your video card works with the xv extension. If not, then use the x11 (or any other supported) vo with mplayer. Daniel -- LeVA -

Re: Read/Write files from a script?

2006-07-19 Thread LeVA
2006. július 19. 16:31, Mladen Adamovic <[EMAIL PROTECTED]> -> Debian User ,: > Tony Terlecki wrote: > >> Is there a shell command to read files? I want to open a text file, > >> loop through each line and parse the line of text. > > > > Depending on what you want to do: > > > > man sed > > man aw

Re: hdparm.conf and udev - options gets ignored

2006-07-09 Thread LeVA
2006. július 9. 12:11, LeVA <[EMAIL PROTECTED]> -> "Debian-User " ,: > Hi! > > I've set up some global (default) options in /etc/hdparm.conf and I'm using > udev. Now the README.debian says, that if I'm using udev then I shouldn't > be worri

Re: Package question

2006-07-09 Thread LeVA
2006. július 9. 15:50, Danny <[EMAIL PROTECTED]> -> Debian-User ,: > Hi list, > > Could someone please tell me which package provides "msgfmt"? > > Thank you all in advance It's gettext. Use apt-file... Daniel -- LeVA

Re: sendmail setup

2006-07-09 Thread LeVA
e do this with debian commands like > dpkg-recongure sendmail? this didn't do anything. Hi! Hope this helps: http://efflandt.freeshell.org/sbc-smtp-auth.html Daniel -- LeVA

hdparm.conf and udev - options gets ignored

2006-07-09 Thread LeVA
. Unfortunately this is not the case for me. The options are not set during the boot. I can set those options by hand, so they are acceptable options, they doesn't generate errors. Anyone has experience a setup like this? Thanks! Daniel -- LeVA -- To UNSUBSCRIBE, email to [EMAIL PROT

Re: Mozilla mplayer plugin setup question

2006-07-08 Thread LeVA
2006. július 8. 16:49, "Thomas H. George" <[EMAIL PROTECTED]> -> debian-user@lists.debian.org,: > On Sat, Jul 08, 2006 at 11:47:16AM +0200, LeVA wrote: > > 2006. július 7. 16:11, > > "Thomas H. George" <[EMAIL PROTECTED]> > > > > ->

Re: Mozilla mplayer plugin setup question

2006-07-08 Thread LeVA
2006. július 7. 16:11, "Thomas H. George" <[EMAIL PROTECTED]> -> debian-user@lists.debian.org,: > On Thu, Jul 06, 2006 at 10:26:28PM +0200, LeVA wrote: > [...] > > > > > > When my daughter who is still wedded to windows listens to this > > >

Re: application for editing videos

2006-07-08 Thread LeVA
ile.wvm? > > Thanks for any advices! > Hi Pál! (Szia :) You can use avidemux[1] for that. It can open/encode almost every format, because it works together with the lavc[2] family (and make use of many other codecs: xvid divx5 h264 etc...) [1]: http://www.avidemux.org/ [2]: http://ffmpeg.mplayerhq.hu Daniel -- LeVA

Re: Mplayer output

2006-07-07 Thread LeVA
E 3.5.0 oh can I guess? the marillat packages? I suggest you to compile mplayer yourself... > > Thanks for the help and any further info needed, just ask. Daniel -- LeVA

Re: Mozilla mplayer plugin setup question

2006-07-06 Thread LeVA
2006. július 6. 16:55, "Thomas H. George" <[EMAIL PROTECTED]> -> debian-user@lists.debian.org,: > On Wed, Jul 05, 2006 at 06:37:12PM +0200, LeVA wrote: > > 2006. július 5. 18:17, > > "Thomas H. George" <[EMAIL PROTECTED]> > > -> debian-

Re: Mount a CD-ROM automatically

2006-07-06 Thread LeVA
2006. július 5. 21:48, "Henrique Rennó" <[EMAIL PROTECTED]> -> LeVA <[EMAIL PROTECTED]>,: > Hello Daniel!!! > > Thanks for the answer. Just one more question below. > > > Hi! > > > > Try the autofs package. > > > > $ apt-cache

Re: Mount a CD-ROM automatically

2006-07-05 Thread LeVA
lete SunOS style automounter under Linux. Automounter version 4 (autofs4) has to be enabled when compiling the kernel. Debian packaged kernels have it enabled. Daniel -- LeVA

Re: Mozilla mplayer plugin setup question

2006-07-05 Thread LeVA
ig file? > > Tom George Please send more information, eg. mplayer command line output, edited config files, stream url etc... Daniel -- LeVA

Re: Gimp: No Printer in File Menu

2006-06-27 Thread LeVA
Hi Tom! Have you got the 'gimp-print' package installed? Daniel -- LeVA

Re: KWorld TV878 TV Tuner problem

2006-06-27 Thread LeVA
sXP. Other than that no other frequency is detected. If you can see the picture, then your card is configured. Have you tried scanning for channels? Daniel -- LeVA

Re: 3D Acceleration

2006-06-23 Thread LeVA
810' package. I'm saying these with absolutely no experience with that graphic controller, or it's set up. Maybe some other steps are recommended... But it is a good start I think :) HTH, Daniel -- LeVA

Re: Skype alternatives (was: sound proble for KsCD/Skype/xmms in Debian Sid)

2006-06-22 Thread LeVA
t ports... Daniel -- LeVA

Re: how to get libX*.la ?

2006-06-20 Thread LeVA
2006. június 20. 01:40, Michael Biebl <[EMAIL PROTECTED]> -> LeVA <[EMAIL PROTECTED]>,Debian-User: > LeVA wrote: > > Hi! > > > > I'm trying to compile a software which needs a lot of libX*.la files. > > Which package(s) contains these files? (I though

Re: how to get libX*.la ?

2006-06-19 Thread LeVA
2006. június 19. 22:06, Greg Folkert <[EMAIL PROTECTED]> -> LeVA <[EMAIL PROTECTED]>,Debian-User: > On Mon, 2006-06-19 at 19:45 +0200, LeVA wrote: > > Hi! > > > > I'm trying to compile a software which needs a lot of libX*.la files. > > Which packa

how to get libX*.la ?

2006-06-19 Thread LeVA
Hi! I'm trying to compile a software which needs a lot of libX*.la files. Which package(s) contains these files? (I thought the -dev packages does) $ dpkg -l [...] libxcursor-dev libxcursor1 [...] xlibs-dev xlibs-static-dev [...] Thanks! Daniel -- LeVA -- To UNSUBSCRIBE, email to [

Re: 3pg play-back and conversion

2006-06-18 Thread LeVA
sume this is what you mean), thus mencoder can use it too. Daniel -- LeVA

Re: Google Earth display problem

2006-06-17 Thread LeVA
w anything about the specific needs of Google Earth, but one > starting point would be to check if the Bitstream Vera Sans font is > known under this name to your X: > > fc-list | grep -i bitstream Yes it is present, and I can use that in any other app, this is I think a problem with googleearth. Daniel -- LeVA

Re: Google Earth display problem

2006-06-17 Thread LeVA
; Any suggestions? > > Is anyone with an nvidia card having troubles? I have googleearth running OK with an nvidia card, but I am having the font issue too; obviously it has nothing to do with graphics cards. Daniel -- LeVA

Re: K3b - CD-RW Question

2006-06-13 Thread LeVA
art, but apt-cache search automount shows you the autofs package, which can be used to automount filesystems. -- LeVA

Re: Regular reboots on two different boxes

2006-05-27 Thread LeVA
ws in the > logs. Did you check their power supply? Daniel -- LeVA

Re: HPT366 controller problem

2006-05-27 Thread LeVA
s how? Freezes, or gives you an error message? If you can create a partition on the disk, and can start installing (copy files etc...), then the module and your HighPoint controller is working correctly. HTH, Daniel -- LeVA

Re: limit the download bandwidth for adsl customers

2006-05-26 Thread LeVA
ybe you'll get more help on these lists: debian-firewall, debian-isp And here is my little for you :) http://www.lartc.org/howto Daniel -- LeVA

Re: How to install jdk1.5?

2006-05-24 Thread LeVA
ava, you just have to redirect the java symlink) There are of corse plenty other possibilities which you can adopt... HTH, Daniel -- LeVA

searching for dts_internal.h

2006-05-23 Thread LeVA
Hi! Anyone knows which package contains the file in the subject? Thanks! Daniel -- LeVA -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: gimp and printing

2006-05-14 Thread LeVA
2006. május 14. 14:57, Paul Stolp <[EMAIL PROTECTED]> -> debian-user@lists.debian.org,: > * LeVA <[EMAIL PROTECTED]> [2006-05-14 01:56]: > > Paul Stolp <[EMAIL PROTECTED]> > > > > > I think if you have it working under cups, you > > > should a

Re: gimp and printing

2006-05-13 Thread LeVA
2006. május 14. 01:36, Paul Stolp <[EMAIL PROTECTED]> -> debian-user@lists.debian.org,: > * LeVA <[EMAIL PROTECTED]> [2006-05-13 13:59]: > > cupsys-client packages. Now I can select my printers from gimp. But still > > need a 710c driver; choosing a hp printer

Re: gimp and printing

2006-05-13 Thread LeVA
2006. május 13. 20:07, Paul Stolp <[EMAIL PROTECTED]> -> debian-user@lists.debian.org,: > * LeVA <[EMAIL PROTECTED]> [2006-05-13 12:27]: > > 2006. május 13. 18:58, > > Paul Stolp <[EMAIL PROTECTED]> > > > > -> debian-user@lists.debian.org,:

Re: gimp and printing

2006-05-13 Thread LeVA
2006. május 13. 18:58, Paul Stolp <[EMAIL PROTECTED]> -> debian-user@lists.debian.org,: > * LeVA <[EMAIL PROTECTED]> [2006-05-13 11:36]: > > Sorry, I've deleted your context, but you were asking > how to get a HP 710C printer working with CUPS. > Not really, I wr

Re: gimp and printing

2006-05-13 Thread LeVA
(or > "hpijs-ppds", whichever is available), "hpijs" and "printconf" to have a > full suite at hand. I have hplip-ppds but not the hplip package installed. But, really, is the missing of this package the reason that I have only the "Default Printer" under the "Printer Queue" in gimp's print plugin? -- LeVA

Re: gimp and printing

2006-05-13 Thread LeVA
nstalled. > > You should be done. Try to print something. > > If it does not work, make sure that your have really setup CUPS > correctly. Check if "hp-toolbox" is not complaining about anything. Also > take a look at output of "hp-info". "hp-setup" and "hp-makeuri" may also > prove useful. I don't have those binaries, which package they're in? I'm using etch. -- LeVA

Re: gimp and printing

2006-05-13 Thread LeVA
2006. május 13. 16:46, "Mirco Piccin" <[EMAIL PROTECTED]> -> LeVA <[EMAIL PROTECTED]>,Debian-User: > Hi. > I think you should create a system printer, before to try to print directly > from Gimp. > > You can use your windows-manager UI (for Gnome is gno

gimp and printing

2006-05-13 Thread LeVA
Hi! I want to print to a hp deskjet 710c with gimp-2.2. I have installed the gimp-print and the foomatic-db-gimp-print packages, but in gimp -> File -> Print... I can only setup a few HP printers, but not the 710c. How can add/download more printer drivers for gimp? Thanks! Daniel --

Re: xmms and the vorbis plugin

2006-05-07 Thread LeVA
2006. május 7. 13:24, LeVA <[EMAIL PROTECTED]> -> "Debian-User " ,: > Hi! > > I can not make this plugin work. I've installed the xmms package, which > comes with an ogg input plugin, but when I enqueue an ogg file, xmms > *slowly* loads the file, and when I

Re: xmms and the vorbis plugin

2006-05-07 Thread LeVA
2006. május 7. 17:21, Alex Malinovich <[EMAIL PROTECTED]> -> debian-user@lists.debian.org,: > On Sun, 2006-05-07 at 13:24 +0200, LeVA wrote: > > Hi! > > > > I can not make this plugin work. I've installed the xmms package, which > > comes with an ogg inp

xmms and the vorbis plugin

2006-05-07 Thread LeVA
get an ogg file played with xmms? Daniel -- LeVA -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Segitsetek..

2006-02-27 Thread LeVA
form, please include some more information about your configuration, and what you are doing exactly, and what is error message/problem. Thanks, Daniel -- LeVA

Re: setting up the text-console on a compaq presario 2100 laptop

2006-01-03 Thread LeVA
are, that if you are using an X server, then it is running (by default) on tty7, so skip that. HTH Daniel -- LeVA

Re: determine correct dpi settings for X

2006-01-03 Thread LeVA
2006. január 3. 13:17, Gonzalo HIGUERA DÍAZ <[EMAIL PROTECTED]> -> debian-user@lists.debian.org,: > 2006-01-03 13:05 +0100, LeVA <[EMAIL PROTECTED]>: > Measure the monitor's height and width in inches and manually > calculate the horizontal and vertical dot

determine correct dpi settings for X

2006-01-03 Thread LeVA
refox browser installed? Thanks! Daniel -- LeVA -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

firefox - how to change menu font

2006-01-02 Thread LeVA
Hi! Is it possible to change firefox's (1.5) font, which is used to display it's menus and dialog windows? Thanks! Daniel -- LeVA -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

searching for a font - not a debian specific topic

2005-12-27 Thread LeVA
Hi! I'm looking for a font, and I hope someone recognise it, or can show me something similar. Here is what kind of font I need: http://www.firestoreonline.com/ProductImages/fullsize/CHICAGO.NARC.SHIRT.FULLSIZE.jpg The "POLICE" sign on the T-Shirt. Thanks for any help! D

mouse sensitivity in x.org

2005-12-25 Thread LeVA
Hi! I want to set up the mouse pointer's sensitivity under X.org from console, how is this possible? Thanks! Daniel -- LeVA -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: TWO independent mouse

2005-11-27 Thread LeVA
, 2 keyboards, 2 > monitors, 2 xservers. Is that what you mean? > > Or 2 mice with 2 cursors on the same screen? Wow, is this ^^^ possible? Daniel -- LeVA -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: udev local rules

2005-11-27 Thread LeVA
d': where must we place the local rules wrt the Debian > policy ? > is there any relevant documentation on the subject ? > or the issue is still very new ? > Hi! I hope this howto will help, it helped me. http://www.reactivated.net/writing_udev_rules.html -- LeVA -- To UNSUBSCRIB

Samba and symlinks

2005-09-24 Thread LeVA
problem. But when another linux client tries to open that shared folder, it only sees the symbolic link, which points to my shared file, and the client can not copy it. Example: my shared folder: /home/leva/SHARED/ $ ls -l /home/leva/SHARED file -> /home/leva/tmp/file When a linux cli

can not use fonts under gnome

2005-09-10 Thread LeVA
tputs too few fonts, and I can select only a few fonts when configuring the applications fonts under gnome. For example I can not see any Helvetica fonts (among others). What is wrong, or what I am missing? How can I make use of the xfonts-100dpi and xfonts-75dpi packages? Thanks! Daniel --

Re: How to download just a single file of a package?

2005-08-08 Thread LeVA
package to /var/cache/apt/archive dir, and you can extract the files from the package. HTH, Daniel -- LeVA -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

how to check if its system bootup

2005-08-06 Thread LeVA
Hi! I wonder if there is a way to check at an init.d script, if it is system bootup, or the user just executing the the script from a console, while the system is already up. Any way to do this? Thanks! Daniel -- LeVA -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of

Re: reordering partitions?

2005-08-01 Thread LeVA
2005. augusztus 1. 13:49, "Roberto C. Sanchez" <[EMAIL PROTECTED]> -> LeVA <[EMAIL PROTECTED]>,Debian-User: > On Mon, Aug 01, 2005 at 12:58:29PM +0200, LeVA wrote: > > Hi! > > > > I have one ide disk, which has 5 partitions: > > > > boo

reordering partitions?

2005-08-01 Thread LeVA
s! Daniel -- LeVA -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

xmms-crossfade plugin failure

2005-07-31 Thread LeVA
use the ALSA and the OSS output plugins too, both of them are working. Anyone has the same problem? How can I fix this? Thanks! Daniel -- LeVA -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

gtk doesn't recognize my new fonts

2005-07-29 Thread LeVA
aniel -- LeVA -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Is agp 8x enabled?

2005-07-25 Thread LeVA
gp/status Status: Enabled Driver: AGPGART AGP Rate:4x Fast Writes: Enabled SBA: Enabled HTH, Daniel -- LeVA

apache2 and userdir with separate log files

2005-07-08 Thread LeVA
Hi! Anyone knows how to confogure apache2 to put the /home/user/public_html/* access-es to seperate log files (other than the default /var/log/apache2/access.log)? Thanks! Daniel -- LeVA -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Troubl

no DEL or HOME/END keys in ncftp

2005-06-19 Thread LeVA
Hi! I'm using ncftp 3.1.9, but can not use the DEL or HOME/END keys in the ncftp's prompt, instead I get the tilde (~) character for those buttons. I'm using the ISO-8859-2 locale (if itt matters). Anyone knows a solution for this? Thanks! Daniel -- LeVA -- To UNSUBS

Re: Configuring Network Card

2005-06-19 Thread LeVA
ike, the kernel was not found. Hi! Next time try to be more specific about the error messages and the situation. Anyway, I think you must install your kernel's sources (either from your distribution's packages, or from the linux kernel archives). Daniel -- LeVA

can not save documents in my locale w/ openoffice.ord

2005-06-16 Thread LeVA
a file from a directory which name also contains those letters. It says the it cannot find the document in the "/home//doc_%E1/doc_%E1.sxw" path. Anyone knows how to configure oo to use my own locale? Thanks! Daniel -- LeVA

openoffice impress - how to print the draft

2005-06-15 Thread LeVA
to draft mode, and press print, the oo will print the whole document not the draft. Thanks! Daniel -- LeVA -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

resolvconf w/ dhcpd -> /etc/hosts not working

2005-06-11 Thread LeVA
p with the error: Nameserver not responding server.example.org A record not found, try again What do I have to configure to make the dns lookups first read from the /etc/hosts file and after that the nameservers. My /etc/host.conf looks like this: order hosts,bind multi on Thanks! Daniel

how to disable ctrl+alt+backspace in X

2005-06-11 Thread LeVA
Hi! If it is possible, please tell me, how to prevent killing my X with ctrl+alt+backspace. Thanks! Daniel -- LeVA -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

how to disable ctrl+alt+backspace in X

2005-06-11 Thread LeVA
Hi! If it is possible, please tell me, how to prevent killing my X with ctrl+alt+backspace. Thanks! Daniel -- LeVA -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

system.map files

2005-05-31 Thread LeVA
Hi! Would someone please tell me what are those /boot/System.map* files for? Thanks! Daniel -- LeVA -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: udev how to set up automatic /media/cdrom0

2005-05-16 Thread LeVA
x27;t this be part of the debian sarge installer? > > If you agree I will submit a bug... > > Thanks, Hi Mitchell, http://www.reactivated.net/writing_udev_rules.html HTH, Daniel -- LeVA

Re: RealPlayer

2005-05-13 Thread LeVA
at path, I have the following files: amrn.so atrc.so cook.so drv1.so drvc.so rv10.so rv30.so sipr.so amrw.so colorcvt.so cvt1.so drv2.so raac.so rv20.so rv40.so By the way, I have installed RealPlayer 10 from www.real.com , and I also have the binary codecs from www.mplayerhq.hu . HTH, Daniel -- LeVA

Re: writing dvd, any suggestion?

2004-12-16 Thread LeVA
kage uses mkisofs, so you must install cdrtools first from: ftp://ftp.berlios.de/pub/cdrecord/ Of course they are presented in deb packages too, and you can apt-get them from a debian mirror. HTH, Daniel -- LeVA -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: logout script

2004-11-24 Thread LeVA
edir, and bash will execute it, when logging out. hth, Daniel -- LeVA pgpYeOakNbRME.pgp Description: PGP signature

Gimp2 segfault

2004-09-28 Thread LeVA
pt-fu: wire_read(): error Segmentation fault $ What could be the problem? Thanks! Daniel -- LeVA pgpQLST5wdZmL.pgp Description: PGP signature

  1   2   3   >