Re: Printing as a user - FreeBSD, Apsfilter, KDE

2003-11-06 Thread Jean-Baptiste Quenot
for KDE I don't know). Cups is intended as a replacement for the BSD lpr subsystem. Cheers, -- Jean-Baptiste Quenot http://caraldi.com/jbq/ pgp0.pgp Description: PGP signature

Re: Howto make one of two sound cards default?

2003-11-06 Thread Jean-Baptiste Quenot
awn_options=-terminate -nobeeps -as 2 -d /dev/dsp1.0 spawn_wait_ms=100 HTH, -- Jean-Baptiste Quenot http://caraldi.com/jbq/ pgp0.pgp Description: PGP signature

Re: Two sound cards

2003-11-06 Thread Jean-Baptiste Quenot
* Alexey V. Litvinov: > I have two sound cards and FreeBSD 5.0 [...] And wants to make > /dev/dsp point to pcm1 by default instead of pcm0. How to do this? Try to use /dev/dsp1.0. Cheers, -- Jean-Baptiste Quenot http://caraldi.com/jbq/ pgp0.pgp Description: PGP signature

Re: Ssh missing 'login as' prompt

2003-11-06 Thread Jean-Baptiste Quenot
-- or -- ssh [EMAIL PROTECTED] You can also arrange that logging into somehost is always achieved with otheruser by adding the following fragment into ~/.ssh/config: Host somehost User otheruser Cheers, -- Jean-Baptiste Quenot http://caraldi.com/jbq/ pgp0.pgp Description: PGP signature

Re: what happens when connection is lost ?

2003-11-06 Thread Jean-Baptiste Quenot
* Sunil Sunder Raj: > You will have to run the configure script with the nohup command. > > # nohup configure > > This will ignore the SIGHUP and SIGQUIT signal. Using misc/screen also helps a lot. Cheers, -- Jean-Baptiste Quenot http://caraldi.com/jbq/ pgp0.pgp D

Re: owner of dir/files

2003-11-11 Thread Jean-Baptiste Quenot
ee chmod(1) for more details. Cheers, -- Jean-Baptiste Quenot http://caraldi.com/jbq/ ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: What should i do?

2003-11-11 Thread Jean-Baptiste Quenot
th what program??? my dillo cant do this...), where to take > that file from? and when i wanted to install netscape7 i got the > same error... Are you connected to the Internet before running make install? If you don't have Internet access, you may install the packages pr

Re: How to run php4 as CGI pgm

2003-11-14 Thread Jean-Baptiste Quenot
27;s directory. I have a full description of that system if you need it. Best regards, -- Jean-Baptiste Quenot http://caraldi.com/jbq/ [1] http://www.localhost.nl/patches/ pgp0.pgp Description: PGP signature

Re: french accent + keyboard

2003-11-17 Thread Jean-Baptiste Quenot
/using-localization.html Cheers, -- Jean-Baptiste Quenot http://caraldi.com/jbq/ pgp0.pgp Description: PGP signature

Re: Which version of Java to use?

2003-11-17 Thread Jean-Baptiste Quenot
* Preston Crawford: > I want to install Java to use Ant/Tomcat/Struts stuff like that. Which > JDK is the "right" one to install to get these to work properly? Can > anyone tell me? All JDK starting from 1.2 are OK. Use ports in /usr/ports/java/jdk*. Cheers, -- Jean-B

Re: sysinstall vs ports

2003-11-19 Thread Jean-Baptiste Quenot
It is possible that installing a package (with pkg_add) does not give the same results as installing a port via make install. This is a bug. If you can reproduce that for a particular port, you may consider sending a problem report with send-pr(1). Best regards, -- Jean-Baptiste Queno

Re: quick question about turning the annoying beep off in X

2003-11-19 Thread Jean-Baptiste Quenot
s ~/.inputrc. For csh I don't know... And there is a global setting for disabling the system bell in the Gnome Sound Desktop Preferences if you are using Gnome. In Gnome Terminal as well in the profile edition dialog. Best regards, -- Jean-Baptiste Quenot http://caraldi.com/jbq/ pgp0.pgp Description: PGP signature

Re: how to change the name of root?

