Re: Global / Cluster / Shared filesystem for FreeBSD?

2005-03-13 Thread Sean Kelly
h better AFS and general clustering/internetworking support. For example, easier to configure LDAP and Kerberos. Must.. compete.. with.. Active.. Directory... -- Sean Kelly | PGP KeyID: D2E5E296 [EMAIL PROTECTED] | http://www.sean-kelly.org/ pgpIOekCP4iVL.pgp Description: PGP signature

Re: Question regarding shell user creation at login time

2004-03-28 Thread Sean Kelly
-- 1 root wheel 94 Mar 26 08:47 new.c > -r-x-- 1 root wheel 15430 Mar 25 15:16 new.pl Well, since your attempt to setuid(0) failed, `new.pl` is not being execve()'d as root. Therefore, the permissions on the `new.pl` file are such that it can't be read or execute

Smarter kernel modules?

2003-03-05 Thread Sean Kelly
After this, I'm wondering why there isn't some sort of system to keep this foot shooting from happening. Wouldn't it be wise to embed some sort of cksum into the kernel and then only allow modules with the same cksum to be loaded (unless the user really wants to)? -- Sean Kelly

Re: Smarter kernel modules?

2003-03-05 Thread Sean Kelly
mymodule.c: long _module_version = API_VERSION; Another benefit(?) is that if _module_version is missing, you can decide that you don't care about versioning and just load the module. This could be useful for third-party modules that don't want to lock them down to a specific kernel/

Re: Addition to reboot(8): reboot / halt reasons

2003-09-02 Thread Sean Kelly
| -k] [-o [-n]] time [warning-message ...] -- Sean Kelly | PGP KeyID: D2E5E296 [EMAIL PROTECTED] | http://www.sean-kelly.org/ ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: resolver library and changes in /etc/resolv.conf

2002-04-19 Thread Sean Kelly
en the application calls res_init(). Your best bet would be to just restart sendmail. You don't have to go to singleuser to make the change, just restart the networked stuff. -- Sean Kelly | PGP KeyID: 77042C7B [EMAIL PROTECTED] | http://www.zombie.org msg33682/pgp0.pgp Description: PGP signature

Re: NewBie Needs HELP please !!

2002-05-28 Thread Sean Kelly
xt+0xc03): undefined reference to `getopt_long' > *** Error code 1 > > Stop in /usr/home/downloads/wx200d-1.2. > bash-2.05a$ You need to link against the GNU getopt library. # cd /usr/ports/devel/libgnugetopt # make install Then modify whatever Makefile(s) you have to also use: -

Re: Some small projects for mutt(1)

2002-06-20 Thread Sean Kelly
reason for this > post. It might just be me, but I don't see how the mutt e-mail client falls in the scope of freebsd-hackers. Perhaps you should bring this up with the mutt mailing lists? -- Sean Kelly | PGP KeyID: 77042C7B [EMAIL PROTECTED] | http://www.zombie.org To Unsubscribe

swapoff?

2002-07-12 Thread Sean Kelly
? My familiarity with the "workings" of FreeBSD is still pretty minimal. Are there certain reasons that there currently is no way to stop paging to a device/file? -- Sean Kelly | PGP KeyID: 77042C7B [EMAIL PROTECTED] | http://www.zombie.org To Unsubscribe: send mail to [EMAIL PROTE

Re: to log the output of rc scripts

2002-09-03 Thread Sean Kelly
our entire boot, and is finished with: ** HP-UX run-level transition completed Fri Aug 30 20:11:56 CDT 2002 ** I'm not saying rcNG should have a (start|stop)_msg thing, but I would like to see it log