Re: Can't fdisk newly installed disks

2007-08-14 Thread Simon Gao
Jerry McAllister wrote:
 On Mon, Aug 13, 2007 at 05:38:04PM -0700, Simon Gao wrote:

   
 Hi,

 I am running into some problem with fdisk newly installed drives.

 From boot message, these drives are found without problem:

 da3 at mpt0 bus 0 target 2 lun 0
 da3: IFT A12U-G2421 347D Fixed Direct Access SCSI-3 device
 da3: 160.000MB/s transfers (80.000MHz, offset 127, 16bit), Tagged
 Queueing Enabled
 da3: 2048000MB (4194304000 512 byte sectors: 255H 63S/T 261083C)
 da4 at mpt0 bus 0 target 2 lun 1
 da4: IFT A12U-G2421 347D Fixed Direct Access SCSI-3 device
 da4: 160.000MB/s transfers (80.000MHz, offset 127, 16bit), Tagged
 Queueing Enabled
 da4: 2048000MB (4194304000 512 byte sectors: 255H 63S/T 261083C)
 da5 at mpt0 bus 0 target 2 lun 2
 da5: IFT A12U-G2421 347D Fixed Direct Access SCSI-3 device
 da5: 160.000MB/s transfers (80.000MHz, offset 127, 16bit), Tagged
 Queueing Enabled
 da5: 670790MB (1373777920 512 byte sectors: 255H 63S/T 85513C)

 There are device files in /dev:

 crw-r-  1 root  operator4,  14 Aug 13 17:14 /dev/da3
 crw-r-  1 root  operator4,  15 Aug 13 17:14 /dev/da4
 crw-r-  1 root  operator4,  16 Aug 13 17:14 /dev/da5


 However, when trying to fdisk one of drives, I got following error:

 # fdisk -BI da5
 fdisk: cannot open disk /dev/da5: No such file or directory

 sysintall failed also.

 The system runs  FreeBSD 5.2.1-RELEASE.

 Any help is appreciated.
 

 Did you try doing a  dd(1)  if some blocks of zeros to the drive
 before doing the fdisk.On some older FreeBSD - don't remember
 which - I had trouble with some brands of SCSI disks and writing
 some zeros to it seemed to make it work.  I don't know why or even
 why I first tried it.   But it is simple enough to be worth giving
 it a try to see if anything improves.

dd if=/devf/zero of=/dev/da5 bs=512 count=1024

 jerry  

   
This is what I got:

# dd if=/dev/zero of=/dev/da5 bs=512 count=1024
dd: /dev/da5: Operation not permitted


If I use sysinstall -- config -- fdisk to partition /dev/da5, I got
following warning:


WARNING:  A geometry of 85513/255/63 for da5 is incorrect.  Using  │
 │a more likely geometry.  If this geometry is incorrect or you  │
 │are unsure as to whether or not it's correct, please consult   │
 │the Hardware Guide in the Documentation submenu or use the │
 │(G)eometry command to change it now.   │
 │   │
 │Remember: you need to enter whatever your BIOS thinks the  │
 │geometry is!  For IDE, it's what you were told in the BIOS │
 │setup. For SCSI, it's the translation mode your controller is  │
 │using.  Do NOT use a ``physical geometry''.   


The cylinder, heads and sectors match what's found during boot up.

Simon

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


how to use an upgraded gcc compiler

2007-08-14 Thread Charlie Caroff
Hi,

I am running FreeBSD 6.2 Stable.  The gcc version that was compiled in is
3.4.6.  I installed gcc 4.04.

I'm trying to install libxml-ruby, and I need to use gcc 4.0x, apparently.
How do I use my newly installed gcc 4.04 to compile now?

Charlie
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: Urgent help needed please: pecl-memcache problem after upgrade of php

2007-08-14 Thread Ian Lord


