Re: best way to update ports

2007-10-11 Thread Aryeh Friedman
yeah, in that situation nfs mount will be easy. My servers are in different cities, and the ports are installed with different options on different servers, for example, some postfix use unix login accounts, some postfix use courier authentication with mysql database. So unfortunately I

Re: rebranding a i386 binary to be a amd64 binary

2007-10-11 Thread Kris Kennaway
Aryeh Friedman wrote: Even though I know this is asking for it I want to test the new nVidia driver on amd64 and the only issue with a hand compile (from nVidia's tar not the ports one) is src/nv-kernel.o is branded elf-i386-32 and amd64 wants it branded elf-amd64-64. This file comes from them

Re: rebranding a i386 binary to be a amd64 binary

2007-10-11 Thread Aryeh Friedman
On 10/11/07, Kris Kennaway [EMAIL PROTECTED] wrote: Aryeh Friedman wrote: Even though I know this is asking for it I want to test the new nVidia driver on amd64 and the only issue with a hand compile (from nVidia's tar not the ports one) is src/nv-kernel.o is branded elf-i386-32 and amd64

Re: rebranding a i386 binary to be a amd64 binary

2007-10-11 Thread Joshua Isom
On Oct 11, 2007, at 1:34 AM, Aryeh Friedman wrote: On 10/11/07, Kris Kennaway [EMAIL PROTECTED] wrote: Aryeh Friedman wrote: Even though I know this is asking for it I want to test the new nVidia driver on amd64 and the only issue with a hand compile (from nVidia's tar not the ports one) is

Re: rebranding a i386 binary to be a amd64 binary

2007-10-11 Thread Kris Kennaway
Aryeh Friedman wrote: On 10/11/07, Kris Kennaway [EMAIL PROTECTED] wrote: Aryeh Friedman wrote: Even though I know this is asking for it I want to test the new nVidia driver on amd64 and the only issue with a hand compile (from nVidia's tar not the ports one) is src/nv-kernel.o is branded

Re: rebranding a i386 binary to be a amd64 binary

2007-10-11 Thread Bruce Cran
Aryeh Friedman wrote: On 10/11/07, Kris Kennaway [EMAIL PROTECTED] wrote: Aryeh Friedman wrote: Even though I know this is asking for it I want to test the new nVidia driver on amd64 and the only issue with a hand compile (from nVidia's tar not the ports one) is src/nv-kernel.o is branded

Re: rebranding a i386 binary to be a amd64 binary

2007-10-11 Thread Aryeh Friedman
There are several kernel features that need to be implemented before an amd64 nVidia driver will work - see http://wiki.freebsd.org/NvidiaFeatureRequests for more info. nVidia do want to create an amd64 driver, but they need the kernel work to be done first. I just sent nVidia an offer to

Re: shooting oneself in the foot with ldconfig -v

2007-10-11 Thread perryh
The previously configured directory list was fully populated, so effectively there should have been no change as the previously configured directories were untouched and I specified no additional pathnames. ... Are you saying that by specifying -v I no longer satisfied the no

Re: Nedit after xorg 7.3

2007-10-11 Thread Pieter de Goeje
On Wednesday 10 October 2007, [EMAIL PROTECTED] wrote: Hi list, After upgrading xorg to 7.3, nedit has started scrolling funnily on my system. It used to work just fine, but after the upgrade scrolling down (that is moving the text cursor up) one line at a time using the arrow keys

FreeBSD Conferences 2008

2007-10-11 Thread Riaan Kruger
Where can I get the FreeBSD conference/event schedule for 2008? I think I am most interested in BSDCan, EuroBSDCon - they seem to be the best. Can anybody recommend any other? Riaan Kruger PS. Sorry for asking 2 questions in one email. ___

Re: best way to update ports

2007-10-11 Thread Mel
On Thursday 11 October 2007 07:33:43 Bill Stwalley wrote: I need your advice on how to update security patches for ports on a dozen servers with minimal efforts. As I gathered, I should run portaudit in cron jobs and then manually update the ports with vulnerabilities after reading UPDATING.

Re: Booting a GELI encrypted hard disk

2007-10-11 Thread Norberto Meijome
On Wed, 10 Oct 2007 23:09:10 +0200 Roland Smith [EMAIL PROTECTED] wrote: On Wed, Oct 10, 2007 at 02:34:16PM -0400, Steve Bertrand wrote: If you encrypted / and /usr, you might actually make the system more vulnerable to a known-plaintext attack, because there are a lot of files with

How to create a user account with the same permission as root ?

2007-10-11 Thread williamkow
Finally, I manage to setup X.org and then KDE 3.5.4 running on FreeBSD 6.2-Release. I created a user account named william and do not assign any group as I do not know what are the list of group name for me to select. To start KDE, i use command kdm but I can only logon using the newly created

Re: How to create a user account with the same permission as root ?

2007-10-11 Thread Aryeh Friedman
On 10/11/07, williamkow [EMAIL PROTECTED] wrote: Finally, I manage to setup X.org and then KDE 3.5.4 running on FreeBSD 6.2-Release. I created a user account named william and do not assign any group as I do not know what are the list of group name for me to select. To start KDE, i use

Re: How to create a user account with the same permission as root ?

2007-10-11 Thread Mel
On Thursday 11 October 2007 13:17:59 williamkow wrote: Finally, I manage to setup X.org and then KDE 3.5.4 running on FreeBSD 6.2-Release. I created a user account named william and do not assign any group as I do not know what are the list of group name for me to select. To start KDE, i use

Re: How to create a user account with the same permission as root ?

2007-10-11 Thread Erich Dollansky
Hi, FreeBSD is not Windows. You cannot have another root in the system. What you can do is the creation of the group wheel and put william into this group. Allow then all members of wheel to access the files needed by the group wheel. I would not do this as it creates many security

can not load KDE in FreeBSD 6.2

2007-10-11 Thread williamkow
After configuring to run X.org, and I manage to have KDE by running command kdm. Then I do some changes related to display, example : a) 1024x768 to 800x600 b) fonts size for menu, wallpaper ...etc but then after the computer have shutdown and restart and when I run the kdm command, and I

Re: can not load KDE in FreeBSD 6.2

2007-10-11 Thread Aryeh Friedman
On 10/11/07, williamkow [EMAIL PROTECTED] wrote: After configuring to run X.org, and I manage to have KDE by running command kdm. Then I do some changes related to display, example : a) 1024x768 to 800x600 b) fonts size for menu, wallpaper ...etc but then after the computer have shutdown

Re: can not load KDE in FreeBSD 6.2

2007-10-11 Thread Mel
On Thursday 11 October 2007 14:26:53 Aryeh Friedman wrote: On 10/11/07, williamkow [EMAIL PROTECTED] wrote: After configuring to run X.org, and I manage to have KDE by running command kdm. Then I do some changes related to display, example : a) 1024x768 to 800x600 b) fonts size for

