gmirror panic on smp unloaded but not nextboot

2008-03-10 Thread [EMAIL PROTECTED]

Hello everyone,

I tried the 6.3 to 7.0 upgrade with cvsup  Co. i already had the 
gmirror device functioning properly
after first mergemaster -p i did boot the 7.0 with nextboot to try. ok, 
the second mergemaster passed smooth and i tried to boot with old kernel 
cause forgot about the nextboot last time.
ok, on the console i saw the error about wrong gmirror labels version. 
So to boot the built 7.0 kernel i used the oot loader commands:

===
unload ( means to unload ALL kernel AND modules, the 6.3 stuff gets 
completely unloaded )

load /boot/kernel/kernel.70
boot -s
===

And... see kernel trap 1 right after ata0 and ata1 detection!
Sorry no debug information to attach cause it's remote kvm system...
More about the hardware: celeron 1.6 dual / 1G / atapi 2x80.
Should i submit a PR?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


gmirror panic on smp unloaded but not nextboot

2008-03-10 Thread [EMAIL PROTECTED]

Hello everyone,

I tried the 6.3 to 7.0 upgrade with cvsup  Co. i already had the 
gmirror device functioning properly
after first mergemaster -p i did boot the 7.0 with nextboot to try. ok, 
the second mergemaster passed smooth and i tried to boot with old kernel 
cause forgot about the nextboot last time.
ok, on the console i saw the error about wrong gmirror labels version. 
So to boot the built 7.0 kernel i used the oot loader commands:

===
unload ( means to unload ALL kernel AND modules, the 6.3 stuff gets 
completely unloaded )

load /boot/kernel/kernel.70
boot -s
===

And... see kernel trap 1 right after ata0 and ata1 detection!
Sorry no debug information to attach cause it's remote kvm system...
More about the hardware: celeron 1.6 dual / 1G / atapi 2x80.
Should i submit a PR?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Freebsd7, mail/mailman, www/apache22, and sendmail [take 2]

2008-03-10 Thread Matthew Seaman

Philip M. Gollucci wrote:


