Re: c and freebsd

2004-05-19 Thread Cordula's Web
/doc/en_US.ISO8859-1/books/handbook/index.html The Developer's Handbook (Chapter 2 is what you want): http://www.freebsd.org/doc/en_US.ISO8859-1/books/developers-handbook/index.html Happy hacking :-) Cheers, -cpghost. -- Cordula's Web. http://www.cordula.ws

Re: Question regarding reported directory sizes.

2004-05-25 Thread Cordula's Web
do this. Thanks! Jason DiCioccio -- Cordula's Web. http://www.cordula.ws/ ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: File encryption: bdes or gpg

2004-05-26 Thread Cordula's Web
use encrypted filesystems (like gbde) everywhere a tempfile is likely to be dropped (don't forget [/var]/tmp and swap), your data would be much safer. -- Cordula's Web. http://www.cordula.ws/ ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org

Re: File encryption: bdes or gpg

2004-05-26 Thread Cordula's Web
/idea/gpg/... on top of gbde (storing an encrypted file on an encrypted filesystem). The openssl(1) binary can also be used to encrypt individual files using a lot of possible ciphers. But you need to be careful with it, because you can very easily shoot yourself in the foot ;-) -- Cordula's Web

Re: please help my mail and me!

2004-06-04 Thread Cordula's Web
of mailbox_transport if you want mail to your system accounts to be stored in Postfix's local store rather than LMTP/Cyrus. Mail sent to addresses without Unix account/alias will be sent to LMTP. and what's the best way of managing imap users? cyradm -- Cordula's Web. http://www.cordula.ws

Re: How to make a screenshot?

2004-06-04 Thread Cordula's Web
you're connected to the Or just use xwd(1). -- Cordula's Web. http://www.cordula.ws/ ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

FreeBSD on Soekris Boards (Was: Re: Leaving a server on all day)

2004-06-08 Thread Cordula's Web
? It would be great to have everything in one place :) Thanks, -cpghost. -- Cordula's Web. http://www.cordula.ws/ ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL

Re: Platforms, OSes,etc.

2004-06-12 Thread Cordula's Web
here. Cheers, -cpghost. -- Cordula's Web. http://www.cordula.ws/ ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Devil Mascot

2004-06-14 Thread Cordula's Web
For clarity: it refers to background server processes, not evil. The penguin refers to nothing. Tux looks cute, but does it stand for (code) bloat? ;-) -- Cordula's Web. http://www.cordula.ws/ ___ [EMAIL PROTECTED] mailing list http

Compiling only the base system?

2004-06-14 Thread Cordula's Web
, the unpacked files. Same for /cdrom/crypto. Is that possible without having to download the complete CVS repo and making a custom (snapshot) release? Thanks, -cpghost. -- Cordula's Web. http://www.cordula.ws/ ___ [EMAIL PROTECTED] mailing list http

Re: Compiling only the base system?

2004-06-15 Thread Cordula's Web
. There is certainly some magic in .mk files to do this. I'm just too blind to find it... Thanks, -cpghost. -- Cordula's Web. http://www.cordula.ws/ ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions

Re: Compiling only the base system?

2004-06-17 Thread Cordula's Web
/tools/nanobsd directory. There's also some discussion on this in the archives. Ah yes. Tweaking make.conf variables like this generates a useable object tree! Thanks for all the help, -cpghost. -- Cordula's Web. http://www.cordula.ws/ ___ [EMAIL

Re: [FreeBSD] Ftp Server

2004-06-18 Thread Cordula's Web
but I need to point the ftp to the right directory /usr/local/www/data (I believe) How do I do this? Set the home directory of that user to /usr/local/www/data. Use 'vipw' to edit the password file directly. -- Cordula's Web. http://www.cordula.ws

Re: BSD on a floppy?

2004-06-29 Thread Cordula's Web
picobsd. -- Cordula's Web. http://www.cordula.ws/ ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Snapshot question

2004-06-29 Thread Cordula's Web
? If you use dump -L, the snapshot is created, opened, and immediately unlinked, then the open file is saved. After dump exits, the snapshot file is pysically released. Are you creating a snapshot manually? What commands do you use exactly? -- Cordula's Web. http://www.cordula.ws

Re: Snapshot question

2004-06-30 Thread Cordula's Web
on a very active FS are still 100% stable. Since you're mounting the snapshot read-only, nothing _should_ change. Anyone else experiencing this behaviour? -cpghost. -- Cordula's Web. http://www.cordula.ws/ ___ [EMAIL PROTECTED] mailing list http