-Original Message-
From: B. Cook [mailto:[EMAIL PROTECTED] 
Sent: 13 août 2007 13:54
To: Ian Lord
Subject: Re: Urgent help needed please: pecl-memcache problem after upgrade
of php

Have you tried rebuilding the port?

memcache to reflect your current version of php?

Thats usually what I need to do.

cd /usr/ports/www/memcache (or whatever it is..)

make clean  make  make deinstall  make install  sync

then try a php -v or php-cgi -v and see what happens.



Ian Lord wrote, On 8/13/07 10:49 AM:
 Hi,
 
  
 
 I just did a portupgrade -a and now memcache doesn't work anymore in php.
 
  
 
 Here are the version portupgrade installed:
 
 pecl-memcache-2.1.2
 
 memcached-1.2.2
 
 php5-5.2.3_1
 
  
 
 In php/error.log I can see this error message
 
 [13-Aug-2007 10:38:20] PHP Warning:  PHP Startup: Unable to load dynamic
 library '/usr/local/lib/php/20060613/memcache.so' -
 /usr/local/lib/php/20060613/memcache.so: Undefined symbol
 quot;php_session_create_idquot; in Unknown on line 0
 
  
 
 Can anyone help please
 
  
 
 If not able to fix (might be a problem with the port, what is the easiest
 way to go back to previous version)
 
  
 
 Thanks
 
  
 
 p.s. Please reply to me directly as I am only registered on the digest
list
 
  
 
  
 
  
 
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
[EMAIL PROTECTED]

-- 
B. Cook
Network Analyst
Poughkeepsie City School District
Mobile: 845.264.5827 | Desk: 845.451.4791

Thanks for your help...

The problem was not with the memcache port but with the pecl-memcache
port...

Doing as you suggested, fixed the problem make clean, followed by a make
deinstall and make install

Before sending the message I already tried a make deinstall / make reinstall
and it didn’t work.

Any idea why
1- Portupgrade broke the thing ?
2- a make clean/make deinstall/make install is better than a make
deinstall/make reinstall ?

Thanks


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


looking for an OS and wanting to know if this is the one.

2007-08-14 Thread Brooks Lackey
Okay i have a Dell Inspiron 9300 with centrino mobil
technology at 1.86GHZ, 512MB of memory and a 60Gig
HDD.  


Basically I need to know which of the OS from freebsd
will be the best for me to use?

Can i use Yahoo Messanger, Itunes,  AOL Messanger. 

I am just looking around as i am now tired of Windows.
 I dont know everything about OS but i like to learn
new things and if there is something better out there
i def. would like to use it. 


thanks alot everyone. 

my email:  [EMAIL PROTECTED]




   

Take the Internet to Go: Yahoo!Go puts the Internet in your pocket: mail, news, 
photos  more. 
http://mobile.yahoo.com/go?refer=1GNXIC
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: looking for an OS and wanting to know if this is the one.

2007-08-14 Thread Wojciech Puchar

Basically I need to know which of the OS from freebsd
will be the best for me to use?


freebsd is only one system, there is no which you can select from.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Can't fdisk newly installed disks

2007-08-14 Thread Wojciech Puchar

does anything else works.
like
dd if=/dev/disk of=/dev/null bs=1m count=1




On Mon, 13 Aug 2007, Simon Gao wrote:


Hi,

I am running into some problem with fdisk newly installed drives.


From boot message, these drives are found without problem:


da3 at mpt0 bus 0 target 2 lun 0
da3: IFT A12U-G2421 347D Fixed Direct Access SCSI-3 device
da3: 160.000MB/s transfers (80.000MHz, offset 127, 16bit), Tagged
Queueing Enabled
da3: 2048000MB (4194304000 512 byte sectors: 255H 63S/T 261083C)
da4 at mpt0 bus 0 target 2 lun 1
da4: IFT A12U-G2421 347D Fixed Direct Access SCSI-3 device
da4: 160.000MB/s transfers (80.000MHz, offset 127, 16bit), Tagged
Queueing Enabled
da4: 2048000MB (4194304000 512 byte sectors: 255H 63S/T 261083C)
da5 at mpt0 bus 0 target 2 lun 2
da5: IFT A12U-G2421 347D Fixed Direct Access SCSI-3 device
da5: 160.000MB/s transfers (80.000MHz, offset 127, 16bit), Tagged
Queueing Enabled
da5: 670790MB (1373777920 512 byte sectors: 255H 63S/T 85513C)

There are device files in /dev:

crw-r-  1 root  operator4,  14 Aug 13 17:14 /dev/da3
crw-r-  1 root  operator4,  15 Aug 13 17:14 /dev/da4
crw-r-  1 root  operator4,  16 Aug 13 17:14 /dev/da5


However, when trying to fdisk one of drives, I got following error:

# fdisk -BI da5
fdisk: cannot open disk /dev/da5: No such file or directory

sysintall failed also.

The system runs  FreeBSD 5.2.1-RELEASE.

Any help is appreciated.

Simon



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


problem compiling xfig

2007-08-14 Thread Predrag Punosevac
I was trying to use xfig to do some graphs but application would froze 
every time I tried to use the mouse.
After inspecting /var/db/pkg I realized I have xfig-devel version of 
program which is ALPHA version.

I cd /usr/ports/graphics/ xfig-devel   make deinstall
I tried to compile xfig-3.2.5 version  after I did portsnap fetch  
portsnap extract  portsnap update


I keep getting the message

[root@ /usr/ports/graphics/xfig]# make install clean
===  Vulnerability check disabled, database not found
===  Found saved configuration for xfig-3.2.5
===  Extracting for xfig-3.2.5
= MD5 Checksum mismatch for xfig.3.2.5.full.tar.gz.
= SHA256 Checksum mismatch for xfig.3.2.5.full.tar.gz.
===  Refetch for 1 more times files: xfig.3.2.5.full.tar.gz 
xfig.3.2.5.full.tar.gz

===  Vulnerability check disabled, database not found
===  Found saved configuration for xfig-3.2.5
= xfig.3.2.5.full.tar.gz doesn't seem to exist in /usr/ports/distfiles/.
= Attempting to fetch from http://xfig.org/software/xfig/3.2.5/.
fetch: xfig.3.2.5.full.tar.gz: local modification time does not match remote
= Attempting to fetch from ftp://www-epb.lbl.gov/xfig/.
fetch: xfig.3.2.5.full.tar.gz: local modification time does not match remote
= Attempting to fetch from 
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/.

fetch: xfig.3.2.5.full.tar.gz: local modification time does not match remote
= Couldn't fetch it - please try to retrieve this
= port manually into /usr/ports/distfiles/ and try again.
*** Error code 1

Stop in /usr/ports/graphics/xfig.
*** Error code 1

Stop in /usr/ports/graphics/xfig.
*** Error code 1

Stop in /usr/ports/graphics/xfig.

What am I doing wrong?

I am running FreeBSD 6.2 XOrg 7.2 Gnome 2.18 on the Generic kernel

I also tried pkg_add -r xfig-3.2.5 but I am getting message
[root@ /usr/ports/distfiles]# pkg_add xfig-3.2.5
pkg_add: can't stat package file 'xfig-3.2.5'
[root@ /usr/ports/distfiles]# pkg_add -r xfig-3.2.5
Error: FTP Unable to get 
ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-6-stable/Latest/xfig-3.2.5.tbz: 
File unavailable (e.g., file not found, no access)
pkg_add: unable to fetch 
'ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-6-stable/Latest/xfig-3.2.5.tbz' 
by URL




___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: looking for an OS and wanting to know if this is the one.

2007-08-14 Thread Chad Perrin
On Tue, Aug 14, 2007 at 09:31:58AM +0200, Wojciech Puchar wrote:
 Basically I need to know which of the OS from freebsd
 will be the best for me to use?
 
 freebsd is only one system, there is no which you can select from.

Maybe Brooks Lackey was referring to choices between:

  FreeBSD
  PC-BSD
  DesktopBSD

. . . of which one is FreeBSD, and two are modified FreeBSD.  On the
other hand, maybe the options Brooks Lackey had in mind were 6.2-STABLE,
6.2-RELEASE, and 7.0-CURRENT.  After all, if MS Windows (which is
apparently the start-point for this user) can have Ultimate, Home
Premium, Home Basic, Business, and Enterprise, I guess we can have our
-STABLE, -RELEASE, and -CURRENT.

-- 
CCD CopyWrite Chad Perrin [ http://ccd.apotheon.org ]
McCloctnick the Lucid: The first rule of magic is simple. Don't waste your
time waving your hands and hopping when a rock or a club will do.
___
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 use an upgraded gcc compiler

2007-08-14 Thread Benjamin Sobotta

 Hi,
 
 I am running FreeBSD 6.2 Stable.  The gcc version that was compiled in is
 3.4.6.  I installed gcc 4.04.
 
 I'm trying to install libxml-ruby, and I need to use gcc 4.0x, apparently.
 How do I use my newly installed gcc 4.04 to compile now?
 
 Charlie

Hey

Non-system gcc versions are usually called with a trailing version number. So 
what you might to try is gcc40 or gcc4 or something similar. Search for 
executables starting with gcc. Something like the above examples should show up.

HTH,

Benjamin
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: looking for an OS and wanting to know if this is the one.

2007-08-14 Thread Giorgos Keramidas
On 2007-08-13 23:51, Brooks Lackey [EMAIL PROTECTED] wrote:
 Okay i have a Dell Inspiron 9300 with centrino mobil technology at
 1.86GHZ, 512MB of memory and a 60Gig HDD.

 Basically I need to know which of the OS from freebsd will be the best
 for me to use?

Any recent release should do.  The officially supported releases of
FreeBSD are described in our web site:

http://www.freebsd.org/

The front page of the web site includes a nice Get FreeBSD Now link,
which will lead you to the release selection page.  For your Dell
Inspiron laptop, you should try to use the i386 build of 6.2-RELEASE
(the latest stable release of FreeBSD).

 Can i use Yahoo Messanger, Itunes,  AOL Messanger.

No, these programs are written by their respective vendors and they are
released only for Microsoft Windows systems.  In some cases, like MSN
and Yahoo IM, you can use alternative FreeBSD programs, like Gaim,
Pidgim, Kopete, and so on.  In other cases, like iTunes, it may be
impossible to find something compatible on FreeBSD.

 I am just looking around as i am now tired of Windows.  I dont know
 everything about OS but i like to learn new things and if there is
 something better out there i def. would like to use it.

Brace yourself and prepare for a _very_ bumpy ride then!

FreeBSD is a *different* operating system.  It works in different ways,
it includes different programs, and it generally uses, supports and
encourages a different philosophy, its own way of looking at things.

These differences may alienate Windows users and keep them from trying
to use FreeBSD at first.  If you honestly _try_ to use FreeBSD though,
and keep trying to unlearn the Windows habits and learn the new ones,
which FreeBSD encourages, you may start to like our system a bit.  It
may even turn out that it was better than Windows for the kind of work
you want to do.

There's no way to _really_ know, without trying :-)

Cheers,
Giorgos

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: looking for an OS and wanting to know if this is the one.

2007-08-14 Thread Chad Perrin
On Tue, Aug 14, 2007 at 11:25:00AM +0300, Giorgos Keramidas wrote:
 On 2007-08-13 23:51, Brooks Lackey [EMAIL PROTECTED] wrote:
 
  Can i use Yahoo Messanger, Itunes,  AOL Messanger.
 
 No, these programs are written by their respective vendors and they are
 released only for Microsoft Windows systems.  In some cases, like MSN
 and Yahoo IM, you can use alternative FreeBSD programs, like Gaim,
 Pidgim, Kopete, and so on.  In other cases, like iTunes, it may be
 impossible to find something compatible on FreeBSD.

To clarify a bit:

  Gaim/Pidgin is a fairly complete replacement for Y!M and AIM (as well
  as MSN Messenger, ICQ, and others).

  While I don't know of an iTunes store client for FreeBSD, you can at
  least get support for the Apple Lossless Audio Codec and provide an
  iTunes-compatible server with software from ports.


 
  I am just looking around as i am now tired of Windows.  I dont know
  everything about OS but i like to learn new things and if there is
  something better out there i def. would like to use it.
 
 Brace yourself and prepare for a _very_ bumpy ride then!

Sometimes, bumps are fun, though.  It depends on what you're trying to
accomplish, and what kind of driver you are.  The comment about liking to
learn new things makes me think this might be the right kind of
driver to enjoy the ride (mostly, at least).


 
 FreeBSD is a *different* operating system.  It works in different ways,
 it includes different programs, and it generally uses, supports and
 encourages a different philosophy, its own way of looking at things.
 
 These differences may alienate Windows users and keep them from trying
 to use FreeBSD at first.  If you honestly _try_ to use FreeBSD though,
 and keep trying to unlearn the Windows habits and learn the new ones,
 which FreeBSD encourages, you may start to like our system a bit.  It
 may even turn out that it was better than Windows for the kind of work
 you want to do.
 
 There's no way to _really_ know, without trying :-)

-- 
CCD CopyWrite Chad Perrin [ http://ccd.apotheon.org ]
print substr(Just another Perl hacker, 0, -2);
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: looking for an OS and wanting to know if this is the one.

2007-08-14 Thread Giorgos Keramidas
On 2007-08-14 02:42, Chad Perrin [EMAIL PROTECTED] wrote:
On Tue, Aug 14, 2007 at 11:25:00AM +0300, Giorgos Keramidas wrote:
On 2007-08-13 23:51, Brooks Lackey [EMAIL PROTECTED] wrote:
 I am just looking around as i am now tired of Windows.  I dont know
 everything about OS but i like to learn new things and if there is
 something better out there i def. would like to use it.

 Brace yourself and prepare for a _very_ bumpy ride then!

 Sometimes, bumps are fun, though.  It depends on what you're trying to
 accomplish, and what kind of driver you are.  The comment about liking
 to learn new things makes me think this might be the right kind of
 driver to enjoy the ride (mostly, at least).

Heh, definitely yes on all of the above.

Depending on the driver and the mood of the moment, bumps can be lots
and lots of fun :)

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Can't fdisk newly installed disks

2007-08-14 Thread [EMAIL PROTECTED]
On 13/08/07, Simon Gao [EMAIL PROTECTED] wrote:
 Hi,

 I am running into some problem with fdisk newly installed drives.
. . .
 # fdisk -BI da5
 fdisk: cannot open disk /dev/da5: No such file or directory

What is your securelevel?

For example:
% sysctl kern.securelevel
kern.securelevel: -1

man init for more about securelevels.

-- 
--
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


My mail could not be delivered HELP

2007-08-14 Thread Narek Gharibyan
I could not send any mail to that mail server

 

Freebsd.org

But I could deliver mails to all other mail servers?

My mail server place the mail into retry queue and never send.

Why?

 

Every time I receive the error below.

 

ERROR

 

The attached message had transient non-fatal delivery errors

 

THIS IS A WARNING MESSAGE ONLY - YOU DO NOT NEED TO RESEND YOUR MESSAGE!

 

This server is configured to automatically retry delivery at configured
intervals.  Subsequent attempts to deliver this message are pending.

 

--- Session Transcript ---

 Tue 2007-08-14 13:41:23: Parsing message
\pd5001052.msg

 Tue 2007-08-14 13:41:23: *  From: [EMAIL PROTECTED]  Tue
2007-08-14 13:41:23: *  To: [EMAIL PROTECTED]  Tue 2007-08-14 13:41:23:
*  Subject: My mail could not be delivered  Tue 2007-08-14 13:41:23: *
Message-ID: [EMAIL PROTECTED]

 Tue 2007-08-14 13:41:23: *  Route slip host: freebsd.org  Tue 2007-08-14
13:41:23: *  Route slip port: 25  Tue 2007-08-14 13:41:23: Attempting SMTP
connection to [freebsd.org]  Tue 2007-08-14 13:41:23: Resolving MX records
for [freebsd.org] (DNS Server: 217.113.7.60)...

 Tue 2007-08-14 13:41:23: *  P=010 S=000 D=freebsd.org TTL=(5)
MX=[mx1.freebsd.org]  Tue 2007-08-14 13:41:23: Attempting SMTP connection to
[mx1.freebsd.org:25]  Tue 2007-08-14 13:41:23: Resolving A record for
[mx1.freebsd.org] (DNS Server: 217.113.7.60)...

 Tue 2007-08-14 13:41:25: *  D=mx1.freebsd.org TTL=(60) A=[69.147.83.52]
Tue 2007-08-14 13:41:25: Attempting SMTP connection to [69.147.83.52:25]
Tue 2007-08-14 13:41:25: Waiting for socket connection...

 Tue 2007-08-14 13:41:26: *  Connection established (91.103.27.98:2282 -
69.147.83.52:25)  Tue 2007-08-14 13:41:26: Waiting for protocol to start...

 Tue 2007-08-14 13:41:28: -- 220 mx1.freebsd.org ESMTP Postfix (Postfix
Rules!)  Tue 2007-08-14 13:41:28: -- EHLO arm.synisys.com  Tue 2007-08-14
13:41:29: -- 250-mx1.freebsd.org  Tue 2007-08-14 13:41:29: --
250-PIPELINING  Tue 2007-08-14 13:41:29: -- 250-SIZE 1024  Tue
2007-08-14 13:41:29: -- 250-VRFY  Tue 2007-08-14 13:41:29: -- 250-ETRN
Tue 2007-08-14 13:41:29: -- 250-ENHANCEDSTATUSCODES  Tue 2007-08-14
13:41:29: -- 250-8BITMIME  Tue 2007-08-14 13:41:29: -- 250 DSN  Tue
2007-08-14 13:41:29: -- MAIL From:[EMAIL PROTECTED] SIZE=4137
Tue 2007-08-14 13:41:30: -- 250 2.1.0 Ok  Tue 2007-08-14 13:41:30: -- RCPT
To:freebsd-questions@freebsd.org

 Tue 2007-08-14 13:41:32: -- 450 4.7.1 Client host rejected: cannot find
your hostname, [91.103.27.98]  Tue 2007-08-14 13:41:32: -- RCPT
To:[EMAIL PROTECTED]  Tue 2007-08-14 13:41:33: -- 450 4.7.1 Client
host rejected: cannot find your hostname, [91.103.27.98]  Tue 2007-08-14
13:41:33: -- QUIT  Tue 2007-08-14 13:41:33: This message is 62 minutes old;
it has 0 minutes left in this queue  Tue 2007-08-14 13:41:33: Remote queue
lifetime exceeded; message placed in retry queue

--- End Transcript ---

 

 

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Vinum configuration syntax

2007-08-14 Thread CyberLeo Kitsana
Modulok wrote:
 Take the following example vinum config file:
 
 drive a device /dev/da2a
 drive b device /dev/da3a
 
 volume rambo
 plex org concat
 sd length 512m drive a
 plex org concat
 sd length 512m drive b
   
8cut here8
drive disk1 device /dev/ad4s1h
drive disk2 device /dev/ad5s1h
drive disk3 device /dev/ad6s1h

volume raid5
plex org raid5 512k
sd length 190782M drive disk1
sd length 190782M drive disk2
sd length 190782M drive disk3
8cut here8

This syntax still worked for me as of gvinum in 6.2. However, the new
SoC patches for geom_vinum functionality may change some things when
included.

-- 
Fuzzy love,
-CyberLeo
Technical Administrator
CyberLeo.Net Webhosting
http://www.CyberLeo.Net
[EMAIL PROTECTED]

Furry Peace! - http://.fur.com/peace/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: My mail could not be delivered HELP

2007-08-14 Thread Olivier Nicole
 I could not send any mail to that mail server
 
 Freebsd.org
 
 But I could deliver mails to all other mail servers?
 
  Tue 2007-08-14 13:41:32: -- 450 4.7.1 Client host rejected: cannot find
 your hostname, [91.103.27.98]  Tue 2007-08-14 13:41:32: -- RCPT
 To:[EMAIL PROTECTED]  Tue 2007-08-14 13:41:33: -- 450 4.7.1 Client
 host rejected: cannot find your hostname, [91.103.27.98]  Tue 2007-08-14

The important part of the error message is the one above.

Many mail server only accept messages from machines that have a valid
rDNS reccord.

It looks like you are sending email from a machine with a dynamic IP,
that has no rDNS, so FreeBSD mailing listr server will not accept your
message.

Maybe you should try to send your email through your ISP mail gateway.

Best regards,

Olivier
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: looking for an OS and wanting to know if this is the one.]

2007-08-14 Thread Predrag Punosevac


---BeginMessage---

A good choice for the Windows user would be PC-BSD

http://pcbsd.org/?p=download14 

primarily due to the easy installation. I have quite a bit experience 
with it.
You would get nice KDE environment very similar to what you had in 
Windows. It is based on 6.2 Stable and XOrg 7.2.


Desktop BSD is less active project and with much smaller user base. The 
new release based on 6.2 Stable and XOrg 6.9 seems bit baggy.


Both systems are pre-configured FreeBSD with extra GUI tools. The only 
difference is packing system . PC-BSD  uses  windows like
pbi packing system as alternative to standard port system in FreeBSD 
while DesktopBSD utilizes GUI tools to assist novice user with

ports.

I would stay a way  from the  FreeBSD if your sole previous exposure to 
different Operating Systems was Windows unless you are really willing to 
sit and learn very intensively. This is primarily due to the fact that 
initial installation and PC-BSD like configuration

is actually the most difficult thing for the casual Desktop user of FreeBSD.
I hope this helps

Chad Perrin wrote:

On Tue, Aug 14, 2007 at 09:31:58AM +0200, Wojciech Puchar wrote:
  

Basically I need to know which of the OS from freebsd
will be the best for me to use?
  

freebsd is only one system, there is no which you can select from.



Maybe Brooks Lackey was referring to choices between:

  FreeBSD
  PC-BSD
  DesktopBSD

. . . of which one is FreeBSD, and two are modified FreeBSD.  On the
other hand, maybe the options Brooks Lackey had in mind were 6.2-STABLE,
6.2-RELEASE, and 7.0-CURRENT.  After all, if MS Windows (which is
apparently the start-point for this user) can have Ultimate, Home
Premium, Home Basic, Business, and Enterprise, I guess we can have our
-STABLE, -RELEASE, and -CURRENT.

  



---End Message---
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: problem compiling xfig

2007-08-14 Thread CyberLeo Kitsana
Predrag Punosevac wrote:
 = Attempting to fetch from http://xfig.org/software/xfig/3.2.5/.
 fetch: xfig.3.2.5.full.tar.gz: local modification time does not match
 remote

Is your clock set properly?

-- 
Fuzzy love,
-CyberLeo
Technical Administrator
CyberLeo.Net Webhosting
http://www.CyberLeo.Net
[EMAIL PROTECTED]

Furry Peace! - http://.fur.com/peace/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Urgent help needed please: pecl-memcache problem after upgrade of php

2007-08-14 Thread Norberto Meijome
On Tue, 14 Aug 2007 03:01:15 -0400
Ian Lord [EMAIL PROTECTED] wrote:

 1- Portupgrade broke the thing ?

portupgrade upgraded libraries that were referenced by other objects...for some 
reason, pecl / php stuff is very picky. Maybe the ports need to be updated in 
unison / force upgrades of the other (if installed)... 

 2- a make clean/make deinstall/make install is better than a make
 deinstall/make reinstall ?

not sure, make clean forces a full rebuild of the port ... i think it goes back 
to the point that portupgrade may not realise it needs to update the other 
port...if u tell it exactly what to update then it should work too with 
portupgrade

_
{Beto|Norberto|Numard} Meijome

Never take Life too seriously, no one gets out alive anyway.

I speak for myself, not my employer. Contents may be hot. Slippery when wet. 
Reading disclaimers makes you go blind. Writing them is worse. You have been 
Warned.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: problem compiling xfig

2007-08-14 Thread Predrag Punosevac

CyberLeo Kitsana wrote:

Predrag Punosevac wrote:
  

= Attempting to fetch from http://xfig.org/software/xfig/3.2.5/.
fetch: xfig.3.2.5.full.tar.gz: local modification time does not match
remote



Is your clock set properly?

  
I thought it was until I read chapter 27 about clock drifting. The only 
time I was messing up with the clock was during the initial installation 
when it was sat to Arizona time. I will try to synchronize time 
following the book.

I hope that would help.


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: My mail could not be delivered HELP

2007-08-14 Thread Narek Gharibyan
My mail server has 2 static IPs. Just I use Dual view Domain RRs. Can that
be the cause? 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Olivier Nicole
Sent: Tuesday, August 14, 2007 2:29 PM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]; freebsd-questions@freebsd.org
Subject: Re: My mail could not be delivered HELP

 I could not send any mail to that mail server
 
 Freebsd.org
 
 But I could deliver mails to all other mail servers?
 
  Tue 2007-08-14 13:41:32: -- 450 4.7.1 Client host rejected: cannot find
 your hostname, [91.103.27.98]  Tue 2007-08-14 13:41:32: -- RCPT
 To:[EMAIL PROTECTED]  Tue 2007-08-14 13:41:33: -- 450 4.7.1 Client
 host rejected: cannot find your hostname, [91.103.27.98]  Tue 2007-08-14

The important part of the error message is the one above.

Many mail server only accept messages from machines that have a valid
rDNS reccord.

It looks like you are sending email from a machine with a dynamic IP,
that has no rDNS, so FreeBSD mailing listr server will not accept your
message.

Maybe you should try to send your email through your ISP mail gateway.

Best regards,

Olivier
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: My mail could not be delivered HELP

2007-08-14 Thread Olivier Nicole
 My mail server has 2 static IPs. Just I use Dual view Domain RRs. Can that
 be the cause? 

Then there is an issue there, because the rDNS problem is on
91.103.27.98 (see error message) and the IP fro your machine are .90
and .97

Anyway, your machine has no rDNS.

Olivier
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: problem compiling xfig

2007-08-14 Thread Manolis Kiagias


Predrag Punosevac wrote:
 I was trying to use xfig to do some graphs but application would froze
 every time I tried to use the mouse.
 After inspecting /var/db/pkg I realized I have xfig-devel version of
 program which is ALPHA version.
 I cd /usr/ports/graphics/ xfig-devel   make deinstall
 I tried to compile xfig-3.2.5 version  after I did portsnap fetch 
 portsnap extract  portsnap update

 I keep getting the message

 [root@ /usr/ports/graphics/xfig]# make install clean
 ===  Vulnerability check disabled, database not found
 ===  Found saved configuration for xfig-3.2.5
 ===  Extracting for xfig-3.2.5
 = MD5 Checksum mismatch for xfig.3.2.5.full.tar.gz.
 = SHA256 Checksum mismatch for xfig.3.2.5.full.tar.gz.
 ===  Refetch for 1 more times files: xfig.3.2.5.full.tar.gz
 xfig.3.2.5.full.tar.gz
 ===  Vulnerability check disabled, database not found
 ===  Found saved configuration for xfig-3.2.5
 = xfig.3.2.5.full.tar.gz doesn't seem to exist in /usr/ports/distfiles/.
 = Attempting to fetch from http://xfig.org/software/xfig/3.2.5/.
 fetch: xfig.3.2.5.full.tar.gz: local modification time does not match
 remote
 = Attempting to fetch from ftp://www-epb.lbl.gov/xfig/.
 fetch: xfig.3.2.5.full.tar.gz: local modification time does not match
 remote
 = Attempting to fetch from
 ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/.
 fetch: xfig.3.2.5.full.tar.gz: local modification time does not match
 remote
 = Couldn't fetch it - please try to retrieve this
 = port manually into /usr/ports/distfiles/ and try again.
 *** Error code 1

 Stop in /usr/ports/graphics/xfig.
 *** Error code 1

 Stop in /usr/ports/graphics/xfig.
 *** Error code 1

 Stop in /usr/ports/graphics/xfig.

 What am I doing wrong?

 I am running FreeBSD 6.2 XOrg 7.2 Gnome 2.18 on the Generic kernel

 I also tried pkg_add -r xfig-3.2.5 but I am getting message
 [root@ /usr/ports/distfiles]# pkg_add xfig-3.2.5
 pkg_add: can't stat package file 'xfig-3.2.5'
 [root@ /usr/ports/distfiles]# pkg_add -r xfig-3.2.5
 Error: FTP Unable to get
 ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-6-stable/Latest/xfig-3.2.5.tbz:
 File unavailable (e.g., file not found, no access)
 pkg_add: unable to fetch
 'ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-6-stable/Latest/xfig-3.2.5.tbz'
 by URL



 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]


I can't tell you for sure about the message you are getting trying to
compile it from Ports, BUT this local modification time does not match
remote seems to me like there is something wrong with the date / time
settings on your machine. Have you checked this? Is your clock
synchronized with an NTP server?