/etc/mail/host.mc
[snipped]
define(`ALIAS_FILE', `/etc/mail/aliases,/etc/mail/lists')

FEATURE(`smrsh')
FEATURE(mailertable, `hash -o /etc/mail/mailertable')
FEATURE(virtusertable, `hash -o /etc/mail/virtusertable')
VIRTUSER_DOMAIN(`lists.domain.tld')

dnl FEATURE(`limited_masquerade')
dnl MASQUERADE_AS(`lists.domain.tld')


You need MAILER_DEFINITIONS right about here in your .mc file.


Mmailman,   P=/etc/mail/mm-handler, F=rDFMhlqSu, U=mailman:mailman,
S=EnvFromL, R=EnvToL/HdrToL,
A=mm-handler $h $u


You may also need some custom rulesets so that sendmail knows
when to hand off messages to the mailman mailer, either under
LOCAL_RULESETS or one of the other special LOCAL_* macros -- see
/usr/share/sendmail/cf/README particularly the section headed
'ADDING NEW MAILERS OR RULESETS'.

Cheers,

Matthew

--
Dr Matthew J Seaman MA, D.Phil.   7 Priory Courtyard
 Flat 3
PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate
 Kent, CT11 9PW



signature.asc
Description: OpenPGP digital signature


Re: Freebsd7, mail/mailman, www/apache22, and sendmail [take 2]

2008-03-10 Thread Philip M. Gollucci

Matthew Seaman wrote:
OOOh, I got the correct person to respond :)

You need MAILER_DEFINITIONS right about here in your .mc file.

I snipped them out -- full file is available here:
http://people.apache.org/~pgollucci/sendmail.mc


You may also need some custom rulesets so that sendmail knows
when to hand off messages to the mailman mailer, either under
LOCAL_RULESETS or one of the other special LOCAL_* macros -- see
/usr/share/sendmail/cf/README particularly the section headed
'ADDING NEW MAILERS OR RULESETS'.
I thought the mailertable table took care of this which I listed the 
previous mail. I have no user accounts on lists.domain.tld; however, I 
do have user email accounts on domain.tld and otherdomains.tld


Thanks for the help.


--

Philip M. Gollucci ([EMAIL PROTECTED])
c:703.336.9354
Consultant / http://p6m7g8.net/Resume/resume.txt
http://riderway.com / http://ridecharge.com
1024D/EC88A0BF 0DE5 C55C 6BF3 B235 2DAB  B89E 1324 9B4F EC88 A0BF

Work like you don't need the money,
love like you'll never get hurt,
and dance like nobody's watching.

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


Re: How did references to libc.so.7 get in my 6.3 ports?

2008-03-10 Thread Matthew Seaman

E. J. Cerejo wrote:

On Sun, 09 Mar 2008 23:49:42 -0400
Vinny [EMAIL PROTECTED] wrote:


E. J. Cerejo wrote:

On Sun, 09 Mar 2008 20:12:45 -0400 Vinny
[EMAIL PROTECTED] wrote:


Hello Everyone,

I was trying to use portupgrade on totem and ran into a problem
with references for libc.so.7 failing to resolve.  I have a
libc.so.6, of course, seeing as libc.so.7 is for FreeBSD 7, isn't
it?

uname -a FreeBSD the.pal...ofretention.ca 6.3-PRERELEASE FreeBSD
6.3-PRERELEASE #0: Wed Jan 16 09:32:16 EST 2008 
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/THE  i386



[snip]



You updated the port that put libc.so.6 in your system, you need to
find out which port it came from and then find out which which ports
depend on it and rebuild them also and then the problem will be
fixed.  I use /usr/ports/sysutils/bsdadminscripts which tells me
exactly which ports need to be rebuilt.


Hi E. J.,

Is it true that a port put libc.so.6 in my system?
I thought it was part of the base system (i.e. the world as in
buildworld).

I'm a bit (more) confused now.


libc.so.6 is part of the base system.


Then you're running FreeBSD 6.x and you updated your ports tree after
FreeBSD 7.0 release.  The latest ports tree no longer supports 6.x I
believe. So you should upgrade to 7 release or stable.


Utter twaddle.  The ports tree certainly does still support 6.x.

To the OP: yes, your initial thought that libc.so.6 comes with
RELENG_6_X and libc.so.7 is part of anything RELENG_7_X -- that is
completely correct.

If you're running a 6.x machine, then nothing should be linking against
libc.so.7 -- that sort of forward compatibility is not possible.  (Unlike
the inverse case, where you can have applications linked against a 6.x
world running under 7.x).

I suspect that what has happened is that you've inadvertently installed
packages compiled for release 7.0 on a 6.3 system -- which as you've found,
does not work.  This is a problem that can *only* occur with pre-compiled
packages.  If you build the software out of ports directly on your 6.3
machines, it will automatically have the correct linkage to libc.so.6.  


Note that you may need to rebuild applications further up the dependency
tree than just the particular one you pointed out: shlibs and loadable
modules can depend on other shlibs in as arbitrarily complex a fashion as
you can imagine.

Cheers,

Matthew

--
Dr Matthew J Seaman MA, D.Phil.   7 Priory Courtyard
 Flat 3
PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate
 Kent, CT11 9PW



signature.asc
Description: OpenPGP digital signature


atacontrol mode D PIO4 persist across reboots

2008-03-10 Thread Philip M. Gollucci

/var/run/dmesg.boot
ad2: 28667MB SAMSUNG SV3002H PV100-11 at ata1-master UDMA33
ad2: FAILURE - READ_DMA timed out LBA=58711965
ad2: TIMEOUT - READ_DMA retrying (1 retry left) LBA=0
ad2: FAILURE - READ_DMA timed out LBA=58711951
ad2: TIMEOUT - READ_DMA retrying (0 retries left) LBA=0
ad2: FAILURE - READ_DMA timed out LBA=58711964
ad2: FAILURE - READ_DMA timed out LBA=0

10-30 minutes later, it finally gets through the boot.

/etc/fstab:
/dev/ad2s1 /X ufs rw 2 2

the problem here is the device needs to be PIO4

$ atacontrol mode ad2 PIO4
current mode = PIO4

My problem is how do I get this to persist across reboot ?


--

Philip M. Gollucci ([EMAIL PROTECTED])
c:703.336.9354
Consultant / http://p6m7g8.net/Resume/resume.txt
http://riderway.com / http://ridecharge.com
1024D/EC88A0BF 0DE5 C55C 6BF3 B235 2DAB  B89E 1324 9B4F EC88 A0BF

Work like you don't need the money,
love like you'll never get hurt,
and dance like nobody's watching.

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


Re: K8N-VM CSM not seeing over 2240MB RAM

2008-03-10 Thread Wojciech Puchar

use PAE or (even better) 64-bit kernel


On Sun, 9 Mar 2008, Jeremy Johnston wrote:


I have been trying to trouble shoot a problem where my 32bit kernel will
not see past 2240MB of RAM where as the BIOS reports it as 3GB. Windows
on the same machine sees all 3GB.

My dmesg can be found at http://www.smart-serv.net/~jeremy/dmesg.txt

Any suggestions on what could be the cause of this would be greatly
appreciated.


___
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: K8N-VM CSM not seeing over 2240MB RAM

2008-03-10 Thread Jeremy Johnston

Wojciech Puchar wrote:

use PAE or (even better) 64-bit kernel


On Sun, 9 Mar 2008, Jeremy Johnston wrote:


I have been trying to trouble shoot a problem where my 32bit kernel will
not see past 2240MB of RAM where as the BIOS reports it as 3GB. Windows
on the same machine sees all 3GB.

My dmesg can be found at http://www.smart-serv.net/~jeremy/dmesg.txt

Any suggestions on what could be the cause of this would be greatly
appreciated.


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







I attempted PAE but it panics with some modules I require. And I would 
gladly go to 64bit if I didnt need the nvidia drivers.
But there is no reason the kernel should see less then 3GB when x86 can 
handle up to 4. Bit confused on this.


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


Re: atacontrol mode D PIO4 persist across reboots

2008-03-10 Thread Manolis Kiagias



Philip M. Gollucci wrote:

/var/run/dmesg.boot
ad2: 28667MB SAMSUNG SV3002H PV100-11 at ata1-master UDMA33
ad2: FAILURE - READ_DMA timed out LBA=58711965
ad2: TIMEOUT - READ_DMA retrying (1 retry left) LBA=0
ad2: FAILURE - READ_DMA timed out LBA=58711951
ad2: TIMEOUT - READ_DMA retrying (0 retries left) LBA=0
ad2: FAILURE - READ_DMA timed out LBA=58711964
ad2: FAILURE - READ_DMA timed out LBA=0

10-30 minutes later, it finally gets through the boot.

/etc/fstab:
/dev/ad2s1 /X ufs rw 2 2

the problem here is the device needs to be PIO4

$ atacontrol mode ad2 PIO4
current mode = PIO4

My problem is how do I get this to persist across reboot ?



Have a look at man 4 ata
Your answer is probably:

 hw.ata.ata_dma=0

in /boot/loader.conf

Are you sure it is not a faulty (or failing) disk though? This size / 
age drive should have no problem running in DMA mode.

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


Re: atacontrol mode D PIO4 persist across reboots

2008-03-10 Thread Philip M. Gollucci

Manolis Kiagias wrote:

Have a look at man 4 ata
Your answer is probably:

 hw.ata.ata_dma=0
This sets it for all controllers I only want to set it for ata1 which 
contains ad2.  Thanks for the tip though.


ata0: ATA channel 0 on atapci0
ata0: [ITHREAD]
ata1: ATA channel 1 on atapci0
ata1: [ITHREAD]
ad0: 19092MB WDC WD200BB-60CJA0 16.06V16 at ata0-master UDMA33
ad1: 38166MB WDC WD400BB-53CLB0 95.04E95 at ata0-slave UDMA33
ad2: 28667MB SAMSUNG SV3002H PV100-11 at ata1-master UDMA33

--

Philip M. Gollucci ([EMAIL PROTECTED])
c:703.336.9354
Consultant / http://p6m7g8.net/Resume/resume.txt
http://riderway.com / http://ridecharge.com
1024D/EC88A0BF 0DE5 C55C 6BF3 B235 2DAB  B89E 1324 9B4F EC88 A0BF

Work like you don't need the money,
love like you'll never get hurt,
and dance like nobody's watching.

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


Re: K8N-VM CSM not seeing over 2240MB RAM

2008-03-10 Thread Frank Shute
On Mon, Mar 10, 2008 at 01:50:25AM -0600, Jeremy Johnston wrote:

 Wojciech Puchar wrote:
 use PAE or (even better) 64-bit kernel
 
 
 On Sun, 9 Mar 2008, Jeremy Johnston wrote:
 
 I have been trying to trouble shoot a problem where my 32bit kernel will
 not see past 2240MB of RAM where as the BIOS reports it as 3GB. Windows
 on the same machine sees all 3GB.
 
 My dmesg can be found at http://www.smart-serv.net/~jeremy/dmesg.txt
 
 Any suggestions on what could be the cause of this would be greatly
 appreciated.
 
 
 
 I attempted PAE but it panics with some modules I require. And I would 
 gladly go to 64bit if I didnt need the nvidia drivers.
 But there is no reason the kernel should see less then 3GB when x86 can 
 handle up to 4. Bit confused on this.
 

You could try putting:

hw.physmem=2951045120

in /boot/loader.conf

-- 

 Frank 


 Contact info: http://www.shute.org.uk/misc/contact.html 

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


Re: FreeBSD bind performance in FreeBSD 7

2008-03-10 Thread Peter Schuller
 The people complaining about hardware compatibility need
 to pull their heads out.  If they are buying brand new systems
 they are utter fools if they don't check out in advance
 what works and what doesen't.  It's not like there's a
 shortage of experienced people on this list who could
 tell them what to buy.  And if after the fact they find out
 their shiny new PC won't run FreeBSD - then they take it
 back to the retailer and exchange it for a different model.
 Why is this so difficult?

The difficulty is not in checking out hardware before hand, the problem is 
FINDING hardware that satisfies your requirements. Just because I know that 
NIC so-and-so is recommended, it does not mean that I can find a complete 
server that:

* Is within the budget.
* Whose NIC is recommended for use in FreeBSD.
* Whose disk/raid controller is recommended for use in FreeBSD
  - Including proper handling of write caching, cache flushing, etc
* Is being sold in a fashion that is acceptable with respect to hardware 
support / replacement parts.
* Otherwise is known to work with well FreeBSD.

If you are a large company buying 200 servers I'm sure it's not a problem to 
get sample servers to try things on, or go for more expensive options just 
because of perceived FreeBSD compatibility. 

If you're a poor sod trying to get *one* machine for personal or small-company 
use and you want something that works and is stable, especially if you want 
it rack mountable, it is NOT necessarily trivial. Part of it is the problem 
of finding a solution that meets the requirements, and parts of it is about 
figuring out whether a particular solution DOES meet the requirements.

For example, once your cheaper Dell server has arrived and you suddenly notice 
that it's delivered without a BBU, and clearly has write caching turned on 
based on performance, try asking (remember, this is a lonely customer with a 
single service) Dell hardware support whether that particular controller will 
honor cache flush requests right down to the constituent drives... I did, and 
eventually got a response after 1-2 weeks. But the response was such that I 
could not feel confident that the question was accurately forwarded to the 
right individual.

-- 
/ Peter Schuller

PGP userID: 0xE9758B7D or 'Peter Schuller [EMAIL PROTECTED]'
Key retrieval: Send an E-Mail to [EMAIL PROTECTED]
E-Mail: [EMAIL PROTECTED] Web: http://www.scode.org



signature.asc
Description: This is a digitally signed message part.


Re: atacontrol mode D PIO4 persist across reboots

2008-03-10 Thread Daniel Gerzo
Hello Philip,

Monday, March 10, 2008, 8:46:46 AM, you wrote:

 $ atacontrol mode ad2 PIO4
 current mode = PIO4

 My problem is how do I get this to persist across reboot ?

putting it into /etc/rc.conf.local should work...

-- 
Best regards,
 Danielmailto:[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: cdrecord, CD-R error messages with 7.0-RELEASE

2008-03-10 Thread Mike Clarke
On Sunday 09 March 2008, Wojciech Puchar wrote:

 it's good idea to remove atapicd from kernel while using atapicam - don't
 keep both.

 personally - i use only atapicam.

I have a similar problem so tried removing atapicd from my kernel but still 
have the problem.

At boot time I get:

Waiting 5 seconds for SCSI devices to settle
unknown: FAILURE - INQUIRY ILLEGAL REQUEST asc=0x24 ascq=0x00 sks=0x48 0x00 
0x01
unknown: FAILURE - INQUIRY ILLEGAL REQUEST asc=0x24 ascq=0x00 sks=0x48 0x00 
0x01
cd0 at ata1 bus 0 target 0 lun 0
cd0: PIONEER DVD-RW  DVR-109 1.58 Removable CD-ROM SCSI-0 device
cd0: 3.300MB/s transfers
cd0: cd present [1592080 x 2048 byte records]

Then when writing and verifying a CD I get:

unknown: WARNING - unknown CMD (0xac) read data overrun 80
unknown: WARNING - unknown CMD (0xac) read data overrun 80
unknown: WARNING - unknown CMD (0xac) read data overrun 80
unknown: WARNING - unknown CMD (0xac) read data overrun 80
unknown: FAILURE - READ_DVD_STRUCTURE ILLEGAL REQUEST asc=0x30 ascq=0x02
unknown: FAILURE - MODE_SENSE_BIG ILLEGAL REQUEST asc=0x24 ascq=0x00 sks=0x4d 
0x00 0x02
unknown: FAILURE - MODE_SENSE_BIG ILLEGAL REQUEST asc=0x24 ascq=0x00 sks=0x4d 
0x00 0x02
unknown: FAILURE - READ_BUFFER ILLEGAL REQUEST asc=0x24 ascq=0x00
unknown: FAILURE - MODE_SENSE_BIG ILLEGAL REQUEST asc=0x24 ascq=0x00 sks=0x4d 
0x00 0x02
unknown: FAILURE - MODE_SENSE_BIG ILLEGAL REQUEST asc=0x24 ascq=0x00 sks=0x4d 
0x00 0x02
unknown: FAILURE - READ_TOC ILLEGAL REQUEST asc=0x24 ascq=0x00
unknown: FAILURE - MODE_SENSE_BIG ILLEGAL REQUEST asc=0x24 ascq=0x00 sks=0x4d 
0x00 0x02
unknown: FAILURE - MODE_SENSE_BIG ILLEGAL REQUEST asc=0x24 ascq=0x00 sks=0x4d 
0x00 0x02
unknown: FAILURE - MODE_SENSE_BIG ILLEGAL REQUEST asc=0x24 ascq=0x00 sks=0x4d 
0x00 0x02
unknown: FAILURE - MODE_SENSE_BIG ILLEGAL REQUEST asc=0x24 ascq=0x00 sks=0x4d 
0x00 0x02
cam_periph_mapmem: attempt to map 262144 bytes, which is greater than 
DFLTPHYS(65536)
cam_periph_mapmem: attempt to map 260096 bytes, which is greater than 
DFLTPHYS(65536)
cam_periph_mapmem: attempt to map 258048 bytes, which is greater than 
DFLTPHYS(65536)
cam_periph_mapmem: attempt to map 256000 bytes, which is greater than 
DFLTPHYS(65536)
cam_periph_mapmem: attempt to map 253952 bytes, which is greater than 
DFLTPHYS(65536)
cam_periph_mapmem: attempt to map 251904 bytes, which is greater than 
DFLTPHYS(65536)

followed by lots more cam_periph_mapmem warnings.

Desoite all this the CD verifies OK - should I worry?

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


mail server from Windows to FreeBSD

2008-03-10 Thread Ivailo Bonev

Hello FreeBSDers,
I have a Windows machine that get all e-mails, from few accounts, from 
different Internet providers. I want to setup FreeBSD machine that get all 
mails from accounts and remote and local users get their mails from that 
FreeBSD mail storage server. I don't own a domain or MX records.
I read many docs in Intrernet, and now I have installed FreeBSD 7.0 RELEASE, 
with installed fetchmail port (to get mail from various accounts), 
sendmail-sasl port, and dovecot for IMAP server. But now I'm lost, from 
where to start configuring FreeBSD mail server?
And one last thing, how can deliver all mail messages from Outlook Express 
client from Windows machine to FreeBSD mail server machine?
Any help is appreciated! 



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


CUPS installation, ghostscript patch?

2008-03-10 Thread Leslie Jensen
I'm installing CUPS and I get the question below. I honestly don't know 
what filename to write. Any suggestions?


Thanks
Leslie


  ghostscript-8.61.tar.bz2 doesn't seem to exist in
/usr/ports/distfiles/ghostscript.
= Attempting to fetch from
http://heanet.dl.sourceforge.net/sourceforge/ghostscript/.
ghostscript-8.61.tar.bz2  100% of   12 MB  890 kBps
00m00s
= Font.tar.bz2 doesn't seem to exist in /usr/ports/distfiles/ghostscript.
= Attempting to fetch from http://www.interq.or.jp/mars/cherry/mac/.
Font.tar.bz2  100% of 2198  B 9670 kBps
===  Extracting for ghostscript-gpl-8.61_3
= MD5 Checksum OK for ghostscript/ghostscript-8.61.tar.bz2.
= SHA256 Checksum OK for ghostscript/ghostscript-8.61.tar.bz2.
= MD5 Checksum OK for ghostscript/ijs-0.35.tar.bz2.
= SHA256 Checksum OK for ghostscript/ijs-0.35.tar.bz2.
= MD5 Checksum OK for ghostscript/epag-3.09.tar.gz.
= SHA256 Checksum OK for ghostscript/epag-3.09.tar.gz.
= MD5 Checksum OK for ghostscript/Font.tar.bz2.
= SHA256 Checksum OK for ghostscript/Font.tar.bz2.
  in post-extract ...
extracting epag-3.09.tar.gz ...
extracting Font.tar.bz2 ...
===  Patching for ghostscript-gpl-8.61_3
===  Applying FreeBSD patches for ghostscript-gpl-8.61_3
File to patch:

-

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


Re: CUPS installation, ghostscript patch?

2008-03-10 Thread Matthias Apitz
El día Monday, March 10, 2008 a las 11:41:59AM +0100, Leslie Jensen escribió:

 I'm installing CUPS and I get the question below. I honestly don't know 
 what filename to write. Any suggestions?
 
 Thanks
 Leslie

On my 7.0R after updating all ports with portsnap fetch/extract this
port installed fine:

$ pkg_info | fgrep ghostscript-gpl
ghostscript-gpl-8.61_3 GPL Postscript interpreter

I've just looked into the Makefile of this port and it was commited
on March 4 of this year;

matthias

 
 
   ghostscript-8.61.tar.bz2 doesn't seem to exist in
 /usr/ports/distfiles/ghostscript.
 = Attempting to fetch from
 http://heanet.dl.sourceforge.net/sourceforge/ghostscript/.
 ghostscript-8.61.tar.bz2  100% of   12 MB  890 kBps
 00m00s
 = Font.tar.bz2 doesn't seem to exist in /usr/ports/distfiles/ghostscript.
 = Attempting to fetch from http://www.interq.or.jp/mars/cherry/mac/.
 Font.tar.bz2  100% of 2198  B 9670 kBps
 ===  Extracting for ghostscript-gpl-8.61_3
 = MD5 Checksum OK for ghostscript/ghostscript-8.61.tar.bz2.
 = SHA256 Checksum OK for ghostscript/ghostscript-8.61.tar.bz2.
 = MD5 Checksum OK for ghostscript/ijs-0.35.tar.bz2.
 = SHA256 Checksum OK for ghostscript/ijs-0.35.tar.bz2.
 = MD5 Checksum OK for ghostscript/epag-3.09.tar.gz.
 = SHA256 Checksum OK for ghostscript/epag-3.09.tar.gz.
 = MD5 Checksum OK for ghostscript/Font.tar.bz2.
 = SHA256 Checksum OK for ghostscript/Font.tar.bz2.
   in post-extract ...
 extracting epag-3.09.tar.gz ...
 extracting Font.tar.bz2 ...
 ===  Patching for ghostscript-gpl-8.61_3
 ===  Applying FreeBSD patches for ghostscript-gpl-8.61_3
 File to patch:
 
 -
 
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

-- 
Matthias Apitz
Manager Technical Support - OCLC GmbH
Gruenwalder Weg 28g - 82041 Oberhaching - Germany
t +49-89-61308 351 - f +49-89-61308 399 - m +49-170-4527211
e [EMAIL PROTECTED] - w http://www.oclc.org/ http://www.UnixArea.de/
b http://gurucubano.blogspot.com/
Don't top-post, read RFC1855 http://www.faqs.org/rfcs/rfc1855.html
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Import bayes_* for SpamAssassin from Debian to FreeBSD

2008-03-10 Thread Nicolas Letellier

Hello,

I must export a SpamAssassin configuration in a GNU/Linux Debian 4.0. 
See these files:


[EMAIL PROTECTED] .spamassassin # file *
auto-whitelist:   Berkeley DB (Hash, version 7, native byte-order)
auto-whitelist.mutex: ASCII text
bayes_journal:ASCII text
bayes.mutex:  ASCII text
bayes_seen:   Berkeley DB (Hash, version 7, native byte-order)
bayes_toks:   Berkeley DB (Hash, version 8, native byte-order)
bayes_toks.dump:  ASCII text
user_prefs:   ASCII English text

[EMAIL PROTECTED] .spamassassin # spamc -V
SpamAssassin Client version 3.1.5

This is my SpamAssassin on FreeBSD (p5-Mail-SpamAssassin port) :

[EMAIL PROTECTED] .spamassassin #  spamc -V
SpamAssassin Client version 3.2.4
  compiled with SSL support (OpenSSL 0.9.8e 23 Feb 2007)

However, when I use these files in my ~/.spamassassin, on my FreeBSD, I 
have errors:


spamd[51854]: bayes: cannot open bayes databases 
/var/spool/spamd/.spamassassin/bayes_* R/O: tie failed: Inappropriate 
file type or format
spamd[51854]: bayes: cannot open bayes databases 
/var/spool/spamd/.spamassassin/bayes_* R/O: tie failed: Inappropriate 
file type or format
spamd[51854]: auto-whitelist: open of auto-whitelist file failed: 
auto-whitelist: cannot open auto_whitelist_path 
/var/spool/spamd/.spamassassin/auto-whitelist: Inappropriate file type 
or format


I don't understand, because they're only Berkeley databases...

See the command file on these files in FreeBSD:
auto-whitelist:   Berkeley DB (Hash, version 7, native byte-order)
auto-whitelist.mutex: ASCII text
bayes.mutex:  ASCII text
bayes_journal:ASCII text
bayes_seen:   Berkeley DB (Hash, version 7, native byte-order)
bayes_toks:   Berkeley DB (Hash, version 8, native byte-order)
bayes_toks.dump:  ASCII text
user_prefs:   ASCII English text


I tried to just import a dump from Debian (with db4.1_dump) and rebuild 
the database in FreeBSD (with db41_load), the problem is the same. How 
could I re-use these files? They are very important.


Thanks for your help.


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


Re: Import bayes_* for SpamAssassin from Debian to FreeBSD

2008-03-10 Thread Matthew Seaman
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Nicolas Letellier wrote:

 However, when I use these files in my ~/.spamassassin, on my FreeBSD, I
 have errors:
 
 spamd[51854]: bayes: cannot open bayes databases
 /var/spool/spamd/.spamassassin/bayes_* R/O: tie failed: Inappropriate
 file type or format
 spamd[51854]: bayes: cannot open bayes databases
 /var/spool/spamd/.spamassassin/bayes_* R/O: tie failed: Inappropriate
 file type or format
 spamd[51854]: auto-whitelist: open of auto-whitelist file failed:
 auto-whitelist: cannot open auto_whitelist_path
 /var/spool/spamd/.spamassassin/auto-whitelist: Inappropriate file type
 or format
 
 I don't understand, because they're only Berkeley databases...

You'll need to install the same version of Berkeley DB on FreeBSD as you were
using on Debian -- and you'll have to compile the perl modules SpamAssassin
uses for BerkeleyDB access to use that version too.

Same in this context means the first two field in the BDB version number
should match -- the last field (a.k.a 'patchlevel') isn't significant.
You can install multiple BDB versions in parallel from the ports tree, but to
force the perl ports to link against the chosen variant you'll need something 
like:

   WITH_BDB_VER=   44

in /etc/make.conf.  (See /usr/ports/Mk/bsd.database.mk for the possible values)

Cheers,

Matthew

- -- 
Dr Matthew J Seaman MA, D.Phil.   Flat 3
  7 Priory Courtyard
PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate
  Kent, CT11 9PW, UK
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.8 (FreeBSD)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEAREDAAYFAkfVMEAACgkQ3jDkPpsZ+VaEDQCgpriBLoXycXtGmJPYDzMLfkoz
a4AAoJsKhFvStJpGXdNBXyZnL4xYy8N9
=dNeE
-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: Import bayes_* for SpamAssassin from Debian to FreeBSD

2008-03-10 Thread Nicolas Letellier

Matthew Seaman a écrit :

You'll need to install the same version of Berkeley DB on FreeBSD as you were
using on Debian -- and you'll have to compile the perl modules SpamAssassin
uses for BerkeleyDB access to use that version too.
I use the same BerkeleyDB. I use db41 on FreeBSD (and db41* commands) 
and db41 on Debian (and db.41* commands).
`file`commands returns the same headers of the file on Debian and the 
defaults ~/.spamassassin/tok*.


When I try this:
[EMAIL PROTECTED] .spamassassin #  sa-learn --import --dbpath .
bayes: cannot open bayes databases ./bayes_* R/O: tie failed: 
Inappropriate file type or format

upgrading to DB_File, please be patient: ./old_bayes_seen
DB_File: no database of that kind found, nothing copied
GDBM_File: no database of that kind found, nothing copied
NDBM_File: no database of that kind found, nothing copied
SDBM_File: no database of that kind found, nothing copied
upgrading to DB_File, please be patient: ./old_bayes_toks
DB_File: no database of that kind found, nothing copied
GDBM_File: no database of that kind found, nothing copied
NDBM_File: no database of that kind found, nothing copied
SDBM_File: no database of that kind found, nothing copied
import failed, original files saved with old prefix


What must I do? Do you think it's a Perl problem?

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


[OT?] tcpdump overhead

2008-03-10 Thread Mario Lobo
Hi there;

Forgive this possible OT (and lame) question.

I am writing a final paper for a PG course and  I need to take precise 
measurements on network performance. I gonna be doing lots of packet dumps 
and I would like to know you guys' opinion on how much of tcpdump overhead 
(if meaningful for these measurements) I should take into account.

If there are any readings on the subject you could point me to...

Thanks
-- 
Mario Lobo
Segurança de Redes - Desenvolvimento e Análise
IPAD - Instituto de Pesquisa e Apoio ao Desenvolvimento Tecnológico e 
Científico


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


doesn't change to Daylight Saving Time

2008-03-10 Thread Robert Huff
Xihong Yin writes:

  My FreeBSD 6.2 doesn't change to Daylight Saving Time. How should I fix
  it?

I'm having the same problem with -CURRENT.  I have updated the
zoneinfo files (using misc/zoneinfo) and (re-)run tzsetup, but am
still a hour behind.


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


Offshore software service offer from Semaphore

2008-03-10 Thread Semaphore Software

 **Advertisement**
[1]Offshore Software Deveopment Company | Semaphore | CMMi3
[2]COMPANY | [3]OFFSHORE DEVELOPMENT | [4]SERVICES | [5]TECHNOLOGY |
 [6]BPO | [7]CLIENTELE | [8]CONTACT


   [nox_top_bg.jpg]
OUR COMPANY
   [bullet_green.gif] A fastest growing Indian Software Development
   Company with more than 15 years of industry experience
   [bullet_green.gif] SEI CMMi Level 3 Organization
   [bullet_green.gif] ISO/IEC 27001 Information Security
   [bullet_green.gif] Have completed more than 1500+ offshore software
   development projects
   [bullet_green.gif] Successful track record of 100% offshore projects
   delivery
   [bullet_green.gif] Offshore Development Center at India with strength
   of more than 300
   [box_bot_bg.jpg]
   [nox_top_bg.jpg]
WHAT WE OFFER
Semaphore's highly skilled  experienced team is offering Offshore
   Development Services in  the following areas:

   [bullet_green.gif] Software Development services in Microsoft .NET,
   Java, Linux
   [bullet_green.gif] Custom Internet Solutions, e-Commerce and CMS
   [bullet_green.gif] Website Design  Development, Portals  Multimedia
   Services
   [bullet_green.gif] Legacy Application Re-engineering, Software Porting
   and Migration Services
   [bullet_green.gif] Software Product Development and Maintenance
   Services
   [box_bot_bg.jpg]

   Call us on 201-777-2366 to know more
   [9]Requst A Quote


 Semaphore Software
 124 Windsor St. 2nd Floor,
  Kearny, NJ 07032
   United States
Phone : 201-777-2366
 Fax : 201-917-1367
  Email : [EMAIL PROTECTED]
  Website : [11]www.semaphore-software.com

   If you feel you receive this message in error, then [12]click here
   Please give us 48 hours to remove you from our mailing list.

References

   1. LYNXIMGMAP:file://localhost/tmp/tmpexA-qd.html#MapMap
   2. http://www.semaphore-software.com/offshore_outsourcing_india/aboutus.htm
   3. 
http://semaphore-software.com/offshore-outsourcing/offshore_outsourcing_services.htm
   4. 
http://semaphore-software.com/software-solution/offshore_software_web_bpo_services.htm
   5. http://semaphore-software.com/technology_offering/technology_offering.htm
   6. 
http://semaphore-software.com/bpo_business_process_outsourcing/bpo_business_process_outsourcing.htm
   7. http://semaphore-software.com/offshore_outsourcing_india/clientele.htm
   8. http://semaphore-software.com/offshore_outsourcing_india/contactus.htm
   9. LYNXIMGMAP:file://localhost/tmp/tmpexA-qd.html#Map2Map
  10. mailto:[EMAIL PROTECTED]
  11. http://www.semaphore-software.com/
  12. http://www.semaphore-software.com/unsubscribe.php
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Import bayes_* for SpamAssassin from Debian to FreeBSD

2008-03-10 Thread Matthew Seaman
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Nicolas Letellier wrote:
 Matthew Seaman a écrit :
 You'll need to install the same version of Berkeley DB on FreeBSD as
 you were
 using on Debian -- and you'll have to compile the perl modules
 SpamAssassin
 uses for BerkeleyDB access to use that version too.
 I use the same BerkeleyDB. I use db41 on FreeBSD (and db41* commands)
 and db41 on Debian (and db.41* commands).
 `file`commands returns the same headers of the file on Debian and the
 defaults ~/.spamassassin/tok*.
 
 When I try this:
 [EMAIL PROTECTED] .spamassassin #  sa-learn --import --dbpath .
 bayes: cannot open bayes databases ./bayes_* R/O: tie failed:
 Inappropriate file type or format
 upgrading to DB_File, please be patient: ./old_bayes_seen
 DB_File: no database of that kind found, nothing copied
 GDBM_File: no database of that kind found, nothing copied
 NDBM_File: no database of that kind found, nothing copied
 SDBM_File: no database of that kind found, nothing copied
 upgrading to DB_File, please be patient: ./old_bayes_toks
 DB_File: no database of that kind found, nothing copied
 GDBM_File: no database of that kind found, nothing copied
 NDBM_File: no database of that kind found, nothing copied
 SDBM_File: no database of that kind found, nothing copied
 import failed, original files saved with old prefix
 
 
 What must I do? Do you think it's a Perl problem?

Hmmm assuming that the debian box and the new FreeBSD box have the same
CPU architecture -- ie. both i386 machines the .db files should be compatible.
I /think/ they're compatible between a 32 and a 64 bit machine of the same
endian-ness BICBW.

Can you confirm that the copies of the files on the FreeBSD box are 
byte-for-byte
identical to the originals on the Debian box?  The easiest way to do this is to
generate MD5 or similar checksums on both.

Cheers,

Matthew

- -- 
Dr Matthew J Seaman MA, D.Phil.   Flat 3
  7 Priory Courtyard
PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate
  Kent, CT11 9PW, UK
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.8 (FreeBSD)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEAREDAAYFAkfVPmAACgkQ3jDkPpsZ+VYxAQCeJmgCIqh5A7SzvGfiOmV/lGWU
jBoAnjYBv8F+fh/0Nx9Ms1nizDFz7oSu
=OUTN
-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: doesn't change to Daylight Saving Time

2008-03-10 Thread Derek Ragona

At 08:17 AM 3/10/2008, Robert Huff wrote:

Derek Ragona writes:

 My FreeBSD 6.2 doesn't change to Daylight Saving Time. How should 
I fix

 it?
  
   I'm having the same problem with -CURRENT.  I have updated the
  zoneinfo files (using misc/zoneinfo) and (re-)run tzsetup, but am
  still a hour behind.
  
  
   Robert Huff

  Are you running ntpd?

I am.
(If it matters, I have rebooted the system since updating the
tz files/settings.)


Robert Huff


Have you checked the ntpd log file for errors, and verified it is 
running.  Often ntpd won't reset the time if the delta is too large, and 
you have to stop nrpd and run ntpdate instead, then start ntpd.


-Derek

--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

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


Re: doesn't change to Daylight Saving Time

2008-03-10 Thread Robert Huff
Derek Ragona writes:

 My FreeBSD 6.2 doesn't change to Daylight Saving Time. How should I fix
 it?
  
   I'm having the same problem with -CURRENT.  I have updated the
  zoneinfo files (using misc/zoneinfo) and (re-)run tzsetup, but am
  still a hour behind.
  
  
   Robert Huff
  
  Are you running ntpd?

I am.
(If it matters, I have rebooted the system since updating the
tz files/settings.)


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


portupgrade can't fetch packages

2008-03-10 Thread Colin Brace
Hi all,

Earlier today I ran portupgrade -aP to update my system. Alas,
everytime it tried to download a package, it failed and resorted to
downloading and compiling the source. For example:

[...]
---  Checking for the latest package of 'lang/python25'
---  Fetching the package(s) for 'python25-2.5.2_1' (lang/python25)
---  Fetching python25-2.5.2_1
fetch: 
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/i386/packages-7-stable/All/python25-2.5.2_1.tbz:
Can't open data connection
** The command returned a non-zero exit status: 1
** Failed to fetch
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/i386/packages-7-stable/All/python25-2.5.2_1.tbz
fetch: 
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/i386/packages-7-stable/All/python25-2.5.2_1.tgz:
File unavailable (e.g., file not found, no access)
** The command returned a non-zero exit status: 1
** Failed to fetch
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/i386/packages-7-stable/All/python25-2.5.2_1.tgz
** Failed to fetch python25-2.5.2_1
** Listing the failed packages (-:ignored / *:skipped / !:failed)
! python25-2.5.2_1  (fetch error)
** Could not find the latest version (2.5.2_1)
---  Using the port instead of a package
[...]

However, I could copy and paste the given URL,
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/i386/packages-7-stable/All/python25-2.5.2_1.tgz,
 into another terminal window and download it manually with wget, ftp,
fetch, and/or curl (I tested them all).

What could be preventing portupgrade from being able to download the
packages itself?

Thanks.

$ uname -r
7.0-STABLE

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


Re: doesn't change to Daylight Saving Time

2008-03-10 Thread Robert Huff
Derek Ragona writes:

  Have you checked the ntpd log file for errors, and verified it is
  running.  Often ntpd won't reset the time if the delta is too
  large, and you have to stop ntpd and run ntpdate instead, then
  start ntpd.

I genuflect in your direction, sir.  That did it.


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: doesn't change to Daylight Saving Time

2008-03-10 Thread Derek Ragona

At 09:38 AM 3/10/2008, Robert Huff wrote:

Derek Ragona writes:

  Have you checked the ntpd log file for errors, and verified it is
  running.  Often ntpd won't reset the time if the delta is too
  large, and you have to stop ntpd and run ntpdate instead, then
  start ntpd.

I genuflect in your direction, sir.  That did it.


Robert Huff


Glad I could help.

-Derek

--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

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


Re: doesn't change to Daylight Saving Time

2008-03-10 Thread Derek Ragona

At 07:43 AM 3/10/2008, Robert Huff wrote:

Xihong Yin writes:

  My FreeBSD 6.2 doesn't change to Daylight Saving Time. How should I fix
  it?

I'm having the same problem with -CURRENT.  I have updated the
zoneinfo files (using misc/zoneinfo) and (re-)run tzsetup, but am
still a hour behind.


Robert Huff


Are you running ntpd?

-Derek


--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

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


Re: doesn't change to Daylight Saving Time

2008-03-10 Thread N.J. Mann
In message [EMAIL PROTECTED],
Derek Ragona ([EMAIL PROTECTED]) wrote:
 At 08:17 AM 3/10/2008, Robert Huff wrote:
 Derek Ragona writes:

  My FreeBSD 6.2 doesn't change to Daylight Saving Time. How 
 should I fix
  it?
   
I'm having the same problem with -CURRENT.  I have updated the
   zoneinfo files (using misc/zoneinfo) and (re-)run tzsetup, but am
   still a hour behind.
 
   Are you running ntpd?

 I am.
 (If it matters, I have rebooted the system since updating the
 tz files/settings.)

 Have you checked the ntpd log file for errors, and verified it is  
 running.  Often ntpd won't reset the time if the delta is too large, and  
 you have to stop nrpd and run ntpdate instead, then start ntpd.

If you have securelevel greater than 1 the kernel prevent large time
changes.  See man init(8).


Cheers,
   Nick.
-- 

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


Re: doesn't change to Daylight Saving Time

2008-03-10 Thread Robert Huff

Derek Ragona writes:


 Have you checked the ntpd log file for errors, and verified it is
 running.  Often ntpd won't reset the time if the delta is too
 large, and you have to stop ntpd and run ntpdate instead, then
 start ntpd.
  
   I genuflect in your direction, sir.  That did it.
  
  Glad I could help.

However, now I'm curious - isn't this going to be a recurring
problem (admittedly only twice a year) for the non-trivial number of
machines that do run ntpd for various reasons?


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: doesn't change to Daylight Saving Time

2008-03-10 Thread Derek Ragona

At 10:28 AM 3/10/2008, Robert Huff wrote:


Derek Ragona writes:


 Have you checked the ntpd log file for errors, and verified it is
 running.  Often ntpd won't reset the time if the delta is too
 large, and you have to stop ntpd and run ntpdate instead, then
 start ntpd.
  
   I genuflect in your direction, sir.  That did it.

  Glad I could help.

However, now I'm curious - isn't this going to be a recurring
problem (admittedly only twice a year) for the non-trivial number of
machines that do run ntpd for various reasons?


Robert Huff


Shouldn't be a recurring problem but it can depend on what version of 
FreeBSD you are running.  I've had no problem with 6.X and 7.X updating 
automatically this weekend.


-Derek


--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

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


Re: doesn't change to Daylight Saving Time

2008-03-10 Thread Erik Trulsson
On Mon, Mar 10, 2008 at 11:28:13AM -0400, Robert Huff wrote:
 
 Derek Ragona writes:
 
 
  Have you checked the ntpd log file for errors, and verified it is
  running.  Often ntpd won't reset the time if the delta is too
  large, and you have to stop ntpd and run ntpdate instead, then
  start ntpd.
   
I genuflect in your direction, sir.  That did it.
   
   Glad I could help.
 
   However, now I'm curious - isn't this going to be a recurring
 problem (admittedly only twice a year) for the non-trivial number of
 machines that do run ntpd for various reasons?

I suspect that it is only a problem for those whose machines are
a) Having the CMOS clock set to local time (instead of UTC)
and
b) Having their computers turned off when the switch to/from DST
   is being made - thus preventing adjkerntz(8) from adjusting
   the CMOS clock appropriately.


Running ntpd(8) will by itself not cause any problems - but in the
above scenario it will not adjust the time to be correct either - 
the jump will be too large.








-- 
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]


GEOM label of a read-only partition is not properly handled

2008-03-10 Thread Michaël Grünewald

Hi,

I have an UFS partition mounted read-only. There is a label on it, and 
it appears twice under dev: as ad10s1h and as ufs/LIBRARY. Unlike 
RW-mounted filesystems, the entry under ufs is not deleted after 
mounting (either using /dev/ad10s1h or /dev/ufs/LIBRARY as special 
argument of mount).


Was this behavior remarked by others? I have not found a PR about this, 
I maybe should do this, right?

Cheers
--
Michaël
$ uname -a
FreeBSD Llea.celt.neu 7.0-STABLE FreeBSD 7.0-STABLE #11: Wed Mar  5 
00:59:32 CET 2008 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/LLEA  amd64


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


Re: [OT?] tcpdump overhead

2008-03-10 Thread Wojciech Puchar


I am writing a final paper for a PG course and  I need to take precise
measurements on network performance. I gonna be doing lots of packet dumps
and I would like to know you guys' opinion on how much of tcpdump overhead
(if meaningful for these measurements) I should take into account.

If there are any readings on the subject you could point me to...


no idea but small for sure. it would rather cause tcpdump to not catch all 
packets that network performance drop.

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


Re: cdrecord, CD-R error messages with 7.0-RELEASE

2008-03-10 Thread Wojciech Puchar

DFLTPHYS(65536)
cam_periph_mapmem: attempt to map 251904 bytes, which is greater than
DFLTPHYS(65536)

followed by lots more cam_periph_mapmem warnings.

Desoite all this the CD verifies OK - should I worry?


no :)