2003-11-19 Thread Jean-Baptiste Quenot
* [EMAIL PROTECTED]: > When I get admin emails from my remote boxes, or send messages from > them, they are from root or charlie root. How do I change this? I would use vipw(1) to edit the password database. -- Jean-Baptiste Quenot http://caraldi.com/jbq/ pgp0.pgp Descriptio

Re: beeping on console...NOT X

2003-11-19 Thread Jean-Baptiste Quenot
off console beeping in the .cshrc or .bashrc > file? For bash: $ echo set bell-style none >> ~/.inputrc Restart bash and enjoy :-) For explanations, see readline(3). -- Jean-Baptiste Quenot http://caraldi.com/jbq/ pgp0.pgp Description: PGP signature

Re: user's rights ???

2003-11-19 Thread Jean-Baptiste Quenot
e HTTP PUT method, you may consider running mod_dav, but then an authentication must be setup and all files owned by the user running Apache (www). Best regards, -- Jean-Baptiste Quenot http://caraldi.com/jbq/ [1] http://localhost.nl/ pgp0.pgp Description: PGP signature

Re: Why stop_cmd=":" in /etc/rc.d/pccard ?

2003-11-19 Thread Jean-Baptiste Quenot
g of this mysterious colon. The ppp-user script does not properly stop either... I couldn't find any documentation nor source files explaining this colon. Of course we are talking of the new RC scripts in FreeBS 5.1. Any help will be appreciated. -- Jean-Baptiste Quenot http://caraldi.com/jbq/ pgp0.pgp Description: PGP signature

Re: startx and numlocks

2003-11-24 Thread Jean-Baptiste Quenot
d no! The "exec" statement replaces the current process, which is definitely not what you want. Just put [1]: /usr/X11R6/bin/numlock -- or simply -- numlockx Cheers, -- Jean-Baptiste Quenot http://caraldi.com/jbq/ [1] http://caraldi.com/jbq/ports/numlockx/ pgp0.pgp Description: PGP signature

Re: No sound when playing a CD in FreeBSD 4.9