For the pkg_add part, solution is simple:
either change PACKAGESITE  from Latest to All, e.g.

export PACKAGESITE=
ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-6-stable/All/
(or setenv PACKAGESITE
ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-6-stable/All/ if
you use csh)
and repeat your command:

pkg_add -r xfig-3.2.5

or simply, without changing your PACKAGESITE, do:

pkg_add -r xfig

This will get you the latest package. The Latest location in the
FreeBSD FTP server contains links to the latest build packages. You
don't add version numbers in this case.
In fact a quick look in the FTP site suggests the latest version is
xfig-3.2.5.a5_2

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: looking for an OS and wanting to know if this is the one.

2007-08-14 Thread Norberto Meijome
On Mon, 13 Aug 2007 23:51:20 -0700 (PDT)
Brooks Lackey [EMAIL PROTECTED] wrote:

 Can i use Yahoo Messanger, Itunes,  AOL Messanger. 

I use (when forced to G) gaim to talk to people on yahoo + AOL messenger 
networks. I dont know how complete are gaim features compared to the original 
commercial products.

iTunes, natively, no. 
I dont know whether u can run it under Wine.

 
 I am just looking around as i am now tired of Windows.
  I dont know everything about OS but i like to learn
 new things and if there is something better out there
 i def. would like to use it. 

if those are just your requirements, it may be easier for you to use MacOSX. 
but you don't say what has tired you of Windows...some things are similar 
(closed source, commercial), lots of other things are very different. 
and...some of that applies to FreeBSD too, i suspect.

Give us more info and we may be able to help you better,
B

_
{Beto|Norberto|Numard} Meijome

Too bad ignorance isn't painful.
  Don Lindsay

I speak for myself, not my employer. Contents may be hot. Slippery when wet. 
Reading disclaimers makes you go blind. Writing them is worse. You have been 
Warned.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: looking for an OS and wanting to know if this is the one.

2007-08-14 Thread Christian Walther
On 14/08/07, Norberto Meijome [EMAIL PROTECTED] wrote:
 On Mon, 13 Aug 2007 23:51:20 -0700 (PDT)
 Brooks Lackey [EMAIL PROTECTED] wrote:
[...]
 iTunes, natively, no.
 I dont know whether u can run it under Wine.

I found that Amarok is a nice replacement for iTunes, as long as you
don't need to access the iTunes Store, as others stated above.
Songbird might be another candidat, but unfortunately nothing is
currently done for FreeBSD users. Hopefully that'll change at some
point.
As for IM, I nowadays prefer SIM-IM, which is currently in development
for KDE and offers nice functionality and proves to be pretty stable
right now (considered that major version number is still 0).
[...]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: problem compiling xfig SOLVED

2007-08-14 Thread Predrag Punosevac

Manolis Kiagias wrote:

Predrag Punosevac wrote:
  

I was trying to use xfig to do some graphs but application would froze
every time I tried to use the mouse.
After inspecting /var/db/pkg I realized I have xfig-devel version of
program which is ALPHA version.
I cd /usr/ports/graphics/ xfig-devel   make deinstall
I tried to compile xfig-3.2.5 version  after I did portsnap fetch 
portsnap extract  portsnap update

I keep getting the message

[root@ /usr/ports/graphics/xfig]# make install clean
===  Vulnerability check disabled, database not found
===  Found saved configuration for xfig-3.2.5
===  Extracting for xfig-3.2.5
= MD5 Checksum mismatch for xfig.3.2.5.full.tar.gz.
= SHA256 Checksum mismatch for xfig.3.2.5.full.tar.gz.
===  Refetch for 1 more times files: xfig.3.2.5.full.tar.gz
xfig.3.2.5.full.tar.gz
===  Vulnerability check disabled, database not found
===  Found saved configuration for xfig-3.2.5
= xfig.3.2.5.full.tar.gz doesn't seem to exist in /usr/ports/distfiles/.
= Attempting to fetch from http://xfig.org/software/xfig/3.2.5/.
fetch: xfig.3.2.5.full.tar.gz: local modification time does not match
remote
= Attempting to fetch from ftp://www-epb.lbl.gov/xfig/.
fetch: xfig.3.2.5.full.tar.gz: local modification time does not match
remote
= Attempting to fetch from
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/.
fetch: xfig.3.2.5.full.tar.gz: local modification time does not match
remote
= Couldn't fetch it - please try to retrieve this
= port manually into /usr/ports/distfiles/ and try again.
*** Error code 1

Stop in /usr/ports/graphics/xfig.
*** Error code 1

Stop in /usr/ports/graphics/xfig.
*** Error code 1

Stop in /usr/ports/graphics/xfig.

What am I doing wrong?

I am running FreeBSD 6.2 XOrg 7.2 Gnome 2.18 on the Generic kernel

I also tried pkg_add -r xfig-3.2.5 but I am getting message
[root@ /usr/ports/distfiles]# pkg_add xfig-3.2.5
pkg_add: can't stat package file 'xfig-3.2.5'
[root@ /usr/ports/distfiles]# pkg_add -r xfig-3.2.5
Error: FTP Unable to get
ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-6-stable/Latest/xfig-3.2.5.tbz:
File unavailable (e.g., file not found, no access)
pkg_add: unable to fetch
'ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-6-stable/Latest/xfig-3.2.5.tbz'
by URL



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to
[EMAIL PROTECTED]




I can't tell you for sure about the message you are getting trying to
compile it from Ports, BUT this local modification time does not match
remote seems to me like there is something wrong with the date / time
settings on your machine. Have you checked this? Is your clock
synchronized with an NTP server?

For the pkg_add part, solution is simple:
either change PACKAGESITE  from Latest to All, e.g.

export PACKAGESITE=
ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-6-stable/All/
(or setenv PACKAGESITE
ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-6-stable/All/ if
you use csh)
and repeat your command:

pkg_add -r xfig-3.2.5

or simply, without changing your PACKAGESITE, do:

pkg_add -r xfig

This will get you the latest package. The Latest location in the
FreeBSD FTP server contains links to the latest build packages. You
don't add version numbers in this case.
In fact a quick look in the FTP site suggests the latest version is
xfig-3.2.5.a5_2

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]
  

Of course,
I am a moron. The clock is not synchronized with an NTP server. The 
clock drifting took me by surprise since this is relatively fresh

installation.
I used your quick solution with pkg_add to add xfig-3.2.5 to add the 
application.
Now xfig works perfectly. Good thing I had a problem with that unstable 
ALPHA new develop version of Xfig because now I know that I have to fix 
the clock.


Thanks Everybody
Predrag Punosevac

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ndis wrapped Intel wireless driver causes panic

2007-08-14 Thread Jona Joachim
On Mon, 13 Aug 2007 20:43:45 -0500
Doug Poland [EMAIL PROTECTED] wrote:

 Hello,
 
 I've got an HP/Compaq nx7400 and am having trouble with kernel
 loadable object generated by ndisgen.  (6.2-STABLE, i386).
 
 Following the man page for ndisgen(4), I have the following files:
 
 -rwx--  1 dpoland  wheel27546 May  4 14:14:52 2007
 NETw4x32.CAT* -rwx--  1 dpoland  wheel   180005 May  4 14:14:52
 2007 NETw4x32.INF* -rwx--  1 dpoland  wheel  2206976 May  4
 14:14:52 2007 NETw4x32.SYS* -rwxr-xr-x  1 root wheel  4185539 Aug
 13 16:42:25 2007 NETw4x32_SYS.ko*
 
 I've copied the .ko file to /boot/kernel and when I type:
 
 root# kldload NETw4x32_SYS
 
 the system panics.
snip

I can confirm this.
The FreeBSD ndis layer doesn't support the whole set of ndis features
and is slippery when wet.
Damien Bergamini wrote an OpenBSD driver for the 3945ABG chipset and he
ported it to FreeBSD at some point. It works on fbsd 6.2 i386 only.
Damien stopped developing the FreeBSD version for some reason so it may
be a bit outdated but it works for many people.
You should be able to find the sources for the driver by googling a bit.

Good luck!

Jona
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: looking for an OS and wanting to know if this is the one.

2007-08-14 Thread Bob Middaugh
From: Brooks Lackey [EMAIL PROTECTED]
 Okay i have a Dell Inspiron 9300 with centrino mobil
 technology at 1.86GHZ, 512MB of memory and a 60Gig
 HDD.  
 
 
 Basically I need to know which of the OS from freebsd
 will be the best for me to use?
 
 Can i use Yahoo Messanger, Itunes,  AOL Messanger. 
 
 I am just looking around as i am now tired of Windows.
  I dont know everything about OS but i like to learn
 new things and if there is something better out there
 i def. would like to use it. 
 
 
 
Site's with laptops and their compatiblity with FreeBSD:

http://www.soe.ucsc.edu/~dkulp/fbsd/laptop.html
http://laptop.bsdgroup.de/freebsd/
http://www.zapatec.com/freebsd/laptop/

If you go here: 
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/mirrors-ftp.html

You get a list of mirror sites to download from.  like this:  
ftp://ftp.freebsd.org/pub/FreeBSD/ISO-IMAGES-i386/6.2

If you have a decent internet connection, cable or better,  you can download 
just the bootonly.iso and burn that to CD.  You have to burn it as an .iso file 
so your CD is bootable.   If you go this route, most of your install will be 
over the net.  You'll have the option to pick your source, ie: CD, FTP, etc... 
during the install.  If you download all the .iso's, then you can pick CD 
during install and you should be good to go.  

This is invaluable for you to get started:  
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/index.html

There's even a section on laptops: 
http://www.freebsd.org/doc/en_US.ISO8859-1/articles/laptop/index.html

Read the relevant sections on installing, etc...  FreeBSD is not a GUI desktop, 
you'll need to install X-Server for that and then pick a window manager/desktop 
like Gnome, KDE, xfce etc...  

I'm pretty sure there are alternatives to AIM and Yahoo Messenger, but I don't 
do that so I dunno for sure.  iTunes?  I have no idea.

If you want a live CD that you can boot from and it will come up complete 
with desktop, etc... to get used to the feel of FreeBSD, try this:  
http://www.freesbie.org/.

Bob

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Looking for powerful machines that runs FreeBSD on it

2007-08-14 Thread Caio Figueiredo Abecia
I'm looking for a new pc.
I had a problem installing BSD (Free/Open/Net!) with the Dell Dimension C521n. 
(Free/Open BSD website tells me that it support the E521 that have the same 
configuration)
It don't recognize my dell usb keyboard and my SATA DVD Rom drive was not 
detected at all.

I call Dell support and I was complaining that when I saw that model on their 
website and I called to the vendors they said that this model would come 
without SO (Windows). That I'll be free to make my own choice on using any 
*unix SO.

Well.. now Dell will get my machine back and pay me back the amount that I 
payed.

Now I want to buy a powerful machine to run Development things such Java or 
Ruby on Rails on JBoss, running in some good db like Postgresql or MySql.
I don't want to get a new surprise to run only Windows on my machine!
(I already have 2gb ddr2 ram, I want a powerful modern pc to run Free or Open 
as my Desktop System)

Could you guys please help me ?

Thanks a lot all help is greatly appreciated 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Question about failover with ISC DHCP

2007-08-14 Thread Lacayo, Luis F
  

HI all, 

 

I am looking to replace my current DHCP server with the ISC.  Right now
I have to servers which are working with split scopes.   Some of my
schools need over 600 IP's,  so I have the school with a 255.255.240.0
which give them 16 Class C, network, so to avoid conflicts I assign the
3 lower to one server and the 3 highest to the other. 

 

Now comes the question, in the following section there is a split of
128.  If I give a range of 3 class C's do I set this value to 128 or
(128*# Class C Networks)?  

 

Thank you in advance, 

 

Luis 

 

Luis F. Lacayo

Chicago Public Schools

ITS / Senior UNIX Administration

[EMAIL PROTECTED]

Office: 773-553-3835

Cell: 773 203-4493

 

 

 

The information contained in this communication is confidential,
private, proprietary, or otherwise privileged and is intended only for
the use of the addressee. Unauthorized use, disclosure, distribution or
copying is strictly prohibited and may be unlawful. If you have received
this communication in error, please notify the sender immediately at
(773) 553-3835

 

 

 

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: looking for an OS and wanting to know if this is the one.

2007-08-14 Thread Andy Greenwood

Bob Middaugh wrote:

From: Brooks Lackey [EMAIL PROTECTED]
  

Okay i have a Dell Inspiron 9300 with centrino mobil
technology at 1.86GHZ, 512MB of memory and a 60Gig
HDD.  



Basically I need to know which of the OS from freebsd
will be the best for me to use?

Can i use Yahoo Messanger, Itunes,  AOL Messanger. 


I am just looking around as i am now tired of Windows.
 I dont know everything about OS but i like to learn
new things and if there is something better out there
i def. would like to use it. 




 
Site's with laptops and their compatiblity with FreeBSD:


http://www.soe.ucsc.edu/~dkulp/fbsd/laptop.html
http://laptop.bsdgroup.de/freebsd/
http://www.zapatec.com/freebsd/laptop/

If you go here: 
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/mirrors-ftp.html

You get a list of mirror sites to download from.  like this:  
ftp://ftp.freebsd.org/pub/FreeBSD/ISO-IMAGES-i386/6.2

If you have a decent internet connection, cable or better,  you can download just the bootonly.iso and burn that to CD.  You have to burn it as an .iso file so your CD is bootable.   If you go this route, most of your install will be over the net.  You'll have the option to pick your source, ie: CD, FTP, etc... during the install.  If you download all the .iso's, then you can pick CD during install and you should be good to go.  


This is invaluable for you to get started:  
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/index.html

There's even a section on laptops: 
http://www.freebsd.org/doc/en_US.ISO8859-1/articles/laptop/index.html

Read the relevant sections on installing, etc...  FreeBSD is not a GUI desktop, you'll need to install X-Server for that and then pick a window manager/desktop like Gnome, KDE, xfce etc...  


I'm pretty sure there are alternatives to AIM and Yahoo Messenger, but I don't 
do that so I dunno for sure.  iTunes?  I have no idea.
  


try net-im/gaim from ports


If you want a live CD that you can boot from and it will come up complete 
with desktop, etc... to get used to the feel of FreeBSD, try this:  
http://www.freesbie.org/.

Bob

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]
  


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Looking for powerful machines that runs FreeBSD on it

2007-08-14 Thread Bill Moran
In response to Caio Figueiredo Abecia [EMAIL PROTECTED]:

 I'm looking for a new pc.
 I had a problem installing BSD (Free/Open/Net!) with the Dell Dimension 
 C521n. (Free/Open BSD website tells me that it support the E521 that have the 
 same configuration)
 It don't recognize my dell usb keyboard and my SATA DVD Rom drive was not 
 detected at all.

I have an Dell Optiplex GX520 here at work that runs FreeBSD 6.2 just fine.

-- 
Bill Moran
http://www.potentialtech.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Looking for powerful machines that runs FreeBSD on it

2007-08-14 Thread Caio Figueiredo Abecia

It seems to be a problem only on Dell E521/C521 Dimension models.


Here are some of the places that I found talking about the same errors I'm 
having :

ttp://blog.caraldi.com/jbq/2006/11/30/dont-buy-the-dell-e521-and-c521-computers/
http://www.freebsd.org/cgi/query-pr.cgi?pr=113130
http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/106960
http://www.nabble.com/bin-40260-%22No-cd-dvd-devices-found!%22-t4025257.html
http://www.freebsd.org/cgi/query-pr.cgi?pr=bin/40260

Even in NetBSD I still have the same problem.

Thanks for the quick response Bill.

- Original Message - 
From: Bill Moran [EMAIL PROTECTED]

To: Caio Figueiredo Abecia [EMAIL PROTECTED]
Cc: freebsd-questions@freebsd.org
Sent: Tuesday, August 14, 2007 10:51 AM
Subject: Re: Looking for powerful machines that runs FreeBSD on it



In response to Caio Figueiredo Abecia [EMAIL PROTECTED]:


I'm looking for a new pc.
I had a problem installing BSD (Free/Open/Net!) with the Dell Dimension 
C521n. (Free/Open BSD website tells me that it support the E521 that have 
the same configuration)
It don't recognize my dell usb keyboard and my SATA DVD Rom drive was not 
detected at all.