but it is strange anyway. i use cdrecord sometimes and get no errors.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: GEOM label of a read-only partition is not properly handled

2008-03-10 Thread Wojciech Puchar

/dev/ad10s1h or /dev/ufs/LIBRARY as special argument of mount).

Was this behavior remarked by others? I have not found a PR about this, I 
maybe should do this, right?


this is right behaviour. you may use the device many times if read-only, 
but not read-write.

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


Re: GEOM label of a read-only partition is not properly handled

2008-03-10 Thread Michaël Grünewald

Wojciech Puchar wrote:

/dev/ad10s1h or /dev/ufs/LIBRARY as special argument of mount).

Was this behavior remarked by others? I have not found a PR about 
this, I maybe should do this, right?


this is right behaviour. you may use the device many times if read-only, 
but not read-write.


Fine, thank you!

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


Re: cdrecord, CD-R error messages with 7.0-RELEASE

2008-03-10 Thread Mike Clarke
On Monday 10 March 2008, Wojciech Puchar wrote:

  DFLTPHYS(65536)
  cam_periph_mapmem: attempt to map 251904 bytes, which is greater than
  DFLTPHYS(65536)
 
  followed by lots more cam_periph_mapmem warnings.
 
  Desoite all this the CD verifies OK - should I worry?

 no :)

 but it is strange anyway. i use cdrecord sometimes and get no errors.

