Re: [SSHd] Increasing wait time?

2008-05-07 Thread Mel
, not sure how it scales up. So if I copy over some files via scp, I can lock myself out. Fun stuff ;) -- Mel Problem with today's modular software: they start with the modules and never get to the software part. ___ freebsd-questions@freebsd.org

Re: Delaying pf.conf loading

2008-05-07 Thread Mel
in ${pf_dyntables_list}; do echo Loading table $table cat ${pf_dyntables_dir}/${table} |/usr/bin/xargs \ ${pf_program} -t ${table} -Tadd done else echo hi fi } run_rc_command $1 -- Mel Problem with today's modular software: they start with the modules and never

Re: minpasswordlen and login.conf not working on 6 or 7 series

2008-05-07 Thread Mel
didn't read the login.conf manpage: The minpasswordlen and minpasswordcase facilities for enforcing restric- tions on password quality, which used to be supported by login.conf, have been superseded by the pam_passwdqc(8) PAM module. -- Mel Problem with today's modular software

Re: minpasswordlen and login.conf not working on 6 or 7 series

2008-05-07 Thread Mel
an error when it sees that capability and it will also set the default value, if applicable. Programs can use getcap(3) to consult the value. For instance you could write your own login program, or consult and enforce it through a webpage, or implement it in a server program. -- Mel Problem

Re: configure: how to tell what options were used

2008-05-06 Thread Mel
be tedious. -- Mel Problem with today's modular software: they start with the modules and never get to the software part. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any

Re: What is CPP's real default include path?

2008-05-05 Thread Mel
, it's not a good idea to copy headers. Look for a --with-iconv=/usr/local option and failing that, change CFLAGS and LDFLAGS in the environment when configuring. -- Mel Problem with today's modular software: they start with the modules and never get to the software part

Re: What is CPP's real default include path?

2008-05-05 Thread Mel
On Monday 05 May 2008 20:42:23 Walt Pawley wrote: At 12:06 PM +0200 5/5/08, Mel wrote: On Monday 05 May 2008 10:12:05 Walt Pawley wrote: I've been fiddling with compiling nzbget-0.4.0 on a 6.3 system. My initial efforts failed the configuration process for not finding iconv.h

Re: [6.3] Keeping host up to date

2008-05-04 Thread Mel
Makefile if present. But since you can make your own packages, it is perfectly ok to use a build 'server' and upgrade 'client' machines using your own packages and your own options. -- Mel Problem with today's modular software: they start with the modules and never get to the software part

Re: FreeBSD Server Settings Consult

2008-05-02 Thread Mel
the primary purpose of the machine - why are things like ipc tuned? kern.maxfilesperproc=65536 The above will only work with programs that use open(2) exclusively and not fopen, because fopen is limited to SHRT_MAX, being 32767. -- Mel Problem with today's modular software: they start

Re: handling stale dependencies

2008-05-02 Thread Mel
-- Mel Problem with today's modular software: they start with the modules and never get to the software part. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail

Re: dmesg empty after shutdown -r

2008-05-01 Thread Mel
Everything seems to be running normally, except dmesg produces no output, and /var/run/dmesg.boot is zero bytes long. Does anyone have any ideas why this would ever occur? Or even how it could occur? dmesg -M doesn't show anything either? -- Mel Problem with today's modular software: they start

Re: Nut problem and last message repeated in dmesg

2008-05-01 Thread Mel
disconnects are not handled correctly and just generate hundreds of messages about stale data, rather then refreshing the data. -- Mel Problem with today's modular software: they start with the modules and never get to the software part. ___ freebsd

Re: 7.0-RELEASE + newer kernel

2008-05-01 Thread Mel
release to stable? I have to compile everything myself from the sources, right? As well as for any update? The handbook has an entire section for this: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cutting-edge.html -- Mel Problem with today's modular software: they start

Re: dmesg empty after shutdown -r

2008-05-01 Thread Mel
On Thursday 01 May 2008 13:58:45 A. Hamilton-Wright wrote: On Thursday 01 May 2008 01:58:46 A Hamilton-Wright wrote: After shutdown -r now and the subsequent reboot, I have (... no dmesg) On Thu, 1 May 2008, Mel wrote: dmesg -M doesn't show anything either? Wish I'd thought to try

Re: Recovering mysql data - mysqlbinlog