Reading a DVD with a scratch

2004-07-01 Thread Cordula's Web
of the file, and cat both parts. The problem probably boils down to: how can a process detect beginning and end of the scratch, without freezing in read(2)? Any ideas how to do it? Thanks, -cpghost. -- Cordula's Web. http://www.cordula.ws/ ___ [EMAIL

BOINC SETI Version for FreeBSD?

2004-07-01 Thread Cordula's Web
Hi, any chance to see a port of the BOINC version of setiathome in the future? Source code to both boinc and seti boinc is available, but no port yet... Could a ports guru please have a look? Thanks. -- Cordula's Web. http://www.cordula.ws

Re: BOINC SETI Version for FreeBSD?

2004-07-01 Thread Cordula's Web
Remko Lodder: Cordula's Web wrote: any chance to see a port of the BOINC version of setiathome in the future? Source code to both boinc and seti boinc is available, but no port yet... Could a ports guru please have a look? I very recently (yesterday?) saw somone who almost ported

Time-limited login?

2003-10-27 Thread Cordula's Web
and other PAMified modules. Is there a PAM module for FreeBSD which implements this feature (or a port to such a module)? And if yes, will all PAMified daemons in FreeBSD support/honor them? Thanks. -- Cordula's Web. http://www.cordula.ws/ ___ [EMAIL

Re: Log every access to a file

2003-10-27 Thread Cordula's Web
way? Perhaps some kind of debugging option in the VFS or UFS (1 or 2) code? Or a modified union-fs or nullfs layer, which would intercept all filesystem calls and log them? Hmmm... -- Cordula's Web. http://www.cordula.ws/ ___ [EMAIL PROTECTED] mailing

Re: learning source

2004-01-13 Thread Cordula's Web
on board and happy hacking! :) -- Cordula's Web. http://www.cordula.ws/ ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Information

2004-01-13 Thread Cordula's Web
clones. SPARC = Scalable Processor ARChitecture A processor type developed by Sun. Google is your friend... -- Cordula's Web. http://www.cordula.ws/ ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions

Re: Does FreeBSD try this w .......

2004-01-15 Thread Cordula's Web
://www.freebsdfoundation.org/ They already made an agreement with Sun Microsystems regarding Java. Oracle could contact them too, if they need an official point of contact... -- Cordula's Web. http://www.cordula.ws/ ___ [EMAIL PROTECTED] mailing list http

Re: [was: Cutting the power ... ] Journaling file system

2004-01-19 Thread Cordula's Web
. Perhaps someone's doing research on a filesystem type that is kindlier to flash media? -- Cordula's Web. http://www.cordula.ws/ ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail

Re: New freebsd user here

2004-01-19 Thread Cordula's Web
library. You need -lstdc++ Or use c++ (instead of cc or gcc) which includes the C++ Standard Library automatically. -- Cordula's Web. http://www.cordula.ws/ ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions

Re: latency

2004-01-21 Thread Cordula's Web
servers, XFree86 and a lot of other stuff is running at the same time. No problems at all with latency AFAICS. -- Cordula's Web. http://www.cordula.ws/ ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions

Re: ALSA drivers

2004-01-21 Thread Cordula's Web
Does FreeBSD supports ALSA drivers? No. FreeBSD comes with its own sound drivers (see pcm(4)). Most sound chips are supported right out of the box. Good luck. -- Cordula's Web. http://www.cordula.ws/ ___ [EMAIL PROTECTED] mailing list http

Re: how to tell if my ISP is blocking email web ports

2004-01-21 Thread Cordula's Web
tripwire etc...), and tread on the side of caution. -- Cordula's Web. http://www.cordula.ws/ ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: remote X display

2004-01-22 Thread Cordula's Web
command) 2. The communication between server and client is encrypted Of course, YMMV. NOTE: Please CC me, as I am not currently subscribed. Thanks. jm -- My other computer is your windows box. -- Cordula's Web. http://www.cordula.ws

Re: remote X display

2004-01-22 Thread Cordula's Web
this before, now that I think about it. Thanks for the reminder. Do I do this from the console or from an xterm? In other words, should X already be running? X should be already running. -- Cordula's Web. http://www.cordula.ws/ ___ [EMAIL PROTECTED

Re: C programming: ADT support