I wonder if it's a hardware related issue with that particular drive. I think 
I might have a Mitsumi CD writer I could install as a temporary test in place 
of the Pioneer.

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


Re: Upgrading from 6.2 to 7.0

2008-03-10 Thread Jay Deiman
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

[EMAIL PROTECTED] wrote:
 On 08/03/2008, Adam J Richardson [EMAIL PROTECTED] wrote:
 The-IRC Hosting Administration Team wrote:
   There is nothing wrong with obtaining the source code of 7.X and doing a
   full recompile to upgrade your version sanely.


 Ah, really? Good news. I heard somewhere there were problems upgrading
  like that across a major version boundary. Or was it to a BETA? That
  might have been it.
 
 AFIK, that was 4.x - 5/6
 OR
 Ports, which are bound to be a problem across
 major versions.*
 Also, 8.x has a recent change which prevents
 easy upgrading from early versions of 5/6(/7?).
 
 In any case, I had no problems upgrading to 7 via
 normal methods as outlined in /usr/src/UPDATING
 for two machines running 6.x

Well, I'm going to give this a try on a machine today.  Thanks for all
the input everyone.

 
 
 
 * literally everything explodes and your fish dies.
 

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFH1WsKQ0lr+ZVKSBgRAmuvAKCRZRx9+L0XUHGS5jzkthuwv09d8QCggBo3
xmSEd4j08pL/Y/PzcRfaVcU=
=+S0d
-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: [OT?] tcpdump overhead

2008-03-10 Thread Mario Lobo
On Monday 10 March 2008, you wrote:
  I am writing a final paper for a PG course and  I need to take precise
  measurements on network performance. I gonna be doing lots of packet
  dumps and I would like to know you guys' opinion on how much of tcpdump
  overhead (if meaningful for these measurements) I should take into
  account.
 
  If there are any readings on the subject you could point me to...

 no idea but small for sure. it would rather cause tcpdump to not catch all
 packets that network performance drop.

Thanks for the reply Wojciech.

Forgive my english but I couldn't quite get what you meant by:

it would rather cause tcpdump to not catch all packets that network 
performance drop.

Could you rephrase that for me please ?

Thanks
-- 
Mario Lobo
Segurança de Redes - Desenvolvimento e Análise
IPAD - Instituto de Pesquisa e Apoio ao Desenvolvimento Tecnológico e 
Científico


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


Re: How did references to libc.so.7 get in my 6.3 ports?

2008-03-10 Thread Dominic Fandrey

E. J. Cerejo wrote:

Then you're running FreeBSD 6.x and you updated your ports tree after FreeBSD 
7.0 release.  The latest ports tree no longer supports 6.x I believe. So you 
should upgrade to 7 release or stable.


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


no ad1s3a,b,d... on ad1s3 after bsdlabel

2008-03-10 Thread Snow Mountains
Hi

I try to understand bsdlabel.
I have former fat slice (ad1s3) on my disk and I want to make several
BSD partitions on it. I did this:

# dd if=/dev/zero of=/dev/ad1s3 bs=1k count=1024
1024+0 records in
1024+0 records out
1048576 bytes transferred in 0.318986 secs (3287217 bytes/sec)
# bsdlabel -w ad1s3
# bsdlabel -e ad1s3
(edit)
# bsdlabel ad1s3
# /dev/ad1s3:
8 partitions:
#size   offsetfstype   [fsize bsize bps/cpg]
  a: 1000   164.2BSD0 0 0
  b: 1000 10164.2BSD0 0 0
  c: 476166600unused0 0 # raw part, don't edit
  d: 27616644 20164.2BSD0 0 0
# newfs -U /dev/ad1s3a
newfs: /dev/ad1s3a: could not find special device
# ls /dev/ad1s3*
/dev/ad1s3
#

What I miss because I don't have ad1s3a,b,d?
If repeat same procedure on disk (big file) mounted as /dev/md0, a see
/dev/md0,a,b,d,e... after this group of commands.

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


Re: apache+mod_ssl-1.3.41+2.8.31 crashing with mod_php5

2008-03-10 Thread Mel
On Monday 10 March 2008 03:16:44 Chris Maness wrote:

 OK, after I was able to get apache to load without crashing, none of my
 php aps worked correctly.  I suppose this had to do with me deleting

 extensions.ini and only rebuilding php5 and not its dependencies.  Well,
 after rebuilding all of the deps, I now have a extensions.ini file again. 
 I tried re-arranging as suggested in the archive, but this did not solve
 the problem.  I am only having this issue on my 7.0-R box.  6.3-R seems to
 be working ok, but I haven't been fooling with it.  I am having the issue
 on my test box.

Hmm, worked correctly is about as broad as slow internet. Can you be sure 
the errors are related?
First try to make sure, the core dump is gone (php -v shouldn't coredump), 
then resolve the errors in your apps. They might be caused by different 
issues, like you're missing a module, paths changed, dunno. Will have to see 
the errors :)