2008-05-01 Thread Mel
and the ib_logfiles which would have been useful, but the data I am trying to recover is from a MyISAM. I take it you tried myisamchk? -- Mel Problem with today's modular software: they start with the modules and never get to the software part. ___ freebsd

Re: Recovering mysql data - mysqlbinlog

2008-05-01 Thread Mel
On Thursday 01 May 2008 21:13:41 John wrote: Thank you Mel and Paul for the suggestions. From what I understand the general query log is more for debugging and the binary log is for point in time recovery and replication. I'll be adding a my.cnf file (using the my-large.cnf as a skeleton

Re: Recovering mysql data - mysqlbinlog

2008-05-01 Thread Mel
On Thursday 01 May 2008 22:24:33 Paul Schmehl wrote: --On Thursday, May 01, 2008 21:52:05 +0200 Mel [EMAIL PROTECTED] wrote: On Thursday 01 May 2008 21:13:41 John wrote: Thank you Mel and Paul for the suggestions. From what I understand the general query log is more for debugging

Re: HDD missing from sysinstall

2008-05-01 Thread Mel
-debug.html -- Mel Problem with today's modular software: they start with the modules and never get to the software part. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any

Re: ACPI can only be compiled into the kernel on the amd64 and ia64 platforms

2008-05-01 Thread Mel
, rather then a directory outside the source tree. In other words, not enough info (aside from the missing question). -- Mel Problem with today's modular software: they start with the modules and never get to the software part. ___ freebsd-questions

Re: TERM

2008-05-01 Thread Mel
a while. ctrl-a for HOME and ctrl-e for END should work, regardless of client. -- Mel Problem with today's modular software: they start with the modules and never get to the software part. ___ freebsd-questions@freebsd.org mailing list http

Re: ACPI can only be compiled into the kernel on the amd64 and ia64 platforms

2008-05-01 Thread Mel
part, all I did is cp GENERIC dd then vi dd, then config dd and then tried compiling and it threw me an error right away. Ah, the old config way. Better to use buildkernel target in /usr/src. What's your uname -m? -- Mel Problem with today's modular software: they start with the modules

Re: Install port without man page

2008-04-30 Thread Mel
being present, meaning man/man[1-9] directories should be below it. -- Mel Problem with today's modular software: they start with the modules and never get to the software part. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org

Re: BSDL C data structure library

2008-04-30 Thread Mel
be extremely happy and willing to write one for the BSD community. Well, partly. queue(3) shows you the linked lists/queues that are basically a preprocessor hack, but work quite well. I personally dont know about anything in base, for the other structures mentioned on the GDSL homepage. -- Mel Problem

Re: Where to have my .so files install?

2008-04-19 Thread Mel
they'd take that outof the skel). Add /opt/etc/rc.d to local_startup in /etc/rc.conf Add /opt/lib to ldconfig_paths in /etc/rc.conf -- Mel Problem with today's modular software: they start with the modules and never get to the software part

Re: FreeBSD 7.0 not reading rc.conf at startup

2008-04-19 Thread Mel
in there? Gutshot guess, the polkitd_enable is missing. -- Mel Problem with today's modular software: they start with the modules and never get to the software part. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo

Re: disaster recovery: I can't login

2008-04-19 Thread Mel
. And at this point, you should reboot the machine in single user mode. You can then pick /bin/sh as the shell. -- Mel Problem with today's modular software: they start with the modules and never get to the software part. ___ freebsd-questions@freebsd.org mailing

Sidetracked: why gjournal over soft-updates (Was: Re: UFS2 Journaling implementation detail)

2008-04-19 Thread Mel
is as safe as with journal 2) If you have soft-updates fsck will run in the background 3) Soft-updates don't require diskspace. So...other then journaling filesystems are cool, what's the real advantage? -- Mel Problem with today's modular software: they start with the modules and never get

Re: [SSHd] Limiting access from authorized IP's

2008-04-18 Thread Mel
with the base system. -- Mel Problem with today's modular software: they start with the modules and never get to the software part. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send

Re: usb serial line speed limits

2008-04-18 Thread Mel
function it appears in.) *** Error code 1 Where can I dig out more info on how to proceed? Unfortunately my understanding of C and the rest is rather limited... /usr/src/sys/sys/termios.h defines the baud rates. Next one up from 115200 is B230400. Max is B921600. -- Mel Problem with today's

Re: [SSHd] Limiting access from authorized IP's

