using mount_union

2002-12-03 Thread Marc G. Fournier
Evening all ... I just read through the man page a couple of times, and it sounded quite straightforward, but I've obviously mis-understood ... My read of the man page is that I can create to directories (/d1 and /d2), mount /d1 over /d2 (mount_union /d2 /d1) and if I create a file in /d2, i

Re: Another Jail Question

2002-12-04 Thread Marc G. Fournier
On Wed, 4 Dec 2002, Jeff MacDonald wrote: > Hi, > > I have been thinking about running 2 jails on my home server > one for "work sensitive" data, the other for personal fun stuff. > > However i only have 1 ip at my house [static]. > > Could i take the server taht will have jails on it, put it behi

RE: Another Jail Question

2002-12-04 Thread Marc G. Fournier
On Wed, 4 Dec 2002, Jeff MacDonald wrote: > > You can run PostgreSQL in a jail - though you do need to turn the > > jail.sysvipc_allowed sysctl on first. You can also run it in the host > > environment and talk via TCP if you wish. > > some folks have said this is a security risk, as the shared me

RE: Another Jail Question

2002-12-04 Thread Marc G. Fournier
On Wed, 4 Dec 2002, Jeff MacDonald wrote: > Yeah, i think i'll go the safe route and keep away from shared memory as > such will likly run it on the host. not sure what your sparc is, but you might look at putting postgresql over there, which might allow you to create a larger cache buffer ... at

RE: Another Jail Question

2002-12-04 Thread Marc G. Fournier
On Wed, 4 Dec 2002, Jeff MacDonald wrote: > I run qmail, cause combined with vpopmail, it kicks ass for virtual > domains. Postfix with CyrusIMAPd v2.2, cause, well, Cyrus IMAPd is just in a class all its own :) Note that CyrusIMAPd was extended several months back to do full virtual domain unde

RE: Another Jail Question

2002-12-04 Thread Marc G. Fournier
> > jeff. > > > -Original Message- > > From: Marc G. Fournier [mailto:[EMAIL PROTECTED]] > > Sent: Wednesday, December 04, 2002 1:33 PM > > To: Jeff MacDonald > > Cc: Alex Hayward; [EMAIL PROTECTED] > > Subject: RE: Another Jail Question > >

RE: Another Jail Question

2002-12-04 Thread Marc G. Fournier
On Wed, 4 Dec 2002, Philip Hallstrom wrote: > > > > server is a dual PII 300 with 512 megs of ram, this should be fine > > > > to handle 2 jails, right ? > > > > > > unless you start gettinjg into high memory circumstances (ie. > > > jakarta-tomcat is a major dog for memory), 2 wouldn't be a probl

Re: vinum documentation

2002-12-04 Thread Marc G. Fournier
On Wed, 4 Dec 2002, Adam Laurie wrote: > .. having now digested what youve said so far, and re-read the docco > several times, i'm guessing the final step would be: > >6. Run 'vinum makedev' > > in which case our mistake was doing this and 'vinum start' the wrong way > around (and then going o

RE: Another Jail Question

2002-12-04 Thread Marc G. Fournier
On Wed, 4 Dec 2002, Jeff MacDonald wrote: > Any idea when it will be merged into the main code base ? > i tend to stay away from development branches.. not sure, I believe not until 2.2 is fully released ... since I'm one of the ones that pushed for it to happen, I kinda had to be one of those wi

Re: vinum documentation

2002-12-04 Thread Marc G. Fournier
On Thu, 5 Dec 2002, Greg 'groggy' Lehey wrote: > > When I ended up doing/'fixing ours, I just did the vinum start ... tried > > the vinum makedev before doing the start, and it gave an error, > > Really? What error? Don't recall, actually ... I may be mis-remembering though ... all I know is tha

ASUS 2400r-t availability in Canada ...