-- 
Mel

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


Re: tar( bzip2 parts of manpage )

2008-03-10 Thread Mel
On Monday 10 March 2008 00:19:33 Danny Pansters wrote:

 Note that both
 bsdtar and bzip2 are in base and have been for a while so it seems like a
 logical feature for bsdtar. Knowing whether its a gzip or bzip2 compressed
 is easy to see from magic numbers.

And done by the fabolous base library: libarchive(3).
-- 
Mel

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


Re: mail server from Windows to FreeBSD

2008-03-10 Thread Roland Smith
On Mon, Mar 10, 2008 at 12:22:39PM +0200, Ivailo Bonev wrote:
 I have a Windows machine that get all e-mails, from few accounts, from 
 different Internet providers. I want to setup FreeBSD machine that get all 
 mails from accounts and remote and local users get their mails from that 
 FreeBSD mail storage server. I don't own a domain or MX records.

Ok.

 I read many docs in Intrernet, and now I have installed FreeBSD 7.0 
 RELEASE, with installed fetchmail port (to get mail from various accounts), 

Fetchmail is the right tool for the job.

 sendmail-sasl port, and dovecot for IMAP server. But now I'm lost, from 
 where to start configuring FreeBSD mail server?

IMHO postfix is easier to set up than sendmail, but the principles are
the same.

I would make users on the FreeBSD machine for everyone that needs to
download mail from the machine. Use a non-existent home-directory and
/usr/bin/nologin as the shell for these accounts.

Use the virtual hosts feature to deliver mail for different addresses to
local users. See e.g. http://mathforum.org/~sasha/tech/sendmailvhosts.html

I haven't used dovecot, so I can't help you much with that. If your
FreeBSD server and the windows clients are on a trusted private subnet,
I would probably just use plain text authentication.

 And one last thing, how can deliver all mail messages from Outlook Express 
 client from Windows machine to FreeBSD mail server machine?

You can set the FreeBSD machine as the outgoing mail server in
Outlook. But this might not work, depending on your set-up. If you relay
the mail to your ISP's mailserver, it probably won't handle incoming
mail from addresses outside his domain.

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)


pgpvxE3cXSKcZ.pgp
Description: PGP signature


From James Adamati

2008-03-10 Thread James Adamati
Hi, 


How are you doing today? My name is James Adamati I live in London and work in 
a financial institution here in United Kingdom. There is a potential 
transaction relating to a dormant account of one of our deceased customers, 
which I would like us to handle the fund actualization together. Secondly, I 
hope to relocate and acquire a home for my family with a view to establishing 
over there. I will be needing your assistance and co-operation in this 
endeavor. Let me know if I can trust you with the above and more information 
will be sent to you as quickly as possible.For further details,please contact 
me through my private email-
 
Respectfully,
James Adamati



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


Re: mail server from Windows to FreeBSD

2008-03-10 Thread Gerard
On Mon, 10 Mar 2008 19:33:30 +0100
Roland Smith [EMAIL PROTECTED] wrote:

 On Mon, Mar 10, 2008 at 12:22:39PM +0200, Ivailo Bonev wrote:
  I have a Windows machine that get all e-mails, from few accounts,
  from different Internet providers. I want to setup FreeBSD machine
  that get all mails from accounts and remote and local users get
  their mails from that FreeBSD mail storage server. I don't own a
  domain or MX records.
 
 Ok.
 
  I read many docs in Intrernet, and now I have installed FreeBSD 7.0 
  RELEASE, with installed fetchmail port (to get mail from various
  accounts), 
 
 Fetchmail is the right tool for the job.
 
  sendmail-sasl port, and dovecot for IMAP server. But now I'm lost,
  from where to start configuring FreeBSD mail server?
 
 IMHO postfix is easier to set up than sendmail, but the principles are
 the same.
 
 I would make users on the FreeBSD machine for everyone that needs to
 download mail from the machine. Use a non-existent home-directory and
 /usr/bin/nologin as the shell for these accounts.
 
 Use the virtual hosts feature to deliver mail for different addresses
 to local users. See e.g.
 http://mathforum.org/~sasha/tech/sendmailvhosts.html

Use 'virtual' for all users, local or not if Postfix is employed. It
makes setting up the system a whole lot easier and potentially more
secure.
 
 I haven't used dovecot, so I can't help you much with that. If your
 FreeBSD server and the windows clients are on a trusted private
 subnet, I would probably just use plain text authentication.

Setting up SSL/TLS on Postfix is really trivial. I use it myself.
Again, it increases the security factor.

  And one last thing, how can deliver all mail messages from Outlook
  Express client from Windows machine to FreeBSD mail server machine?
 
 You can set the FreeBSD machine as the outgoing mail server in
 Outlook. But this might not work, depending on your set-up. If you
 relay the mail to your ISP's mailserver, it probably won't handle
 incoming mail from addresses outside his domain.

Unless there is some weird firewall, I don't see what the problem would
be.
 
 Roland


-- 
Gerard
[EMAIL PROTECTED]

Falling in love makes smoking pot all day look like the ultimate in
restraint.

Dave Sim, author of Cerebus


signature.asc
Description: PGP signature


error when upgrading gnome-panel on FreeBSD 6.2 (AMD64)

2008-03-10 Thread Dino Vliet
Hi folks,
I'm updating my ports and ran across this error message when I update  my 
freebsd 6.2  amd64 system.

When upgrading gnome-panel  I get the following error:

Making install in gnome-panel  
 gmake[1]: Entering directory 
`/usr/ports/x11/gnome-panel/work/gnome-panel-2.20.3/gnome-panel'  
 gmake  install-am  
 gmake[2]: Entering directory 
`/usr/ports/x11/gnome-panel/work/gnome-panel-2.20.3/gnome-panel'  
 gmake[3]: Entering directory 
`/usr/ports/x11/gnome-panel/work/gnome-panel-2.20.3/gnome-panel'  
 test -z /usr/local/bin || /usr/local/bin/gmkdir -p /usr/local/bin  
   /bin/sh /usr/ports/x11/gnome-panel/work/gnome-libtool --mode=install install 
 -s -o root -g wheel -m 555 'gnome-panel' '/usr/local/bin/gnome-panel' 
 install -o root -g wheel -m 555 -s gnome-panel /usr/local/bin/gnome-panel  
   /bin/sh /usr/ports/x11/gnome-panel/work/gnome-libtool --mode=install install 
 -s -o root -g wheel -m 555 'gnome-desktop-item-edit' 
'/usr/local/bin/gnome-desktop-item-edit'  
 install -o root -g wheel -m 555 -s gnome-desktop-item-edit 
/usr/local/bin/gnome-desktop-item-edit  
 if test -z  ; then \  
 for p in panel-compatibility.schemas panel-global.schemas 
panel-general.schemas panel-toplevel.schemas panel-object.schemas ; do \  
 
GCONF_CONFIG_SOURCE=xml:merged:/usr/local/etc/gconf/gconf.xml.defaults 
/usr/local/bin/gconftool-2 --makefile-install-rule ../gnome-panel/$p ; \  
 done ; \  
 /usr/local/bin/gconftool-2 --direct 
--config-source=xml:merged:/usr/local/etc/gconf/gconf.xml.defaults --load 
./panel-default-setup.entries ; \  
 /usr/local/bin/gconftool-2 --direct 
--config-source=xml:merged:/usr/local/etc/gconf/gconf.xml.defaults --load 
./panel-default-setup.entries /apps/panel ; \  
 fi  
 /libexec/ld-elf.so.1: Shared object libicui18n.so.36 not found, required by 
gconftool-2 
 /libexec/ld-elf.so.1: Shared object libicui18n.so.36 not found, required by 
gconftool-2 
 /libexec/ld-elf.so.1: Shared object libicui18n.so.36 not found, required by 
gconftool-2 
 /libexec/ld-elf.so.1: Shared object libicui18n.so.36 not found, required by 
gconftool-2 
 /libexec/ld-elf.so.1: Shared object libicui18n.so.36 not found, required by 
gconftool-2 
 /libexec/ld-elf.so.1: Shared object libicui18n.so.36 not found, required by 
gconftool-2 
 /libexec/ld-elf.so.1: Shared object libicui18n.so.36 not found, required by 
gconftool-2 
 gmake[3]: *** [install-data-local] Error 1  
 gmake[3]: Leaving directory 
`/usr/ports/x11/gnome-panel/work/gnome-panel-2.20.3/gnome-panel'  
 gmake[2]: *** [install-am] Error 2  
 gmake[2]: Leaving directory 
`/usr/ports/x11/gnome-panel/work/gnome-panel-2.20.3/gnome-panel'  
 gmake[1]: *** [install] Error 2  
 gmake[1]: Leaving directory 
`/usr/ports/x11/gnome-panel/work/gnome-panel-2.20.3/gnome-panel'  
 gmake: *** [install-recursive] Error 1  
 *** Error code 2  
 
 
 Stop in /usr/ports/x11/gnome-panel.  
 *** Error code 1  
 
 
 Stop in /usr/ports/x11/gnome-panel.  
 *** Error code 1  
 

What is happening here? What can I do to solve this? 

   
-
Be a better friend, newshound, and know-it-all with Yahoo! Mobile.  Try it now.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


USB printer

2008-03-10 Thread Gligor Lucian
Does FreeBSD support a USB printer?


   
-
Be a better friend, newshound, and know-it-all with Yahoo! Mobile.  Try it now.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: error when upgrading gnome-panel on FreeBSD 6.2 (AMD64)

2008-03-10 Thread Jeremy Messenger
On Mon, 10 Mar 2008 15:11:21 -0500, Dino Vliet [EMAIL PROTECTED]  
wrote:



Hi folks,
I'm updating my ports and ran across this error message when I update   
my freebsd 6.2  amd64 system.


When upgrading gnome-panel  I get the following error:

Making install in gnome-panel
 gmake[1]: Entering directory  
`/usr/ports/x11/gnome-panel/work/gnome-panel-2.20.3/gnome-panel'

 gmake  install-am
 gmake[2]: Entering directory  
`/usr/ports/x11/gnome-panel/work/gnome-panel-2.20.3/gnome-panel'
 gmake[3]: Entering directory  
`/usr/ports/x11/gnome-panel/work/gnome-panel-2.20.3/gnome-panel'

 test -z /usr/local/bin || /usr/local/bin/gmkdir -p /usr/local/bin
   /bin/sh /usr/ports/x11/gnome-panel/work/gnome-libtool --mode=install  
install  -s -o root -g wheel -m 555 'gnome-panel'  
'/usr/local/bin/gnome-panel'
 install -o root -g wheel -m 555 -s gnome-panel  
/usr/local/bin/gnome-panel
   /bin/sh /usr/ports/x11/gnome-panel/work/gnome-libtool --mode=install  
install  -s -o root -g wheel -m 555 'gnome-desktop-item-edit'  
'/usr/local/bin/gnome-desktop-item-edit'
 install -o root -g wheel -m 555 -s gnome-desktop-item-edit  
/usr/local/bin/gnome-desktop-item-edit

 if test -z  ; then \
 for p in panel-compatibility.schemas  
panel-global.schemas panel-general.schemas panel-toplevel.schemas  
panel-object.schemas ; do \
 GCONF_CONFIG_SOURCE=xml:merged:/usr/local/etc/gconf/gconf.xml.defaults  
/usr/local/bin/gconftool-2 --makefile-install-rule ../gnome-panel/$p ; \

 done ; \
 /usr/local/bin/gconftool-2 --direct  
--config-source=xml:merged:/usr/local/etc/gconf/gconf.xml.defaults  
--load ./panel-default-setup.entries ; \
 /usr/local/bin/gconftool-2 --direct  
--config-source=xml:merged:/usr/local/etc/gconf/gconf.xml.defaults  
--load ./panel-default-setup.entries /apps/panel ; \

 fi
 /libexec/ld-elf.so.1: Shared object libicui18n.so.36 not found,  
required by gconftool-2
 /libexec/ld-elf.so.1: Shared object libicui18n.so.36 not found,  
required by gconftool-2
 /libexec/ld-elf.so.1: Shared object libicui18n.so.36 not found,  
required by gconftool-2
 /libexec/ld-elf.so.1: Shared object libicui18n.so.36 not found,  
required by gconftool-2
 /libexec/ld-elf.so.1: Shared object libicui18n.so.36 not found,  
required by gconftool-2
 /libexec/ld-elf.so.1: Shared object libicui18n.so.36 not found,  
required by gconftool-2
 /libexec/ld-elf.so.1: Shared object libicui18n.so.36 not found,  
required by gconftool-2

 gmake[3]: *** [install-data-local] Error 1
 gmake[3]: Leaving directory  
`/usr/ports/x11/gnome-panel/work/gnome-panel-2.20.3/gnome-panel'

 gmake[2]: *** [install-am] Error 2
 gmake[2]: Leaving directory  