2004-01-22 Thread Cordula's Web
-- Cordula's Web. http://www.cordula.ws/ ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: framebuffers?

2004-01-23 Thread Cordula's Web
the text modes your card can do. You may need to tweak your kernel config file, or kldload vesa for this to work. -- Cordula's Web. http://www.cordula.ws/ ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions

Re: /dev/dsp: Device busy

2004-01-24 Thread Cordula's Web
/dev/dsp: Device busy esd is the culprit. -- Cordula's Web. http://www.cordula.ws/ ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: /dev/dsp: Device busy

2004-01-24 Thread Cordula's Web
dunno exactly. I'm using a brute-force work-around here: #!/bin/sh # playmp3.sh -- brute force mpg123 (Bug: /dev/dsp: Device busy) until (mpg123 $1) do sleep 1; done Ugly, but better than nothing. -- Cordula's Web. http://www.cordula.ws/ ___ [EMAIL

Re: rename shell command

2004-01-26 Thread Cordula's Web
filename fixer $op = shift or die Usage: rename expr [files]\n; chomp(@ARGV = STDIN) unless @ARGV; for (@ARGV) { $was = $_; eval $op; die $@ if $@; rename($was,$_) unless $was eq $_; } -- Cordula's Web. http://www.cordula.ws/ ___ [EMAIL

Re: Debugger for XSLT ?

2004-01-26 Thread Cordula's Web
I'm learning XSLT and thought a debugger might be helpful. Are there any tools in ports to debug or single-step through XSLT transforms? Most XSLT processors include debug flags that generate verbose output. Which processor are you using? -- Cordula's Web. http://www.cordula.ws

TTF editor for FreeBSD?

2004-01-26 Thread Cordula's Web
Hello, I'm looking for a ttf (truetype fonts) editor on FreeBSD. Any idea? Thanks. -- Cordula's Web. http://www.cordula.ws/ ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail

Re: TTF editor for FreeBSD?

2004-01-27 Thread Cordula's Web
On Tue, 27 Jan 2004 00:55:51 -0600) Dan Nelson wrote: In the last episode (Oct 29), Cordula's Web said: Hello, I'm looking for a ttf (truetype fonts) editor on FreeBSD. Any idea? pfaedit, in ports, will edit ttf and postscript fonts. Great, that's exactly what I was looking

Re: Retired Linux user wants to switch

2004-01-29 Thread Cordula's Web
/44doc/papers/jail/jail.html Thank you, Mike Machuidel ;) Good luck and welcome to FreeBSD! :) -- Cordula's Web. http://www.cordula.ws/ ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send

Re: Ctrl+Alt+Delete

2004-01-29 Thread Cordula's Web
(by default, it is Ctl-Alt-Del), so that the casual user may not accidentally reboot the system. in the kernel config file (great for unattended, publicly accessible machines!). -- Cordula's Web. http://www.cordula.ws

Re: apache is seg faulting. why ?

2004-01-30 Thread Cordula's Web
Jan 30 10:53:49 webserver /kernel: pid 20682 (httpd), uid 80: exited on signal 11 Please have a look at the output of dmesg. Is apache the only program that sig(s) 11? You may have a hardware problem. Do you use ECC RAM? -- Cordula's Web. http://www.cordula.ws

Re: Looking for a good multiple protocol proxy!!

2004-01-31 Thread Cordula's Web
I am looking for a proxy server that has the following features. /usr/ports/net/delegate. It doesn't support everything, but is good enough for most day to day tasks. YMMV. -- Cordula's Web. http://www.cordula.ws/ ___ [EMAIL PROTECTED] mailing list

Transferring the root filesystem to a ramdisk?

2004-01-31 Thread Cordula's Web
with regular diskless machines? Thanks, -cpghost. -- Cordula's Web. http://www.cordula.ws/ ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Transferring the root filesystem to a ramdisk?

2004-01-31 Thread Cordula's Web
) is possible this way. Thanks, -cpghost. -- Cordula's Web. http://www.cordula.ws/ ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Transferring the root filesystem to a ramdisk?

2004-02-03 Thread Cordula's Web
. We've finally decided to use flash ram for the root device, and avoid the complete issue of moving root. Thanks again for all the help and insights. -cpghost. -- Cordula's Web. http://www.cordula.ws/ ___ [EMAIL PROTECTED] mailing list http

Re: Sendmail questions