I have an Dell Optiplex GX520 here at work that runs FreeBSD 6.2 just 
fine.


--
Bill Moran
http://www.potentialtech.com 


___
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 use an upgraded gcc compiler

2007-08-14 Thread Dan Nelson
In the last episode (Aug 13), Charlie Caroff said:
 I am running FreeBSD 6.2 Stable.  The gcc version that was compiled in is
 3.4.6.  I installed gcc 4.04.
 
 I'm trying to install libxml-ruby, and I need to use gcc 4.0x,
 apparently. How do I use my newly installed gcc 4.04 to compile now?

Is libxml-ruby different from the textproc/ruby-libxml port?  That
makefile says it doesn't compile with gcc 4.2, but says nothing about
lower versions.

-- 
Dan Nelson
[EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: FreeBSD Embedded in 3rd Party Applications and Appliances?

2007-08-14 Thread Lowell Gilbert
Pervaiz Choudhry [EMAIL PROTECTED] writes:

 We are trying determine cost and benefits  of supporting  FreeBSD
 platform for OEM market.  Does any one have data on the installbase
 for FreeBSD Embedded in 3rd party applications and appliances?  We
 are looking for ball park numbers.

There is no requirement to tell anyone else that you're using FreeBSD
in a product, so some people don't.  As a result, I would be highly
suspicious of any numbers anyone *could* come up with (I would expect
such numbers to miss a lot of applications).

A better approach in my opinion would be to look at specific use
cases; the FreeBSD web site includes some information of that sort.
One example not listed there is that Juniper Networks routers control
plane (JunOS, I think) is based on FreeBSD.

Good luck.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Ports patches? Where should I send them to?

2007-08-14 Thread Heiko Wundram (Beenic)
I started hacking away at Python 2.5.1 in the ports distribution to implement 
HCI bluetooth socket handling for FreeBSD. As I've had my fair share of 
experience with the Python patching process, I'd rather see this patch go 
into the ports tree than to directly post it to upstream.

Is there some place to send patches like this to to get to the package 
maintainer?

-- 
Heiko Wundram
Product  Application Development
___
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 use an upgraded gcc compiler

2007-08-14 Thread Charlie Caroff
The ports version of libxml looks to have been abandoned some time ago, and
the non ports version is much newer (ports: 0.3.2, non-ports -.3.8.4)  It
also seems that libxml-ruby itself is being abandoned in favor of an
upgrade, judging from recent activity on

And, just as I try always to install on FreeBSD with ports, I try to install
all new Ruby on Rails packages using GEM.

I cannot figure out how to install libxml-ruby -- I don't understand the
errors, and I can't find any info about them on the 'net -- my next move is
to try and use the 4.0 gcc compiler I just installed.

Charlie

On 8/14/07, Dan Nelson  [EMAIL PROTECTED] wrote:

 In the last episode (Aug 13), Charlie Caroff said:
  I am running FreeBSD 6.2 Stable.  The gcc version that was compiled in
 is
  3.4.6.  I installed gcc 4.04.
 
  I'm trying to install libxml-ruby, and I need to use gcc 4.0x,
  apparently. How do I use my newly installed gcc 4.04 to compile now?

 Is libxml-ruby different from the textproc/ruby-libxml port?  That
 makefile says it doesn't compile with gcc 4.2, but says nothing about
 lower versions.

 --
 Dan Nelson
  [EMAIL PROTECTED]

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Ports patches? Where should I send them to?

2007-08-14 Thread Giorgos Keramidas
On 2007-08-14 16:26, Heiko Wundram (Beenic) [EMAIL PROTECTED] wrote:
 I started hacking away at Python 2.5.1 in the ports distribution to implement
 HCI bluetooth socket handling for FreeBSD. As I've had my fair share of
 experience with the Python patching process, I'd rather see this patch go
 into the ports tree than to directly post it to upstream.

 Is there some place to send patches like this to to get to the package
 maintainer?

Try opening a problem report and include the patches as attachments.

The process of submitting problem ports and a useful mini-guide about
what is good to include, how to write one, and other useful details can
be found here:

http://www.freebsd.org/doc/en_US.ISO8859-1/articles/problem-reports/

Happy hacking,
Giorgos

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: FreeBSD Embedded in 3rd Party Applications and Appliances?

2007-08-14 Thread DAve

Lowell Gilbert wrote:

Pervaiz Choudhry [EMAIL PROTECTED] writes:


We are trying determine cost and benefits  of supporting  FreeBSD
platform for OEM market.  Does any one have data on the installbase
for FreeBSD Embedded in 3rd party applications and appliances?  We
are looking for ball park numbers.


There is no requirement to tell anyone else that you're using FreeBSD
in a product, so some people don't.  As a result, I would be highly
suspicious of any numbers anyone *could* come up with (I would expect
such numbers to miss a lot of applications).

A better approach in my opinion would be to look at specific use
cases; the FreeBSD web site includes some information of that sort.
One example not listed there is that Juniper Networks routers control
plane (JunOS, I think) is based on FreeBSD.



I am configuring some Coyote Point load balancers right now and they run 
FreeBSD.


DAve


--
Three years now I've asked Google why they don't have a
logo change for Memorial Day. Why do they choose to do logos
for other non-international holidays, but nothing for
Veterans?

Maybe they forgot who made that choice possible.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: [Mimedefang] Compiling MD under Solaris 10

2007-08-14 Thread Dick Hoogendijk
Harley Race [EMAIL PROTECTED] writes:

 I have been playing around with Solaris 10 and was thinking about
 testing mail services in a zone.  What I would like to know from any
 of the MD/Solaris users is whether you used Sun tools to compile MD
 or did you use the ancient version of gcc that came with Solaris.
 What type of problems did you have doing this.  I am trying to get a
 feel for what to expect before I start on this experiment and would
 like to learn from the mistakes or experiences of others.  Thanks
 for any input.

Compiling on solaris 10 is not pleasant. That's how I feel about
it. It can be done, sure, but you have to know a lot about
compiling. I _DO_ compile but on solaris express, not S10.

I run cyrus imapd+MD+SpamAssassin in a mailzone. I use software
packages from Blastwave for this. Setting things up is easy.
Runs very well in the zone (also smarthost for all other machines in
the house ;-)

-- 
Dick Hoogendijk -- PGP/GnuPG key: 01D2433D
++ http://nagual.nl/ + Solaris 11 05/07 ++
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: FreeBSD Embedded in 3rd Party Applications and Appliances?

2007-08-14 Thread Tuc at T-B-O-H.NET
 A better approach in my opinion would be to look at specific use
 cases; the FreeBSD web site includes some information of that sort.
 One example not listed there is that Juniper Networks routers control
 plane (JunOS, I think) is based on FreeBSD.
 
I believe NetApp filers are, or atleast at one time were based
on FreeBSD.

Tuc
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: Redundant network router setup?

2007-08-14 Thread Michael K. Smith - Adhost
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Hello All:

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:owner-freebsd-
 [EMAIL PROTECTED] On Behalf Of Chuck Swiger
 Sent: Monday, August 13, 2007 5:20 PM
 To: Modulok
 Cc: freebsd-questions@freebsd.org
 Subject: Re: Redundant network router setup?
 
 On Aug 13, 2007, at 4:59 PM, Modulok wrote:
  QUESTION: Is there a way to setup a redundant router, such that I can
  offload traffic from the primary router to another machine, without
  breaking TCP sessions?
 
 There are several ways of setting up such redundancy; the common case
 which Cisco calls VRRP, you can use under FreeBSD as CARP.  However,
 this approach is limited to pure routing; it does not handle
 replicating the NAT state tables:
 
  BACKGROUND: I have a FreeBSD machine acting as a gateway, running
  natd(8) through ipfw(8).
 
 ...which you mention you are using.  I don't know of any way to
 provide redundancy for existing connections going via natd.
 
 --
 -Chuck

This may require a bit of a modification, but we use two boxes running PF with 
CARP interfaces and PFSync to maintain state tables in the event of a failure.  
We use them in a failover setup but you can also set them up to load balance.  
In either case, PFSync takes care of the state tables quite well.

Regards,

Mike

-BEGIN PGP SIGNATURE-
Version: 9.6.2 (Build 2014)

wsBVAwUBRsHT/PTXQhZ+XcVAAQjPfQgArkO3G5qh24lJnXtnLetSzrksWJpUKNFH
RR5WFcV0lNU6hetY9/q4Y08Tx9Ltpo9foxI7yOrv6lJ7w/qombDOwBXZwhKCtpPu
22i6QQiY8zJcOTKUVJO9DMChaPsxuFj1saPdczZg2jgnFD4GkT91vqBJo0uJLDxd
QHGwp4qGpdCml4CW7ZKSo8UwuoQTmHN59im5zZMkP84qUCq8B7PMKMVDRfMYFo/d
fCASiWoKAZ0g0a6zilV0qsgNdyLEl3M9YRF9UhXgyQqFlKcv/gEQkCgpAlssftZK
n4wSw0g7Rh4GitoM+nKaSrKqCBxrZIx1VRtfscyh2SkrX9UQIorh2g==
=QMRw
-END PGP SIGNATURE-

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: FreeBSD Embedded in 3rd Party Applications and Appliances?

2007-08-14 Thread Pervaiz Choudhry

Well put. Thanks,

cheers,

~ pervaiz
415-215-6530



On Aug 14, 2007, at 7:25 AM, Lowell Gilbert wrote:


Pervaiz Choudhry [EMAIL PROTECTED] writes:


We are trying determine cost and benefits  of supporting  FreeBSD
platform for OEM market.  Does any one have data on the installbase
for FreeBSD Embedded in 3rd party applications and appliances?  We
are looking for ball park numbers.


There is no requirement to tell anyone else that you're using FreeBSD
in a product, so some people don't.  As a result, I would be highly
suspicious of any numbers anyone *could* come up with (I would expect
such numbers to miss a lot of applications).

A better approach in my opinion would be to look at specific use
cases; the FreeBSD web site includes some information of that sort.
One example not listed there is that Juniper Networks routers control
plane (JunOS, I think) is based on FreeBSD.

Good luck.



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Question about failover with ISC DHCP

2007-08-14 Thread Peter Boosten
Lacayo, Luis F wrote:
   
 
 HI all, 
 
  
 
 I am looking to replace my current DHCP server with the ISC.  Right now
 I have to servers which are working with split scopes.   Some of my
 schools need over 600 IP's,  so I have the school with a 255.255.240.0
 which give them 16 Class C, network, so to avoid conflicts I assign the
 3 lower to one server and the 3 highest to the other. 
 
  
 
 Now comes the question, in the following section there is a split of
 128.  If I give a range of 3 class C's do I set this value to 128 or
 (128*# Class C Networks)?  
 
Hi Luis,

You don't need to have split scopes with ISC: they synchronize DHCP
ACK's (and all other statuses) between each other.

Setting up is POC...

Peter
-- 
http://www.boosten.org
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


sendmail built but does not work

2007-08-14 Thread Noah
sendmail appears to be horked up on my machine and no longer answers 
port 25.  I am not quite sure what the next steps of troubleshooting 
are.  Please help.




hostname# telnet 127.0.0.1 25
Trying 127.0.0.1...
telnet: connect to address 127.0.0.1: Connection refused
telnet: Unable to connect to remote host
hostname# grep sendmail /etc/rc.conf
sendmail_enable=YES
#sendmail_procname=/usr/local/sbin/sendmail
sendmail_flags=-L sm-msp-queue -Ac -q10m
hostname# pkg_info sendmail
pkg_info: can't find package 'sendmail' installed or in a file!
hostname# pkg_info | grep wsendmail
hostname# pkg_info | grep sendmail
sendmail+tls+sasl2-8.14.1 Reliable, highly configurable mail transfer 
agent with util

hostname# uname -a
FreeBSD hostname.blah.com 6.2-RELEASE-p5 FreeBSD 6.2-RELEASE-p5 #1: Sun 
Aug 12 14:27:32 PDT 2007 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/SMP 
 i386

hostname#


when starting the daemon here is what appears in the /var/log/maillog

Aug 14 07:57:44 hostname sm-msp-queue[23695]: starting daemon (8.14.1): 
[EMAIL PROTECTED]:10:00
Aug 14 07:57:44 hostname sm-msp-queue[23695]: unable to write pid to 
/var/spool/clientmqueue/sm-client.pid: file in use by another process


hostname# make restart
/bin/kill -HUP `head -1 /var/run/sendmail.pid`
head: /var/run/sendmail.pid: No such file or directory
usage: kill [-s signal_name] pid ...
   kill -l [exit_status]
   kill -signal_name pid ...
   kill -signal_number pid ...
*** Error code 1

Stop in /etc/mail.
hostname# make start
(. /etc/defaults/rc.conf; source_rc_confs;  case ${sendmail_enable} in 
 [Yy][Ee][Ss])  /usr/sbin/sendmail ${sendmail_flags}  ;;  *)  case 
${sendmail_outbound_enable} in  [Yy][Ee][Ss])  /usr/sbin/sendmail 
${sendmail_outbound_flags}  ;;  esac  ;;  esac  )

hostname#
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: CD read_big error

2007-08-14 Thread fbsd2
When reading a CD I get READ_BIG request failed.
Thing I have noticed is this only happens on 700MB cd's.
This problem does not occur on 650MB cd's.
The archives have loads of posts about this problem but none of the
posts have a solution.
   What does this mean and how can I fix it?
   Thanks in advance.


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: request add db45/db46 support to www/apache22 port

2007-08-14 Thread Jiawei Ye
On 8/15/07, snowcrash+freebsd [EMAIL PROTECTED] wrote:
 hi,

 with db45/db46 now in ports and supported in make.conf, can we get
 port(www/apache22) updated as well?

 looks simple, namely:

  vi Makefile.modules
 =
 @95
 .   elif ${WITH_BERKELEYDB} == db44
 LIB_DEPENDS+=   db-4.4:${PORTSDIR}/databases/db44
 CONFIGURE_ARGS+=--with-dbm=db44 \
 
 --with-berkeley-db=${LOCALBASE}/include:${LOCALBASE}/lib/db44
 +++ .   elif ${WITH_BERKELEYDB} == db45
 +++ LIB_DEPENDS+=   db-4.5:${PORTSDIR}/databases/db45
 +++ CONFIGURE_ARGS+=--with-dbm=db45 \
 +++ 
 --with-berkeley-db=${LOCALBASE}/include:${LOCALBASE}/lib/db45
 +++ .   elif ${WITH_BERKELEYDB} == db46
 +++ LIB_DEPENDS+=   db-4.6:${PORTSDIR}/databases/db46
 +++ CONFIGURE_ARGS+=--with-dbm=db46 \
 +++ 
 --with-berkeley-db=${LOCALBASE}/include:${LOCALBASE}/lib/db46
 .   else
 IGNORE= Unknown Berkeley DB version
 =

 though some clever soul might suggest that it be changed to
 automatically pick the BDB settings 

 thanks!
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-ports
 To unsubscribe, send any mail to [EMAIL PROTECTED]

The change for db46 will fail because the DB version is hardcoded in
apr-util configure script. You need to patch that as well.

Jiawei Ye

-- 
If it looks like a duck, walks like a duck, and quacks like a duck,
then to the end user it's a duck, and end users have made it pretty
clear they want a duck; whether the duck drinks hot chocolate or
coffee is irrelevant.
___
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 use an upgraded gcc compiler

2007-08-14 Thread RW
On Mon, 13 Aug 2007 23:32:46 -0700
Charlie Caroff [EMAIL PROTECTED] wrote:

 Hi,
 
 I am running FreeBSD 6.2 Stable.  The gcc version that was compiled
 in is 3.4.6.  I installed gcc 4.04.
 
 I'm trying to install libxml-ruby, and I need to use gcc 4.0x,
 apparently.


Are you sure about that? The port textproc/ruby-libxml is marked as
broken for ggc 4.2, but other than that doesn't have any particular gcc
requirements in the Makefile. 

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Looking for powerful machines that runs FreeBSD on it

2007-08-14 Thread Predrag Punosevac

Caio Figueiredo Abecia wrote:

I'm looking for a new pc.
I had a problem installing BSD (Free/Open/Net!) with the Dell Dimension C521n. 
(Free/Open BSD website tells me that it support the E521 that have the same 
configuration)
It don't recognize my dell usb keyboard and my SATA DVD Rom drive was not 
detected at all.