`/usr/ports/x11/gnome-panel/work/gnome-panel-2.20.3/gnome-panel'

 gmake[1]: *** [install] Error 2
 gmake[1]: Leaving directory  
`/usr/ports/x11/gnome-panel/work/gnome-panel-2.20.3/gnome-panel'

 gmake: *** [install-recursive] Error 1
 *** Error code 2
Stop in /usr/ports/x11/gnome-panel.
 *** Error code 1
Stop in /usr/ports/x11/gnome-panel.
 *** Error code 1

What is happening here?


Sometime ago, maintainer has updated icu and the library version has been  
bumped. He has refused to add in /usr/ports/UPDATING.



What can I do to solve this?


You have to reinstall all ports that depend on icu by use portupgrade or  
portmaster.


# portupgrade -rf icu\*

or

# portmaster -r icu\*

Cheers,
Mezz


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


SATA Tape drive

2008-03-10 Thread Kent Hauser
Hi,

I need to replace a failed DAT72 drive. My current one is SCSI, but I'd like
to use a SATA replacement. Will this work?

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


Re: error when upgrading gnome-panel on FreeBSD 6.2 (AMD64)

2008-03-10 Thread [EMAIL PROTECTED]
On 10/03/2008, Dino Vliet [EMAIL PROTECTED] wrote:
 Hi folks,
  I'm updating my ports and ran across this error message when I update  my 
 freebsd 6.2  amd64 system.

  When upgrading gnome-panel  I get the following error:
. . .
   /libexec/ld-elf.so.1: Shared object libicui18n.so.36 not found, required 
 by gconftool-2
. . .
  What is happening here? What can I do to solve this?


You upgraded icu at some point past,
but did not upgrade some of the things
that depend on icu which gnome-panel
depend upon.

I would advise that you issue:
# portupgrade -fr icu*
although that will rebuild quite a bit.

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


Re: USB printer

2008-03-10 Thread Paul A. Procacci

Gligor Lucian wrote:

Does FreeBSD support a USB printer?


   
-

Be a better friend, newshound, and know-it-all with Yahoo! Mobile.  Try it now.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]
  


Yes, usb printers are attached as normal in FreeBSD.  It's up to you to 
provide the necessary utilities for speaking to it.  CUPS for instance.

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


Re: USB printer

2008-03-10 Thread David Duong

Gligor Lucian wrote:

Does FreeBSD support a USB printer?


   
-

Be a better friend, newshound, and know-it-all with Yahoo! Mobile.  Try it now.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Should be able to: 
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/printing-intro-setup.html

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


SATA Tape drive

2008-03-10 Thread Kent Hauser
Hi,

I need to replace a failed DAT72 drive. My current one is SCSI, but I'd like
to use a SATA replacement. Will this work?

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


Re: apache+mod_ssl-1.3.41+2.8.31 crashing with mod_php5

2008-03-10 Thread Chris Maness


On Mon, 10 Mar 2008, Mel wrote:


On Monday 10 March 2008 03:16:44 Chris Maness wrote:


OK, after I was able to get apache to load without crashing, none of my
php aps worked correctly.  I suppose this had to do with me deleting

extensions.ini and only rebuilding php5 and not its dependencies.  Well,
after rebuilding all of the deps, I now have a extensions.ini file again.
I tried re-arranging as suggested in the archive, but this did not solve
the problem.  I am only having this issue on my 7.0-R box.  6.3-R seems to
be working ok, but I haven't been fooling with it.  I am having the issue
on my test box.


Hmm, worked correctly is about as broad as slow internet. Can you be sure
the errors are related?
First try to make sure, the core dump is gone (php -v shouldn't coredump),
then resolve the errors in your apps. They might be caused by different
issues, like you're missing a module, paths changed, dunno. Will have to see
the errors :)

--
Mel

Problem with today's modular software: they start with the modules
   and never get to the software part.



The pages were not displaying correctly.  The squirrelmail page came up 
blank.  My joomla page complained of an internal error.  I imagine this 
was do to the fact that I removed the extension.ini file completely, but 
when I rebuilt all of the modules for php, there was a new extension.ini 
file.  It seems like the issue is related to the extension.ini file 
somehow, but rearranging the arguments haven no effect.  Also, there are no 
log entries for apache when it dumps.  It dies without any errors in the 
log.  It is almost like it needs to be debugged with a non-stripped 
binary.  However, I am not an apache developer, and would have no idea how 
to do this.


Also, my configuration file and installation is default, so this should 
just work out of the box.  Very frustrating.


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


Re: kldload: exec format error on newly built GENERIC

2008-03-10 Thread Bogdan Ćulibrk

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Steve Franks wrote:
| I just added a device driver source file to the appropriate location
| and rebuilt:
|
| dystant# cd /usr/src
| dystant# make buildkernel KERNCONF=GENERIC
| ...
| dystant# make installkernel KERNCONF=GENERIC
| dystant# init 6
| ...
| [EMAIL PROTECTED] /usr/home/steve]$ sudo kldload ucp
| kldload: can't load ucp: Exec format error
|
| ??? What am I doing wrong?
|

You are using some 3rd party driver for freebsd.
Just like you got new kernel, get new driver for it.


wtf is ucp anyway? cba to check google :/



- --
Best regards,
Bogdan Culibrk
[EMAIL PROTECTED] http://default.co.yu/~bc
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.8 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkfVowEACgkQo6C4vAhYtCAEYgCfXArpJL7ncCrDa2DcqCVdmiGt
KD0An3RM+cmLore6XMxCrdsBytTTVMbX
=x6yC
-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: USB printer

2008-03-10 Thread David Kelly
On Mon, Mar 10, 2008 at 12:59:38PM -0700, Gligor Lucian wrote:
 Does FreeBSD support a USB printer?

Yes.

-- 
David Kelly N4HHE, [EMAIL PROTECTED]

Whom computers would destroy, they must first drive mad.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Error message with hp-toolbox

2008-03-10 Thread Gerard
I am getting an error message when using the hp-toolbox (print/hplip)
version 2.7.12 on a FreeBSD-6.3 machine. When I start the program, this
is displayed:

Mar 10 16:49:57 scorpio python: hp-toolbox[35348]: error: Invalid
locale: C.utf8

Next, when I click on the 'Send FAX' button, this is displayed:

Mar 10 16:50:51 scorpio python: hp-fab[35369]: error: Invalid locale:
C.utf8
Mar 10 16:51:10 scorpio python: hp-fab[35371]: error: Invalid
locale: C.utf8

In any case, the message is faxed correctly, so I assume that the error
message is really just a warning. Is there anything that I can do to
correct this problem or should I just ignore it?

Thanks!


-- 
Gerard
[EMAIL PROTECTED]

I poured spot remover on my dog.  Now he's gone.

Steven Wright


signature.asc
Description: PGP signature


Solution

2008-03-10 Thread Alex Hanson
I was trying to install FreeBSD and kept getting an Umass error.

The problem was that i had a thumb drive pluged in, you may want to put that
in the manual
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


traceroute problems

2008-03-10 Thread Zbigniew Szalbot
Hello,

I am using FreeBSD 6.3-RELEASE-p1.

What should I be diagnosing if I cannot use traceroute? Whatever
domain I try to check, it always times out. The box is behind a
hardware firewall. It also uses pf to some minor degree. However,
pfctl -d does not allow me to traceroute either.

$ traceroute -v freebsd.org
traceroute to freebsd.org (69.147.83.40), 64 hops max, 40 byte packets

 1  * * *
 2  * * *
 3  * * *
 4  * * *

It goes on like this until it reaches 64 hops and then it finishes
printing no additional information.

Many thanks for any hint what to check!

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


Re: mail server from Windows to FreeBSD

2008-03-10 Thread Roland Smith
On Mon, Mar 10, 2008 at 03:39:01PM -0400, Gerard wrote:
   And one last thing, how can deliver all mail messages from Outlook
   Express client from Windows machine to FreeBSD mail server machine?
  
  You can set the FreeBSD machine as the outgoing mail server in
  Outlook. But this might not work, depending on your set-up. If you
  relay the mail to your ISP's mailserver, it probably won't handle
  incoming mail from addresses outside his domain.
 
 Unless there is some weird firewall, I don't see what the problem would
 be.

A lot of ISPs don't relay anymore because of spam. Say your ISP is
foobar.com. Their mail server where clients can drop their outgoing mail
will only accept mail coming from @foobar.com addresses. Since the original
poster mentioned people collecting mail (and assumingly sending) from
different ISPs (not the one the OP is on) they would run into this problem.

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)


pgpBwFOFWvy3p.pgp
Description: PGP signature


Re: USB printer

2008-03-10 Thread Gligor Lucian


David Kelly [EMAIL PROTECTED] wrote: On Mon, Mar 10, 2008 at 12:59:38PM 
-0700, Gligor Lucian wrote:
 Does FreeBSD support a USB printer?

Yes.

Thank you very much for your answer.
 All the best, Gligor Lucian.


   
-
Looking for last minute shopping deals?  Find them fast with Yahoo! Search.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: traceroute problems

2008-03-10 Thread Wojciech Puchar

What should I be diagnosing if I cannot use traceroute? Whatever
domain I try to check, it always times out. The box is behind a
hardware firewall. It also uses pf to some minor degree. However,


what do you mean hardware firewall?


pfctl -d does not allow me to traceroute either.

$ traceroute -v freebsd.org
traceroute to freebsd.org (69.147.83.40), 64 hops max, 40 byte packets

1  * * *
2  * * *
3  * * *
4  * * *


your firewall (whatever hardware means) probably block traceroute 
packets

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


Re: traceroute problems

2008-03-10 Thread Zbigniew Szalbot
Hello,

2008/3/10, Wojciech Puchar [EMAIL PROTECTED]:
  What should I be diagnosing if I cannot use traceroute? Whatever
   domain I try to check, it always times out. The box is behind a
   hardware firewall. It also uses pf to some minor degree. However,


 what do you mean hardware firewall?

Dlink DFL-700.



   pfctl -d does not allow me to traceroute either.
  
   $ traceroute -v freebsd.org
   traceroute to freebsd.org (69.147.83.40), 64 hops max, 40 byte packets
  
   1  * * *
   2  * * *
   3  * * *
   4  * * *


 your firewall (whatever hardware means) probably block traceroute
  packets

Right - thanks. I will see if I can unblock it then.


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


Re: traceroute problems

2008-03-10 Thread Wojciech Puchar


what do you mean hardware firewall?


Dlink DFL-700.


AFAIK it doesn't contain in-silicon logic to route/block/pass packets 
according to rules. it works in the same way like computer running say 
FreeBSD with network cards, just it's dedicated box.


today the hardware is abused too much.

true hardware routers/firewalls begins at about 10Gbit/s range, where 
making this into hardware make sense.

 4  * * *


your firewall (whatever hardware means) probably block traceroute
 packets


Right - thanks. I will see if I can unblock it then.


traceroute uses UDP packets, no special port numbers.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


[FreeBSD 7] 3 Terabyte Array Doesn't Attach

2008-03-10 Thread Paul A. Procacci

Howdy,

Been searching mailling lists and reading the FBSD documentation, but 
couldn't find an answer.  I'm hoping this list can point me in the 
correct direction.


I have a client that wants a raid 6 array, w/ 6 x 750G drives (i.e. 
3Terabytes).


The machine has a 'HP Smart Array P400' controller (ciss), which we use 
quite often, just not on an array of this magnitute before.


Configuring the array through the raid bios is pretty simple as it's 
just like any other you would setup.  However, the kernel is unable to 
`attach` the device as is.  I am wondering if a) anyone has run into 
this issue before, and/or b) knows of any good workaround.


Here are errors from the logs:

Mar  6 01:58:40 store1 kernel: (da1:ciss0:0:1:0): got CAM status 0x4
Mar  6 01:58:40 store1 kernel: (da1:ciss0:0:1:0): fatal error, failed to 
attach to device

Mar  6 01:58:40 store1 kernel: (da1:ciss0:0:1:0): lost device
Mar  6 01:58:40 store1 kernel: (da1:ciss0:0:1:0): removing device entry

Some things I have tried:
2 raid5 arrays w/ gstripe - This yields a usable 3Terabyte partition but 
this isn't an option due to client restrictions.
zfs - works like a charm, but client unwilling to use something 'new'.  
Restrictions can sometimes be a pain I tell ya.


I should mention the mahcine is amd64, not sure if this has any relavance.

Help?  -P

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


[7.0] xorg 7.3 and ati/radeon 6.8.0 woes

2008-03-10 Thread Torgeir Hoffmann
Hi,

after upgrading my IBM T42 with ati radeon M10/9700) to 7-release via
freebsd-update (which went very well), and running portsnap+portupgrade
-afP, I tried starting xorg.

This results in a complete freeze of the machine, no Ctrl-Alt-Backspace,
Ctrl-Alt-Delete, changing terminals or anything else works.

I can start xorg as root with the 'vesa' driver. However, any config in
xorg.conf with the 'ati'/'radeon' driver causes a freeze. Mostly, it will
freeze with either a black screen (backlight on), or simply freeze after
printing

(==) Using config file: /etc/X11/xorg.conf.