Re: /usr/X11R6 before /usr/local in ldconfig?

2007-10-11 Thread Lowell Gilbert
Joshua Isom [EMAIL PROTECTED] writes: I noticed the other that that in -STABLE that /usr/X11R6 was in front of /usr/local for libraries. This results in any port that uses a library from another port to look for /usr/X11R6 first, and then /usr/local. I don't know if this would cause any

Re: Samba and Swat are not restarting the daemons.

2007-10-11 Thread Lowell Gilbert
Lisandro Grullon [EMAIL PROTECTED] writes: I have install samba version:3.0.26a from ports, the daemons appear to be working fine by enabling the apropiate parameters in rc.conf, yet I am speriencing the issue where SWAT is showing as the smbd and nmbd are not running nor will they

Re: How to create a user account with the same permission as root ?

2007-10-11 Thread Lars Eighner
On Thu, 11 Oct 2007, williamkow wrote: Finally, I manage to setup X.org and then KDE 3.5.4 running on FreeBSD 6.2-Release. I created a user account named william and do not assign any group as I do not know what are the list of group name for me to select. To start KDE, i use command kdm but

Re: How to create a user account with the same permission as root ?

2007-10-11 Thread Aryeh Friedman
After seeing some of his other questions he should get a book on basic sysadmin also. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: How to create a user account with the same permission as root ?