I call Dell support and I was complaining that when I saw that model on their 
website and I called to the vendors they said that this model would come 
without SO (Windows). That I'll be free to make my own choice on using any 
*unix SO.

Well.. now Dell will get my machine back and pay me back the amount that I 
payed.

Now I want to buy a powerful machine to run Development things such Java or 
Ruby on Rails on JBoss, running in some good db like Postgresql or MySql.
I don't want to get a new surprise to run only Windows on my machine!
(I already have 2gb ddr2 ram, I want a powerful modern pc to run Free or Open 
as my Desktop System)

Could you guys please help me ?

Thanks a lot all help is greatly appreciated 
___

freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]
  
Why not built one from the parts. That way you would save bundle of 
money and have the computer which will run FreeBSD without a hitch. That 
is what I did.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Upgrading Xorg from 6 to 7

2007-08-14 Thread Erik Trulsson
On Tue, Aug 14, 2007 at 07:13:57PM +0200, Andreas Davour wrote:
 
 I have just read the UPDATING file and realized that this is something that 
 have so many possibilities of going horribly wrong that it most certanly 
 will. Thus I want another option.
 
 Would it be possible to deinstall every port that relates to Xorg 6 and 
 install Xorg 7 as if X never existed?

Yes, that is certainly possible, but you should make sure to get *every*
port that relates to X.org 6.


 
 Anyone care to tell me if pkg_delete xorg* would do, or if there's a better 
 way?

No, that is not enough.  That misses a few ports. (E.g. dri, libdrm, imake,
xterm and probably a couple of others.)

What I did recently when I finally decided to switch over from X.org
6.x to 7.x was to delete *all* installed ports. (It was quite a while since
I updated my installed ports so more than half of them was in need of
updating anyway.)

I also made sure to do a 'rm -fr /usr/X11R6' to remove any trace of X.org 6.
(This step is important since with X.org 7 /usr/X11R6 is changed to be just
a compatibility symlink to /usr/local.  If /usr/X11R6 already exists as a
standard directory then X.org 7 will refuse to install.)

Then I reinstalled everything from scratch from a newly-updated ports tree.

It worked just fine.  (Which is not surprising since the situation was
equivalent to that of a brand-new install of FreeBSD from which one would
expect an install of X.org to work fine.)

(And if you already have a /etc/X11/xorg.conf you will probably need to
adjust that.  The Files and Module sections will almost certainly need
to be updated to account for new search paths and the like.
Easiest way to generate a new file to compare with the old is to run 
'Xorg -configure'.  Often things will also work fine without any xorg.conf
file at all.)


-- 
Insert your favourite quote here.
Erik Trulsson
[EMAIL PROTECTED]
___
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 use an upgraded gcc compiler

2007-08-14 Thread Charlie Caroff
The ports version looks to have been abandoned a few versions ago, so I'd
hoped to use the non ports version.  That's the one that calls for gcc 4.0.
Maybe I should try to make the ports version work --

On 8/14/07, RW [EMAIL PROTECTED] wrote:

 On Mon, 13 Aug 2007 23:32:46 -0700
 Charlie Caroff [EMAIL PROTECTED] wrote:

  Hi,
 
  I am running FreeBSD 6.2 Stable.  The gcc version that was compiled
  in is 3.4.6.  I installed gcc 4.04.
 
  I'm trying to install libxml-ruby, and I need to use gcc 4.0x,
  apparently.


 Are you sure about that? The port textproc/ruby-libxml is marked as
 broken for ggc 4.2, but other than that doesn't have any particular gcc
 requirements in the Makefile.

 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to 
 [EMAIL PROTECTED]

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Can't fdisk newly installed disks

2007-08-14 Thread Jerry McAllister
On Mon, Aug 13, 2007 at 11:32:40PM -0700, Simon Gao wrote:

 Jerry McAllister wrote:
  On Mon, Aug 13, 2007 at 05:38:04PM -0700, Simon Gao wrote:
 

  Hi,
 
  I am running into some problem with fdisk newly installed drives.
 
  From boot message, these drives are found without problem:
 
  da3 at mpt0 bus 0 target 2 lun 0
  da3: IFT A12U-G2421 347D Fixed Direct Access SCSI-3 device
  da3: 160.000MB/s transfers (80.000MHz, offset 127, 16bit), Tagged
  Queueing Enabled
  da3: 2048000MB (4194304000 512 byte sectors: 255H 63S/T 261083C)
  da4 at mpt0 bus 0 target 2 lun 1
  da4: IFT A12U-G2421 347D Fixed Direct Access SCSI-3 device
  da4: 160.000MB/s transfers (80.000MHz, offset 127, 16bit), Tagged
  Queueing Enabled
  da4: 2048000MB (4194304000 512 byte sectors: 255H 63S/T 261083C)
  da5 at mpt0 bus 0 target 2 lun 2
  da5: IFT A12U-G2421 347D Fixed Direct Access SCSI-3 device
  da5: 160.000MB/s transfers (80.000MHz, offset 127, 16bit), Tagged
  Queueing Enabled
  da5: 670790MB (1373777920 512 byte sectors: 255H 63S/T 85513C)
 
  There are device files in /dev:
 
  crw-r-  1 root  operator4,  14 Aug 13 17:14 /dev/da3
  crw-r-  1 root  operator4,  15 Aug 13 17:14 /dev/da4
  crw-r-  1 root  operator4,  16 Aug 13 17:14 /dev/da5
 
 
  However, when trying to fdisk one of drives, I got following error:
 
  # fdisk -BI da5
  fdisk: cannot open disk /dev/da5: No such file or directory
 
  sysintall failed also.
 
  The system runs  FreeBSD 5.2.1-RELEASE.
 
  Any help is appreciated.
  
 
  Did you try doing a  dd(1)  if some blocks of zeros to the drive
  before doing the fdisk.On some older FreeBSD - don't remember
  which - I had trouble with some brands of SCSI disks and writing
  some zeros to it seemed to make it work.  I don't know why or even
  why I first tried it.   But it is simple enough to be worth giving
  it a try to see if anything improves.
 
 dd if=/devf/zero of=/dev/da5 bs=512 count=1024
 
  jerry  
 

 This is what I got:
 
 # dd if=/dev/zero of=/dev/da5 bs=512 count=1024
 dd: /dev/da5: Operation not permitted
 

OK.  sorry that didn't help.

 If I use sysinstall -- config -- fdisk to partition /dev/da5, I got
 following warning:
 
 
 WARNING:  A geometry of 85513/255/63 for da5 is incorrect.  Using  ???
  ???a more likely geometry.  If this geometry is incorrect or you  ???
  ???are unsure as to whether or not it's correct, please consult   ???
  ???the Hardware Guide in the Documentation submenu or use the ???
  ???(G)eometry command to change it now.   ???
  ???   ???
  ???Remember: you need to enter whatever your BIOS thinks the  ???
  ???geometry is!  For IDE, it's what you were told in the BIOS ???
  ???setup. For SCSI, it's the translation mode your controller is  ???
  ???using.  Do NOT use a ``physical geometry''.   
 
 
 The cylinder, heads and sectors match what's found during boot up.
 
 Simon
 

I am sure it has nothing to do with those geometry messages.  I always
get them and never have had to do anything about it.

So, back to square n where n=don't know.

Hopefully someone else will have something useful to say.

jerry

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Looking for powerful machines that runs FreeBSD on it

2007-08-14 Thread Jerry McAllister
On Tue, Aug 14, 2007 at 10:41:31AM -0700, Predrag Punosevac wrote:

 Caio Figueiredo Abecia wrote:
 I'm looking for a new pc.
 I had a problem installing BSD (Free/Open/Net!) with the Dell Dimension 
 C521n. (Free/Open BSD website tells me that it support the E521 that have 
 the same configuration)
 It don't recognize my dell usb keyboard and my SATA DVD Rom drive was not 
 detected at all.
 
 I call Dell support and I was complaining that when I saw that model on 
 their website and I called to the vendors they said that this model would 
 come without SO (Windows). That I'll be free to make my own choice on 
 using any *unix SO.
 
 Well.. now Dell will get my machine back and pay me back the amount that I 
 payed.
 
 Now I want to buy a powerful machine to run Development things such Java 
 or Ruby on Rails on JBoss, running in some good db like Postgresql or 
 MySql.
 I don't want to get a new surprise to run only Windows on my machine!
 (I already have 2gb ddr2 ram, I want a powerful modern pc to run Free or 
 Open as my Desktop System)
 
 Could you guys please help me ?

Try FreeBSD systems. http://www.freebsdsystems.com/

I have heard only good things about them.

jerry

 
 Thanks a lot all help is greatly appreciated 
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to 
 [EMAIL PROTECTED]
   
 Why not built one from the parts. That way you would save bundle of 
 money and have the computer which will run FreeBSD without a hitch. That 
 is what I did.
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Can't fdisk newly installed disks

2007-08-14 Thread Simon Gao
[EMAIL PROTECTED] wrote:
 On 13/08/07, Simon Gao [EMAIL PROTECTED] wrote:
   
 Hi,

 I am running into some problem with fdisk newly installed drives.
 
 . . .
   
 # fdisk -BI da5
 fdisk: cannot open disk /dev/da5: No such file or directory
 

 What is your securelevel?

 For example:
 % sysctl kern.securelevel
 kern.securelevel: -1

 man init for more about securelevels.

   
# sysctl kern.securelevel
kern.securelevel: 3

Does higher security level prevent one from adding new file system?

Simon

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Can't fdisk newly installed disks

2007-08-14 Thread Simon Gao
Wojciech Puchar wrote:
 does anything else works.
 like
 dd if=/dev/disk of=/dev/null bs=1m count=1



Yes.

# dd if=/dev/da5 of=/dev/null bs=1m count=1
1+0 records in
1+0 records out
1048576 bytes transferred in 0.155479 secs (6744167 bytes/sec)



 On Mon, 13 Aug 2007, Simon Gao wrote:

 Hi,

 I am running into some problem with fdisk newly installed drives.

 From boot message, these drives are found without problem:

 da3 at mpt0 bus 0 target 2 lun 0
 da3: IFT A12U-G2421 347D Fixed Direct Access SCSI-3 device
 da3: 160.000MB/s transfers (80.000MHz, offset 127, 16bit), Tagged
 Queueing Enabled
 da3: 2048000MB (4194304000 512 byte sectors: 255H 63S/T 261083C)
 da4 at mpt0 bus 0 target 2 lun 1
 da4: IFT A12U-G2421 347D Fixed Direct Access SCSI-3 device
 da4: 160.000MB/s transfers (80.000MHz, offset 127, 16bit), Tagged
 Queueing Enabled
 da4: 2048000MB (4194304000 512 byte sectors: 255H 63S/T 261083C)
 da5 at mpt0 bus 0 target 2 lun 2
 da5: IFT A12U-G2421 347D Fixed Direct Access SCSI-3 device
 da5: 160.000MB/s transfers (80.000MHz, offset 127, 16bit), Tagged
 Queueing Enabled
 da5: 670790MB (1373777920 512 byte sectors: 255H 63S/T 85513C)

 There are device files in /dev:

 crw-r-  1 root  operator4,  14 Aug 13 17:14 /dev/da3
 crw-r-  1 root  operator4,  15 Aug 13 17:14 /dev/da4
 crw-r-  1 root  operator4,  16 Aug 13 17:14 /dev/da5


 However, when trying to fdisk one of drives, I got following error:

 # fdisk -BI da5
 fdisk: cannot open disk /dev/da5: No such file or directory

 sysintall failed also.

 The system runs  FreeBSD 5.2.1-RELEASE.

 Any help is appreciated.

 Simon



 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]


 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Looking for powerful machines that runs FreeBSD on it

2007-08-14 Thread Predrag Punosevac

Caio Figueiredo Abecia wrote:

I'm not a expert in hardware..

I have some contacts that could help me to make a machine in parts.
That's what you mean ?

Sorry about the bad english.

Could you give me a tip ?
What configuration machine do you have maked in parts ?

I want to do what you did.
Have a machine running without problems Freebsd and maybe windows to 
run some things that I use in work.


Thanks in advance man

- Original Message - From: Predrag Punosevac 
[EMAIL PROTECTED]
To: Caio Figueiredo Abecia [EMAIL PROTECTED]; 
[EMAIL PROTECTED]

Sent: Tuesday, August 14, 2007 2:41 PM
Subject: Re: Looking for powerful machines that runs FreeBSD on it



Caio Figueiredo Abecia wrote:

I'm looking for a new pc.
I had a problem installing BSD (Free/Open/Net!) with the Dell 
Dimension C521n. (Free/Open BSD website tells me that it support the 
E521 that have the same configuration)
It don't recognize my dell usb keyboard and my SATA DVD Rom drive 
was not detected at all.


I call Dell support and I was complaining that when I saw that model 
on their website and I called to the vendors they said that this 
model would come without SO (Windows). That I'll be free to make my 
own choice on using any *unix SO.


Well.. now Dell will get my machine back and pay me back the amount 
that I payed.


Now I want to buy a powerful machine to run Development things such 
Java or Ruby on Rails on JBoss, running in some good db like 
Postgresql or MySql.

I don't want to get a new surprise to run only Windows on my machine!
(I already have 2gb ddr2 ram, I want a powerful modern pc to run 
Free or Open as my Desktop System)


Could you guys please help me ?

Thanks a lot all help is greatly appreciated 
___

freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
[EMAIL PROTECTED]


Why not built one from the parts. That way you would save bundle of 
money and have the computer which will run FreeBSD without a hitch. 
That is what I did. 

I am not a native English speaker either:-)
Well, I live in states so there are quite a few reliable internet 
hardware vendors.  I like the best  newegg.com but you have

to check several to get best deals. There are also no
sales taxes on internet sales in states.

I wanted small but powerful workstation so I ordered Intel Core 2 Duo 
Processor E4300 it is in states around 120$
It has 775 connection pin so you obviously need a mother board 
supporting that pin.
Motherboard is by far you most important decision so you would carefully 
have to look the specifications

north bridge chip set
shout bridge chip set
sata controller chip set
lan controller chip set
on board audio
on board video


I could give you specification of my mother board but I think it would 
be better if you find one that you like it and than check
each of the above against FreeBSD hardware database (see hardware notice 
for this) . You should also google your mother board since
many people left they hardware specifications and how it behaves under 
FreeBSD.


Probably you could get a solid one for about
$120 even less. To get a server board you would probably need $250 at 
least.


You need Hard Drive obviously ~ $40 for about 200Gb
You already have RAM

Now that also can restrict the choice of your motherboard because you 
want one that supports RAM you already have.
Yours is probably DDR II 553 since it was bought for DeLL. I have DDR II 
667 (2 x 1Gb dual channel kit obviously much faster)which

I paid ~$50
You could even get DDR II 800 for couple extra bucks

DVD-RW ~ $30

You need a good power supply ~ $10
Case, PS/2 mouse and keyboard~$30

So I spent about $400 dollars but  my computer is no less than $1000 
retail and all my parts are premium quality.


The better the computer you want to build the more you would save.


There is also a list of FreeBSD hardware vendors on freebsd.org web 
site. They are usually more expensive but you would

get FreeBSD specific parts without any thinking


Get an old CRT monitor from junk yard for testing purposes you will get 
one LCD latter.






___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: FreeBSD Embedded in 3rd Party Applications and Appliances?

2007-08-14 Thread Tom Grove

Pervaiz Choudhry wrote:

Well put. Thanks,

cheers,

~ pervaiz
415-215-6530



On Aug 14, 2007, at 7:25 AM, Lowell Gilbert wrote:


Pervaiz Choudhry [EMAIL PROTECTED] writes:


We are trying determine cost and benefits  of supporting  FreeBSD
platform for OEM market.  Does any one have data on the installbase
for FreeBSD Embedded in 3rd party applications and appliances?  We
are looking for ball park numbers.


There is no requirement to tell anyone else that you're using FreeBSD
in a product, so some people don't.  As a result, I would be highly
suspicious of any numbers anyone *could* come up with (I would expect
such numbers to miss a lot of applications).