I have tried disabling glx, dri, setting NoAccel and AGPMode to 1.
Nothing seems to work.

The funny thing is that neither /var/log/messages or /var/log/Xorg.0.log
has any mention at all of any problems, let alone that I even started
Xorg.

Also, using xorg 7.2/7.3 in 6.2-release and 6.3-release did not seem to
cause any problems. I am at loss to what would be the cause.

Will gladly post xorg.conf (generated by Xorg -configure, changed
keyboard), and any logs necessary.


Hope for quick reply,


Best Regards,

//Torgeir

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


Trouble Rescuing a System

2008-03-10 Thread Brian Minard
I am trying to use the Fixit shell from FreeBSD 6.1 STABLE to rescue a
system running 7.0 STABLE. The problem is that I can't make the root
partition (i.e., /) for the hard disk writable. I can mount other
partitions on the hard disks as writable. The hard disks contain a
mirrored GEOM file system. In creating the GEOM mirror I mapped
/dev/da0 to /dev/mirror/gm0 and then mirrored gm0 on /dev/da1. (All of
the GEOM configuration was done under 6.1 and the system was recently
upgraded to 7.0).

The fstab I created in the Fixit shell contains the following lines:

/dev/da0s1a /mnt/root ufs ro 0
/dev/da0s1d /mnt/var ufs rw 0

Fixit# mount /mnt/root
Fixit# mount -u -w /mnt/root
mount: /dev/da0s1a: Operation not permitted.

Mounting the /var file system works as expected.

What can I do to make /mnt/root a writable file system?

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


Questions about camcontrol, hot-swapping, ciss and Compaq SmartArray

2008-03-10 Thread Josh Endries

Hello,

Today I saw that one of my disks seems to be dead/dying in a RAID 5 array I 
have:

http://pastebin.ca/937249

snip
loki.domain.int ciss0: *** Fatal drive error, SCSI port 1 ID 0
loki.domain.int (da1:ciss0:0:1:0): WRITE(10). CDB: 2a 0 c ae 3f d0 0 0 20 0
loki.domain.int (da1:ciss0:0:1:0): CAM Status: SCSI Status Error
loki.domain.int (da1:ciss0:0:1:0): SCSI Status: Check Condition
loki.domain.int (da1:ciss0:0:1:0): MEDIUM ERROR asc:11,0
loki.domain.int (da1:ciss0:0:1:0): Unrecovered read error
loki.domain.int (da1:ciss0:0:1:0): Retrying Command (per Sense Data)
/snip

I see messages for port 0 only, but varying ID 0-3, and I'm not sure what that 
means (partition?). After a while the error messages went away, though the 
disks were/are still being used. I found cciss_vol_status online but it says the 
volume is OK (not degraded), which doesn't really make sense to me:


# cciss_vol_status /dev/ciss0
/dev/ciss0: (Smart Array 642) RAID 0 Volume 0(?) status: OK.
/dev/ciss0: (Smart Array 642) RAID 5 Volume 1(?) status: OK.

Is there a way I can tell which port/disk is bad from these messages?

Assuming I can determine which disk it is, do I need to do anything in the OS 
before/after I swap out a drive? I've seen people talk about rescanning and 
running other camcontrol commands before...


Any other tips?

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


Re: [FreeBSD 7] 3 Terabyte Array Doesn't Attach

2008-03-10 Thread Paul A. Procacci

Paul A. Procacci wrote:

Howdy,

Been searching mailling lists and reading the FBSD documentation, but 
couldn't find an answer.  I'm hoping this list can point me in the 
correct direction.


I have a client that wants a raid 6 array, w/ 6 x 750G drives (i.e. 
3Terabytes).


The machine has a 'HP Smart Array P400' controller (ciss), which we 
use quite often, just not on an array of this magnitute before.


Configuring the array through the raid bios is pretty simple as it's 
just like any other you would setup.  However, the kernel is unable to 
`attach` the device as is.  I am wondering if a) anyone has run into 
this issue before, and/or b) knows of any good workaround.


Here are errors from the logs:

Mar  6 01:58:40 store1 kernel: (da1:ciss0:0:1:0): got CAM status 0x4
Mar  6 01:58:40 store1 kernel: (da1:ciss0:0:1:0): fatal error, failed 
to attach to device

Mar  6 01:58:40 store1 kernel: (da1:ciss0:0:1:0): lost device
Mar  6 01:58:40 store1 kernel: (da1:ciss0:0:1:0): removing device entry

Some things I have tried:
2 raid5 arrays w/ gstripe - This yields a usable 3Terabyte partition 
but this isn't an option due to client restrictions.
zfs - works like a charm, but client unwilling to use something 
'new'.  Restrictions can sometimes be a pain I tell ya.


I should mention the mahcine is amd64, not sure if this has any 
relavance.


Help?  -P

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

Well, I've done more research and came across this:

http://lists.freebsd.org/pipermail/freebsd-bugs/2008-January/027855.html

This is disappointing.

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


Re: traceroute problems

2008-03-10 Thread Bob Hall
On Mon, Mar 10, 2008 at 11:30:05PM +0100, Wojciech Puchar wrote:
 traceroute uses UDP packets, no special port numbers.

Outgoing is UDP. The return packet is ICMP type 11.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: subversion -make error

2008-03-10 Thread comperr
SOLVED
following some advice I received on IRC I reinstalled python.

On Mar 10, 3:20 am, David Kelly [EMAIL PROTECTED] wrote:
 On Mar 9, 2008, at 7:02 PM, comperr wrote:



  On Mar 9, 12:40 pm, Lowell Gilbert [EMAIL PROTECTED]
  well.ilk.org wrote:

  Is python installed from the ports system?
  What does which python tell you?

  [EMAIL PROTECTED] ~]# which python
  [EMAIL PROTECTED] ~]# pkg_info -x python
  Information for python-2.5,2:
  
  Information for python25-2.5.2_1:
  [EMAIL PROTECTED] ~]# pkg_info |grep python
  python-2.5,2The meta-port for the default version of Python
  interpret
  python25-2.5.2_1An interpreted object-oriented programming
  language

 Python should have been found in /usr/local/bin/python:

 [EMAIL PROTECTED] {1009} which python
 /usr/local/bin/python

 --
 David Kelly N4HHE, [EMAIL PROTECTED]
 
 Whom computers would destroy, they must first drive mad.

 ___
 [EMAIL PROTECTED] mailing 
 listhttp://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]


Right way to build package from non-port software

2008-03-10 Thread Catalin Miclaus
Hello guys,

 

What is the right way of building packages for non-ports applications?

AFAIK 'make package' and ' pkg_create -b name' are based on ports
installed packages.

Is there any way of using same commands or additional scripts to achieve
similar results?

If it matters I'm trying to create packages from net-snmp-5.4.1 sources
(needed for 64-bits counters feature) since ports version is based on
5.3.2.

Suggestions are welcome.

 

 

 

 

 

 

 

 

 

 

BR,

 

Catalin Miclaus

Senior Network/Security Administrator

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


kernel error when upgrading to 7.0

2008-03-10 Thread Dave

Hello,
   I've got a 6.2 or 3 box that i'm wanting to update to 7.0. I've cvsupped 
my source, made world, and built a kernel, all went successfully. This is 
the GENERIC kernel. When i do a make installkernel i am getting the error


kldxref: file isn't dynamically linked

   Is this a show stopping error/ if so is there a workaround?
Thanks.
Dave.

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


RAID

2008-03-10 Thread kalin m

hi ...

i have a simple RAID question(s).

this is from the dmesg of a newly installed bsd7:

ad4: 238475MB Seagate ST3250310AS 3.AAA at ata2-master SATA150
ad6: 238475MB Seagate ST3250310AS 3.AAA at ata3-master SATA150
ar0: 238472MB Intel MatrixRAID RAID1 status: READY
ar0: disk0 READY (master) using ad4 at ata2-master
ar0: disk1 READY (mirror) using ad6 at ata3-master

from what i understand here is that if at the time of installation i 
install the system on ar0 that means i'd have RAID1 made out of ad4 and ad6.

right?
is there any configuration to be done?
how do i know what driver is being used? it says:
hptrr: HPT RocketRAID controller driver v1.1 (Feb 24 2008 19:59:27)
.
hptrr: no controller detected.'


that's it. thanks.




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


How do i regularly update my free bsd

2008-03-10 Thread Dedan Kiruri
Hi I would  be interested in getting help through your mailing list  spam
concerning my free bsd mail server 

I would like to learn  administration using linux/updating virus definitions
and scanners.

 

Thank you 

 

Dedan Kiruri
IT Support Co-ordinator
African Palliative Care Association
PO Box 72518
Plot 850 Dr Gibbons Road
Kampala, Uganda
Mob: +256 752 664 514 
Tel: +256 414 266251
Fax: +256 414 266217
email:  mailto:[EMAIL PROTECTED] [EMAIL PROTECTED]

 http://www.apca.co.ug/ www.apca.co.ug

APCA's Mission Statement is to promote and support affordable and culturally
appropriate Palliative Care throughout Africa

This e-mail message, including any attachments, is for the sole use of the
intended recipient(s) and may contain private, confidential, and/or
privileged information.  If you are not the intended recipient, please
advise the sender ( mailto:[EMAIL PROTECTED]
[EMAIL PROTECTED]) immediately and destroy all copies of the original
e-mail message and any attachments.  Any use, distribution, amendment,
copying or any action taken or omitted to be taken in reliance of this
message or attachments is prohibited

 

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


Re: traceroute problems

2008-03-10 Thread Jonathan Chen
On Mon, Mar 10, 2008 at 11:30:05PM +0100, Wojciech Puchar wrote:

[...]
 traceroute uses UDP packets, no special port numbers.

traceroute(8) indicates that the default UDP port number used is
udp/33434, incrementing for each hop out.
-- 
Jonathan Chen [EMAIL PROTECTED]
--
 When all else fails, RTFM
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: kernel error when upgrading to 7.0

2008-03-10 Thread Norman Maurer
Hi,

you have to exec make installworld before exec make installkernel
..

bye
Norman

Am Montag, den 10.03.2008, 21:11 -0400 schrieb Dave:
 Hello,
 I've got a 6.2 or 3 box that i'm wanting to update to 7.0. I've cvsupped 
 my source, made world, and built a kernel, all went successfully. This is 
 the GENERIC kernel. When i do a make installkernel i am getting the error
 
 kldxref: file isn't dynamically linked
 
 Is this a show stopping error/ if so is there a workaround?
 Thanks.
 Dave.
 
 ___
 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: traceroute problems

2008-03-10 Thread Patrick Mahan



Jonathan Chen presented these words - circa 3/10/08 7:38 PM-

On Mon, Mar 10, 2008 at 11:30:05PM +0100, Wojciech Puchar wrote:

[...]

traceroute uses UDP packets, no special port numbers.


traceroute(8) indicates that the default UDP port number used is
udp/33434, incrementing for each hop out.


The incrementing is the TTL count in the IP header, not the port number.

It works by sending out a UDP packet for a (generally) unused port with
the TTL field to a specific number and looking for ICMP errors to 
indicate how far the packet went (the last node address is contained in

the ICMP error reply).  However, be warned, some network administrators
disable their routers from sending back these types of ICMP messages
to prevent you from learning about their routing paths.  In these cases,
you get back the 1 * * * type of output from traceroute.  Also, by
default traceroute attempts to do a reverse DNS on the IP address, so
you can speed things up by doing a 'traceroute -n' to avoid this look-up.

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


RE: RAID

2008-03-10 Thread Tamouh H.
 hi ...
 
 i have a simple RAID question(s).
 
 this is from the dmesg of a newly installed bsd7:
 
 ad4: 238475MB Seagate ST3250310AS 3.AAA at ata2-master SATA150
 ad6: 238475MB Seagate ST3250310AS 3.AAA at ata3-master SATA150
 ar0: 238472MB Intel MatrixRAID RAID1 status: READY
 ar0: disk0 READY (master) using ad4 at ata2-master
 ar0: disk1 READY (mirror) using ad6 at ata3-master
 
 from what i understand here is that if at the time of 
 installation i install the system on ar0 that means i'd have 
 RAID1 made out of ad4 and ad6.
 right?
 is there any configuration to be done?
 how do i know what driver is being used? it says:
 hptrr: HPT RocketRAID controller driver v1.1 (Feb 24 2008 
 19:59:27) .
 hptrr: no controller detected.'
 
 
 that's it. thanks.
 
 
 
 

It is saying ar0: 238472MB Intel MatrixRAID RAID1 status: READY

So assume it is onboard Intel RAID. When configuring FBSD setup, just make sure 
you're selecting the ar0 controller and partition it as you like. That is it!

Tamouh


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


Re: Fwd: [ Unable to compile sysutils/e2fsprogs ]