2004-02-09 Thread Cordula's Web
the learning process for sendmail? I can be quite trivial at times. :) sendmail Cookbook by Craig Hunt (O'Reilly) is great if you want to learn-by-examples. -- Cordula's Web. http://www.cordula.ws/ ___ [EMAIL PROTECTED] mailing list http

Re: Can Freebsd run on linux?

2004-02-23 Thread Cordula's Web
to a Linux mailing list. BTW, can an instance of FreeBSD run on Linux S/390? Or in other virtualized environments? -- Cordula's Web. http://www.cordula.ws/ ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions

Re: slice X?

2004-02-28 Thread Cordula's Web
... -- Cordula's Web. http://www.cordula.ws/ ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: DNSBL - including descriptive text in sendmail error message

2004-03-03 Thread Cordula's Web
opm.blitzed.org, reject_rbl_client dnsbl.sorbs.net, # . more restrictions here . The descriptive text, if provided by the blacklist as a TXT DNS record, is then always included in the bounce message. G'luck! -- Cordula's Web. http://www.cordula.ws

Re: one simple question

2004-03-04 Thread Cordula's Web
] No such thing as: and$0xfff0,%esp Are you using gcc 3.3.x? Anyway, this code looks like it would align the stack the stack pointer... best regards Chungwei -- Cordula's Web. http://www.cordula.ws/ ___ [EMAIL PROTECTED] mailing

Re: one simple question

2004-03-04 Thread Cordula's Web
. best regards, Chungwei -- Cordula's Web. http://www.cordula.ws/ ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: /usr/src/UPDATING vs FreeBSD Security Advisory FreeBSD-SA-04:04.tcp

2004-03-06 Thread Cordula's Web
against those in the advisory. -- Cordula's Web. http://www.cordula.ws/ ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Recommend MTA

2004-03-06 Thread Cordula's Web
/programs, so postfix _may_ be a better alternative. As you see, it's a difficult question, because it depends a lot upon your environment, requirements, levels of skills and personal tastes. -- Cordula's Web. http://www.cordula.ws/ ___ [EMAIL

Re: Recommend MTA

2004-03-08 Thread Cordula's Web
. -- Cordula's Web. http://www.cordula.ws/ ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re:

2004-03-09 Thread Cordula's Web
and help fix stuff. * Have fun exploring /usr/src :-) -- Cordula's Web. http://www.cordula.ws/ ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Maybe a stupid question but....

2004-03-09 Thread Cordula's Web
://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/anoncvs.html And here's the list of tags/branches: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cvs-tags.html In any case, PLEASE use a mirror! Alina Groulx -- Cordula's Web. http://www.cordula.ws

Re: Remote access in 5.1

2004-03-10 Thread Cordula's Web
. -- Cordula's Web. http://www.cordula.ws/ ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: IDE cd-burner, Can it be done???

2004-03-10 Thread Cordula's Web
I have a IDE cd-burner in my FreeBSD 5.1 box. I have installed cdrecord from the ports but this looks like it needs a SCSI drive. Is there a CMD line cd-record package that works with a IDE cd-burner. Here is a line from dmesg: /usr/sbin/burncd -- Cordula's Web. http://www.cordula.ws

Re: Format floppy problem

2004-03-16 Thread Cordula's Web
floppy command for FreeBSD. -- Cordula's Web. http://www.cordula.ws/ ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Demande de conseille

2004-03-18 Thread Cordula's Web
par ppp und compiler des sources par gcc/g++ simultanement sans aucains problemes... Bonne chance! -- Cordula's Web. http://www.cordula.ws/ ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe

Re: FreeBSD Logo Usage

2004-03-24 Thread Cordula's Web
permission from Kirk McKusick, http://www.mckusick.com/ See also: http://www.mckusick.com/beastie/mainpage/copyright.html Thank you for your time. Adam Hansen Co-Founder North Iowa Open Source Users Group -- Cordula's Web. http://www.cordula.ws

Re: Very long URL with malice intended

2004-03-27 Thread Cordula's Web
? Any suggestions on a way to stop these much appreciated. Best regards, Jack L. Stone, Administrator Sage American http://www.sage-american.com [EMAIL PROTECTED] -- Cordula's Web. http://www.cordula.ws/ ___ [EMAIL PROTECTED] mailing list http

Re: remote X display

2004-04-04 Thread Cordula's Web
a monitor or not. That box doesn't even need an X server (wether running or not). Only X clients and X libraries are needed on the remote machine. -- Cordula's Web. http://www.cordula.ws/ ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org