A better approach in my opinion would be to look at specific use
cases; the FreeBSD web site includes some information of that sort.
One example not listed there is that Juniper Networks routers control
plane (JunOS, I think) is based on FreeBSD.

Good luck.



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
[EMAIL PROTECTED]

IronPort anti-spam servers use FreeBSD as a base for their ASyncOS.

http://www.ironport.com/technology/ironport_asyncos_operating_system.html

-Tom
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Can't fdisk newly installed disks

2007-08-14 Thread Jerry McAllister
On Tue, Aug 14, 2007 at 11:48:29AM -0700, Simon Gao wrote:

 [EMAIL PROTECTED] wrote:
  On 13/08/07, Simon Gao [EMAIL PROTECTED] wrote:

  Hi,
 
  I am running into some problem with fdisk newly installed drives.
  
  . . .

  # fdisk -BI da5
  fdisk: cannot open disk /dev/da5: No such file or directory
  
 
  What is your securelevel?
 
  For example:
  % sysctl kern.securelevel
  kern.securelevel: -1
 
  man init for more about securelevels.
 

 # sysctl kern.securelevel
 kern.securelevel: 3
 
 Does higher security level prevent one from adding new file system?

It can prevent you from making almost any changes.  A secure level of 3
is very high and may be what you want for your production - depending
on what you are doing, but will make any installation or development
very difficult or impossible.

jerry

 
 Simon
 
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Major Bug

2007-08-14 Thread Steve O'Connor
To whom it may concern,

 

I setup a FreeBsd 7.0 server and cannot access it remotely with Windows
Vista or Macitosh 10. My Windows XP machines have no problem even from the
same NAT'd network.

 

Any ideas?

 

Steve

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Upgrading Xorg from 6 to 7

2007-08-14 Thread RW
On Tue, 14 Aug 2007 19:13:57 +0200 (CEST)
Andreas Davour [EMAIL PROTECTED] wrote:

 
 I have just read the UPDATING file and realized that this is
 something that have so many possibilities of going horribly wrong
 that it most certanly will. Thus I want another option.
 
 Would it be possible to deinstall every port that relates to Xorg 6
 and install Xorg 7 as if X never existed?

If you do it that way you still need to follow most of the
instructions for upgrading. IIRC anything dependent on any of xorg was
version bumped so it would get rebuilt by portupgrade -a, xorg itself
was a small part of the upgrade for me. Even if you delete all ports,
you still need to run the mergebase script.

Note that the then development version of portupgrade is now the
mainstream one, so there is no need to switch.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Major Bug

2007-08-14 Thread Jeff Mohler
How are you trying to access it?

Stone knives and bearskins?
Telnet?
SSH?
Soup cans and string?

Maybe you used the wrong color cable.

On 8/14/07, Steve O'Connor [EMAIL PROTECTED] wrote:

 To whom it may concern,



 I setup a FreeBsd 7.0 server and cannot access it remotely with Windows
 Vista or Macitosh 10. My Windows XP machines have no problem even from the
 same NAT'd network.



 Any ideas?



 Steve

 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to 
 [EMAIL PROTECTED]

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Major Bug

2007-08-14 Thread Bill Moran
In response to Steve O'Connor [EMAIL PROTECTED]:

 To whom it may concern,
 
  
 
 I setup a FreeBsd 7.0 server and cannot access it remotely with Windows
 Vista or Macitosh 10. My Windows XP machines have no problem even from the
 same NAT'd network.
 
  
 
 Any ideas?

Only about 10 million.

This bug report is far too vague for anyone to help you with.  You'll need
to provide _some_ kind of details on what you did, what you're expecting to
happen, and what the result is.

access remotely could mean any one of a bazillion things, many of which are
not _supposed_ to work.

-- 
Bill Moran
http://www.potentialtech.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Major Bug

2007-08-14 Thread Jeff Mohler
Did you set the default route correctly so that you can see it from
not-local networks?



On 8/14/07, Steve O'Connor [EMAIL PROTECTED] wrote:

  No access to ssh, web any IP service. When I had the computer on the same
 network while testing, I did not have this problem.


  --

 *From:* Jeff Mohler [mailto:[EMAIL PROTECTED]
 *Sent:* Tuesday, August 14, 2007 12:19 PM
 *To:* Steve O'Connor
 *Cc:* [EMAIL PROTECTED]
 *Subject:* Re: Major Bug



 How are you trying to access it?

 Stone knives and bearskins?
 Telnet?
 SSH?
 Soup cans and string?

 Maybe you used the wrong color cable.

 On 8/14/07, *Steve O'Connor* [EMAIL PROTECTED] wrote:

 To whom it may concern,



 I setup a FreeBsd 7.0 server and cannot access it remotely with Windows
 Vista or Macitosh 10. My Windows XP machines have no problem even from the
 same NAT'd network.



 Any ideas?



 Steve

 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to 
 [EMAIL PROTECTED]



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Can't fdisk newly installed disks

2007-08-14 Thread Simon Gao
Jerry McAllister wrote:
 On Tue, Aug 14, 2007 at 11:48:29AM -0700, Simon Gao wrote:

   
 [EMAIL PROTECTED] wrote:
 
 On 13/08/07, Simon Gao [EMAIL PROTECTED] wrote:
   
   
 Hi,

 I am running into some problem with fdisk newly installed drives.
 
 
 . . .
   
   
 # fdisk -BI da5
 fdisk: cannot open disk /dev/da5: No such file or directory
 
 
 What is your securelevel?

 For example:
 % sysctl kern.securelevel
 kern.securelevel: -1

 man init for more about securelevels.

   
   
 # sysctl kern.securelevel
 kern.securelevel: 3

 Does higher security level prevent one from adding new file system?
 

 It can prevent you from making almost any changes.  A secure level of 3
 is very high and may be what you want for your production - depending
 on what you are doing, but will make any installation or development
 very difficult or impossible.

 jerry

   

Thanks, Jerry.

I tried to lower secure level, but still run into similar error:

# sysctl kern.securelevel=-1
kern.securelevel: 3
sysctl: kern.securelevel: Operation not permitted

Is there other way to reduce secure level to -1 without reboot the
machine or drop into single user mode?

Simon
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Major Bug

2007-08-14 Thread Jeff Mohler
Dont forget to keep the questions list on your replies, the reply to all
button is your friend, not just reply.

And im top posting, i'll burn in heck.

On 8/14/07, Steve O'Connor [EMAIL PROTECTED] wrote:

  Routing is fine. I can access remotely using XP machines, just cant
 access this from Vista or Mac or BSD servers.






  --

 *From:* Jeff Mohler [mailto:[EMAIL PROTECTED]
 *Sent:* Tuesday, August 14, 2007 12:25 PM
 *To:* Steve O'Connor
 *Cc:* [EMAIL PROTECTED] ORG
 *Subject:* Re: Major Bug



 Did you set the default route correctly so that you can see it from
 not-local networks?


  On 8/14/07, *Steve O'Connor*  [EMAIL PROTECTED] wrote:

 No access to ssh, web any IP service. When I had the computer on the same
 network while testing, I did not have this problem.


  --

 *From:* Jeff Mohler [mailto:[EMAIL PROTECTED]
 *Sent:* Tuesday, August 14, 2007 12:19 PM
 *To:* Steve O'Connor
 *Cc:* [EMAIL PROTECTED]
 *Subject:* Re: Major Bug



 How are you trying to access it?

 Stone knives and bearskins?
 Telnet?
 SSH?
 Soup cans and string?

 Maybe you used the wrong color cable.

 On 8/14/07, *Steve O'Connor* [EMAIL PROTECTED] wrote:

 To whom it may concern,



 I setup a FreeBsd 7.0 server and cannot access it remotely with Windows
 Vista or Macitosh 10. My Windows XP machines have no problem even from the
 same NAT'd network.



 Any ideas?



 Steve

 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to 
 [EMAIL PROTECTED]





___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Can't fdisk newly installed disks

2007-08-14 Thread Robert Huff

Simon Gao writes:

  Is there other way to reduce secure level to -1 without reboot the
  machine or drop into single user mode?

As I understand it: no.  And that's a carefully considered
choice.


Robert Huff





___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Looking for powerful machines that run FreeBSD on it

2007-08-14 Thread Bill Vermillion
Ashes to ashes, and DOS to DOS
[EMAIL PROTECTED] was heard to say on or about
Tue, Aug 14, 2007 at 19:16 :

 Date: Tue, 14 Aug 2007 10:41:31 -0700
 From: Predrag Punosevac [EMAIL PROTECTED]
 Subject: Re: Looking for powerful machines that runs FreeBSD on it
 
 Caio Figueiredo Abecia wrote:

  I'm looking for a new pc. had a problem installing BSD
  I(Free/Open/Net!) with the Dell Dimension C521n. (Free/Open
  IBSD website tells me that it support the E521 that have the
  Isame configuration) t don't recognize my dell usb keyboard
  Iand my SATA DVD Rom drive was not detected at all.

  I call Dell support and I was complaining that when I saw that
  model on their website and I called to the vendors they said
  that this model would come without SO (Windows). That I'll be
  free to make my own choice on using any *unix SO.

  Well.. now Dell will get my machine back and pay me back the
  amount that I payed.

  Now I want to buy a powerful machine to run Development things
  such Java or Ruby on Rails on JBoss, running in some good db
  like Postgresql or MySql. I don't want to get a new surprise
  to run only Windows on my machine! (I already have 2gb ddr2
  ram, I want a powerful modern pc to run Free or Open as my
  Desktop System)

  Could you guys please help me ?

  Thanks a lot all help is greatly appreciated 

 Why not built one from the parts. That way you would save bundle
 of money and have the computer which will run FreeBSD without a
 hitch. That is what I did.

That's what we [a small niche market ISP] do.  We currently use
Intel motheboards and go from there.   We did start with a couple
in Intel 1100s - and they are 5 years old and still running - and
being phased out to lighter duty - such as running backups to them.

We only have about 8-10 servers, and a client has 3 or 4 in our
rack at Level 3.  We have NO regular users.  Do email for business
and host many of their websites - so that cuts down on a lot
of frivolous calls.

But the servers do get busy at times.  One of our domains -
springbreak.com comes up #1 in most search engines.

Buy building your own you have a lot of control and can be pretty
sure things will work - and you'll learn enough so you don't
have to rely on 3rd party support - who don't really know what you
are doing with your machine.

As to power - my observation is that you can do more with FreeBSD
on machines less powerful than other OSes require.

Bill

-- 
Bill Vermillion - bv @ wjv . com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Major Bug

2007-08-14 Thread Jonathan Chen
On Tue, Aug 14, 2007 at 11:59:10AM -0700, Steve O'Connor wrote:
 To whom it may concern,
 
  
 
 I setup a FreeBsd 7.0 server and cannot access it remotely with Windows
 Vista or Macitosh 10. My Windows XP machines have no problem even from the
 same NAT'd network.

Not enough details here. What protocol are you attempting to access
your server with?

Are you sure you want to be running 7.0, which is recommended only for
hacker-level users?
-- 
Jonathan Chen [EMAIL PROTECTED]

We laugh in the face of danger, we drop icecubes down the vest of fear
 - Edmond Blackadder III
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


I was having an xauth error about the hexkey not found this is my fix for it

2007-08-14 Thread matt donovan
I just had to redo this part

# set up default Xauth info for this machine
case `uname` in
Linux*)
 if [ -z `hostname --version 21 | grep GNU` ]; then
  hostname=`hostname -f`
 else
  hostname=`hostname`
 fi
 ;;
*)
 hostname=`hostname`
 ;;
esac

authdisplay=${display:-:0}
mcookie=`dd if=/dev/random bs=16 count=1 2/dev/null | hexdump -e
\\%08x\\`
if x$mcookie = x; then
echo Couldn't create cookie
exit 1
fi

To this

# set up default Xauth info for this machine

 authdisplay=${display:-:0}
 mcookie=`dd if=/dev/urandom bs=16 count=1 2/dev/null | hexdump -e
\\%08x\\`
 for displayname in $authdisplay `hostname`$authdisplay; do
 if ! xauth list $displayname | grep $displayname  /dev/null
21; then
   xauth add $displayname . $mcookie
   removelist=$displayname $removelist
 fi
 done

xinit $client $clientargs -- $server $display $serverargs

and it seems to work for me doesn't complain about the magic cookie not
being found anymore
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


portupgrade question

2007-08-14 Thread Christopher Key

Hello,

I've just CVSupped my ports collection and run 'portupgrade -ra'.  One 
of the ports that was updated was vim, which had originally been 
installed without X11:


# cd /usr/ports/editors/vim
# NO_GUI=1 make install clean

Now, this option appears to have been lost as I've ended up with a full 
X11 installation.  Is this the expected behaviour, or did I do something 
wrong?



Regards,

Chris
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: [Mimedefang] Compiling MD under Solaris 10

2007-08-14 Thread Christian Walther
On Tuesday 14 August 2007 15:31:38 Dick Hoogendijk wrote:
 Harley Race [EMAIL PROTECTED] writes:
  I have been playing around with Solaris 10 and was thinking about
  testing mail services in a zone.  What I would like to know from any
  of the MD/Solaris users is whether you used Sun tools to compile MD
  or did you use the ancient version of gcc that came with Solaris.
  What type of problems did you have doing this.  I am trying to get a
  feel for what to expect before I start on this experiment and would
  like to learn from the mistakes or experiences of others.  Thanks
  for any input.

 Compiling on solaris 10 is not pleasant. That's how I feel about
 it. It can be done, sure, but you have to know a lot about
 compiling. I _DO_ compile but on solaris express, not S10.

True, compiling on Solaris can be really painfull.
The problem isn't Solaris itself, though, but rather a pitifull closed minded 
view of some open source developers towards other OSes than Linux.
Don't start messing around with /usr/sfw/bin/gcc, Sun messed this one up 
pretty badly. 
Whorst problem: They used gcc, but decided to use their own ld, which needs 
other parameters that are of course not recognised by most OSS.

I'd try Sun Studio 11 anyway, it's a great compiler and if the sources are 
well done it should be working flawlessly. (I once compiled an entire suite 
of software need for Plone/Zope with it.)

As an alternative there's another package called gcc for Sparc systems 
(gccfss) available from her: http://cooltools.sunsource.net/gcc/
It's a relocatible gcc that can be installed anywhere, and that has been 
expanded to make use of all Sparc specific features. Didn't try it so far, 
but heard good things about it.

 I run cyrus imapd+MD+SpamAssassin in a mailzone. I use software
 packages from Blastwave for this. Setting things up is easy.
 Runs very well in the zone (also smarthost for all other machines in
 the house ;-)

Most of the blastwave packages work fine, I use them when I'm in a hurry or 
don't want to mess around with compilation myself. They are more current than 
the packages from sunfreeware.com, but are more error prone, though.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: I was having an xauth error about the hexkey not found this is myfix for it

2007-08-14 Thread Steve O'Connor
How does this affect Windows VISta and OSX connections?

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of matt donovan
Sent: Tuesday, August 14, 2007 12:42 PM
To: freebsd-questions@freebsd.org
Subject: I was having an xauth error about the hexkey not found this is
myfix for it

I just had to redo this part

# set up default Xauth info for this machine
case `uname` in
Linux*)
 if [ -z `hostname --version 21 | grep GNU` ]; then
  hostname=`hostname -f`
 else
  hostname=`hostname`
 fi
 ;;
*)
 hostname=`hostname`
 ;;
esac

authdisplay=${display:-:0}
mcookie=`dd if=/dev/random bs=16 count=1 2/dev/null | hexdump -e
\\%08x\\`
if x$mcookie = x; then
echo Couldn't create cookie
exit 1
fi

To this

# set up default Xauth info for this machine

 authdisplay=${display:-:0}
 mcookie=`dd if=/dev/urandom bs=16 count=1 2/dev/null | hexdump -e
\\%08x\\`
 for displayname in $authdisplay `hostname`$authdisplay; do
 if ! xauth list $displayname | grep $displayname  /dev/null
21; then
   xauth add $displayname . $mcookie
   removelist=$displayname $removelist
 fi
 done

xinit $client $clientargs -- $server $display $serverargs

and it seems to work for me doesn't complain about the magic cookie not
being found anymore
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Upgrading Xorg from 6 to 7