2008-03-10 Thread Wael Nasreddine
This One Time, at Band Camp, Wael Nasreddine [EMAIL PROTECTED] said, On Tue, 
Feb 19, 2008 at 09:09:58PM +0100:
 This One Time, at Band Camp, Vinicius Vianna [EMAIL PROTECTED] said, On 
 Thu, Feb 14, 2008 at 01:31:40AM -0200:
  Hi,

  I think something is broken with your compiler/libs, try to reinstall the 
  developer packages with sysinstall, or maybe a make buildworld to make 
  sure everything is ok with your system.
  If someone can please help more, your logs show that basically nothing 
  could be compiled in the ./configure section.

  HTH

 Hello,

 I tried 'make buildworld', following the comments at the beginning of
 this script[1], everything went smoothly during buildworld, but I
 still have the same issue...

 [1]: http://www.unixadmin.cc/freebsd_buildworld/

Hi guys,

I really don't know what's going on, I rebuilt the system with FreeBSD
7.0-Release with just BASE installed and everything's else compiled,
I tried compiling e2fsprogs but got the same error, maybe it's
something wrong in my /etc/make.conf ??

/etc/make.conf:
---CUT
CFLAGS+=-march=pentium4
WITHOUT_X11=yes
WITHOUT_JAVA=yes
---CUT

Thanks

  Wael Nasreddine wrote:
  Hello, I have sent this email to freebsd-ports but I haven't got an
  answer could you please help me out, I need e2fsprogs because I have 3
  External HDDs (USB, a 160, 500 and 750 Gb) and they are ext3 ( The
  reason that they are ext3 not UFS or other, is because They are USB
  Hdds, and I sometime connect them to a Linux or Windows box, and ext3
  works nicely on windows using http://www.fs-driver.org/ if you know
  something better please do tell me...

  Please don't forget to read the forwarded message below which is what
  this e-mail is all about lol.

  - Forwarded message from Wael Nasreddine [EMAIL PROTECTED] -


  From: Wael Nasreddine [EMAIL PROTECTED]
  Subject: Unable to compile sysutils/e2fsprogs
  To: [EMAIL PROTECTED]
  Date: Mon, 11 Feb 2008 03:05:52 +0100
  User-Agent: Mutt/1.5.16 (2007-06-09)
  X-OS: Linux 2.6.24-tuxonice i686
  X-Editor: VIM - Vi IMproved 7.1 (2007 May 12, compiled Feb  4 2008 
  15:13:47)
  X-PGP-Key: http://wael.nasreddine.com/files/Wael_Nasreddine.asc
  Message-ID: [EMAIL PROTECTED]



  Hello,



  I'm having a problem installing e2fsprogs, as you can see in the build
  log[1] there's something wrong with the headers...




  Thank you.



  [1]: http://nopaste.nasreddine.com/64acab1275.html


  - End forwarded message -
-- 
Wael Nasreddine
http://wael.nasreddine.com
PGP: 1024D/C8DD18A2 06F6 1622 4BC8 4CEB D724  DE12 5565 3945 C8DD 18A2

.: An infinite number of monkeys typing into GNU emacs,
   would never make a good program. (L. Torvalds 1995) :.


pgpFF5eBtzx2I.pgp
Description: PGP signature


Disable EHCI at boot

2008-03-10 Thread fchang

Hi: Is there a way to disable EHCI at the loader prompt,
without having to recompile your kernel?
I tried set hint.ehci.0.disabled=1 but that didn't have any effect.

Thank you!


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


re subscribing to the list

2008-03-10 Thread jekillen

Hello;
I have unsubscribed form this list but have an emergency and need some
suggestions, that are not covered in the manuals or Absolute FreeBSD.

Specifically,

I have had a machine running with the same root password for some 3 
years.
There was a power failure tonight and when I rebooted the machine I 
found
I was unable to log in as root. No one other than me uses the machine, 
but
it does run several internet servers, Apache, named, postfix. I doubt 
that it

has been compromised to that degree over the network because I have
tcp wrappers blocking ftp and ssh access and have telnet disabled. I
have it shut down now incase that is the situation (someone was able to
change or corrupt the root password) But it appears that it somehow has
just gotten corrupted so it won't work. Is that possible.
The long and short is I want to avoid having to re install the system 
and
software. I do not have Apache and Postfix starting automatically at 
boot.

Thanks in advance;
Jeff K 


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


Upgrade 4.11 to 7.0, possible?

2008-03-10 Thread Simon Gao

Hi,

I am trying to see if it's possible to upgrade 4.11 to 7.0 by using cvsup.

When I run make buildworld, I got these errors.  Are there packages 
missing?


--
 Building an up-to-date make(1)
--
rm -f .depend
mkdep -f .depend -a-I/usr/src/usr.bin/make -DOLD_JOKE=1 
-DMAKE_VERSION=\5200408120\ -D__FBSDID=__RCSID -DDEFSHELLNAME=\sh\  
/usr/src/usr.bin/make/arch.c /usr/src/usr.bin/make/buf.c 
/usr/src/usr.bin/make/cond.c /usr/src/usr.bin/make/dir.c 
/usr/src/usr.bin/make/for.c /usr/src/usr.bin/make/hash.c 
/usr/src/usr.bin/make/hash_tables.c /usr/src/usr.bin/make/job.c 
/usr/src/usr.bin/make/lst.c /usr/src/usr.bin/make/main.c 
/usr/src/usr.bin/make/make.c /usr/src/usr.bin/make/parse.c 
/usr/src/usr.bin/make/proc.c /usr/src/usr.bin/make/shell.c 
/usr/src/usr.bin/make/str.c /usr/src/usr.bin/make/suff.c 
/usr/src/usr.bin/make/targ.c /usr/src/usr.bin/make/util.c 
/usr/src/usr.bin/make/var.c

In file included from /usr/src/usr.bin/make/arch.c:107:
/usr/src/usr.bin/make/globals.h:49: stdint.h: No such file or directory
In file included from /usr/src/usr.bin/make/cond.c:59:
/usr/src/usr.bin/make/globals.h:49: stdint.h: No such file or directory
In file included from /usr/src/usr.bin/make/dir.c:97:
/usr/src/usr.bin/make/globals.h:49: stdint.h: No such file or directory
In file included from /usr/src/usr.bin/make/for.c:55:
/usr/src/usr.bin/make/globals.h:49: stdint.h: No such file or directory
In file included from /usr/src/usr.bin/make/job.c:131:
/usr/src/usr.bin/make/globals.h:49: stdint.h: No such file or directory
In file included from /usr/src/usr.bin/make/main.c:82:
/usr/src/usr.bin/make/globals.h:49: stdint.h: No such file or directory
In file included from /usr/src/usr.bin/make/make.c:80:
/usr/src/usr.bin/make/globals.h:49: stdint.h: No such file or directory
In file included from /usr/src/usr.bin/make/parse.c:86:
/usr/src/usr.bin/make/globals.h:49: stdint.h: No such file or directory
In file included from /usr/src/usr.bin/make/str.c:49:
/usr/src/usr.bin/make/globals.h:49: stdint.h: No such file or directory
In file included from /usr/src/usr.bin/make/suff.c:102:
/usr/src/usr.bin/make/globals.h:49: stdint.h: No such file or directory
In file included from /usr/src/usr.bin/make/targ.c:84:
/usr/src/usr.bin/make/globals.h:49: stdint.h: No such file or directory
In file included from /usr/src/usr.bin/make/util.c:59:
/usr/src/usr.bin/make/globals.h:49: stdint.h: No such file or directory
In file included from /usr/src/usr.bin/make/var.c:96:
/usr/src/usr.bin/make/globals.h:49: stdint.h: No such file or directory
mkdep: compile failed
*** Error code 1

Stop in /usr/src/usr.bin/make.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.



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


Re: kernel error when upgrading to 7.0

2008-03-10 Thread Dave

Hello,
   Previously i've done make buildworld, make buildkernel, make 
installkernel, shutdown to single user mode, mergemaster -p, make 
installworld, mergemaster, boot multiuser. Has this procedure changed?

Thanks.
Dave.

- Original Message - 
From: Norman Maurer [EMAIL PROTECTED]

To: Dave [EMAIL PROTECTED]
Cc: freebsd-questions@freebsd.org
Sent: Monday, March 10, 2008 10:40 PM
Subject: Re: kernel error when upgrading to 7.0



Hi,

you have to exec make installworld before exec make installkernel
..

bye
Norman

Am Montag, den 10.03.2008, 21:11 -0400 schrieb Dave:

Hello,
I've got a 6.2 or 3 box that i'm wanting to update to 7.0. I've 
cvsupped

my source, made world, and built a kernel, all went successfully. This is
the GENERIC kernel. When i do a make installkernel i am getting the error

kldxref: file isn't dynamically linked

Is this a show stopping error/ if so is there a workaround?
Thanks.
Dave.

___
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]


Upgrade 4.11 to 7.0, possible?

2008-03-10 Thread Robert Huff
Simon Gao writes:

  I am trying to see if it's possible to upgrade 4.11 to 7.0 by
  using cvsup.

Might be possible, certainly wouldn't call it wise.
Unless this is an intellectual exercise, get a new disk and
install fresh.  You'll lose the accumulated cruft, not have to worry
about bad configuration files, and can mount the old disk read-only
for as long as it takes to believe you have all the desirable data
transferred.


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: mail server from Windows to FreeBSD

2008-03-10 Thread Ezat - Ezatech

   Hello Ivailo,
   This is possibly the best how to guide I have found which sets up
   postfix, dovecot, spamassassin, postfixadmin etc.
   Currently I have multiple domains which the mail server handles and
   they all have access either via webmail(Squirrelmail), IMAP  pop.
   [1]http://www.purplehat.org/?page_id=4
   Regards,
   ezat
   Ivailo Bonev wrote:

 Hello FreeBSDers,
 I have a Windows machine that get all e-mails, from few accounts,
 from different Internet providers. I want to setup FreeBSD machine
 that get all mails from accounts and remote and local users get
 their mails from that FreeBSD mail storage server. I don't own a
 domain or MX records.
 I read many docs in Intrernet, and now I have installed FreeBSD 7.0
 RELEASE, with installed fetchmail port (to get mail from various
 accounts), sendmail-sasl port, and dovecot for IMAP server. But now
 I'm lost, from where to start configuring FreeBSD mail server?
 And one last thing, how can deliver all mail messages from Outlook
 Express client from Windows machine to FreeBSD mail server machine?
 Any help is appreciated!
 ___
 [EMAIL PROTECTED] mailing list
 [3]http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [4][EMAIL PROTECTED]

References

   1. http://www.purplehat.org/?page_id=4
   2. mailto:freebsd-questions@freebsd.org
   3. http://lists.freebsd.org/mailman/listinfo/freebsd-questions
   4. mailto:[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: kernel error when upgrading to 7.0

2008-03-10 Thread D Hill

On Tue, 11 Mar 2008 at 00:41 -0400, [EMAIL PROTECTED] confabulated:


Hello,
  Previously i've done make buildworld, make buildkernel, make 
installkernel, shutdown to single user mode, mergemaster -p, make 
installworld, mergemaster, boot multiuser. Has this procedure changed?

Thanks.
Dave.


According to:

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

under the heading 23.4.1 The Canonical Way to Updating Your System you 
would be correct.


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


Re: kernel error when upgrading to 7.0

2008-03-10 Thread Dave

Hi,
   Thanks for your reply. What's my issue with this kernel msg?
Thanks.
Dave.

- Original Message - 
From: D Hill [EMAIL PROTECTED]

To: Dave [EMAIL PROTECTED]
Cc: freebsd-questions@freebsd.org; Norman Maurer [EMAIL PROTECTED]
Sent: Tuesday, March 11, 2008 12:58 AM
Subject: Re: kernel error when upgrading to 7.0



On Tue, 11 Mar 2008 at 00:41 -0400, [EMAIL PROTECTED] confabulated:


Hello,
  Previously i've done make buildworld, make buildkernel, make 
installkernel, shutdown to single user mode, mergemaster -p, make 
installworld, mergemaster, boot multiuser. Has this procedure changed?

Thanks.
Dave.


According to:

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

under the heading 23.4.1 The Canonical Way to Updating Your System you 
would be correct.


-
 _|_
|_| |
___
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: kernel error when upgrading to 7.0

2008-03-10 Thread D Hill

On Tue, 11 Mar 2008 at 01:23 -0400, [EMAIL PROTECTED] confabulated:


Hi,
  Thanks for your reply. What's my issue with this kernel msg?
Thanks.
Dave.

- Original Message - From: D Hill [EMAIL PROTECTED]
To: Dave [EMAIL PROTECTED]
Cc: freebsd-questions@freebsd.org; Norman Maurer [EMAIL PROTECTED]
Sent: Tuesday, March 11, 2008 12:58 AM
Subject: Re: kernel error when upgrading to 7.0



On Tue, 11 Mar 2008 at 00:41 -0400, [EMAIL PROTECTED] confabulated:


Hello,
  Previously i've done make buildworld, make buildkernel, make 
installkernel, shutdown to single user mode, mergemaster -p, make 
installworld, mergemaster, boot multiuser. Has this procedure changed?

Thanks.
Dave.


According to:

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

under the heading 23.4.1 The Canonical Way to Updating Your System you 
would be correct.


Someone else will have to pipe in as I do not know the answer to your 
question. I was just reponding to your procedural response on updating the 
FBSD OS.


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