2008-04-18 Thread Mel
-possible { match = Did not receive identification string from %IP%; threshold = 3; interval = 60; reaction = /sbin/pfctl -t scans -Tadd %IP%; }; }; -- Mel Problem with today's modular software: they start with the modules

Re: [SSHd] Limiting access from authorized IP's

2008-04-18 Thread Mel
On Friday 18 April 2008 20:53:37 Paul Schmehl wrote: --On Friday, April 18, 2008 20:30:53 +0200 Mel [EMAIL PROTECTED] wrote: On Friday 18 April 2008 16:53:49 Paul Schmehl wrote: Firewalls are for preventing access to running services. By definition, if you are running a service, you want

Re: FTP server behind firewall?

2008-04-17 Thread Mel
get tedious if you have multiple small files, or filesizes in the order 100M. -- Mel Problem with today's modular software: they start with the modules and never get to the software part. ___ freebsd-questions@freebsd.org mailing list http

Re: Check Out Your Winning.

2008-04-17 Thread Mel
@chat maybe? Or better @/dev/null? Bad enough some spam gets through. -- Mel Problem with today's modular software: they start with the modules and never get to the software part. ___ freebsd-questions@freebsd.org mailing list http

Re: FreeBSD-EN-08:01.libpthread

2008-04-17 Thread Mel
then make install. If that doesn't work, report back with your kern.securelevel and whether /lib is mounted read only or not. -- Mel Problem with today's modular software: they start with the modules and never get to the software part

Re: How do I use more process memory with mysqld

2008-04-16 Thread Mel
On Wednesday 16 April 2008 10:08:44 Vikash Badal wrote: -Original Message- From: Mel [mailto:[EMAIL PROTECTED] Sent: 15 April 2008 07:52 PM To: freebsd-questions@freebsd.org Cc: Vikash Badal Subject: Re: How do I use more process memory with mysqld On Tuesday 15 April 2008

Re: Using flags with portinstall of apache?

2008-04-16 Thread Mel
On Wednesday 16 April 2008 17:19:04 Derek Ragona wrote: If you want SSL, you need to install that port first. Err, why? It's apache22, not the old days of apache13-ssl/apache13-modssl/apache13-foossl. -- Mel Problem with today's modular software: they start with the modules and never get

Re: How can I access video tape under FBSD?

2008-04-16 Thread Mel
gonna be a few requests like this with harddisk space being cheap and old home movies hitting the expiring date. -- Mel Problem with today's modular software: they start with the modules and never get to the software part. ___ freebsd-questions

Re: Will USE_PYTHON accept my existing Python version?

2008-04-16 Thread Mel
. Set this in your /etc/make.conf # in case you want to use an older version as a default. # default: python2.5 # -- Mel Problem with today's modular software: they start with the modules and never get to the software part

Re: glXIsDirect failed

2008-04-15 Thread Mel
ABI class: X.Org Server Extension, version 0.3 That's software GL. You need a driver for your video card and you don't mention which one you have. -- Mel Problem with today's modular software: they start with the modules and never get to the software part

Re: Install port without man page

2008-04-15 Thread Mel
directory on the image build machine to a different location and then unmount it from under the image once all ports are installed. Linking to /dev/null as suggested will likely screw with install targets. -- Mel Problem with today's modular software: they start with the modules and never

Re: Install port without man page

2008-04-15 Thread Mel
a fixed target to install manpages when using imake. Gmake/autotools ports include the man page install in the main install target in between 10 or 20 fake targets to support the autotools experience and making it next to impossible to seperate installstages. -- Mel Problem with today's modular

Re: How do I use more process memory with mysqld

2008-04-15 Thread Mel
On Tuesday 15 April 2008 17:07:14 Vikash Badal wrote: datasize 33554432 kB That says 3G. 48647 mysql 35 200 963M 938M kserel 0 718.9H 22.17% mysqld Your my.cnf is missing. Are you sure you're allowing mysql to go beyong 1G? -- Mel Problem with today's modular

Re: overnight upgrade interrupted by questions

2008-04-15 Thread Mel
} config_port -- Mel Problem with today's modular software: they start with the modules and never get to the software part. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any

Re: Install port without man page

2008-04-15 Thread Mel
, then you can do so mtree -ude -f /etc/mtree/BSD.local.dist -p /build/local mkdir /mnt/man mount -t nullfs /build/local/man /mnt/man cd /usr/ports/shells/bash make PKG_DBDIR=/var/db/pkg PREFIX=/mnt install -- Mel Problem with today's modular software: they start with the modules and never get