Re: can you help me decide

2004-04-12 Thread Cordula's Web
and FreeBSD. I just want a desktop and i heard they all make good ones If you're new to the BSDs, FreeBSD may be easier to start with. This shouldn't prevent you from trying out the other variants too. -- Cordula's Web. http://www.cordula.ws/ ___ [EMAIL

No gethostbyname_r() in FreeBSD?

2003-11-13 Thread Cordula's Web
, cpghost. -- Cordula's Web. http://www.cordula.ws/ ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Missing cvsupit?

2003-11-13 Thread Cordula's Web
compress src-all ports-all tag=. doc-all tag=. cut here --- cut here - -- Cordula's Web. http://www.cordula.ws/ ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail

Re: apache install problem

2003-11-13 Thread Cordula's Web
forget to use the -dist templates in /usr/local/etc/apache2, e.g.: cp mime.times-dist mime.types Good luck. -- Cordula's Web. http://www.cordula.ws/ ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions

Re: sound question

2003-11-13 Thread Cordula's Web
Of course, a solution would be better than a work-arond :) -- Cordula's Web. http://www.cordula.ws/ ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: sound question

2003-11-13 Thread Cordula's Web
, but can't, for some obscure reason. Of course, this is just a wild guess. -- Cordula's Web. http://www.cordula.ws/ ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL

Re: No gethostbyname_r() in FreeBSD?

2003-11-13 Thread Cordula's Web
in this special case]. I'll google for the synopsis of gethostbyname_r() now. Thanks for clarifying this! -- Cordula's Web. http://www.cordula.ws/ ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send

Re: Sound card

2003-11-14 Thread Cordula's Web
card is recognized. Good luck. -- Cordula's Web. http://www.cordula.ws/ ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Sound card

2003-11-14 Thread Cordula's Web
was the output of 'kldload snd'? 'kldstat'? -- Cordula's Web. http://www.cordula.ws/ ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Sound card

2003-11-14 Thread Cordula's Web
-- Cordula's Web. http://www.cordula.ws/ ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Sound card

2003-11-14 Thread Cordula's Web
/kernel/snd_sbc.ko should work. Try RTFM: $ man 4 pcm $ man 4 sbc $ man 4 sb16 Good luck. -- Cordula's Web. http://www.cordula.ws/ ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send

Re: C

2003-11-16 Thread Cordula's Web
'cc' as backend? -- Cordula's Web. http://www.cordula.ws/ ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: C

2003-11-16 Thread Cordula's Web
/devel/ddd And of course (though you have to get used to it, but when you have, you'll LOVE it)...[:-)] Emacs : /usr/ports/editors/emacs21/ -- Cordula's Web. http://www.cordula.ws/ ___ [EMAIL PROTECTED] mailing list http

Re: C

2003-11-17 Thread Cordula's Web
... The reason I like emacs so much, is that you can (also) use it in a text console, but it still provides the ability to edit multiple source files simultaneously in internal buffers; something that is _really_ useful in multi-file projects. -- Cordula's Web. http://www.cordula.ws

Re: Network messaging

2003-11-19 Thread Cordula's Web
reply, but it is a reply nonetheless. Of course, if you need more information, you need a client/server implementation. You could e.g. enable 'daytime' in /etc/inetd.conf (and start inetd), if you need the local time of the host, etc... -- Cordula's Web. http://www.cordula.ws

Re: Network messaging

2003-11-19 Thread Cordula's Web
the contents of a directory, e.g. the directory which contains the image. Then a simple % ssh [EMAIL PROTECTED] ls somedir would tell you all you need to know. Please refer to ssh documentation, on how to avoid having to use a pass phrase everytime you want to access a remote host. -- Cordula's Web

Re: Terminal Server

2003-11-21 Thread Cordula's Web
bootprom ? Have you read the Handbook? http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/diskless.html -- Cordula's Web. http://www.cordula.ws/ ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions

Re: Static IP and fully qualified domain names

2003-11-21 Thread Cordula's Web
for you if you asked them. -- Cordula's Web. http://www.cordula.ws/ ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Static IP and fully qualified domain names

2003-11-22 Thread Cordula's Web
. -- Cordula's Web. http://www.cordula.ws/ ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Monitoring a file?

2003-11-22 Thread Cordula's Web
. -- Cordula's Web. http://www.cordula.ws/ ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Monitoring a file?

2003-11-23 Thread Cordula's Web
on irix or linux), or polls the files with lstat(). It could be extended to use kevent(2) on FBSD... Unfortunately, it still doesn't know which process accessed the files. Hmmm... Thank you. -- Cordula's Web. http://www.cordula.ws/ ___ [EMAIL