2007-10-11 Thread Daniel Bye
On Thu, Oct 11, 2007 at 07:34:54PM +0800, Erich Dollansky wrote: Hi, FreeBSD is not Windows. You cannot have another root in the system. Yeah, you can. It's just a really bad idea. root and toor both have UID and GID of 0 - giving them both superuser privileges. There is nothing to prevent

sysutils/lockdown

2007-10-11 Thread B. Cook
Hello All, Is this still a valid working port for a FreeBSD 6.2 box? It looks as if it has not been touched since 2005. Is there anything else that does this? Thanks in advance, ___ freebsd-questions@freebsd.org mailing list

Re: How to create a user account with the same permission as root ?

2007-10-11 Thread Byung-Hee HWANG
On Thu, 2007-10-11 at 19:17 +0800, williamkow wrote: Finally, I manage to setup X.org and then KDE 3.5.4 running on FreeBSD 6.2-Release. I created a user account named william and do not assign any group as I do not know what are the list of group name for me to select. To start KDE, i use

Re: How to create a user account with the same permission as root ?

2007-10-11 Thread Aryeh Friedman
In my case, william is better than root. I can never login to my GNOME desktop through GDM by root. A root account is absolutely useless to me. I use gnome and there is not a single thing I can not do with a root account that I can't with one. If you mean opening GUI apps try adding the

Re: How to create a user account with the same permission as root ?

2007-10-11 Thread Jerry McAllister
On Thu, Oct 11, 2007 at 07:34:54PM +0800, Erich Dollansky wrote: Hi, FreeBSD is not Windows. True statement - thank heaven. You cannot have another root in the system. Unless I misunderstand what you are saying, this is NOT a true statement. You can create as many ids with a '0' UID as

Re: How to create a user account with the same permission as root ?

2007-10-11 Thread Aryeh Friedman
On 10/11/07, Aryeh Friedman [EMAIL PROTECTED] wrote: In my case, william is better than root. I can never login to my GNOME desktop through GDM by root. A root account is absolutely useless to me. I use gnome and there is not a single thing I can not do with a root account that I can't

Installing Thawte Certificate on imap pop smtp

2007-10-11 Thread brad davison
I currently have self-signed certificates on our mail server, but they are now expired. I have just received the CA-crt back from thawte. I have the webmail portion completed with installing the certificates, but I am having some issues with getting them installed on SMTP. I tried to put

Different DNS responses depending on query source

2007-10-11 Thread Jeffrey Goldberg
The host that runs my internal DNS server is down for the count (I've already replaced the power supply on it once, and I don't feel like doing it again). Although I had other uses planned for that machine, the only useful thing it was doing was DNS for a local net and DHCP, the latter

Re: Different DNS responses depending on query source

2007-10-11 Thread Mel
On Thursday 11 October 2007 17:55:20 Jeffrey Goldberg wrote: The obvious answer would be to run two instances of bind, listening on different IPs (possibly using jails). But I don't have an IP address to spare on the DMZ. So is there a way to have bind listening on the only interface and IP

Re: Different DNS responses depending on query source

2007-10-11 Thread Yuri Pankov
Jeffrey Goldberg wrote: The host that runs my internal DNS server is down for the count (I've already replaced the power supply on it once, and I don't feel like doing it again). Although I had other uses planned for that machine, the only useful thing it was doing was DNS for a local net and

RE: Different DNS responses depending on query source