Re: strange file-permission problem

2008-04-15 Thread Mel
the default GID for dovecot is 143, I suspect you have two dovecot groups. ls -ln should show you the numeric group id. -- Mel Problem with today's modular software: they start with the modules and never get to the software part. ___ freebsd-questions

Re: overnight upgrade interrupted by questions

2008-04-15 Thread Mel
-- Mel Problem with today's modular software: they start with the modules and never get to the software part. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail

Re: How to switch scheduler on 7.0?

2008-04-15 Thread Mel
? -- Mel Problem with today's modular software: they start with the modules and never get to the software part. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail

Re: determining what's in the base system

2008-04-15 Thread Mel
installed by ports. -- Mel Problem with today's modular software: they start with the modules and never get to the software part. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe

Re: DNS server Problem

2008-04-14 Thread Mel
/en_US.ISO8859-1/books/handbook/system-administration.html It will soon answer your question and you will pick up the basics of FreeBSD administration very quickly. -- Mel Problem with today's modular software: they start with the modules and never get to the software part

Re: Interrupt storm with 7.0

2008-04-14 Thread Mel
+interrupt storm detected on irq11:; throttling interrupt source +interrupt storm detected on irq11:; throttling interrupt source +interrupt storm detected on irq11:; throttling interrupt source +interrupt storm detected on irq11:; throttling interrupt source +ath0: link state changed to UP -- Mel Problem

Re: advanced programming unix environment

2008-04-14 Thread Mel
probably have solved it. But depends a bit on the rest of the library. -- Mel Problem with today's modular software: they start with the modules and never get to the software part. ___ freebsd-questions@freebsd.org mailing list http

Re: Defer Checking on USB Drive

2008-04-14 Thread Mel
directory in the root of the partition. fsck uses this to make a snapshot of the partition so that it can defer the fsck. And yes, could be your pass flag in fstab is set to 1, rather then 2. -- Mel Problem with today's modular software: they start with the modules and never get

Re: advanced programming unix environment

2008-04-14 Thread Mel
On Monday 14 April 2008 22:02:22 Brother Seamus wrote: Hi Mel, Thanks for your reply - very insightful - i have beendelving into the c library files - which is after all why i am readingthis book, though still at the beginning 8). On the pracct.c source file I have found it sufficient just

Re: Limiting apache's upload speed?

2008-04-14 Thread Mel
if the port specifies it) and default dependencies. The default APACHE_PORT is www/apache20. If you use www/apache22, then you 'cannot' use those packages. -- Mel Problem with today's modular software: they start with the modules and never get to the software part

Re: [?OT?] strndup exists in FreeBSD?

2008-04-14 Thread Mel
On Tuesday 15 April 2008 00:43:24 Steve Franks wrote: I'm getting an undefined reference to strndup, so clearly there's a header somewhere with it - doesn't seem to be in my default libc, however on 7.0-amd64? roken.h openssl/buffer.h as BUF_strndup. And no, there's no strndup. -- Mel

Re: [?OT?] strndup exists in FreeBSD?

2008-04-14 Thread Mel
, (strrchr(file, '/')-file))); Or space optimization: char *p, *path; path = malloc(MAXPATHLEN); (void)strlcpy(path, argv[i], MAXPATHLEN); p = strndup(path, strlen(path)); free(path); But, personally I prefer taking the long route or wasting a few bytes over dual allocations. -- Mel Problem

Re: Pkg_info corrupt for some packages

2008-04-13 Thread Mel
On Sunday 13 April 2008 11:41:19 Aijaz Baig wrote: Hi, Well...I tried to cut and paste the command as is by mel (though It would have been better if you explained what that cryptic looking command actually meant) and I got the followinfg output: 'grep: /var/db/pkg/xorg-server-1.4_4,1

Re: Interrupt storm with 7.0

2008-04-13 Thread Mel
boys. I know this doesn't help you, but at least you know that there is 'something' with the ath driver that can cause interrupt storms. -- Mel Problem with today's modular software: they start with the modules and never get to the software part

Re: kdebase3 installation failure

2008-04-12 Thread Mel
the problem. -- Mel Problem with today's modular software: they start with the modules and never get to the software part. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any

Re: PHP5 install error on FreeBSD 7.0