Re: Monitoring a file?

2003-11-23 Thread Cordula's Web
the activity? And why do I suddenly crave a bowl of alphabet soup? That is precisely the problem here. -- Cordula's Web. http://www.cordula.ws/ ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions

Re: Monitoring a file?

2003-11-23 Thread Cordula's Web
rogue program. And no, there's nothing in crontab either However, the problem is more general than this. I just hoped that a generic solution exists. Greg Thank you for all the help. -- Cordula's Web. http://www.cordula.ws/ ___ [EMAIL PROTECTED

Re: Monitoring a file?

2003-11-23 Thread Cordula's Web
at all. Do we have mandatory locks in FreeBSD? Thank you. -- Cordula's Web. http://www.cordula.ws/ ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Monitoring a file?

2003-11-23 Thread Cordula's Web
compromised on that machine. The malicious code was in /usr/src/bin/sh/exec.c:shellexec() Additionally, cvsup (and perhaps other programs) must have been corrupt too, because code in /usr/src/bin/sh was never updated. Ugh... system clean again at last. :) Thank you for all your help! -- Cordula's

Re: Monitoring a file?

2003-11-23 Thread Cordula's Web
reconfigurations. Good that this happened before monday! ;) Thank you. -- Cordula's Web. http://www.cordula.ws/ ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: while I have your attention... Names, copyright and IPv6

2003-11-23 Thread Cordula's Web
Architectures caia.swin.edu.au [EMAIL PROTECTED] IM:bulwynkl2002 And some run up hill and down dale, knapping the chucky stones to pieces wi' hammers, like so many road makers run daft. They say it is to see how the world was made. Sir Walter Scott, St. Ronan's Well 1824 -- Cordula's Web. http

Re: IPv6

2003-11-23 Thread Cordula's Web
it is deeply intertwined with the routing protocols that all network operators use to transmit data on the Internet. You may ask how network operators get their IP address blocks. Check out IANA: http://www.iana.org/ especially: http://www.iana.org/ipaddress/ip-addresses.htm -- Cordula's Web. http

Re: while I have your attention... Names, copyright and IPv6

2003-11-23 Thread Cordula's Web
, you're absolutely uncertain here. You should really seek legal advice to be sure. -- Cordula's Web. http://www.cordula.ws/ ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail

Re: Ooops - Re: while I have your attention... Names, copyright and IPv6

2003-11-23 Thread Cordula's Web
... Well, yes... -- Cordula's Web. http://www.cordula.ws/ ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Ooops - Re: while I have your attention... Names, copyright and IPv6

2003-11-23 Thread Cordula's Web
Extensions to Support IP Version 6 October 2003. http://www.rfc-editor.org/ -- Cordula's Web. http://www.cordula.ws/ ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL

Re: usb digital camera

2003-11-24 Thread Cordula's Web
files on any other filesystem. Don't forget to umount /mnt before turning the device off :) Good luck! -- Cordula's Web. http://www.cordula.ws/ ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe

Re: Block IP

2003-11-25 Thread Cordula's Web
. Moreoever, no UDP or ICMP packets would reach the blocked IP address. You can also block a whole subnet this way. The real solution is to enable a firewall at the interface level, or perhaps even add an ACL on your router (if you control your upstream router). -- Cordula's Web. http

Re: Block IP

2003-11-26 Thread Cordula's Web
the traffic. See ipfw(8). -- Cordula's Web. http://www.cordula.ws/ ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Wifi ipsec freebsd

2003-11-26 Thread Cordula's Web
their wifi connection. I hope this is useful. [snip] Tim, could you consider submitting this to the documentation team? It would make a great article! http://www.freebsd.org/docproj/submitting.html -- Cordula's Web. http://www.cordula.ws/ ___ [EMAIL

Re: FreeBSD DRIVER DEVELOPMENT

2003-12-02 Thread Cordula's Web
circumstances trash the filesystem with it! [Same under Linux or any other OS] Good luck and happy hacking! -- Cordula's Web. http://www.cordula.ws/ ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions

  1   2   >