2007-08-14 Thread Tore Lund
Andreas Davour wrote:
 I have just read the UPDATING file and realized that this is something 
 that have so many possibilities of going horribly wrong that it most 
 certanly will. Thus I want another option.
 [snip}

We have seen some clever ways of doing it.  For my own part, I studied
those carefully, but in the end I bit the bullet and went by the book
(UPDATING).  I found the upgrade fairly smooth and swift.

I ran portupgrade with the -aP option, and this step took 3 hours 40
mins on my modest AMD XP 2200.  There were some hiccups, but after some
reboots and adjusting, everything (well, almost everything) was back to
normal.
-- 
Tore

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Recommended IDE-to-USB bridge chipsets and hard drive enclosures?

2007-08-14 Thread G. Mirov
On 8/14/07, Wojciech Puchar [EMAIL PROTECTED] wrote:
  which of the supported IDE-to-USB (USB-to-IDE) bridge chipsets work
  best with FreeBSD 4.x and 6.x?
 
  Which external IDE-to-USB hard drive enclosures (caddies, cases) would
  you recommend?

 i have 2 of them (not cases but converters+power supply).

Could you post  'usbdevs -v' and /var/log/messages info for these converters?
Thank you.

G. Mirov
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: [Mimedefang] Compiling MD under Solaris 10

2007-08-14 Thread Kris Kennaway
On Tue, Aug 14, 2007 at 10:21:21PM +, Christian Walther wrote:
 On Tuesday 14 August 2007 15:31:38 Dick Hoogendijk wrote:
  Harley Race [EMAIL PROTECTED] writes:
   I have been playing around with Solaris 10 and was thinking about
   testing mail services in a zone.  What I would like to know from any
   of the MD/Solaris users is whether you used Sun tools to compile MD
   or did you use the ancient version of gcc that came with Solaris.
   What type of problems did you have doing this.  I am trying to get a
   feel for what to expect before I start on this experiment and would
   like to learn from the mistakes or experiences of others.  Thanks
   for any input.
 
  Compiling on solaris 10 is not pleasant. That's how I feel about
  it. It can be done, sure, but you have to know a lot about
  compiling. I _DO_ compile but on solaris express, not S10.
 
 True, compiling on Solaris can be really painfull.

This is off-topic on freebsd-questions, thanks :)

Kris


pgpvqFQap00aq.pgp
Description: PGP signature


Re: Convince me, please!

2007-08-14 Thread Goltsios Theodore


   Well sorry if  I'm  getting annoying but I think you face the Unix 
world in the wrong manner. Well you expect to find something you are 
used to, or something like MS Win you only know. I advise that you 
should be more open minded, willing to read and spare time to get 
familiar to the Unix OSes that are around. But the advantages are and 
the power that these kind of systems offer, which is probably unlimited 
compared with the Windowz strict and limited way of operating. If you 
really don't want that kind of power (thus doing what you must faster, 
better and in a more efficient way) then you are in the wrong place. A 
good way to start solving all questions concerning the FreeBSD is its 
handbook or the perhaps the FAQ.


http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/

PS Try some googling or the freebsd official site for more resources. 
I'm sure all your questions will be satisfied.


Theodoros Goltsios
Kinetix Tele.com Support Center
email: [EMAIL PROTECTED], [EMAIL PROTECTED]
Tel.  Fax: +30 2310556134
WWW: http://www.kinetix.gr/



Latitude wrote:

I'm interested in changing over to FreeBSD from Windows, but I'll have
to say, you guys don't really present a forceful argument to Windows
users of how easy the switch may be.  I get knee-deep in FreeBSD jargon
the second I get to your webpage. I need to see an overwhelming argument
that FreeBSD is a perfectly acceptable alternative for home desktop
users who have previously known only Windows.

For instance, if I download and install FreeBSD, will I instantly have a
desktop windowing environment that I can navigate in while I figure out
what's going on?  Will I have a browser and way to setup an internet
connection right off the bat?  How will I migrate files from other
operating systems?

I understand you guys have been around for a while, but you don't seem
to understand the monumental fear involved in switching operating
systems.  You need to address those concerns head on from the start.  I
need to see several screenshots of apps that I can use as alternatives
to what I have.

Help me (and yourselves) out.

  

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: FreeBSD Embedded in 3rd Party Applications and Appliances?

2007-08-14 Thread Pervaiz Choudhry

Thanks Tom,

We are actually working with IronPort. I was just trying to get a  
feel for broader vendor support. We are all set now. Thanks,



cheers,

~ pervaiz
415-215-6530



On Aug 14, 2007, at 11:58 AM, Tom Grove wrote:


Pervaiz Choudhry wrote:

Well put. Thanks,

cheers,

~ pervaiz
415-215-6530



On Aug 14, 2007, at 7:25 AM, Lowell Gilbert wrote:


Pervaiz Choudhry [EMAIL PROTECTED] writes:


We are trying determine cost and benefits  of supporting  FreeBSD
platform for OEM market.  Does any one have data on the installbase
for FreeBSD Embedded in 3rd party applications and  
appliances?  We

are looking for ball park numbers.


There is no requirement to tell anyone else that you're using  
FreeBSD

in a product, so some people don't.  As a result, I would be highly
suspicious of any numbers anyone *could* come up with (I would  
expect

such numbers to miss a lot of applications).

A better approach in my opinion would be to look at specific use
cases; the FreeBSD web site includes some information of that sort.
One example not listed there is that Juniper Networks routers  
control

plane (JunOS, I think) is based on FreeBSD.

Good luck.



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions- 
[EMAIL PROTECTED]

IronPort anti-spam servers use FreeBSD as a base for their ASyncOS.

http://www.ironport.com/technology/ 
ironport_asyncos_operating_system.html


-Tom



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Can't fdisk newly installed disks

2007-08-14 Thread Simon Gao
Jerry McAllister wrote:

 It can prevent you from making almost any changes.  A secure level of 3
 is very high and may be what you want for your production - depending
 on what you are doing, but will make any installation or development
 very difficult or impossible.

 jerry
   
That's it. A secure level of 3 setting was the problem. Once changed
secure level to -1, everything worked.

Thanks.

Simon
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: portupgrade question

2007-08-14 Thread Nikola Lecic
On Tue, 14 Aug 2007 21:12:40 +0100
Christopher Key [EMAIL PROTECTED] wrote:

 Hello,
 
 I've just CVSupped my ports collection and run 'portupgrade -ra'.

Hello Christopher,

'portupgrade -a' is just enough, '-r' means nothing here.

 One of the ports that was updated was vim, which had originally been 
 installed without X11:
 
 # cd /usr/ports/editors/vim
 # NO_GUI=1 make install clean
 
 Now, this option appears to have been lost as I've ended up with a
 full X11 installation.  Is this the expected behaviour, or did I do
 something wrong?

Yes, options are not saved that way and Vim's default is with X11.
Please make sure that the following lines exist in
your /usr/local/etc/pkgtools.conf:

  MAKE_ARGS = {
'editors/vim' = 'NO_GUI=yes',
[... options for other ports ...]
  }

Next time portupgrade will honour it (without -P/-PP options, of
course).

Nikola Lečić
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: portupgrade question

2007-08-14 Thread Roland Smith
On Wed, Aug 15, 2007 at 12:40:30AM +0200, Nikola Lecic wrote:
 On Tue, 14 Aug 2007 21:12:40 +0100
 Christopher Key [EMAIL PROTECTED] wrote:
 
  Hello,
  
  I've just CVSupped my ports collection and run 'portupgrade -ra'.
 
 Hello Christopher,
 
 'portupgrade -a' is just enough, '-r' means nothing here.
 
  One of the ports that was updated was vim, which had originally been 
  installed without X11:
  
  # cd /usr/ports/editors/vim
  # NO_GUI=1 make install clean
  
  Now, this option appears to have been lost as I've ended up with a
  full X11 installation.  Is this the expected behaviour, or did I do
  something wrong?
 
 Yes, options are not saved that way and Vim's default is with X11.
 Please make sure that the following lines exist in
 your /usr/local/etc/pkgtools.conf:

Alternatively, you can put the defines in /etc/make.conf. That way it
will be used whatever build/upgrade tool you use;

.if ${.CURDIR:M*/editors/vim*}
NO_GUI=yes
.endif

Note the * after vim, so it will work for all versions.

Roland
-- 
R.F.Smith   http://www.xs4all.nl/~rsmith/
[plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated]
pgp: 1A2B 477F 9970 BA3C 2914  B7CE 1277 EFB0 C321 A725 (KeyID: C321A725)


pgp8aPVQEhoTK.pgp
Description: PGP signature


Re: problem compiling xfig

2007-08-14 Thread cpghost
On Tue, Aug 14, 2007 at 12:52:53AM -0700, Predrag Punosevac wrote:
 fetch: xfig.3.2.5.full.tar.gz: local modification time does not match 
 remote
 
 What am I doing wrong?

I'm getting this too from time to time; esp. when a fetch
stalled or was interrupted for whatever reason. The easiest
work-around / fix is to manually delete the distfile (just
rm /usr/ports/distfiles/xfig.3.2.5.full.tar.gz or whatever)
and try again.

Cheers,
-cpghost.

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


questions@ vs. freebsd-questions@

2007-08-14 Thread Nikola Lecic
Hello,

Why can't I send a mail to [EMAIL PROTECTED] Has anybody else
noticed this?

If someone sends a mail to questions@ (which is usual, I don't know if
it should be), Reply-All in some mail clients will leave that address as
is. If I accidentally miss that fact and don't repair the address by
hand, reply will not be registered by the list software and that mail
will not be distributed.

Assuming that the same would happen with ports@, I've just repeated my
post to that list, adding freebsd-, but the mail -- as it should --
appeared twice, so my apologies. :)

Nikola Lečić
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Local domain with Bind

2007-08-14 Thread Nicholas Wieland
Hi *, I have a problem setting up Bind9, and I really don't  
understand what's wrong with my configuration.


luna# uname -a
FreeBSD luna.subbacultcha.local 6.2-RELEASE FreeBSD 6.2-RELEASE #0:  
Fri Jan 12 10:40:27 UTC 2007 [EMAIL PROTECTED]:/usr/ 
obj/usr/src/sys/GENERIC  i386




luna# cat /etc/namedb/named.conf
acl subbacultcha {
192.168.0.0/24;
localnets;
};

options {
directory   /etc/namedb;
pid-file/var/run/named/pid;
dump-file   /var/dump/named_dump.db;
statistics-file /var/stats/named.stats;

allow-query {
subbacultcha;
};

forwarders {
208.67.222.222;
208.67.220.220;
};

};

logging {

channel named_log {
syslog named;
severity debug 3;
print-category yes;
print-time yes;
print-severity yes;
};

category default { named_log; };
category xfer-in { named_log; };
category xfer-out { named_log; };
category unmatched { named_log; };

};

zone . {
type hint;
file named.root;
};

zone 0.0.127.IN-ADDR.ARPA {
type master;
file master/localhost.rev;
};

// RFC 3152
zone  
1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.IP6.ARP 
A {

type master;
file master/localhost-v6.rev;
};

zone subbacultcha.local {
type master;
file /etc/namedb/subbacultcha.local;
};

zone 0.168.192.in-addr.arpa {
type master;
file /etc/namedb/revp.0.168.192;
};



luna# cat /etc/namedb/subbacultcha.local
subbacultcha.local. IN SOA ns.subbacultcha.local.  
root.subbacultcha.local (

200708111   ; serial
3H  ; refresh
1H  ; retry
1W  ; expire
1D ); minimum

subbacultcha.local. IN  NS   
ns.subbacultcha.local.

IN  A   192.168.0.2
mail.subbacultcha.local.IN  MX  10   
mail.subbacultcha.local.
subbacultcha.local. IN  MX  10   
mail.subbacultcha.local.


localhost   IN  A   127.0.0.1

lunaCNAME
subbacultcha.local.
hg  CNAME
subbacultcha.local.




luna# cat /etc/namedb/revp.0.168.192
$TTL 1D

@   IN  SOA subbacultcha.local.  
root.subbacultcha.local. (

20070811; serial
3H  ; refresh
1H  ; retry
1W  ; expire
1D  ; minimum
)

IN  NS  ns.subbacultcha.local.
IN  PTR mail.subbacultcha.local.
IN  PTR hg.subbacultcha.local.
IN  PTR subbacultcha.local.



This is the problem from another machine on the lan (192.168.0.3):

[EMAIL PROTECTED] ~$ dig subbacultcha.local

;  DiG 9.3.4  subbacultcha.local
;; global options:  printcmd
;; Got answer:
;; -HEADER- opcode: QUERY, status: NOERROR, id: 30754
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 1, ADDITIONAL: 0

;; QUESTION SECTION:
;subbacultcha.local.IN  A

;; ANSWER SECTION:
subbacultcha.local. 86400   IN  A   192.168.0.2

;; AUTHORITY SECTION:
subbacultcha.local. 86400   IN  NS  ns.subbacultcha.local.

;; Query time: 8 msec
;; SERVER: 192.168.0.2#53(192.168.0.2)
;; WHEN: Wed Aug 15 01:39:26 2007
;; MSG SIZE  rcvd: 69


[EMAIL PROTECTED] ~$ ping subbacultcha.local
ping: cannot resolve subbacultcha.local: Unknown host


[EMAIL PROTECTED] ~$ ping 192.168.0.2
PING 192.168.0.2 (192.168.0.2): 56 data bytes
64 bytes from 192.168.0.2: icmp_seq=0 ttl=64 time=0.743 ms


When I ping the domain nothing happens in logs ...

Thanks for every suggestion, I'm *sure* I'm missing something obvious  
here ...


TIA,
  ngw

--
Nicholas Wieland
[EMAIL PROTECTED]



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: logging system load

2007-08-14 Thread James
Found another useful tool for logging system load.  It's called Munin
and it's in ports as sysutils/munin-node sysutils/munin-main.  It's
nifty -- uses rrdtool to graph various things.  Some of the plugins
are shabby and need some work to get running but the system load
plugin works fine out of the box.

-- 
James.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: logging system load

2007-08-14 Thread Hakan K
It is a very usuful tool ..

Here is the website http://munin.projects.linpro.no/








Thanks
Hakan
http://jump2top.com

On 8/14/07, James [EMAIL PROTECTED] wrote:

 Found another useful tool for logging system load.  It's called Munin
 and it's in ports as sysutils/munin-node sysutils/munin-main.  It's
 nifty -- uses rrdtool to graph various things.  Some of the plugins
 are shabby and need some work to get running but the system load
 plugin works fine out of the box.

 --
 James.
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to 
 [EMAIL PROTECTED]

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Looking for powerful machines that runs FreeBSD on it

2007-08-14 Thread Garrett Cooper

Caio Figueiredo Abecia wrote:

It seems to be a problem only on Dell E521/C521 Dimension models.


Here are some of the places that I found talking about the same errors 
I'm having :
ttp://blog.caraldi.com/jbq/2006/11/30/dont-buy-the-dell-e521-and-c521-computers/ 


http://www.freebsd.org/cgi/query-pr.cgi?pr=113130
http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/106960
http://www.nabble.com/bin-40260-%22No-cd-dvd-devices-found!%22-t4025257.html 


http://www.freebsd.org/cgi/query-pr.cgi?pr=bin/40260

Even in NetBSD I still have the same problem.

Thanks for the quick response Bill.

- Original Message - From: Bill Moran 
[EMAIL PROTECTED]

To: Caio Figueiredo Abecia [EMAIL PROTECTED]
Cc: freebsd-questions@freebsd.org
Sent: Tuesday, August 14, 2007 10:51 AM
Subject: Re: Looking for powerful machines that runs FreeBSD on it



In response to Caio Figueiredo Abecia [EMAIL PROTECTED]:


I'm looking for a new pc.
I had a problem installing BSD (Free/Open/Net!) with the Dell 
Dimension C521n. (Free/Open BSD website tells me that it support the 
E521 that have the same configuration)
It don't recognize my dell usb keyboard and my SATA DVD Rom drive 
was not detected at all.


I have an Dell Optiplex GX520 here at work that runs FreeBSD 6.2 just 
fine.


--
Bill Moran
http://www.potentialtech.com 

   Sounds like a chipset issue. Have you tried using a CURRENT snapshot CD?
-Garrett
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Looking for powerful machines that runs FreeBSD on it