2008-04-12 Thread Mel
/php_apache.h:24:19: error: httpd.h: No such file or directory Where is your apache installed? Did you by any chance alter the PREFIX? -- Mel Problem with today's modular software: they start with the modules and never get to the software part. ___ freebsd

Re: PHP5 install error on FreeBSD 7.0

2008-04-12 Thread Mel
/local/libexec/apache22. I'm not sure where the other stuff is. I've not heard of PREFIX. Well, the headers are missing. Does the directory: /usr/local/include/apache22 exist? If it doesn't, something went wrong with the apache install or files got deleted afterwards somehow. -- Mel Problem

Re: PHP5 install error on FreeBSD 7.0

2008-04-12 Thread Mel
the install failed before they got installed. -- Mel Problem with today's modular software: they start with the modules and never get to the software part. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd

Re: PHP5 install error on FreeBSD 7.0

2008-04-12 Thread Mel
/dist/httpd/CHANGES_2.2.8 -- Mel Problem with today's modular software: they start with the modules and never get to the software part. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions

Re: port gnome-applets won't upgrade properly

2008-04-12 Thread Mel
/work/gnome-applets-2.22.1/gweather' gmake: *** [install-recursive] Error 1 less -p20080323 /usr/ports/UPDATING -- Mel Problem with today's modular software: they start with the modules and never get to the software part. ___ freebsd-questions

Re: 6.2 - 7.0 now mlock(2) fails

2008-04-12 Thread Mel
(memlock.max=%u\n, rl.rlim_max); return EX_OK; } # gcc -o t t.c # ./t memlock.current=4294967295 memlock.max=4294967295 -- Mel Problem with today's modular software: they start with the modules and never get to the software part

Re: Apache - warnings in httpd-error.log about duplicate definitions

2008-04-11 Thread Mel
? -- Mel Problem with today's modular software: they start with the modules and never get to the software part. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail

Re: Pkg_info corrupt for some packages

2008-04-11 Thread Mel
the usual portupgrade fckup^Wglitch. Is there to fix this problem? Reinstall all packages. That's a bit overdone maybe. @OP: Could you show output of: grep '^@' /var/db/pkg/xorg-server-1.4_4,1/+CONTENTS |egrep -v '^(@comment MD5| @dirrm |@unexec)' -- Mel Problem with today's modular

Re: Invoking ldconfig without arguments wipes all hints and makes me very sad

2008-04-11 Thread Mel
On Friday 11 April 2008 16:42:57 Shelby Cain wrote: On Fri, 2008-04-11 at 00:35 +0200, Mel wrote: It translates to be verbose about restoring factory settings, because without arguments it will restore the built-in set. Why does factory settings not include scanning the built-in system

Re: freebsd-questions Digest, Vol 210, Issue 6

2008-04-10 Thread Mel
On Wednesday 09 April 2008 06:43:23 Tim DeBoer wrote: -- Message: 16 Date: Tue, 8 Apr 2008 21:24:58 +0200 From: Mel [EMAIL PROTECTED] Subject: Re: Apache22 Port Install Problem To: freebsd-questions@freebsd.org Cc: Tim DeBoer [EMAIL PROTECTED] Message-ID

Re: Invoking ldconfig without arguments wipes all hints and makes me very sad

2008-04-10 Thread Mel
for one directory. -- Mel Problem with today's modular software: they start with the modules and never get to the software part. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe

Re: buildkernel:Stop in /usr/src/sys/modules/oltr

2008-04-10 Thread Mel
don't have those sources handy, but there should be a 0xf7 on that line that I think got corrupted to 8xf7 somehow. -- Mel Problem with today's modular software: they start with the modules and never get to the software part. ___ freebsd-questions

Re: Invoking ldconfig without arguments wipes all hints and makes me very sad

2008-04-10 Thread Mel
On Thursday 10 April 2008 23:44:39 Shelby Cain wrote: On Thu, 2008-04-10 at 23:09 +0200, Mel wrote: First of all, running ldconfig without arguments does nothing bad. Running ldconfig without flags and with arguments does. Secondly, what is the command: ldconfig /usr/lib supposed

Re: listing attached devices

2008-04-10 Thread Mel
at the shell prompt and get a list of what devices are connected -- preferably with some control over which devices are listed so I can narrow it down to storage devices that aren't mounted (even if only via grep). usbdevs? glabel really is your friend though. -- Mel Problem with today's modular

Re: Apache22 Port Install Problem