2002-12-06 Thread Marc G. Fournier
Does anyone know of a distributor/reselling in Canada that actually has one in stock? I need to build a rackmount server, and am drawing blanks on a *reasonably* priced rackmount server equivalent to the 2400R-T :( To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questi

Working IPFW + REDIRECT_PORT + NATD Solution

2002-12-06 Thread G D McKee
Hi I have posted several messages regarding getting outside nic ports translated to internal server. Does anyone have a working solution? Gordon To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

ncplogin: Could not login to server : nwerr = 89ff?

2002-12-10 Thread Marc G. Fournier
Quick and simple, I guess ... can someone tell me where to find what those codes mean? User unknown? Password failed? Could not connect to server? I've tried to search Google, and am drawing a blank so far :( The NCP stuff is pretty much my last step to getting this laptop in place to replace

Re: ncplogin: Could not login to server : nwerr = 89ff?

2002-12-10 Thread Marc G. Fournier
On Tue, 10 Dec 2002, Larry Rosenman wrote: > Probably in the netware headers. Pick an error, any error :( #define BAD_PRINTER_ERROR 0x89FF /* 255 */ #define BAD_RECORD_OFFSET 0x89FF /* 255 */ #define CLOSE_FCB_ERROR 0x89FF /* 255 */ #define FILE_EXT

Re: ncplogin: Could not login to server : nwerr = 89ff?

2002-12-10 Thread Marc G. Fournier
Is anyone out there using ncplogin with 4.7-STABLE and without IPX? On Tue, 10 Dec 2002, Larry Rosenman wrote: > > > --On Tuesday, December 10, 2002 14:13:45 -0400 "Marc G. Fournier" > <[EMAIL PROTECTED]> wrote: > > > On Tue, 10 Dec 2002, Larry Rosenman wr

layered file systems ...

2002-12-13 Thread Marc G. Fournier
Morning ... I'm trying to figure out a way of sharing, as an example, /usr/X11R6 across several jail'd environments, but in such a way that if one of them installs an extra package under that directory structure, its only visible to that jail , and not the others ... As a better example ...

Re: layered file systems ...

2002-12-13 Thread Marc G. Fournier
On Fri, 13 Dec 2002, Marcus Reid wrote: > On Fri, Dec 13, 2002 at 10:01:09AM -0400, Marc G. Fournier wrote: > > > > Morning ... > > > >I'm trying to figure out a way of sharing, as an example, /usr/X11R6 > > across several jail'd environm

Re: layered file systems ...

2002-12-13 Thread Marc G. Fournier
On Fri, 13 Dec 2002, Marcus L. Reid wrote: > On Fri, Dec 13, 2002 at 11:32:28AM -0400, Marc G. Fournier wrote: > > On Fri, 13 Dec 2002, Marcus Reid wrote: > > > Sounds like you're looking for something like unionfs. Unfortunately, > > > it doesn't work (ev

FreeBSD vnode's + postfix - "File too large" errors ...

2002-12-15 Thread Marc G. Fournier
I'm at a loss as to how to debug this ... I have a jail installed inside of a vnode, but when I try to send email to it through postfix, I get the following: Dec 15 19:21:58 vmtest postfix/postfix-script: starting the Postfix mail system Dec 15 19:21:58 vmtest postfix/master[92253]: daemon starte

ncplogin: Linux vs FreeBSD ...

2002-12-17 Thread Marc G. Fournier
We're still plugging away at getting this to work ... I haven't given up on FreeBSD for this yet ... Have a Linux guy here that's been helping to debug this, and one of the question that he had was whether or not our ncplogin supports NDS ... apparently, the ncplib we have in ports doesn't suppor

DHCPD 3

2002-12-19 Thread G D McKee
Hi I have been running this for a while and I get the following error every time I start dhcpd as below. If I hit enter at the password if goes past and dies. If I kill it off at boot I can do a dhcpd and the server starts up fine. How can I resolve this - it is a pain when I reboot the box and

Re: DHCPD 3

2002-12-19 Thread G D McKee
68.0.2:/usr/diskless/rootfs"; #} #} } subnet 62.30.209.0 netmask 255.255.255.0 { } Trust this helps!! Many thanks once again. Gordon ----- Original Message - From: "Moti Levy" <[EMAIL PROTECTED]> To: "G D McKee" <[EMAIL PROTECTED]> Cc: "Freebsd

Re: full/half duplex

2003-02-27 Thread G D McKee
Hi Could you post the output of ifconfig please? Gordon - Original Message - From: "Aaron Walker" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 27, 2003 8:47 PM Subject: full/half duplex > I have a 3Com 3c900-Combo and ifconfig is reporting that it was in > half

state of the processes?

2003-03-03 Thread Jorge Mario G.
Hi When i run "top" I see STATE indication the state of the proc I would like to know where can I find information about the different states and they do/mean thanks ## PID USERNAME PRI NICE SIZERES STATETIME WCPUCPU COMMAND 2324 root 10 0 916K 304K nanslp 5:44 0.0

Re: gateway and other freebsd network function

2003-03-05 Thread Jorge Mario G.
> Hi: > > This might be a stupid question, but what is a gateway, I've heard many > great things about freebsd acting as a gateway to interent, but > what is it really? > > And what are other good things about freebsd in terms of networking? > > Thanks > Herman > > To Unsubscribe: send mail to [EMA

802.11g wireless NIC with hostap???

2003-03-06 Thread Jorge Mario G.
Hi does anyone know a wireless nic 802.11g (54Mbits) supporting hostap (access point mode). any ideas about when is comming the support for the prism3 chipset? To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

Error Downloading the Developers book on PDF format

2003-03-07 Thread Jorge Mario G.
Hi I've been tryint to download the FreeBSD develepers book(english) on PDF format and the file seems to be broken I tried different mirrors and differnt compression formats, Always the same any ideas? To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the bo

Not understanding VINUM docs

2003-03-08 Thread Jorge Mario G.
Hi I have FreeBSD installed in a 2G HD (swap, /, /var, /usr) Also I have 3 Hard Drives (/misc1 /misc2 /misc3) now I would like to build a concadenated volume with those 3 harddrives to make it like a 1 single drive my question is do I need a basic FreeBSD installed on those hard dirves for that

Squid and httpd_accelerator

2003-03-11 Thread G D McKee
Hi I am trying to set up a reveres proxy server using squid. I have looked at the following sites but with no luck - has anyone got a working config? I want a virtual config. I have set-up apache to bind all the web servers on the local nic and ones on other boxes and bound squid on port 80 to

why BIND and sendmail installed by default?

2003-03-12 Thread Jorge Mario G.
Hi there I've seen that BIND and sendmail (till 4.7-RELEASE havent tested 5.0 yet) are installed by default my question is simple... WHY? I see this from a end user point of view (mine): Do I need a name server or DNS "chaching" server??? - Nop, my ISP provides me that Do I need a my own mailserv

Re: why BIND and sendmail installed by default?

2003-03-12 Thread Jorge Mario G.
Here I try to reply to kirk and all other guys 1. if I want to read my network status is most likely because I have server?? If I'd have a server Id configure (mail) it how I like it :) 2. for bill: I dont think there is BIND conde involved in the resolver 3. for peter: I always go with the CUS

Re: why BIND and sendmail installed by default?

2003-03-12 Thread Jorge Mario G.
>> 2. for bill: >> I dont think there is BIND conde involved in the resolver OK, BIND has nothing to do with the resolver :-) > > Well, we can both think about it, or you could check. > >> 3. for peter: >> I always go with the CUSTOM install > > I think he's talking about FreeBSD 5, which I know f

a bit confused with new rc.d system in 5.0

2003-03-16 Thread Jorge Mario G.
Hi there I just installed 5.0 the first thing I noticed is the new rc system yeah looks good but I'm totally lost! so what is the difference between /etc/rc.sendmail and /erc/rc.d/sendmail I tried the handbook but there is no info about how to properly use this new system!. I like to integrate my

Problems making world in 5.0-RELEASE

2003-03-16 Thread Jorge Mario G.
HI I just downloaded 5.0-RELEASE install miniso Installed, downloaded cvsup updated the sources did make buildworld and it finished OK but make installworld fails! also it fails trying to build the kernel su-2.05b# cd /usr/src/ su-2.05b#

Re: Anyone use a commercial X-server?

2003-03-22 Thread Jorge Mario G.
> I was wondering if anyone is using a commercial x server such as Xig or > Metro-X with 4.7 or 5.0 and if so, what are you thought vs Xfree? > > Rod Hi yeah Metro-X and it rocks!!! like 1000 times faster and more stable than Xfree Jorge To Unsubscribe: send mail to [EMAIL PROTECTE

Enabling Softupdates remotely ...

2002-07-17 Thread Marc G. Fournier
I think in 5.0, there is an option to have this done on a reboot, but is there a safe way of doing this in 4.6-STABLE? Where I can have it enabled on reboot? To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

Re: NFS

2002-07-22 Thread Jorge Mario G.
> how whould u specify different options for /usr/obj > than > /usr/src and /usr/ports have? /usr/src/ and > /usr/ports in /etc/exports. I > want /usr/src/ and /usr/ports -alldirs -maproot=root > and i want > /usr/obj -alldirs -ro > > I have this in my /etc/exports: > /usr/ports/ /usr/src -alld

syslogd : bind : can't assign requested address

2002-07-22 Thread Jorge Mario G.
Hi i'm trying to make log all my systems in just one system so in the server side (reciving) i started syslog this way syslogd -4 -a *linopryne.com:514 I configured the /etc/syslog.conf file this way ... blah blah blah *.err;mail.crit/var/log/file etc.. etc.. +sending.linopryne.com *.err;m

Re: BSDstats v3.0 - The Security Rewrite

2006-09-03 Thread Marc G. Fournier
On Thu, 17 Aug 2006, Oliver Fromme wrote: (1) When run for the first time, you get an error message: : not found That's because a few bogus spaces after the backslash in the line containing the chmod command. Those trailing spaces should be removed. I suppose I don't need to send a PR for tha

Re: BSDstats v3.0 - The Security Rewrite

2006-09-03 Thread Marc G. Fournier
On Mon, 14 Aug 2006, Paul Schmehl wrote: Marc, thanks for all your hard work on these issues. One small change needs to be made. The pkg-message file reads, at its end: o view current statistics, go to: http://bsdstats.hub.org That needs to be changed to http://www.bsdstst.org/ This p

Re: DL 380/G5 with 16G of ram

2006-09-07 Thread Marc G. Fournier
of machine and would you care to share your kernel config file and/or advice. Have you tried a non-PAE kernel? If its a new unit, I imagine its 64bit, which, as far as I'm aware, doesn't require PAE ... ? Marc G. Fournier Hub.Org Networking Services (http://www.hub

FreeBSD not popular in Asia?

2006-09-08 Thread Marc G. Fournier
Check out http://www.bsdstats.org ... Republic of Korea is about to push the US out of first place, but there are *zero* FreeBSD boxes reporting from there ... DragonFly is first, then NetBSD and then OpenBSD ... Are there *really* no Korean FreeBSD hosts out there ... ? Marc G

Re: FreeBSD not popular in Asia?

2006-09-08 Thread Marc G. Fournier
On Sat, 9 Sep 2006, Matthew Seaman wrote: Dan Langille wrote: On 8 Sep 2006 at 22:02, Marc G. Fournier wrote: Check out http://www.bsdstats.org ... Republic of Korea is about to push the US out of first place, but there are *zero* FreeBSD boxes reporting from there ... DragonFly is first

Re: FreeBSD not popular in Asia?

2006-09-08 Thread Marc G. Fournier
On Sat, 9 Sep 2006, Matthew Seaman wrote: Dan Langille wrote: On 8 Sep 2006 at 22:02, Marc G. Fournier wrote: Check out http://www.bsdstats.org ... Republic of Korea is about to push the US out of first place, but there are *zero* FreeBSD boxes reporting from there ... DragonFly is first

Re: FreeBSD not popular in Asia?

2006-09-09 Thread Marc G. Fournier
On Sat, 9 Sep 2006, Kris Kennaway wrote: On Fri, Sep 08, 2006 at 10:02:45PM -0300, Marc G. Fournier wrote: Check out http://www.bsdstats.org ... Republic of Korea is about to push the US out of first place, but there are *zero* FreeBSD boxes reporting from there ... DragonFly is first, then

Re: FreeBSD not popular in Asia?

2006-09-09 Thread Marc G. Fournier
le lot of sense. All ready being worked on :) Each OS will have their own set of 'detail pages' ... Marc G. Fournier Hub.Org Networking Services (http://www.hub.org) Email . [EMAIL PROTECTED]

Re: FreeBSD not popular in Asia?

2006-09-09 Thread Marc G. Fournier
On Sat, 9 Sep 2006, Matthew Seaman wrote: Marc G. Fournier wrote: Granted, but, after talking to Matt @ DragonFly, based on the fact that DragonFly doesn't have a port to AMD64 (it was a fork of FreeBSD 4.x) I've removed China/India/Korea from the list as 'overly sus

RSSreader: Recommendations Sought

2006-09-09 Thread Marc G. Fournier
Anyone suggest a good one that runs under FreeBSD? Thx in advance ... Marc G. Fournier Hub.Org Networking Services (http://www.hub.org) Email . [EMAIL PROTECTED] MSN . [EMAIL PROTECTED] Yahoo . yscrappy Skype: hub.orgICQ

Re: RSSreader: Recommendations Sought

2006-09-09 Thread Marc G. Fournier
'k, what port is this in? :( I just searched all the kde ones I know about, and can't find it ... On Sat, 9 Sep 2006, Jonathan Horne wrote: On Saturday 09 September 2006 16:32, Marc G. Fournier wrote: Anyone suggest a good one that runs under FreeBSD? Thx in advance ... -

bsdnews or daemonnews ... ?

2006-09-10 Thread Marc G. Fournier
does anyone know what's going on with those? trying to access both all night and nadda ... Marc G. Fournier Hub.Org Networking Services (http://www.hub.org) Email . [EMAIL PROTECTED] MSN . [EMAIL PROTECTED] Yahoo . yscrappy

Upgrade server from i386 -> amd64 kernel ...

2006-09-11 Thread Marc G. Fournier
Just had a new 64bit server installed at the colo, but they accidentally installed a i386 ISO, instead of an AMD64 one ... is it possible to build / install an amd64 world, or do I have to re-install from a proper ISO first ? Thanks ... Marc G. Fournier Hub.Org Networking

Re: Upgrade server from i386 -> amd64 kernel ...

2006-09-11 Thread Marc G. Fournier
parc64, ...) is specified you can # cross build world for other architectures using the buildworld target, # and once the world is built you can cross build a kernel using the # buildkernel target. Just read through /usr/src/Makefile and /usr/src/UPDATING. Leo. On Mon, 11 Sep 2006, Marc G. Fournier

Re: Upgrade server from i386 -> amd64 kernel ...

2006-09-11 Thread Marc G. Fournier
On Tue, 12 Sep 2006, RW wrote: On Tuesday 12 September 2006 02:18, Marc G. Fournier wrote: 'k, I knew about cross-compiling, just wasn't sure if it was that simple to upgrade the system being cross-compiled onto ... thanks ... I don't think it is that simple. I'd search

RSS feeds for "important sites"?

2006-09-11 Thread Marc G. Fournier
lling to share? Thankx ... Marc G. Fournier Hub.Org Networking Services (http://www.hub.org) Email . [EMAIL PROTECTED] MSN . [EMAIL PROTECTED] Yahoo . yscrappy Skype: hub.orgICQ . 7615664 ___ fr

Re: RSS feeds for "important sites"?

2006-09-11 Thread Marc G. Fournier
On Mon, 11 Sep 2006, Napoleon Dynamite wrote: On Monday 11 September 2006 19:21, Marc G. Fournier wrote: I'm trying to get my rss reader configured up so that I no longer miss anything ... or, at least, make it easier to keep on top of everything ... I can't seem to find stuff like

Re: Upgrade server from i386 -> amd64 kernel ...

2006-09-11 Thread Marc G. Fournier
will able to solve them for sure. Maybe don't forget to backup your data first ;-) Actually, no data yet ... having a new CD burned as I type this, and will do a clean install ... On Mon, 11 Sep 2006, Marc G. Fournier wrote: 'k, I knew about cross-compiling, just wasn't sure

Re: RSS feeds for "important sites"?

2006-09-12 Thread Marc G. Fournier
On Tue, 12 Sep 2006, Erik Norgaard wrote: Marc G. Fournier wrote: I'm trying to get my rss reader configured up so that I no longer miss anything ... or, at least, make it easier to keep on top of everything ... I can't seem to find stuff like DaemonNews and such ... Does any

Re: FreeBSD not popular in Asia?

2006-09-14 Thread Marc G. Fournier
very month before reading *too* much into them ... Its only been running about 30 days so far, so @ 5k hosts so far, and most of those *since* Sept 1st, it shouldn't take us too long ... Marc G. Fournier Hub.Org Networking Services (http://www.hub

[CVSup]::[cvsup5.ru.freebsd.org]: No CVSROOT directory.

2006-09-16 Thread Alexey G . Khramkov
.cfg files. I can provide more info if you tell me what you want to get. Please, CC me, I'm not on the list. TIA, -- = System Administrator, SAMTELECOM LLC, Samara, Russia = = Alexey G. Khramkov (agkhram) @ Samtelecom = = GPG fingerprint : 944D 0C8B 343B 6C8D 50A1 061A

Re: BFG 7650 GX2 can't find valid mode

2006-09-17 Thread Alastair G. Hogge
On Sunday 17 September 2006 10:20, [EMAIL PROTECTED] wrote: > Hello all, Hello, > I'm having a slight issue with my new FreeBSD box - when I test the > xorg.conf.new file that "Xorg -configure" creates I get an error that says > > (EE) NV(1): Cannot read V_BIOS (3) > (EE) NV(1): No valid modes fou

Re: Please Help with my kernel

2006-09-17 Thread Alastair G. Hogge
On Sunday 17 September 2006 07:20, ExTaZyTi wrote: > Hi, iH, > I'm new in FreeBSD, I want to conf and re-build my kernel but the directory > /usr/src is empty. First you can start by following http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/synching.html to populate /usr/src and then rea

Re: recommended network games to play with your best bud.

2006-09-19 Thread Alastair G. Hogge
On Tuesday 19 September 2006 03:40, Mark Jayson Alvarez wrote: > Hi, G'day > Say you are working in a place where all workstations > are mixtures of Unixes..Now you have your bestfriend > somewhere far away. And he was complaining of severe > boredom in his current work. What *nix network game > w

Re: freeBSD certified server hardware ?

2006-09-19 Thread Marc G. Fournier
ite nicely. I'm up to 3 HP servers right now, and nary a problem with any of them ... probably the best servers I've picked up yet ... everything 'just worked' ... Marc G. Fournier Hub.Org Networking Services (http://www.hub.org) Email . [EMAIL PROTECTED]

Re: freeBSD certified server hardware ?

2006-09-19 Thread Marc G. Fournier
On Wed, 20 Sep 2006, ke han wrote: On Sep 20, 2006, at 2:40 AM, Marc G. Fournier wrote: On Mon, 18 Sep 2006, Gerard Seibert wrote: David Robillard wrote: [...] What I suggest you do is have one of the sales rep set you up with a test machine. The easiest way to do so is to go at their

geom - help ...

2006-09-20 Thread Marc G. Fournier
.. So, again, if I'm reading through things correctly, I'll have to do something like: gstripe st1 da1 da2 gstripe st2 da3 da4 gmirror drive st1 st2 newfs drive is this correct, or am I *totally* missing something here? Thanks ... Marc G. Fournier Hub.Org Networ

BSDStats v4.0: Attempt to address some major issues ...

2006-09-28 Thread Marc G. Fournier
ble, minus registration, to get rid of all holes, but, hopefully I've now gotten rid of the ones that a truck could (and did) drive though ... Marc G. Fournier Hub.Org Networking Services (http://www.hub.org) Email . [EMAIL PROTECTED]

Re: BSDStats v4.0: Attempt to address some major issues ...

2006-09-29 Thread Marc G. Fournier
n 9/29/06, Marc G. Fournier <[EMAIL PROTECTED]> wrote: As painful as it was to do, I backed up the old data tonight and wiped out the stats ... for one major reason: the stats lost their accuracy. As I said, you just need to download the new version and run it, you don't have to wait f

BSDStats 4.0 - You need to upgrade ...

2006-10-01 Thread Marc G. Fournier
IMPORTANT! This message has been blind-carbon-copied to you. Do not reply-to-all or forward it without the author's permission. Apologies for the multi-list post, but I've been receiving several requests from varous *BSD users about this, so figured I'd hit everyone in one fell swoop ... Fir

Re: BSDStats 4.0 - You need to upgrade ...

2006-10-01 Thread Marc G. Fournier
no longer being maintained? --On October 1, 2006 8:12:05 PM -0300 "Marc G. Fournier" <[EMAIL PROTECTED]> wrote: IMPORTANT! This message has been blind-carbon-copied to you. Do not reply-to-all or forward it without the author's permission. Apologies for the multi-list post, but

BSDStats 4.0 - You need to upgrade ...

2006-10-01 Thread Marc G. Fournier
Apologies for the multi-list post, but I've been receiving several requests from varous *BSD users about this, so figured I'd hit everyone in one fell swoop ... First, for those that aren't aware, back in August, after some lengthy discussions on the FreeBSD mailing lists, I built a script that

packet loss to firewall while Internet link is down

2006-10-28 Thread D G Teed
Hi all, When the Internet link goes down, ssh refuses to allow connection from within the LAN to our BSD firewall/gateway. An existing ssh connection might stay up, but be very sluggish. We run our own DNS, so that can't be the reason for timeouts. When the Internet is down, the CPU load facto

BSDstats: First solid month ... September Monthly Report

2006-11-01 Thread Marc G. Fournier
script, but not re-running it ... For realtime stats, please see http://www.bsdstats.org If you haven't installed it already, please see /usr/ports/sysutils/bsdstats - Marc G. Fournier Hub.Org Networking Services (http://www.hub.org) Email . [EMAIL PROTECTED]

mknod within a jail ...

2006-11-09 Thread Marc G. Fournier
an option, since for each domain in the jail that gets created, it appears that it needs its own chroot env, with its own dev directory ... Am I really stuck? :( - ---- Marc G. Fournier Hub.Org Networking Services (http://www.hub.org) Email . [EMAIL PROTECTED]

Re: mknod within a jail ...

2006-11-12 Thread Marc G. Fournier
ash will do a restricted shell that still allows programs like sftp to work from within it ... but, breaking out of rbash is as easy as typing 'bash' again, and you are back in an unrestricted shell :( - Marc G. Fournier Hub.Org Networking Services (http

Re: mknod within a jail ...

2006-11-12 Thread Marc G. Fournier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 - --On Sunday, November 12, 2006 10:00:54 -0500 Lowell Gilbert <[EMAIL PROTECTED]> wrote: > "Marc G. Fournier" <[EMAIL PROTECTED]> writes: > >> I'm playing with DTC right now, within a Jail ... and one of the

Re: Building Ports w/ Options, Env

2006-11-14 Thread Marc G. Fournier
nt of the following: > > MAKE_ARGS = { > '/usr/ports/net/openldap23-server'=> [ > '--localstatedir=/var/run/slapd', > '--enable-spasswd', > etc, etc > ], > } > > TIA, > Rachel > > > > > > - Marc G. Fourn

deny of x sessions

2006-11-16 Thread Alain G. Fabry
Hey, I've just installed KDE 4.5.3 on a FreeBSD 6.1 system. I'm having problem getting an x-window from another PC when I'm connected to that PC via telnet (with ssh -X everything works fine) When I telnet to the other machine and export/setenv my DISPLAY environment towards the display I

Re: deny of x sessions

2006-11-16 Thread Alain G. Fabry
With ssh it works, both with -Y and -X, but I need this to work also with regular telnet. Thanks, On Thu, Nov 16, 2006 at 11:53:18AM -0800, Garrett Cooper wrote: > Alain G. Fabry wrote: > >Hey, > > > >I've just installed KDE 4.5.3 on a FreeBSD 6.1 system. > > &g

Re: FreeBSD Host

2006-11-16 Thread Marc G. Fournier
FreeBSD host with reasonable > prices? Our clients seem to think we are priced reasonably ... we offer vServers though, not shared hosting ... yet ... - Marc G. Fournier Hub.Org Networking Services (http://www.hub.org) Email . [EMAIL PROTECTED] MSN . [EM

Re: deny of x sessions

2006-11-17 Thread Alain G. Fabry
On Fri, Nov 17, 2006 at 12:54:37PM -0600, Alain Fabry wrote: > > > > To: [EMAIL PROTECTED]> From: [EMAIL PROTECTED]> Date: Thu, 16 Nov 2006 > > 17:17:05 -0500> CC: freebsd-questions@freebsd.org> Subject: Re: deny of x > > sessions> > "Alain

GUI Mail Reader for FreeBSD ...

2007-07-14 Thread Marc G. Fournier
't do the unicode or inline images ... So, is there anything that is good that actually "does it all"? - Marc G. Fournier Hub.Org Networking Services (http://www.hub.org) Email . [EMAIL PROTECTED] MSN . [EMAIL PROTECTED] Yahoo . yscrappy

mulberry mail crashes when using PGP under AMD64 ... ?

2007-07-21 Thread Marc G. Fournier
ne running Mulberry + 6-STABLE + AMD64 kernel successfully? Thanks ... ---- Marc G. Fournier Hub.Org Networking Services (http://www.hub.org) Email . [EMAIL PROTECTED] MSN . [EMAIL PROTECTED] Yahoo . yscrappy Skype: hub.orgICQ

Re: mulberry mail crashes when using PGP under AMD64 ... ?

2007-07-21 Thread Marc G. Fournier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 - --On Saturday, July 21, 2007 17:13:51 -0500 Paul Schmehl <[EMAIL PROTECTED]> wrote: > --On July 21, 2007 6:53:23 PM -0300 "Marc G. Fournier" <[EMAIL PROTECTED]> > wrote: > >> >> Running latest -STABLE

Re: SATA 300 Drive Being Run At 150

2007-07-21 Thread Marc G. Fournier
0xfdbf irq 16 at device 0.0 on pci2 atapci1: port 0xfa00-0xfa07,0xf900-0xf903,0xf800-0xf807,0xf700-0xf703,0xf600-0xf60f,0xf500-0xf50f irq 19 at device 31.2 on pci0 atapci2: port 0xf300-0xf307,0xf200-0xf203,0xf100-0xf107,0xf000-0xf003,0xef00-0xef0f,0xee00-0xee0f irq 19 at device 31.5 o

Re: mulberry mail crashes when using PGP under AMD64 ... ?

2007-07-21 Thread Marc G. Fournier
ut, again, only on the i386 box ... In fact, on amd64, encrypt or sign causes it to crash ... and notice that this message is sign'd, on my i386 box ... - Marc G. Fournier Hub.Org Networking Services (http://www.hub.org) Email . [EMAIL PROTECTED]

ELI passphrase on boot with USB keyboard

2007-07-27 Thread Rolf G Nielsen
Hi, I recently purchased a new USB keyboard, since my old PS/2 one has seen its best days. This has caused me annoying problems with my ELI disks, though. I have four SATA harddrives, all of which are encrypted using ELI encryption. I've encrypted the raw disks, ad0, ad1, ad2 and ad3. The r

ELI passphrase on boot with USB keyboard... (supplement)

2007-07-27 Thread Rolf G Nielsen
Forgot to mention, I've also tried a USB to PS/2 adaptor, but with that one, the USB keyboard won't work at all. Rolf Nielsen P.S. I'm sorry about the request for receit for the previous message. I have it activated by default, and forgot to deactivate it. _

Re: ELI passphrase on boot with USB keyboard

2007-07-27 Thread Rolf G Nielsen
Reid Linnemann wrote: Written by Reid Linnemann on 07/27/07 15:49>> Written by Rolf G Nielsen on 07/27/07 15:21>> Hi, I recently purchased a new USB keyboard, since my old PS/2 one has seen its best days. This has caused me annoying problems with my ELI disks, though. I ha

Re: ELI passphrase on boot with USB keyboard

2007-07-27 Thread Rolf G Nielsen
Reid Linnemann wrote: Written by Reid Linnemann on 07/27/07 15:49>> Written by Rolf G Nielsen on 07/27/07 15:21>> Hi, I recently purchased a new USB keyboard, since my old PS/2 one has seen its best days. This has caused me annoying problems with my ELI disks, though. I ha

Tracing mouse events

2007-07-28 Thread Rolf G Nielsen
Does anyone know a utility, that would let me se mouse events in human readable form? I recently bought a new mouse, which moused reports as having 16 buttons, and xmodmap -pp reports 15 buttons. As far as I can see, it doesn't have 15 or 16 physical buttons. If I count the wheel as two button

Re: Tracing mouse events

2007-07-28 Thread Rolf G Nielsen
Garrett Cooper wrote: Rolf G Nielsen wrote: Does anyone know a utility, that would let me se mouse events in human readable form? I recently bought a new mouse, which moused reports as having 16 buttons, and xmodmap -pp reports 15 buttons. As far as I can see, it doesn't have 15

Re: ELI passphrase on boot with USB keyboard

2007-07-30 Thread Rolf G Nielsen
Reid Linnemann wrote: Written by Rolf G Nielsen on 07/27/07 16:37>> Reid Linnemann wrote: Written by Reid Linnemann on 07/27/07 15:49>> Written by Rolf G Nielsen on 07/27/07 15:21>> Hi, I recently purchased a new USB keyboard, since my old PS/2 one has seen its best day

Re: secondary hdd

2007-07-30 Thread Rolf G Nielsen
Cyrus wrote: ok, i origainly had windows xp pro on my machine, i installed freebsd 6.2. my machine has a 40gb seagate disk for o/s, and a 160 gb WD disk for storage. my question is, how do i go about formating the 160 gb, from ntfs to ufs for use in freebsd? and make it automount when system bo

Re: Installation problem

2007-07-30 Thread Rolf G Nielsen
Joel Hatton wrote: On Mon, 30 Jul 2007 21:46:44 -0700, Garrett Cooper wrote: Rakhesh is correct. SATA / PATA drives show up under ad[m]s[n][l], where m is the disk number (zero based), n is the slice, aka partition number in the non-BSD (/Solaris?) world, number (zero based), and l is the

Keystroke to launch a script

2007-08-02 Thread Alain G. Fabry
Hello, Running FreeBSD Rel 6.2 with KDE3.5. Question is, when in a Konsole/xterm, is it possible to make a certain keystroke launch a script? fe. automate connection to routers/switches, want to be able when receiving the login/username prompt to press an assigned Fx key that launches a script

Re: CRT value Absurd

2007-08-03 Thread Rolf G Nielsen
Andrew Greenwood wrote: Jonathan Horne wrote: On Thursday 02 August 2007 13:13:46 Subhro wrote: Hello Folks, Recently I got a HP nc6400 notebook for myself and decided to install FreeBSD on this. My system boots up fine but I am repeatedly getting Errors from ACPI. I am repeatedly getting a

USB mouse issues.

2007-08-05 Thread Rolf G Nielsen
Hi, My new USB mouse (a Logitech G5) works fine both in the console (with moused) and under X (both with moused and directly)... For the most part... However, once in a while it just dies (the lights indicating the DPI setting on top and the lights underneath it goes off and it stops respondin

boot problem after custom kernel

2007-08-05 Thread Alain G. Fabry
Hello, After making some changes to my kernel and rebuilding (traditional way), my system does not boot anymore. I tried to boot from the GENERIC kernel following the instructions in the handbook. First 'unload kernel' followed by 'boot /boot/kernel.GENERIC/kernel', but it mentions that it ca

Re: boot problem after custom kernel

2007-08-06 Thread Alain G. Fabry
On Mon, Aug 06, 2007 at 03:29:14PM +1000, Paul Fraser wrote: > Alain G. Fabry wrote: > >First 'unload kernel' followed by 'boot /boot/kernel.GENERIC/kernel', but > >it mentions > >that it cannot find the kernel. > > > > > > >What c

82801G (ICH7 Family) High Definition Audio Supported ???

2007-08-08 Thread Alain G. Fabry
Hello, Is the following audio '82801G (ICH7 Family) High Definition Audio' supported on FreeBSD6.2? If so, which device do I need to load in the kernel or how can I get it to work. Many thanks, Alain ___ freebsd-questions@freebsd.org mailing list htt

<    1   2   3   4   5   6   7   8   9   10   >