2003-11-24 Thread Jean-Baptiste Quenot
Does that not mean that the audio > cable is connected to the sound card (in response to somebody's > suggestion)? I will check later that this is the case. The volume could be muted by default for the CDROM line. Did you check with mixer(8)? Cheers, -- Jean-Bapti

Re: Emails and charset issue

2003-11-24 Thread Jean-Baptiste Quenot
nt for LANG or LC_CTYPE variables that must reflect the encoding you're wishing to use. Cheers, -- Jean-Baptiste Quenot http://caraldi.com/jbq/ [1] http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/using-localization.html pgp0.pgp Description: PGP signature

Re: Installed ports

2003-11-24 Thread Jean-Baptiste Quenot
* Valerian Galeru: > Pls tell me where are all the installed ports? After i installed the > port, where i can find the bin file for the port? Information about packages is kept in /var/db/pkg. To have a list of all installed packages, see pkg_version(1). Cheers, -- Jean-Baptiste

Re: services bootup order

2003-11-24 Thread Jean-Baptiste Quenot
local/etc/rc.d/mimedefang.sh, as sendmail is started from /etc/rc.d in FreeBSD 5.1. You could also disable entirely sendmail, and start postfix in /usr/local/etc/rc.d, by making a link to /usr/local/sbin/postfix. With sendmail, I don't think it's possible that way. Cheers, -- Jean-B

Re: KDE and US International keyboard

2003-11-25 Thread Jean-Baptiste Quenot
I don't understand what you're trying to do. Do you have a US Qwerty keyboard? Why do you want to change the keyboard layout? Cheers, -- Jean-Baptiste Quenot http://caraldi.com/jbq/ pgp0.pgp Description: PGP signature

Re: pkg_info displays 2 versions of Ports, What should I do?

2003-11-25 Thread Jean-Baptiste Quenot
versions? Or do I have to > do something before doing everything? Or just leave them alone? Install sysutils/portupgrade and proceed to pkgdb -F (fix your package database). It's an interactive program that will remove duplicates and fix stale dependencies. Cheers, -- Jean-

Re: Installed ports

2003-11-25 Thread Jean-Baptiste Quenot
* Valerian Galeru: > Pls tell me where are all the installed ports? After i installed the > port, where i can find the bin file for the port? Information about packages is kept in /var/db/pkg. To have a list of all installed packages, see pkg_version(1). Cheers, -- Jean-Baptiste

Re: KDE and US International keyboard

2003-11-25 Thread Jean-Baptiste Quenot
ert a single quote. FWIW you may look to [1]Using Localization in the FreeBSD handbook. Cheers, -- Jean-Baptiste Quenot http://caraldi.com/jbq/ [1] http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/using-localization.html pgp0.pgp Description: PGP signature

Re: stop_cmd=":" in pccard

2003-11-25 Thread Jean-Baptiste Quenot
s pro- vided for efficiency. : A null command that returns a 0 (true) exit value. It seems that many daemons are not stopped properly... -- Jean-Baptiste Quenot http://caraldi.com/jbq/ pgp0.pgp Description: PGP signature

Re: stop_cmd=":" in pccard

2003-11-25 Thread Jean-Baptiste Quenot
eved, because it relies on a well-defined pid file. If you think pccardd can be improved, define pidfile in the rc script to /var/run/pccardd.pid like what is done in syslogd, it will automatically be used when stopping pccardd if you remove the stop_cmd definition. And submit a PR if you thi

Re: ssh issue

2003-11-26 Thread Jean-Baptiste Quenot
* David Bear: > I put my pub key in ~/.ssh/authorized_keys from system A [...] the > ssh'ing into system B I'm still prompted for a password. The public key must be added to the system you're logging into. I wrote a [1]script to automate this process. Cheers, -- Jean

Re: RSS/RDF feed reader

2003-11-26 Thread Jean-Baptiste Quenot
des a list of available feeds, for the user to choose. Cheers, -- Jean-Baptiste Quenot http://caraldi.com/jbq/ pgp0.pgp Description: PGP signature

Re: lltdl

2003-11-26 Thread Jean-Baptiste Quenot
* Rus Foster: > Hi, I'm guessing I'm being stupid here but I'm trying to get liblltdl > installed. Googling suggested libtool which I've installed [...] What > should I install instead? You may check with ldconfig -r if such a library is installed. Cheers,

Re: Running processes as no root...

2003-11-26 Thread Jean-Baptiste Quenot
ite the log files, to switch user, and a few more operations, this is indeed achieved as root. All child processes are typically non-root. Cheers, -- Jean-Baptiste Quenot http://caraldi.com/jbq/ pgp0.pgp Description: PGP signature

Re: vim keyboard mapping problems (ssh)

2003-11-27 Thread Jean-Baptiste Quenot
gt; down cursor = B + enter This is a terminal problem. Try with different TERM values. Cheers, -- Jean-Baptiste Quenot http://caraldi.com/jbq/ pgp0.pgp Description: PGP signature

Re: MySQL v3.23 and C API

2003-11-27 Thread Jean-Baptiste Quenot
system direc- tories plus any that you specify with `-L'. HTH, -- Jean-Baptiste Quenot http://caraldi.com/jbq/ pgp0.pgp Description: PGP signature

Re: Best terminal type

2003-11-27 Thread Jean-Baptiste Quenot
"linux" my preferred terminal, but now mutt's display is totally > screwed up. Well, you cannot set TERM arbitrarily. The underlying terminal won't probably support the escape sequences produced by the curses library if you use another TERM setting from your actu

Re: Adding users...

2003-11-27 Thread Jean-Baptiste Quenot
But that becomes close to solution 1 in that case. Cheers, -- Jean-Baptiste Quenot http://caraldi.com/jbq/ pgp0.pgp Description: PGP signature

Re: gdm

2003-11-28 Thread Jean-Baptiste Quenot
-- Jean-Baptiste Quenot http://caraldi.com/jbq/ pgp0.pgp Description: PGP signature

Re: migrating users

2003-11-28 Thread Jean-Baptiste Quenot
ize it, depending on what you use. Best regards, -- Jean-Baptiste Quenot http://caraldi.com/jbq/ pgp0.pgp Description: PGP signature

Re: compiler errors on freebsd; compiles fine on linux

2003-11-28 Thread Jean-Baptiste Quenot
of conflict. What do they contain? Cheers, -- Jean-Baptiste Quenot http://caraldi.com/jbq/ pgp0.pgp Description: PGP signature

Re: About USB devices

2003-12-01 Thread Jean-Baptiste Quenot
* D Velez: > Hi, I'm using FreeBSD 5.1. I would like to know > how to mount USB devices. If FreeBSD detected > the hardware and driver, where and how do I find > the device in the file system? Run dmesg to find out. Cheers, -- Jean-Baptiste Quenot http://caraldi.com/jb

Is non-breaking space a space?

2003-12-01 Thread Jean-Baptiste Quenot
s that all programs should treat it like a punctuation character, not like a space. */ Best regards, -- Jean-Baptiste Quenot http://caraldi.com/jbq/ [1] http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/localedata/gen-unicode-ctype.c?rev=1.4&content-type=text/x-cvsweb-markup

Re: Is non-breaking space a space?

2003-12-02 Thread Jean-Baptiste Quenot
* Erik Trulsson: > On Tue, Dec 02, 2003 at 01:31:07AM +0100, Jean-Baptiste Quenot wrote: > > > In /usr/src/share/mklocale, the file la_LN.ISO8859-1.src for example > > contains a SPACE definition that includes the non-breaking space. > > It seems that it is so since

Re: Can't find -ldl ...

2003-10-02 Thread Jean-Baptiste Quenot
* Joe Sotham: > I am trying to build resin on a FreeBSD 5.1-p2 release. This does not > appear to be a resin problem ... > Any suggestions? Yes, one suggestion: use www/resin2 or www/resin3 ports. -- Jean-Baptiste Quenot http://carald

Re: USB memory stick

2003-10-02 Thread Jean-Baptiste Quenot
atest current FreeBSD sources (checkout HEAD). Most quirks are now no more needed due to a recent refactoring of USB mass storage drivers. Cheers, -- Jean-Baptiste Quenot http://caraldi.com/jbq/ ___ [EMAIL PROTECTED] mailing list http://lists.fr

Re: Cron

2003-10-10 Thread Jean-Baptiste Quenot
* Scott Rothgaber: > PATH=/bin:/sbin:/usr/bin:/usr/sbin ; export PATH PATH=/bin:/sbin:/usr/bin:/usr/sbin Will do it. -- Jean-Baptiste Quenot http://caraldi.com/jbq/ ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/free

Re: writing pdfs

2003-10-10 Thread Jean-Baptiste Quenot
. If you are interested in Docbook, I suggest reading Bob Stayton's excellent book: http://www.sagehill.net/docbookxsl/ Best regards, -- Jean-Baptiste Quenot http://caraldi.com/jbq/ ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailm

Re: vim and printing

2003-10-13 Thread Jean-Baptiste Quenot
Sometimes I would just like to print the > file and don't want to quit, save, and print it. The command you are looking for is called: hardcopy -- Jean-Baptiste Quenot http://caraldi.com/jbq/ ___ [EMAIL PROTECTED] mailing list http://lists.f

Re: How to get temperature ?

2003-10-19 Thread Jean-Baptiste Quenot
* Victor MARBACH: > Do you know how to get this temperature ? I use sysutils/lmmon. -- Jean-Baptiste Quenot http://caraldi.com/jbq/ ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send

Re: Weirdness with permissions after mounting USB flash drive

2003-10-21 Thread Jean-Baptiste Quenot
dos rw,-m700,noauto 0 0 If /dev is mounted via devfs (FreeBSD 5), you may want to edit /etc/devfs.conf and add a line like below: perm da0s1 0666 Cheers, -- Jean-Baptiste Quenot http://caraldi.com/jbq/ [1] http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/disks.html#USER-FLOPP

Re: Weirdness with permissions after mounting USB flash drive

2003-10-21 Thread Jean-Baptiste Quenot
* Paul Murphy: > Jean-Baptiste Quenot <[EMAIL PROTECTED]> wrote: > > > * Paul Murphy: > > > > > I _can_ read/write to it as root, but I would really like to use > > > it as a non-root user. Any thoughts as to why this is happening? > > > &g

Re: crontab question...

2003-11-01 Thread Jean-Baptiste Quenot
* Xpression: > Hi guys, I was wondering if I have three script files on crontab and > all they are executed at the same hour how it's function ??? AFAICT, cron forks a new process for each job scheduled at the same time. Cheers, -- Jean-Baptiste Quenot http://cara

Re: Weirdness with permissions after mounting USB flash drive

2003-11-01 Thread Jean-Baptiste Quenot
* Paul Murphy: > I'm stumped! Once fstab is properly configured, of course the mount command should be invoked without options and with only one argument, the target directory: mount /mns/usbkey Did you do that? -- Jean-Baptiste Quenot http://caraldi

Re: login.conf and accents weirdness

2003-11-01 Thread Jean-Baptiste Quenot
th more or less, not mutt, so it will be easier to find the solution. Make a test file with special characters not in the 7-bit range, and view it. Cheers, -- Jean-Baptiste Quenot http://caraldi.com/jbq/ ___ [EMAIL PROTECTED] mailing list http://lis

Re: My sound card can't work

2003-11-01 Thread Jean-Baptiste Quenot
/boot/kernel/snd_vibes.ko /boot/kernel/snd_es137x.ko/boot/kernel/snd_sb16.ko $ grep pcm /usr/src/sys/i386/conf/WATT device pcm $ dmesg | grep pcm pcm0: port 0xd400-0xd403,0xd000-0xd003,0xcc00-0xccff irq 11 at device 7.5 on pci0 pcm0: pcm1: port 0xdc00-0xdc3f irq 5 at device 9.0 on

Re: MultiLinking ADSL connections

2003-11-01 Thread Jean-Baptiste Quenot
* Leon Verheem: > Just curious if anyone has experimented with multilinking adsl > connections What's that, multilinking? If you mean provide Internet access to the whole LAN from one adsl connection, it's called NAT, and it's done with ipnat or ppp. Chee

Re: login.conf and accents weirdness

2003-11-01 Thread Jean-Baptiste Quenot
t range, and view it. > > I'm attaching my test file (an actual message). Both under xterm and > console the results are the sime: cat works fine but more and less do > not. Where is the attachment? Cheers, -- Jean-Baptiste Quenot http://caraldi.com/jbq/ __

Re: login.conf and accents weirdness

2003-11-01 Thread Jean-Baptiste Quenot
* Joan Picanyol i Puig: > * Jean-Baptiste Quenot <[EMAIL PROTECTED]> [20031101 15:53]: > > > * Joan Picanyol i Puig: > > > > > I have these lines in /e

Re: login.conf and accents weirdness

2003-11-02 Thread Jean-Baptiste Quenot
e handbook, but I didn't discover anything obvious. The only case where I can reproduce your result is: LC_CTYPE=us-ascii more mail.test. Best regards, -- Jean-Baptiste Quenot http://caraldi.com/jbq/ [1] http://www.freebsd.org/doc/en_US.ISO8859-1/books/ha

Re: Apache-2.0.47 and mod_jk-apache2-1.2.2

2003-11-03 Thread Jean-Baptiste Quenot
example [1]. [1] http://www.geocrawler.com/mail/msg.php3?msg_id=9937574&list=162 You may also want to give a try to Resin, it is intended to be a replacement for Tomcat, free for non-commercial use. See port www/resin2. -- Jean-Baptiste Quenot http://caraldi.com/jbq/ pgp0.pgp Description: PGP signature

Re: Ekiga && FreeBSD 6.0-REL

2006-06-20 Thread Jean-Baptiste Quenot
as broken: Unknown component gnomedocutils. No, ekiga is not currently broken. The last update occured in april, see http://www.freebsd.org/cgi/cvsweb.cgi/ports/net/ekiga/Makefile I will try and update the port to ekiga 2.0.2 as you suggest. Thanks for reporting. Cheers, -- Jean-Baptiste Q

Re: Ekiga && FreeBSD 6.0-REL

2006-06-20 Thread Jean-Baptiste Quenot
* [EMAIL PROTECTED]: > El día Tuesday, June 20, 2006 a las 02:59:04PM +0200, Jean-Baptiste Quenot > escribió: > > > * [EMAIL PROTECTED]: > > > > > > rebelion# make > > > ===> ekiga-2.0.1_2 is marked as broken: Unknown component gnomedocutils. >