2008-04-08 Thread Mel
not snip Is this line present and active? LoadModule authz_host_module libexec/apache22/mod_authz_host.so -- Mel Problem with today's modular software: they start with the modules and never get to the software part. ___ freebsd-questions

Re: Large file system creation

2008-04-08 Thread Mel
fever. -- Mel Problem with today's modular software: they start with the modules and never get to the software part. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any

Re: Mail Spool Problems / IMAP

2008-04-08 Thread Mel
that starts with 'From ' that is not the start of a mail should be changed to 'From ' before ending up in the mbox file. This test weeds it out, allthough there's still room for false positives, easily resolved by the human brain: grep '^From ' /var/mail/myloginname |grep -v '200[78]$' -- Mel

Re: Remote backups using ssh and dump

2008-04-07 Thread Mel
/dd of=${fpath} fi else echo Processing ${disk} to ${fpath} /sbin/dump -${level}uaLf - ${disk} | \ ${daily_backup_disks_compressor} -c - ${fpath} fi rc=$(($rc + $?)) done ;; *) rc=0;; esac exit $rc -- Mel Problem with today's modular software

Re: Webalizer compiles and installs fine in 6.1, goes splat in 6.2.

2008-04-03 Thread Mel
-DHAVE_ICONV_H -DHAVE_ICONV_T_DEF -c gdft.c gdft.c:1403:35: fontconfig/fontconfig.h: No such file or directory gdft.c:1466: error: Install x11-fonts/fontconfig or set WITHOUT_X11 cause you don't need XPM support in GD anyway. And be sure to read: less -p20070519 /usr/ports/UPDATING -- Mel

Re: F_NOTIFY in fcntl(2)?

2008-04-03 Thread Mel
notifications are done with EVFILT_VNODE using kqueue(2). Directory changes have no interface that I know of. You might wanna take a look at how devel/gamin handles this, specifically the kqueue implementation. -- Mel Problem with today's modular software: they start with the modules and never get

Re: ftpd help

2008-04-03 Thread Mel
ro' if the user isn't allowed to make changes to the directories. -- Mel Problem with today's modular software: they start with the modules and never get to the software part. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org

Re: F_NOTIFY in fcntl(2)?

2008-04-03 Thread Mel
On Thursday 03 April 2008 16:11:59 Mel wrote: On Thursday 03 April 2008 12:25:55 John Conover wrote: Does freebsd support the F_NOTIFY, (i.e., File and directory change notification,) in fcntl(2)? I get that it doesn't, but its an old 5X version, and I might have to upgrade. Nope

Re: FreeBSD Traffic Shaping

2008-04-02 Thread Mel
the outgoing pipe of the internal interface, in a NAT situation, you can in practical terms limit/prioritize incoming traffic. -- Mel Problem with today's modular software: they start with the modules and never get to the software part. ___ freebsd-questions

Re: FreeBSD Traffic Shaping

2008-04-02 Thread Mel
to 5%, you're more likely to end up at the 100%, simply because it takes more time for that person to get what he wants. So if there's no financial/legal issues involved, it's better to get rid of the clients as fast as possible. -- Mel Problem with today's modular software: they start

Re: FreeBSD Traffic Shaping

2008-04-02 Thread Mel
%27s_HFSC_explained#Tips.2FIdeas This seperates 'downloads' from 'webpages', 'normal mails' from 'attachments' and you can then tune accordingly, if you have/get some graph. -- Mel Problem with today's modular software: they start with the modules and never get to the software part

Re: FreeBSD Traffic Shaping

2008-04-01 Thread Mel
you bandwidth, not FreeBSD. You can give yourself the illusion of guarenteed bandwidth using HFSC and pf altq, but at 500% of max bandwidth it is nothing more then an illusion. That's aside from the fact that HFSC only allows 75% of capacity to be designated as 'realtime'. -- Mel Problem

Re: [6.3] How are those daemons started?

2008-03-31 Thread Mel
by default /etc/defaults/rc.conf. 514 is syslog, also on by default. 2727 udp, no idea, but sockstat(1) will tell you. -- Mel Problem with today's modular software: they start with the modules and never get to the software part. ___ freebsd-questions

Re: [6.3] How are those daemons started?

2008-03-31 Thread Mel
/spool/mqueue or /var/mail is only the packaging. Informative reading: newaliases(8), crontab(5) and periodic(8). -- Mel Problem with today's modular software: they start with the modules and never get to the software part. ___ freebsd-questions