2007-10-11 Thread Michael K. Smith - Adhost
Hello Jeff: -Original Message- From: [EMAIL PROTECTED] [mailto:owner-freebsd- [EMAIL PROTECTED] On Behalf Of Jeffrey Goldberg Sent: Thursday, October 11, 2007 8:55 AM To: freebsd-questions@freebsd.org Subject: Different DNS responses depending on query source The host that runs

Re: Booting a GELI encrypted hard disk

2007-10-11 Thread Steve Bertrand
That's a heck of a lot of trouble to go to, considering someone would have to steal your drive, alter it and put it back without you knowing it! Essentially, what I'm looking for is thus: - someone breaks into my always-locked equipment room - someone steals the box(es) in question, which

canceling all jobs in cups

2007-10-11 Thread Aryeh M. Friedman
I am used to using cups via the web interface... well a user accidentally printed 1000 jobs and I have had to shut the printer down until they are all canceled... the question is how can I do this without clicking cancel job 1000 times ___

Re: Booting a GELI encrypted hard disk

2007-10-11 Thread Steve Bertrand
As you can see only /home is encrypted because the rest doesn't hold data worth encrypting. Well, on mine it will. I was talking about my system. Yours will of course be different. :-) I know. I was not trying to be sarcastic in any way. Sorry if it seemed that way :) You can even encrypt

Re: Installing Thawte Certificate on imap pop smtp

2007-10-11 Thread Kevin Kinsey
brad davison wrote: I currently have self-signed certificates on our mail server, but they are now expired. I have just received the CA-crt back from thawte. I have the webmail portion completed with installing the certificates, but I am having some issues with getting them installed on

Re: best way to update ports

2007-10-11 Thread Boris Samorodov
On Thu, 11 Oct 2007 01:33:43 -0400 Bill Stwalley wrote: I need your advice on how to update security patches for ports on a dozen servers with minimal efforts. As I gathered, I should run portaudit in cron jobs and then manually update the ports with vulnerabilities after reading UPDATING.

Re: sysutils/lockdown

2007-10-11 Thread Kevin Kinsey
B. Cook wrote: Hello All, Is this still a valid working port for a FreeBSD 6.2 box? It looks as if it has not been touched since 2005. Check security/lockdown, and read the WWW sites mentioned in the Makefile there. The Makefile date is April 2007, but I've not done any other

Re: canceling all jobs in cups

2007-10-11 Thread Robert Marella
On Thu, 11 Oct 2007 11:58:33 + Aryeh M. Friedman [EMAIL PROTECTED] wrote: I am used to using cups via the web interface... well a user accidentally printed 1000 jobs and I have had to shut the printer down until they are all canceled... the question is how can I do this without clicking

Re: How to create a user account with the same permission as root ?

2007-10-11 Thread Byung-Hee HWANG
On Thu, 2007-10-11 at 15:08 +, Aryeh Friedman wrote: In my case, william is better than root. I can never login to my GNOME desktop through GDM by root. A root account is absolutely useless to me. I use gnome and there is not a single thing I can not do with a root account that I

Re: BSD Live?

2007-10-11 Thread Ivan Rambius Ivanov
Hello, On 10/11/07, Timothy Klaver [EMAIL PROTECTED] wrote: Is there any BSD version that provides a LiveCD Yes, it is called Freesbie: http://www.freesbie.org/ Regards Rabius -- Tangra Mega Rock: http://www.radiotangra.com ___

BSD Live?

2007-10-11 Thread Timothy Klaver
Is there any BSD version that provides a LiveCD so that I can test the OS and see whether or not I will enjoy it before actually installing? ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To

Re: kernel configuration failure

2007-10-11 Thread Pietro Cerutti
coriolinus wrote: I'm new to kernel building, so I followed the handbook's advice: cd to /usr/src, then make buildkernel KERNCONF=MYKERNEL. The kernel build process is failing mysteriously. The file it claims not to be able to find, /usr/src/sys/dev/aic7xxx/aicasm/aicasm.c, is sitting in my

Re: Different DNS responses depending on query source

2007-10-11 Thread Jeffrey Goldberg
On Oct 11, 2007, at 11:10 AM, Yuri Pankov wrote: Jeffrey Goldberg wrote: So is there a way to have bind listening on the only interface and IP address the host can have give different answers depending on where the query comes from? You can use BIND's view statement:

Re: BSD Live?

2007-10-11 Thread Predrag Punosevac
Timothy Klaver wrote: Is there any BSD version that provides a LiveCD so that I can test the OS and see whether or not I will enjoy it before actually installing? ___ freebsd-questions@freebsd.org mailing list

Re: canceling all jobs in cups

2007-10-11 Thread Predrag Punosevac
Aryeh M. Friedman wrote: I am used to using cups via the web interface... well a user accidentally printed 1000 jobs and I have had to shut the printer down until they are all canceled... the question is how can I do this without clicking cancel job 1000 times

Re: BSD Live?

2007-10-11 Thread Mak Kolybabi
On 2007-10-11 14:02, Timothy Klaver wrote: Is there any BSD version that provides a LiveCD so that I can test the OS and see whether or not I will enjoy it before actually installing? http://www.freesbie.org/ That's a LiveCD based on FreeBSD. It works quite well. -- Matthew Anthony Kolybabi

Re: [kde-freebsd] Problem compiling kdegraphics (exr problem?)

2007-10-11 Thread Tilman Linneweh
* Mel [ Oct 10, 2007 (18:37 )]: Well, it's weird that fixed it for you, because kdegraphics needs to be patched. Here's the work-around: [..] This issue should be fixed with my commit from yesterday. ___ freebsd-questions@freebsd.org mailing list

NFS export question diskless dirs

2007-10-11 Thread mr. phreak
hi. I have a question regarding NFS-exports. /etc/exports /diskless/ro-ro -maproot=root leia /diskless/kernels leia /diskless/rw leia /usr-ro -alldirs leia /home -alldirs leia /etc-ro -alldirs -maproot=root leia but mountd only recognize /diskless/ro - /usr - /home/ and /etc

Re: NFS export question diskless dirs

2007-10-11 Thread James
On Thu, 2007-10-11 at 21:23 +0200, mr. phreak wrote: hi. I have a question regarding NFS-exports. /etc/exports /diskless/ro-ro -maproot=root leia /diskless/kernels leia /diskless/rw leia /usr-ro -alldirs leia /home -alldirs leia /etc-ro -alldirs -maproot=root leia but

I performed an rm -r on /var/lib/pkg

2007-10-11 Thread James
Call it a moment of sheer stupidity, call it a misremembering, call it whatever you want (and I imagine I'll hear a few different ones), but I just did an rm -r /var/lib/pkg. Before I type anything to damage things further, does anyone have any suggestions as to how to recover from this? I have

Re: I performed an rm -r on /var/lib/pkg

2007-10-11 Thread Kevin Kinsey
James wrote: Call it a moment of sheer stupidity, call it a misremembering, call it whatever you want (and I imagine I'll hear a few different ones), but I just did an rm -r /var/lib/pkg. Before I type anything to damage things further, does anyone have any suggestions as to how to recover from

Re: I performed an rm -r on /var/lib/pkg

2007-10-11 Thread James
On Thu, 2007-10-11 at 15:53 -0500, Kevin Kinsey wrote: James wrote: Call it a moment of sheer stupidity, call it a misremembering, call it whatever you want (and I imagine I'll hear a few different ones), but I just did an rm -r /var/lib/pkg. Before I type anything to damage things

Re: BSD Live?

2007-10-11 Thread J65nko
On 10/11/07, Timothy Klaver [EMAIL PROTECTED] wrote: Is there any BSD version that provides a LiveCD so that I can test the OS and see whether or not I will enjoy it before actually installing? Last year I played with RoFreeSBIE, and was quite impressed. See http://www.rofreesbie.org/

Re: I performed an rm -r on /var/lib/pkg

2007-10-11 Thread Erik Trulsson
On Thu, Oct 11, 2007 at 03:07:37PM -0600, James wrote: On Thu, 2007-10-11 at 15:53 -0500, Kevin Kinsey wrote: James wrote: Call it a moment of sheer stupidity, call it a misremembering, call it whatever you want (and I imagine I'll hear a few different ones), but I just did an rm -r

Re: BSD Live?

2007-10-11 Thread Aryeh M. Friedman
J65nko wrote: On 10/11/07, Timothy Klaver [EMAIL PROTECTED] wrote: Is there any BSD version that provides a LiveCD so that I can test the OS and see whether or not I will enjoy it before actually installing? You can also set up a virtual machine and test it that way (on windows you

Re: I performed an rm -r on /var/lib/pkg

2007-10-11 Thread Kevin Kinsey
James wrote: Yes, you're right. On all counts, I'm afraid. But, yes, ultimately. And the more I'm reading man pages, the more I'm thinking that the only solution here will be to reinstall everything. I was wondering if portmaster or something similar might be able to solve this, but it looks

Re: I performed an rm -r on /var/lib/pkg

2007-10-11 Thread James
On Thu, 2007-10-11 at 23:13 +0200, Erik Trulsson wrote: On Thu, Oct 11, 2007 at 03:07:37PM -0600, James wrote: On Thu, 2007-10-11 at 15:53 -0500, Kevin Kinsey wrote: James wrote: Call it a moment of sheer stupidity, call it a misremembering, call it whatever you want (and I

Re: BSD Live?

2007-10-11 Thread D Hill
On Thu, 11 Oct 2007 at 17:12 -, [EMAIL PROTECTED] confabulated: You can also set up a virtual machine and test it that way (on windows you can get a trial copy of vmware to do this) VMWare Server is free and has the same functionality. However, it is over a 200 meg download. --

Re: NFS export question diskless dirs

2007-10-11 Thread James
On Thu, 2007-10-11 at 23:03 +0200, mr. phreak wrote: James wrote: On Thu, 2007-10-11 at 22:36 +0200, mr. phreak wrote: James wrote: On Thu, 2007-10-11 at 21:23 +0200, mr. phreak wrote: hi. I have a question regarding NFS-exports. /etc/exports /diskless/ro-ro

NAT Question

2007-10-11 Thread jhall
I have a question regarding ipf and ipnat. I have a firewall with two public IP addresses. One of the IP addresses is for incoming Internet traffic only and the other is for incoming e-mail. I'm not sure why my ISP has done, this, but they have. In otherwords, all incoming http traffic (port

Re: I performed an rm -r on /var/lib/pkg

2007-10-11 Thread Robert Huff
James writes: What has happened, though, is I've never ran rm in /usr/ports/distfiles. I'm going to think for a little bit about a script that can move through /usr/ports/distfiles and reinstall everything that exists there. Having been in almost the identical situation for

Installing textproc/py-libxml2 port for python 2.5 while keeping 2.4?

2007-10-11 Thread Naoyuki Tai
Hello, When I install textproc/py-libxml2 from the port tree, it installs py24-libxml2. I want to install py25-libxml2 while keeping py24-libxml2. lib/%%PYTHON_VERSION%%/site-packages/drv_libxml2.py lib/%%PYTHON_VERSION%%/site-packages/drv_libxml2.pyc

Re: I performed an rm -r on /var/lib/pkg

2007-10-11 Thread Mel
On Thursday 11 October 2007 23:29:05 James wrote: What has happened, though, is I've never ran rm in /usr/ports/distfiles. I'm going to think for a little bit about a script that can move through /usr/ports/distfiles and reinstall everything that exists there. Well, if you figure out what

Re: I performed an rm -r on /var/lib/pkg

2007-10-11 Thread James
On Thu, 2007-10-11 at 18:14 -0400, Robert Huff wrote: James writes: What has happened, though, is I've never ran rm in /usr/ports/distfiles. I'm going to think for a little bit about a script that can move through /usr/ports/distfiles and reinstall everything that exists there.

Re: How to create a user account with the same permission as root ?

2007-10-11 Thread Erich Dollansky
Hi, Jerry McAllister wrote: On Thu, Oct 11, 2007 at 07:34:54PM +0800, Erich Dollansky wrote: FreeBSD is not Windows. True statement - thank heaven. You cannot have another root in the system. Unless I misunderstand what you are saying, this is NOT a true statement. You can create as

question about Intel PRO/1000 GT dual port

2007-10-11 Thread Robert Huff
Does anyone out there have one? If so, which connector is identified as em0 - upper or lower? Robert Huff ___ freebsd-questions@freebsd.org mailing list

Re: system admin question...

2007-10-11 Thread Gary Kline
((A parenthetical note): In prep for this posting I finished (or expanded) my mail-strip program that eliminates most of the cruft and leaves the body. ) So I'll look at bigsister, conky, nagios, monit, and Ksysguard. (Mel, if you have a cheatsheet

Re: question about Intel PRO/1000 GT dual port

2007-10-11 Thread Josef Grosch
On Thu, Oct 11, 2007 at 08:32:36PM -0400, Robert Huff wrote: Does anyone out there have one? If so, which connector is identified as em0 - upper or lower? Robert Huff We have a fair number of those. The upper port registers as em0. Josef --

Re: Installing textproc/py-libxml2 port for python 2.5 while keeping 2.4?

2007-10-11 Thread cpghost
On Thu, 11 Oct 2007 17:55:00 -0400 Naoyuki Tai [EMAIL PROTECTED] wrote: Hello, When I install textproc/py-libxml2 from the port tree, it installs py24-libxml2. I want to install py25-libxml2 while keeping py24-libxml2. lib/%%PYTHON_VERSION%%/site-packages/drv_libxml2.py

Ports vs Pkgsrc

2007-10-11 Thread Mak Kolybabi
Would anyone be able to either offer a link, or explain the differences between NetBSD/DragonflyBSD's pkgsrc and FreeBSD/OpenBSD's ports systems? Google searches such as 'pkgsrc vs ports' have yielded nothing satisfying. -- Matthew Anthony Kolybabi (Mak) [EMAIL PROTECTED] () ASCII Ribbon

Re: question about Intel PRO/1000 GT dual port

2007-10-11 Thread Robert Huff
Thanks to the many who have responded. Robert Huff ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

BitTorrent configuration in FreeBSD-6.2 -for Large file downloads uploads

2007-10-11 Thread dhaneshk k
Hi all, I had a freebsd 6.2server , I want this m/c to be serve iso images , so users of my webportal have the the facility to download iso images , each iso about 650 MB size , I heard about Bittorrent so I installed this through FreeBSd ports tree , the installation is complete .(

uid 80: exited on signal 6

2007-10-11 Thread Zbigniew Szalbot
Hello, With each (daily) log rotation I get this in /var/log/messages file. szalbot.homedns.org kernel log messages: +++ /tmp/security.BfIqepKO Fri Oct 12 03:08:35 2007 +pid 82543 (httpd), uid 80: exited on signal 6 +pid 82542 (httpd), uid 80: exited on signal 6 +pid 82541 (httpd), uid 80:

Re: question about Intel PRO/1000 GT dual port

2007-10-11 Thread Jonathan Horne
Quoting Robert Huff [EMAIL PROTECTED]: Does anyone out there have one? If so, which connector is identified as em0 - upper or lower? Robert Huff ___ freebsd-questions@freebsd.org mailing list

Re: Ports vs Pkgsrc

2007-10-11 Thread Gueven Bay
2007/10/12, Mak Kolybabi [EMAIL PROTECTED]: Would anyone be able to either offer a link, or explain the differences between NetBSD/DragonflyBSD's pkgsrc and FreeBSD/OpenBSD's ports systems? Google searches such as 'pkgsrc vs ports' have yielded nothing satisfying. -- Matthew Anthony