2007-08-14 Thread Garrett Cooper

Predrag Punosevac wrote:

Caio Figueiredo Abecia wrote:

I'm looking for a new pc.
I had a problem installing BSD (Free/Open/Net!) with the Dell 
Dimension C521n. (Free/Open BSD website tells me that it support the 
E521 that have the same configuration)
It don't recognize my dell usb keyboard and my SATA DVD Rom drive was 
not detected at all.


I call Dell support and I was complaining that when I saw that model 
on their website and I called to the vendors they said that this 
model would come without SO (Windows). That I'll be free to make my 
own choice on using any *unix SO.


Well.. now Dell will get my machine back and pay me back the amount 
that I payed.


Now I want to buy a powerful machine to run Development things such 
Java or Ruby on Rails on JBoss, running in some good db like 
Postgresql or MySql.

I don't want to get a new surprise to run only Windows on my machine!
(I already have 2gb ddr2 ram, I want a powerful modern pc to run Free 
or Open as my Desktop System)


Could you guys please help me ?

Thanks a lot all help is greatly appreciated 
___

freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
[EMAIL PROTECTED]
  
Why not built one from the parts. That way you would save bundle of 
money and have the computer which will run FreeBSD without a hitch. 
That is what I did.


Not everyone has this option, or the expertise. And some people like the 
warranty that comes from buying Dell products.

-Garrett
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Major Bug

2007-08-14 Thread Garrett Cooper

Jeff Mohler wrote:

How are you trying to access it?

Stone knives and bearskins?
Telnet?
SSH?
Soup cans and string?

Maybe you used the wrong color cable.

On 8/14/07, Steve O'Connor [EMAIL PROTECTED] wrote:
  

To whom it may concern,



I setup a FreeBsd 7.0 server and cannot access it remotely with Windows
Vista or Macitosh 10. My Windows XP machines have no problem even from the
same NAT'd network.



Any ideas?



Steve



LOL. Best response ever...
-Garrett
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: Major Bug

2007-08-14 Thread Steve O'Connor
I have tried ssh, web, telnet (to a port). It looks like maybe something to
do with udp fragmentation for ipv6. Still nothing definitive...


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Garrett Cooper
Sent: Tuesday, August 14, 2007 6:44 PM
To: Jeff Mohler; FreeBSD Questions
Subject: Re: Major Bug

Jeff Mohler wrote:
 How are you trying to access it?

 Stone knives and bearskins?
 Telnet?
 SSH?
 Soup cans and string?

 Maybe you used the wrong color cable.

 On 8/14/07, Steve O'Connor [EMAIL PROTECTED] wrote:
   
 To whom it may concern,



 I setup a FreeBsd 7.0 server and cannot access it remotely with Windows
 Vista or Macitosh 10. My Windows XP machines have no problem even from
the
 same NAT'd network.



 Any ideas?



 Steve
 

LOL. Best response ever...
-Garrett
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Major Bug

2007-08-14 Thread Garrett Cooper

Jeff Mohler wrote:

Dont forget to keep the questions list on your replies, the reply to all
button is your friend, not just reply.

And im top posting, i'll burn in heck.

On 8/14/07, Steve O'Connor [EMAIL PROTECTED] wrote:
  

 Routing is fine. I can access remotely using XP machines, just cant
access this from Vista or Mac or BSD servers.






 --

*From:* Jeff Mohler [mailto:[EMAIL PROTECTED]
*Sent:* Tuesday, August 14, 2007 12:25 PM
*To:* Steve O'Connor
*Cc:* [EMAIL PROTECTED] ORG
*Subject:* Re: Major Bug



Did you set the default route correctly so that you can see it from
not-local networks?


 On 8/14/07, *Steve O'Connor*  [EMAIL PROTECTED] wrote:

No access to ssh, web any IP service. When I had the computer on the same
network while testing, I did not have this problem.


 --

*From:* Jeff Mohler [mailto:[EMAIL PROTECTED]
*Sent:* Tuesday, August 14, 2007 12:19 PM
*To:* Steve O'Connor
*Cc:* [EMAIL PROTECTED]
*Subject:* Re: Major Bug



How are you trying to access it?

Stone knives and bearskins?
Telnet?
SSH?
Soup cans and string?

Maybe you used the wrong color cable.

On 8/14/07, *Steve O'Connor* [EMAIL PROTECTED] wrote:

To whom it may concern,



I setup a FreeBsd 7.0 server and cannot access it remotely with Windows
Vista or Macitosh 10. My Windows XP machines have no problem even from the
same NAT'd network.



Any ideas?



Steve


More details like...


   ifconfig interface_name
   lspci | grep card name
   grep interface_name rc.conf
   netstat -nr
 
   - How are your FreeBSD servers interfacing with eachother and the 
outside world?

   - Does ping work?
   - How is your NAT configured?
   - Is your NIC onboard?
  If so and your NIC glows, is it enabled in your BIOS?
   - If not, does your NIC glow at all?
   - Did you use a crossover cable instead of a standard CAT5/5e/6 cable?

... would help.

Thanks,
-Garrett
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Major Bug

2007-08-14 Thread Garrett Cooper

Steve O'Connor wrote:

I have tried ssh, web, telnet (to a port). It looks like maybe something to
do with udp fragmentation for ipv6. Still nothing definitive...


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Garrett Cooper
Sent: Tuesday, August 14, 2007 6:44 PM
To: Jeff Mohler; FreeBSD Questions
Subject: Re: Major Bug

Jeff Mohler wrote:
  

How are you trying to access it?

Stone knives and bearskins?
Telnet?
SSH?
Soup cans and string?

Maybe you used the wrong color cable.

On 8/14/07, Steve O'Connor [EMAIL PROTECTED] wrote:
  


To whom it may concern,



I setup a FreeBsd 7.0 server and cannot access it remotely with Windows
Vista or Macitosh 10. My Windows XP machines have no problem even from
  

the
  

same NAT'd network.



Any ideas?



Steve

  


LOL. Best response ever...
-Garrett
  


   In that case do you have gif support built into your kernel and is 
your router IPv6 capable?

-Garrett
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: FreeBSD Embedded in 3rd Party Applications and Appliances?

2007-08-14 Thread Olivier Nicole
 We are trying determine cost and benefits  of supporting  FreeBSD
 platform for OEM market.  Does any one have data on the installbase
 for FreeBSD Embedded in 3rd party applications and appliances?  We
 are looking for ball park numbers.

 There is no requirement to tell anyone else that you're using FreeBSD
 in a product, so some people don't.  As a result, I would be highly
 suspicious of any numbers anyone *could* come up with (I would expect
 such numbers to miss a lot of applications).

 A better approach in my opinion would be to look at specific use
 cases; the FreeBSD web site includes some information of that sort.
 One example not listed there is that Juniper Networks routers control
 plane (JunOS, I think) is based on FreeBSD.

I missed the first question, but we are using a Taiwanese remote
access system (a box with 32 modems inside to receive incoming dial-up
connections) based on FreeBSD (2.something I guess) as well as a
satellite receiver from UDcats (www.udcat.com) based on FreeBSD too.

Olivier
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Question about failover with ISC DHCP

2007-08-14 Thread Olivier Nicole
Hi Luis,

 I am looking to replace my current DHCP server with the ISC.  Right now
 I have to servers which are working with split scopes.   Some of my
 schools need over 600 IP's,  so I have the school with a 255.255.240.0
 which give them 16 Class C, network, so to avoid conflicts I assign the
 3 lower to one server and the 3 highest to the other.=20

This part is really not clear: you have 16 class C, and you assing 3
and 3? What about the 10 others?

 Now comes the question, in the following section there is a split of
 128.  If I give a range of 3 class C's do I set this value to 128 or
 (128*# Class C Networks)? =20

Fron man dhcpd.conf

   The split statement

 split index;

 The  split statement specifies the split between the primary and sec-
 ondary for the purposes of load balancing.   Whenever a client  makes
 a DHCP request, the DHCP server runs a hash on the client identifica-
 tion.   If the hash comes out to less than the split value, the  pri-
 mary  answers.If it comes out to equal to or more than the split,
 the secondary answers.   The only meaningful value is  128,  and  can
 only be configured on the primary.

This is certainly not giving much information, but they suggest you
use 128, so try with 128 first.

I'd suggest that you let the load balancing run for a while, then you
can see how many clients are served by each DHCP server and you may
try to fine adjust the split value.

I have been using fail-over while I was preparing a new DHCP server
recently (so the clients could start using the new server and the
leases were transfered from the old to the new machine) and it was
really seamless.

Best regards,

Olivier
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


multi head X firefox ...

2007-08-14 Thread Marc G. Fournier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


I just got multi-head X working on my machine without using xinerama (didn't 
like the way it looked, rather two distinct screens vs one big one) ... 
everything works great, but ... how do I get firefox onto the second screen? 
When I try and open it, it, of cource, tells me its already running (it is, on 
the first screen) ...

Is this not possible, or am I missing something?

Thanks ...

- 
Marc G. Fournier   Hub.Org Networking Services (http://www.hub.org)
Email . [EMAIL PROTECTED]  MSN . [EMAIL PROTECTED]
Yahoo . yscrappy   Skype: hub.orgICQ . 7615664
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.4 (FreeBSD)

iD8DBQFGwmsM4QvfyHIvDvMRAv7aAJ9RQm6IehWeo52qNZxNb8ZKxHnaBwCg7TXH
ivY07dgV85K12NFKrDx9jus=
=xOsC
-END PGP SIGNATURE-

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: multi head X firefox ...

2007-08-14 Thread Ow Mun Heng
On Tue, 2007-08-14 at 23:55 -0300, Marc G. Fournier wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 
 I just got multi-head X working on my machine without using xinerama (didn't 
 like the way it looked, rather two distinct screens vs one big one) ... 
 everything works great, but ... how do I get firefox onto the second screen? 
 When I try and open it, it, of cource, tells me its already running (it is, 
 on 
 the first screen) ...
 
 Is this not possible, or am I missing something?

Far as I can tell, it's not possible to have it running simulteneously.
So.. I use seamonkey or firefox or just kill it and restart

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Major Bug

2007-08-14 Thread Kris Kennaway
On Tue, Aug 14, 2007 at 06:43:05PM -0700, Steve O'Connor wrote:
 I have tried ssh, web, telnet (to a port). It looks like maybe something to
 do with udp fragmentation for ipv6.

OK, so how did you come to this conclusion, and what did you try?

  Still nothing definitive...

Yes.  Here's a free tip: if you force people to extract data from you
as if with pliers they're likely to decline to help you ;-)

Kris


pgpH9D2J6Gc76.pgp
Description: PGP signature


Re: problem compiling xfig

2007-08-14 Thread Predrag Punosevac

cpghost wrote:

On Tue, Aug 14, 2007 at 12:52:53AM -0700, Predrag Punosevac wrote:
  
fetch: xfig.3.2.5.full.tar.gz: local modification time does not match 
remote


What am I doing wrong?



I'm getting this too from time to time; esp. when a fetch
stalled or was interrupted for whatever reason. The easiest
work-around / fix is to manually delete the distfile (just
rm /usr/ports/distfiles/xfig.3.2.5.full.tar.gz or whatever)
and try again.

Cheers,
-cpghost.

  

Thank you so much.
I already fixed the problem by
export PACKAGESITE=
ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-6-stable/All/

and

pkg_add -r xfig-3.2.5


Now xfig works flawlessly. I also synchronized the clock as well but I 
think that was not a problem. I will have your solution

in mind if something like that happen again.
Thank you so much
Predrag Punosevac
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Looking for powerful machines that runs FreeBSD on it

2007-08-14 Thread Predrag Punosevac

Garrett Cooper wrote:

Predrag Punosevac wrote:

Caio Figueiredo Abecia wrote:

I'm looking for a new pc.
I had a problem installing BSD (Free/Open/Net!) with the Dell 
Dimension C521n. (Free/Open BSD website tells me that it support the 
E521 that have the same configuration)
It don't recognize my dell usb keyboard and my SATA DVD Rom drive 
was not detected at all.


I call Dell support and I was complaining that when I saw that model 
on their website and I called to the vendors they said that this 
model would come without SO (Windows). That I'll be free to make my 
own choice on using any *unix SO.


Well.. now Dell will get my machine back and pay me back the amount 
that I payed.


Now I want to buy a powerful machine to run Development things such 
Java or Ruby on Rails on JBoss, running in some good db like 
Postgresql or MySql.

I don't want to get a new surprise to run only Windows on my machine!
(I already have 2gb ddr2 ram, I want a powerful modern pc to run 
Free or Open as my Desktop System)


Could you guys please help me ?

Thanks a lot all help is greatly appreciated 
___

freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
[EMAIL PROTECTED]
  
Why not built one from the parts. That way you would save bundle of 
money and have the computer which will run FreeBSD without a hitch. 
That is what I did.


Not everyone has this option, or the expertise. And some people like 
the warranty that comes from buying Dell products.

-Garrett
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
[EMAIL PROTECTED]
If I could do it, anybody can:-) Retail parts DO have manufacture 
warranty for at least 1 year - 3 years depends on the component .
OMS and open box parts are significantly cheaper but usually come with a 
very limited warranty 1-3 months (basically Dead On Arrival warranty)
Buying from the Dell might be a great good deal if you need lots of low 
grade desktop computers which will be heavily abused. (like the one we 
use in public libraries)


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Looking for powerful machines that runs FreeBSD on it

2007-08-14 Thread Garrett Cooper

Predrag Punosevac wrote:

Garrett Cooper wrote:

Predrag Punosevac wrote:

Caio Figueiredo Abecia wrote:

I'm looking for a new pc.
I had a problem installing BSD (Free/Open/Net!) with the Dell 
Dimension C521n. (Free/Open BSD website tells me that it support 
the E521 that have the same configuration)
It don't recognize my dell usb keyboard and my SATA DVD Rom drive 
was not detected at all.


I call Dell support and I was complaining that when I saw that 
model on their website and I called to the vendors they said that 
this model would come without SO (Windows). That I'll be free to 
make my own choice on using any *unix SO.


Well.. now Dell will get my machine back and pay me back the amount 
that I payed.


Now I want to buy a powerful machine to run Development things such 
Java or Ruby on Rails on JBoss, running in some good db like 
Postgresql or MySql.

I don't want to get a new surprise to run only Windows on my machine!
(I already have 2gb ddr2 ram, I want a powerful modern pc to run 
Free or Open as my Desktop System)


Could you guys please help me ?

Thanks a lot all help is greatly appreciated 
Why not built one from the parts. That way you would save bundle of 
money and have the computer which will run FreeBSD without a hitch. 
That is what I did.


Not everyone has this option, or the expertise. And some people like 
the warranty that comes from buying Dell products.

-Garrett
If I could do it, anybody can:-) Retail parts DO have manufacture 
warranty for at least 1 year - 3 years depends on the component .
OMS and open box parts are significantly cheaper but usually come with 
a very limited warranty 1-3 months (basically Dead On Arrival warranty)
Buying from the Dell might be a great good deal if you need lots of 
low grade desktop computers which will be heavily abused. (like the 
one we use in public libraries)




   I'm a large proponent of custom-built machines, but there are some 
cases (like with large companies or educational institutions) where it's 
simple not feasible to build every machine from scratch with parts, and 
dealing with Dell via their Gold / Corporate warranty and support is the 
way to go. That's what I was referring to.
   I know because I was 1st level IT support for a large department at 
the University of Washington with over 700~800 machines. There's no way 
a large amount of custom boxes really would work, and the handful that 
were present were a pain to deal with more often than not.

Cheers,
-Garrett
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: portupgrade question

2007-08-14 Thread Rakhesh Sasidharan

Nikola Lecic wrote:


Yes, options are not saved that way and Vim's default is with X11.
Please make sure that the following lines exist in
your /usr/local/etc/pkgtools.conf:

 MAKE_ARGS = {
'editors/vim' = 'NO_GUI=yes',
[... options for other ports ...]
 }

Next time portupgrade will honour it (without -P/-PP options, of
course).


As far as I know, portupgrade won't honour this setting vim is upgraded as 
a dependency of some other port. (Please correct me if I'm wrong. I 
haven't tried this; its just something I read). So the /etc/make.conf 
option is better.


Thanks,
Rakhesh
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


  1   2   >