Re: Network identity for sending mail.

2008-03-16 Thread Mel
. -- Mel Problem with today's modular software: they start with the modules and never get to the software part. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail

Re: Compile error, kde related?

2008-03-16 Thread Mel
On Sunday 16 March 2008 12:56:22 Leslie Jensen wrote: Leslie Jensen skrev: Mel skrev: On Saturday 15 March 2008 18:10:00 Leslie Jensen wrote: portupgrade -Rf x11-toolkits/qt33 If uic still does not show linked to libthr, I have no clue what causes that on your system. I'd inspect /etc

Re: Why not a DVD iso version too?

2008-03-16 Thread Mel
the space and bandwidth. I hope they never release a DVD officially, cause it'll mean that 80% of what's downloaded then will never ever be used, yet it does use up the bandwidth on every new release. Stick to windows if you believe that's a proper use of resources. -- Mel Problem with today's

Re: Wireless AP FreeBSD 7.0

2008-03-16 Thread Mel
bintval 100 -- Mel Problem with today's modular software: they start with the modules and never get to the software part. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe

Re: Why not a DVD iso version too?

2008-03-16 Thread Mel
On Sunday 16 March 2008 21:20:20 [EMAIL PROTECTED] wrote: On 16/03/2008, Mel [EMAIL PROTECTED] wrote: On Sunday 16 March 2008 21:03:27 Incoming Mail List wrote: I think I can answer this one. Perhaps, not enough disk space? See, the Where is packages-6.2-release for more context. You

Re: Why not a DVD iso version too?

2008-03-16 Thread Mel
On Sunday 16 March 2008 22:29:29 Joshua Isom wrote: On Mar 16, 2008, at 3:02 PM, Mel wrote: On Sunday ١٦ March ٢٠٠٨ ٢١:٠٣:٢٧ Incoming Mail List wrote: I think I can answer this one. Perhaps, not enough disk space? See, the Where is packages-٦.٢-release for more context. You know, disk

Re: That age old question again

2008-03-16 Thread Mel
an idea what users of -stable can deal with and make your descision accordingly. -- Mel Problem with today's modular software: they start with the modules and never get to the software part. ___ freebsd-questions@freebsd.org mailing list http

Re: Compile error, kde related?

2008-03-15 Thread Mel
no clue what causes that on your system. I'd inspect /etc/libmap.conf, /etc/make.conf, the config.log for qt33 and the final link command that produces the uic binary. -- Mel Problem with today's modular software: they start with the modules and never get to the software part

Re: Compile error, kde related?

2008-03-15 Thread Mel
that produces the uic binary. I just did bsdpc01# pkg_info | grep qt3 and found no qt33 installed! That could be, cause the port is called qt33 but the package once installed qt-3 or qt-copy-3 :P Better: pkg_info qt-* -- Mel Problem with today's modular software: they start with the modules

Re: Headless Azureus with any X11 Dependencies ??

2008-03-14 Thread Mel
On Friday 14 March 2008 03:48:39 Wael Nasreddine wrote: This One Time, at Band Camp, Wael Nasreddine [EMAIL PROTECTED] said, On Fri, Mar 14, 2008 at 02:58:08AM +0100: This One Time, at Band Camp, Mel [EMAIL PROTECTED] said, On Fri, Mar 14, 2008 at 02:08:43AM +0100: On Friday 14 March 2008

Re: Vim insert mode requires 'i' three times

2008-03-14 Thread Mel
this, but the only thing consistent throughout installations is the .viminfo file, so maybe delete that? -- Mel Problem with today's modular software: they start with the modules and never get to the software part. ___ freebsd-questions@freebsd.org

Re: Getting .info messages on console

2008-03-14 Thread Mel
success. Can anyone point me in the right direction? syslog_facility = 'mail', See around line 567 how the Net::Server object is setup. -- Mel Problem with today's modular software: they start with the modules and never get to the software part

Re: Compile error, kde related?

2008-03-14 Thread Mel
appreciate any hint. Ok, the error is generated by uic: ./src/tools/qmutex_unix.cpp:qWarning(Mutex unlock failure: %s, strerror(ret)); Which fails on pthread_mutex_unlock call. Could you show the output of: ldd /usr/local/bin/uic -- Mel Problem with today's modular software: they start

<    5   6   7   8   9   10   11   12   13   14   >