Re: strange troubles building 6.2

2007-02-11 Thread Gary Kline
On Sat, Feb 10, 2007 at 10:11:55PM -0600, [EMAIL PROTECTED] wrote:
 On 08/02/07, Gary Kline [EMAIL PROTECTED] wrote:
 
 Things hung up after buildworld, during buildkernel.
 
 Which things?
 
 only been happening in the past two or three days.  Has anybody
 else seen this?
 
 Assuming you are not using -j, what is the error
 from make buildkernel?
 
 Have you:
 a) Vetted your kernel config?
 b) Checked your /etc/make.conf for naughty flags?
 c) Assured yourself that this is not an error related
 to bad memory?
 

I never use -j; so that's out.  I'm not quite some about the
KERNEL config file.  It was whatever is one the 5.3 CD and
upgraded to 5.5.  Probably work checking.  I was using -O3 in
make.conf for the buildworld.  Yes/no?  I figured that by-now,
with 5.5 gcc would allow higher optimizations... .  Everything
else in /etc/make.conf is pretty benign.  Memory and disk are
solid.  --I'm doing another buildworld now in fact.  doing a
/bin/rm -rf on /usr/obj helped before, so I'm trying again


If this fails, I'll clean /usr/obj and reset the optimization to
-O; try again.  I'll snip the last few lines if failure and send
them in several hours.  [[I've been doing this since 2.0.5; this
seems like ``the most troubles'' ... but probably not!



 -- 
 --

-- 
  Gary Kline  [EMAIL PROTECTED]   www.thought.org  Public Service Unix

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


Re: HighPoint 2320 RAID fails to start some channels

2007-02-11 Thread Indigo

On Sat, 10 Feb 2007 21:05:36 +0100, Indigo [EMAIL PROTECTED] wrote:


Hello Everyone,
  I have just installed FreeBSD 6.2 on two mirrored drives(channels  
67). No problem there. I was about to start setting up the rest of the  
drives into other arrays and I found out that they are unavailable.


Dmesg says:
rr232x: fail to start channel [0,0]
rr232x: fail to start channel [0,1]
rr232x: fail to start channel [0,2]
rr232x: fail to start channel [0,3]

The CLI utility doesn't show any devices other than the two drives in  
mirror.
I have up-to-date BIOS in the card(it didn't detect two of the drives  
before).

Im running GENERIC.

All similar problems I found on the net were left unanswered:
http://lists.freebsd.org/pipermail/freebsd-questions/2006-October/132793.html
http://unix.derkeiler.com/Mailing-Lists/FreeBSD/questions/2006-05/msg00294.html

This is probably the wrong list for this question - sorry.

Any Ideas?
Vasek


Hello again,
 I figured out the solution so I wanted to share it with everyone having  
this issue.

I took the rr232x driver out of the kernel.
Overwritten the /boot/kernel/rr232x.ko file with rr232x-6.2-amd64.ko from  
the 1.03 driver disk.

Added rr232x_load=YES to /boot/loader.conf

It sounds simple but it wasn't that clear(FreeBSD 6.2 only has 1.02 driver  
in GENERIC)


I also wanted to ask if there was some way to compile the module in  
statically?

And If someone is working on porting driver 1.04 (RAID6).

Hope this helps people with the same problem googling for solution,
Vasek

BEFORE:
--
rr232x: start channel [0,0]
rr232x: start channel [0,1]
rr232x: start channel [0,2]
rr232x: start channel [0,3]
rr232x: start channel [0,6]
rr232x: start channel [0,7]
rr232x: channel [0,6] started successfully
rr232x: channel [0,7] started successfully
rr232x: fail to start channel [0,0]
rr232x: fail to start channel [0,1]
rr232x: fail to start channel [0,2]
rr232x: fail to start channel [0,3]
rr232x0: [GIANT-LOCKED]
da0 at rr232x0 bus 0 target 0 lun 0
da0: HPT DISK 0_0 4.00 Fixed Direct Access SCSI-0 device
da0: 70784MB (144965632 512 byte sectors: 255H 63S/T 9023C)

AFTER:
--
rr232x: start channel [0,0]
rr232x: start channel [0,1]
rr232x: start channel [0,2]
rr232x: start channel [0,3]
rr232x: start channel [0,6]
rr232x: start channel [0,7]
rr232x: channel [0,0] started successfully
rr232x: channel [0,1] started successfully
rr232x: channel [0,2] started successfully
rr232x: channel [0,3] started successfully
rr232x: channel [0,6] started successfully
rr232x: channel [0,7] started successfully
rr232x0: [GIANT-LOCKED]
da0 at rr232x0 bus 0 target 0 lun 0
da0: HPT DISK 0_0 4.00 Fixed Direct Access SCSI-0 device
da0: 70784MB (144965632 512 byte sectors: 255H 63S/T 9023C)
da1 at rr232x0 bus 0 target 1 lun 0
da1: HPT DISK 0_1 4.00 Fixed Direct Access SCSI-0 device
da1: 915456MB (1874853888 512 byte sectors: 255H 63S/T 116704C)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


FreeBSD Boot Only CD.

2007-02-11 Thread Grant Peel
Hi all,

I have downloaded the 6.2-RELEASE ISO images, (Disk 1, Disk 2, and Boot Only), 
and was wondering...

If I use the boot only CD to boot up the new server I am getting, can I use it 
to:

FDisk and Disklabel the new HD (SAS),
ifconfig the NIC,
Setup a network share (as a client),
Download DUMPS from an other machine,
RESTORE those dumps,

the aim here is to clone a previous machine. So what I guess I am asking is, 
does the boot only machine give us all the working tools as would a copy 
installed to the local bood HD?

-Grant

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


Re: FreeBSD Boot Only CD.

2007-02-11 Thread Garrett Cooper

On Feb 11, 2007, at 1:49 AM, Grant Peel wrote:


Hi all,

I have downloaded the 6.2-RELEASE ISO images, (Disk 1, Disk 2, and  
Boot Only), and was wondering...


If I use the boot only CD to boot up the new server I am getting,  
can I use it to:


FDisk and Disklabel the new HD (SAS),


Yes.


ifconfig the NIC,


Yes.


Setup a network share (as a client),


Depends on what you mean by network share. If by nfs, then in a  
limited sense yes. SMB/CIFS, no.



Download DUMPS from an other machine,


No.


RESTORE those dumps,


No.

the aim here is to clone a previous machine. So what I guess I am  
asking is, does the boot only machine give us all the working tools  
as would a copy installed to the local bood HD?


-Grant


Not really. For that you need to create your own custom boot CDs.

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


DJBDNS missing from ports?

2007-02-11 Thread Roger Olofsson

Dear Mailing List,

After a recent buildworld (6.2-STABLE FreeBSD) and portsnap fetch 
portversion reported djbdns as being in need of an upgrade, however 
portupgrade just exits like so:


# portupgrade -Rr djbdns-ipv6
#

ie, nothing happens.

A quick locate djbdns | grep ports gave the results that it might be on 
the move from ports/dns to ports/net but there are no files for it in 
net and the one in dns looks to be the one I have installed.


Then I fired up www.freebsd.org and did a port search for it and it's 
not there at all? Has it been removed from the ports tree?


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


Re: DJBDNS missing from ports?

2007-02-11 Thread Roger Olofsson
Sorry, it's found in the search at freebsd.org, don't know why it show 
up at first. However, portupgrade is treating it as if it's not there. 
I'll try another portsnap fetch.


Roger Olofsson skrev:

Dear Mailing List,

After a recent buildworld (6.2-STABLE FreeBSD) and portsnap fetch 
portversion reported djbdns as being in need of an upgrade, however 
portupgrade just exits like so:


# portupgrade -Rr djbdns-ipv6
#

ie, nothing happens.

A quick locate djbdns | grep ports gave the results that it might be on 
the move from ports/dns to ports/net but there are no files for it in 
net and the one in dns looks to be the one I have installed.


Then I fired up www.freebsd.org and did a port search for it and it's 
not there at all? Has it been removed from the ports tree?




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


gnome-mount+hald cd9660 msdosfs ntfs -CKOI8-R

2007-02-11 Thread wmD772
I insert CD with Juliet extensions, and mount manually:
 mount_cd9660 -CKOI8-R /dev/acd0 ~/cdrom
convert to specify charset work properly. But if it do gnome-mount+hald 
automaticly, charset to convert not specify, and all russian symbols looks like 
that ? ?.
How I can configure gnome-mount+hald to do that all file systems (cd9660, ntfs, 
msdosfs) mount with options -CKOI8-R or -DCP866,-Lru_RU.KOI8-R?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Problem with php5 upgrade (PECL)

2007-02-11 Thread bsd

Could the problem I was pointing be related to that one ??

---  Skipping 'lang/php5-extensions' (php5-extensions-1.0) because a  
requisite package 'pecl-PDO-1.0.3' (databases/pecl-PDO) failed  
(specify -k to force)


** Listing the failed packages (*:skipped / !:failed)
! databases/pecl-PDO (pecl-PDO-1.0.3)   (port directory error)
* lang/php5-extensions (php5-extensions-1.0)
---  Packages processed: 9 done, 51 ignored, 1 skipped and 1 failed


Le 10 févr. 07 à 20:54, bsd a écrit :


Hello,

I am trying to install the latest php 5.2.1 and I am facing a  
problem with pecl-filter…


When I try to install php5-extensions I have an error with pecl- 
filter… any Idea how to fix that ??



root:fiesta 20:48 /usr/ports/lang/php5-extensions # make install  
clean

===  Vulnerability check disabled, database not found
===  Found saved configuration for php5-extensions-1.0
===  Extracting for php5-extensions-1.0
===  Patching for php5-extensions-1.0
===   php5-extensions-1.0 depends on file: /usr/local/include/php/ 
main/php.h - found
===   php5-extensions-1.0 depends on file: /usr/local/lib/php/ 
20060613/calendar.so - found
===   php5-extensions-1.0 depends on file: /usr/local/lib/php/ 
20060613/ctype.so - found
===   php5-extensions-1.0 depends on file: /usr/local/lib/php/ 
20060613/dom.so - found
===   php5-extensions-1.0 depends on file: /usr/local/lib/php/ 
20060613/exif.so - found
===   php5-extensions-1.0 depends on file: /usr/local/lib/php/ 
20060613/fileinfo.so - found
===   php5-extensions-1.0 depends on file: /usr/local/lib/php/ 
20060613/filter.so - not found
===Verifying install for /usr/local/lib/php/20060613/ 
filter.so in /usr/ports/security/pecl-filter

===  Vulnerability check disabled, database not found
===  Extracting for pecl-filter-0.11.0
= MD5 Checksum mismatch for PECL/filter-0.11.0.tgz.
= SHA256 Checksum mismatch for PECL/filter-0.11.0.tgz.
===  Refetch for 1 more times files: PECL/filter-0.11.0.tgz PECL/ 
filter-0.11.0.tgz

===  Vulnerability check disabled, database not found
= filter-0.11.0.tgz doesn't seem to exist in /usr/ports/distfiles/ 
PECL.

= Attempting to fetch from http://pecl.php.net/get/.
fetch: filter-0.11.0.tgz: local file (36186 bytes) is longer than  
remote file (25946 bytes)
= Attempting to fetch from ftp://ftp.FreeBSD.org/pub/FreeBSD/ 
ports/distfiles/PECL/.
fetch: ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/PECL/ 
filter-0.11.0.tgz: File unavailable (e.g., file not found, no access)

= Couldn't fetch it - please try to retrieve this
= port manually into /usr/ports/distfiles/PECL and try again.
*** Error code 1

Stop in /usr/ports/security/pecl-filter.
*** Error code 1

Stop in /usr/ports/security/pecl-filter.
*** Error code 1

Stop in /usr/ports/lang/php5-extensions.




«?»¥«?»§«?»¥«?»§«?»¥«?»§«?»¥«?»§«?»¥«?»§«?»¥«?»§

Gregober --- PGP ID -- 0x1BA3C2FD
bsd @at@ todoo.biz

«?»¥«?»§«?»¥«?»§«?»¥«?»§«?»¥«?»§«?»¥«?»§«?»¥«?»§


P Please consider your environmental responsibility before  
printing this e-mail



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



«?»¥«?»§«?»¥«?»§«?»¥«?»§«?»¥«?»§«?»¥«?»§«?»¥«?»§

Gregober --- PGP ID -- 0x1BA3C2FD
bsd @at@ todoo.biz

«?»¥«?»§«?»¥«?»§«?»¥«?»§«?»¥«?»§«?»¥«?»§«?»¥«?»§


P Please consider your environmental responsibility before printing  
this e-mail



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


jail question

2007-02-11 Thread Dino Vliet
Hi folks,

I'm installing a nice system to use as my multimedia
box and already succeeded with geom-mirror. I want to
use a jail to isolate the p2p applications like 
amule/emule and want to make sure that they only write
to an encrypted disk (currently RTFM on geli and gbde)

However, I was wondering what happens with a jail if I
update the host system due to a security issue or
something else (recompile kernel and install world).
Do I need to define the jail again? If not, won't the
files in the jail stay at their previous versions
although the host system has been updated to a new
version?

Or should I just RTFM on jails and come back a few
weeks from now:-)

Thanks in advanced.



 

It's here! Your new message!  
Get new email alerts with the free Yahoo! Toolbar.
http://tools.search.yahoo.com/toolbar/features/mail/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


portsnap portupgrade

2007-02-11 Thread Dino Vliet
Hi peeps,

I've completed a new install of freebsd6.2 and started running portsnap as 
described in the handbook (the sequence portsnap fetch, portsnap extract and 
then finally portsnap fetch update).
At that time I expected that the ports tree would be update.

However, I expected portupgrade to be in the new location 
/usr/ports/ports-mgmt/portupgrade but instead I still saw it at 
/usr/ports/sysutils/portupgrade. 

(I've had problems with that one the last weeks so I'm reluctant to use that).

But what is the case here? Does the way I've used portsnap not update the ports 
tree properly?

Thanks again,





 

8:00? 8:25? 8:40? Find a flick in no time 
with the Yahoo! Search movie showtime shortcut.
http://tools.search.yahoo.com/shortcuts/#news
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: portsnap portupgrade

2007-02-11 Thread Chris
Dino Vliet wrote:
 Hi peeps,
 
 I've completed a new install of freebsd6.2 and started running portsnap as 
 described in the handbook (the sequence portsnap fetch, portsnap extract and 
 then finally portsnap fetch update).
 At that time I expected that the ports tree would be update.
 
 However, I expected portupgrade to be in the new location 
 /usr/ports/ports-mgmt/portupgrade but instead I still saw it at 
 /usr/ports/sysutils/portupgrade. 
 
 (I've had problems with that one the last weeks so I'm reluctant to use that).
 
 But what is the case here? Does the way I've used portsnap not update the 
 ports tree properly?
 
 Thanks again,

What ever method you use to update your tree - ALWAYS read
/usr/ports/UPDATING

9 times out of 10, this file will answer your questions.

-- 
Best regards,
Chris

Nothing is ever accomplished by a reasonable man.


smime.p7s
Description: S/MIME Cryptographic Signature


Re: skype on freebsd problem

2007-02-11 Thread Jan Henrik Sylvester

 Hello, I install skype from port, but skype test call
 give me problem with sound device.

 I use freebsd6.2 with kde 3.5.

 Any suggestions?

Did KDE use the sound system recently? After about a minute without 
sound, KDE releases it. Then it is free for Skype.


(I am not sure, if the explanation is really correct, but waiting for a 
minute with KDE not using any sounds helped me with the same error.)


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


Re: Big problems with PF on freeBSD 6.2

2007-02-11 Thread Erik Norgaard

Tim T Bos wrote:

Hi Erik,

I used a GENERIC kernel as well as a custom kernel.
Both have the same behavior.

I even tried a default install without any extra boot options.

ON FreeBSD 5.5 i didn't have this problem.

I'm going to try to log all actions.

I must do something seriously wrong.


I think it is probably just a typo that you've got blind to.

I suggest you stick with the GENERIC kernel until you have things 
figured out, that way we all know what you're talking about. There 
should be no loading of pf related modules in your loader.conf, in 
rc.conf you should have:


# Packet Filter
pf_enable=YES
pf_rules=/etc/pf.conf
pflog_enable=YES
pflog_logfile=/var/log/pflog

You should not have any of the firewall_ options set, these applies to ipfw.

Then make a simple rule set:

# Default action (this rule will never match)
block log all
# Your pass rules goes here

# Catch up anything that falls through here:
block log quick all

The last rule is obviously not needed, but I like to have it just in 
case there is something I missed.


Do

# tcpdump -n -e -ttt -i pflog0

To watch live what happens (make sure that pflog is up and running).

Cheers, Erik
--
Ph: +34.666334818  web: http://www.locolomo.org


smime.p7s
Description: S/MIME Cryptographic Signature


Re: jail question

2007-02-11 Thread Bill Moran
Dino Vliet [EMAIL PROTECTED] wrote:

 Hi folks,
 
 I'm installing a nice system to use as my multimedia
 box and already succeeded with geom-mirror. I want to
 use a jail to isolate the p2p applications like 
 amule/emule and want to make sure that they only write
 to an encrypted disk (currently RTFM on geli and gbde)
 
 However, I was wondering what happens with a jail if I
 update the host system due to a security issue or
 something else (recompile kernel and install world).
 Do I need to define the jail again? If not, won't the
 files in the jail stay at their previous versions
 although the host system has been updated to a new
 version?

Yes, that is a problem you have to deal with.  Have a look at the
ezjail port, which makes this a lot easier to deal with.

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


dmesg wrong kernel name

2007-02-11 Thread dleal
Hi.

I just installed and upgrade my new freebsd system. From 6.1 release to
6.2-stable.
As the handbook says, I built and installed a new custom kernel.
So I was expecting to see after all operations the new name after boot:
Something like:
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/MYKERNEL
but I got:
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC

I did already rebuilt and installed MYKERNEL again, but all seams to be in
the same situation.

What could I be doing wrong?

Thanks

daniel.

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


Teamspeak server on AMD64

2007-02-11 Thread Indigo

Hello everyone,
 does anyone know how to run 32bit linux applications on 64bit FreeBSD?

The teamspeak port doesn't support 64bits.
When I copy an instalation from a 32bit machine:
 - it won't fork to background
 - it consumes 100% CPU

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


Re: dmesg wrong kernel name

2007-02-11 Thread Pietro Cerutti

On 2/11/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:

Hi.

I just installed and upgrade my new freebsd system. From 6.1 release to
6.2-stable.
As the handbook says, I built and installed a new custom kernel.
So I was expecting to see after all operations the new name after boot:
Something like:
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/MYKERNEL
but I got:
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC

I did already rebuilt and installed MYKERNEL again, but all seams to be in
the same situation.

What could I be doing wrong?


Check out your make [build|install]kernel command:
did you include KERNCONF=MYKERNEL?

Check out your kernel config file:
did you change the line
ident GENERIC
to
ident MYKERNEL
?



Thanks


Hope this helps,



daniel.



--
Pietro Cerutti
ICQ: 117293691
PGP: 0x9571F78E

- ASCII Ribbon Campaign -
against HTML e-mail and
proprietary attachments
  www.asciiribbon.org
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Portsnap and port versions

2007-02-11 Thread Ian Smith
On Sat, 10 Feb 2007 18:22:07 + Robert Inder wrote:

  I asked for help because I was getting an out-of-date version of
  portupgrade --- 2.1.3 instead of 2.2.2 --- even though I had usedn
  portsnap.
  
   Matthew Seaman writes:
   Subject: Re: Portsnap and port versions
  
  :
  :
  
   To see if your index is out of date, compare the output of:
  
   cd /usr/ports
   make search name=portindex
  
   with 
  
  cd /usr/ports/ports-mgmt/portupgrade
  make -V PKGNAME 
  
  BINGO!!!  I was installing sysutils/portupgrade.  
  
  I knew that portupgrade was in sysutils, so I went straight to it and
  used it...
  
  It didn't occur to me that there might be ANOTHER sysutils somewhere
  else in the ports tree.
  
  But there was, and the one in ports-mgmt had been updated by
  portsnap, so when I installed in THERE...

That seems odd, actually.  I did a portsnap fetch then portsnap update
yesterday (albeit for 5-STABLE), which deleted a bunch of moved ports,
including sysutils/portupgrade, as well as adding the ports-mgmt ones.

I did have to do what Matthew and others have suggested, frankly a bit
more helpful to me than the 20070205: clue in /usr/ports/UPDATING ..

# pkgdb -F
# pkg_delete portupgrade-\*
# cd /usr/ports/ports-mgmt/portupgrade
# make install

.. but that was after noticing that pkgdb -F was already whinging that
it couldn't chdir to /usr/ports/sysutils/portupgrade, so I'm surprised
that portsnap fetch plus portsnap update hadn't deleted it for you too? 

   Then use portupgrade as usual to upgrade whatever else you want to.
  Yup!

Cheers, Ian

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


Re: dmesg wrong kernel name

2007-02-11 Thread dleal
Ooh I'm filling sooo stupid... I guess KERNCONF cant be written with 2 Ks
(KERNKONF).

sory...

 On 2/11/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:
 Hi.

 I just installed and upgrade my new freebsd system. From 6.1 release to
 6.2-stable.
 As the handbook says, I built and installed a new custom kernel.
 So I was expecting to see after all operations the new name after boot:
 Something like:
 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/MYKERNEL
 but I got:
 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC

 I did already rebuilt and installed MYKERNEL again, but all seams to be
 in
 the same situation.

 What could I be doing wrong?

 Check out your make [build|install]kernel command:
 did you include KERNCONF=MYKERNEL?

 Check out your kernel config file:
 did you change the line
 ident GENERIC
 to
 ident MYKERNEL
 ?


 Thanks

 Hope this helps,


 daniel.


 --
 Pietro Cerutti
 ICQ: 117293691
 PGP: 0x9571F78E

 - ASCII Ribbon Campaign -
  against HTML e-mail and
  proprietary attachments
www.asciiribbon.org



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


Re FreeBSD mall

2007-02-11 Thread jekillen

Hello all;
I have purchased a set of 6.2 cds from FreeBSD Mall
and have not received answers to querys re when it
will be delivered.
Does anyone here have pull there? Buying it is a
way of donating to this community right?
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]


Re: Re FreeBSD mall

2007-02-11 Thread Pietro Cerutti

On 2/11/07, jekillen [EMAIL PROTECTED] wrote:

Hello all;
I have purchased a set of 6.2 cds from FreeBSD Mall
and have not received answers to querys re when it
will be delivered.
Does anyone here have pull there? Buying it is a
way of donating to this community right?
Thanks in advance


You're not the first one who has problems with FreeBSD Mall...
Check out this thread:
http://www.mail-archive.com/freebsd-questions@freebsd.org/msg134002.html


Jeff K



--
Pietro Cerutti

- ASCII Ribbon Campaign -
against HTML e-mail and
proprietary attachments
  www.asciiribbon.org
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: portsnap portupgrad

2007-02-11 Thread Prudhvi Krishna Surapaneni

No idea.
 i just did a portsnap fetch extract
and i found it out in /usr/ports/ports-mgmt

it built and instelled fine



On 2/11/07, Dino Vliet [EMAIL PROTECTED] wrote:


Hi peeps,

I've completed a new install of freebsd6.2 and started running portsnap as
described in the handbook (the sequence portsnap fetch, portsnap extract and
then finally portsnap fetch update).
At that time I expected that the ports tree would be update.

However, I expected portupgrade to be in the new location
/usr/ports/ports-mgmt/portupgrade but instead I still saw it at
/usr/ports/sysutils/portupgrade.

(I've had problems with that one the last weeks so I'm reluctant to use
that).

But what is the case here? Does the way I've used portsnap not update the
ports tree properly?

Thanks again,








8:00? 8:25? 8:40? Find a flick in no time
with the Yahoo! Search movie showtime shortcut.
http://tools.search.yahoo.com/shortcuts/#news
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
[EMAIL PROTECTED]





--
Prudhvi Krishna Surapaneni
[EMAIL PROTECTED]
  C.S.E
 K.L.C.E

My Box said: Install Microsoft Windows XP or better ... So I installed
GNU/Linux.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Building archivers/rpm4 fails

2007-02-11 Thread Tomas Holub

Hi,
building rpm4 fails with this error:


cc -O2 -fno-strict-aliasing -pipe -D_GNU_SOURCE -D_REENTRANT -Wall
-Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes
-Wno-char-subscripts -o .libs/dump dump.o -L/usr/local/lib
/usr/local/lib/libpopt.so ../build/.libs/librpmbuild.so
../lib/.libs/librpm.so ../rpmdb/.libs/librpmdb.so /usr/local/lib/libdb3.so
../rpmio/.libs/librpmio.so -lz -lbz2 /usr/local/lib/libintl.so
/usr/local/lib/libiconv.so -Wl,--rpath -Wl,/usr/local/lib
../lib/.libs/librpm.so: warning: warning: mktemp() possibly used unsafely;
consider using mkstemp()
../rpmio/.libs/librpmio.so: undefined reference to `__h_errno'
gmake[2]: *** [dump] Error 1
gmake[2]: Leaving directory `/usr/ports/archivers/rpm4/work/rpm-4.0.4/tools'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/ports/archivers/rpm4/work/rpm-4.0.4'
gmake: *** [all-recursive-am] Error 2
*** Error code 2

Stop in /usr/ports/archivers/rpm4.


My system is FreeBSD 6.2-RELEASE.
How can I solve it?

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


Connection timed out

2007-02-11 Thread Matthew Pope

Hello,
I am trying to resolve a connection timed out problem.  The problem 
occurs when I attempt to ssh, or http to my freebsd host from my windows 
(2K) box.  About 3/4 of the time I get a Connection timed out when I 
attempt to ssh into the freebsd host.
Coincident with this behaviour, I can not ping my windows box from the 
freebsd host, and when I try I get no packets returned.


Meanwhile, the freebsd box at no time has any problems pinging google, 
only the local network. I recall having a sockets timeout variable or 
something that needed tuning when I ran freebsd as a http / ssh server 
before .  Can someone provide a hint as to how I can resolve this?

Thanks,
Matthew

-bash-2.05b$ uname -a
FreeBSD ns.mbpesecurity.com 6.1-RELEASE-p10 FreeBSD 6.1-RELEASE-p10 #0: 
Mon Oct 23 00:47:22 EDT 2006 [EMAIL PROTECTED]

urity.com:/usr/obj/usr/src/sys/MPKERNEL  i386
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


atheros - Linksys WPC55AG causes system hangs periodically

2007-02-11 Thread George

Hello,

I've been having issues with a PCMCIA based atheros card (Linksys 
WPC55AG [ver 1.2]) where after some time the device causes the system to 
stop responding until I pop the card out.  At that point I get the 
following error messages:


ath0: ath_reset: unable to reset hardware; hal status 3

I'm using the card on a Dell Latitude D600, and don't seem to have an 
issue with other PCMCIA cards.


I'm curious if others have experienced the same issue before?

Regards,
George

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


Re: Error compiling/upgrading Azureus

2007-02-11 Thread Lowell Gilbert
Warren Liddell [EMAIL PROTECTED] writes:

 Running FreeBSD 6.2-STABLE .. ran CVSUP Today so all my ports/src is all up 
 to 
 date.

 No matter what i try i cant get the new version of Azureus to compile .. any 
 ideas/suggestions would be appreciated.
 ==

 [javac] symbol  : method setSortColumn(org.eclipse.swt.widgets.TableColumn)
 [javac] location: class org.eclipse.swt.widgets.Table
 [javac] 
 table.setSortColumn(tc);
 [javac]  ^
 
 [javac] 
 /usr/ports/net-p2p/azureus/work/org/gudy/azureus2/ui/swt/views/configsections/ConfigSectionPlugins.java:409:
  
 cannot find symbol
 [javac] symbol  : method setSortDirection(int)
 [javac] location: class org.eclipse.swt.widgets.Table
 [javac] 
 table.setSortDirection(ascending ? SWT.UP : SWT.DOWN);
 [javac]  ^
 
 [javac] 
 /usr/ports/net-p2p/azureus/work/org/gudy/azureus2/ui/swt/views/file/FileInfoView.java:394:
  
 cannot find symbol
 [javac] symbol  : method getMinHeight()
 [javac] location: class org.eclipse.swt.custom.ScrolledComposite
 [javac] if (sc.getMinHeight() != iNeededHeight) {
 [javac]   ^
 
 [javac] 
 /usr/ports/net-p2p/azureus/work/org/gudy/azureus2/ui/swt/views/peer/PeerInfoView.java:400:
  
 cannot find symbol
 [javac] symbol  : method getMinHeight()
 [javac] location: class org.eclipse.swt.custom.ScrolledComposite
 [javac] if (sc.getMinHeight() != iNeededHeight) {
 [javac]   ^
 
 [javac] 
 /usr/ports/net-p2p/azureus/work/org/gudy/azureus2/platform/macosx/NativeInvocationBridge.java:46:
  
 warning: non-varargs call of varargs method with inexact argument type for 
 last parameter;
 [javac] cast to java.lang.Class for a varargs call
 [javac] cast to java.lang.Class[] for a non-varargs call and to suppress 
 this warning
 [javac] Object newInstance = 
 Class.forName(org.gudy.azureus2.platform.macosx.access.cocoa.CocoaJavaBridge).getConstructor(null).newInstance(null);
 [javac]   
   
 ^
 
 [javac] 
 /usr/ports/net-p2p/azureus/work/org/gudy/azureus2/platform/macosx/NativeInvocationBridge.java:46:
  
 warning: non-varargs call of varargs method with inexact argument type for 
 last parameter;
 [javac] cast to java.lang.Object for a varargs call
 [javac] cast to java.lang.Object[] for a non-varargs call and to suppress 
 this warning
 [javac] Object newInstance = 
 Class.forName(org.gudy.azureus2.platform.macosx.access.cocoa.CocoaJavaBridge).getConstructor(null).newInstance(null);
 [javac]   
   
   
 ^
 [javac] Note: * uses or overrides a deprecated API.
 [javac] Note: Recompile with -Xlint:deprecation for details.
 [javac] Note: Some input files use unchecked or unsafe operations.
 [javac] Note: Recompile with -Xlint:unchecked for details.
 [javac] 36 errors
 [javac] 2 warnings

 BUILD FAILED
 /usr/ports/net-p2p/azureus/work/build.xml:22: Compile failed; see the 
 compiler 
 error output for details.

 Total time: 40 seconds
 *** Error code 1

 Stop in /usr/ports/net-p2p/azureus.
 ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade.63107.6 
 env UPGRADE_TOOL=portupgrade UPGRADE_PORT=azureus-2.5.0.0 
 UPGRADE_PORT_VER=2.5.0.0 make DEPENDS_TARGET=package


Hmm


I built it the other day (haven't used it, just checking on your
problem), and I had no issues.  Do you have anything in your 
make.conf file?   

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


Re: FreeBSD 6.2 HAL

2007-02-11 Thread Eric Ekong
Try cd /usr/ports/x11/kdebase3  make config 

enable the HAL options and then rebuild 

Eric
* Joe Vender [EMAIL PROTECTED] [070210 13:05]:
 Date: Sat, 10 Feb 2007 12:05:46 -0600
 From: Joe Vender [EMAIL PROTECTED]
 To: Simon Phoenix [EMAIL PROTECTED]
 Cc: freebsd-questions@freebsd.org
 Subject: Re: FreeBSD 6.2  HAL
 
 On Saturday 10 February 2007 04:21, Simon Phoenix wrote:
 ...
  By default in ports, HAL is off for kdebase.
  I have assume, that precompiled version of KDE on CD use this default
  behavior. But this is my assumption only.
 This is the conclusion that I came to, also. I guess one has to build from 
 source with --enable-hal or something like that. Thanks.
 
 Joe
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

-- 
===
Eric I. Ekong[EMAIL PROTECTED]
FreeBSD - The Power to Serve http://www.freebsd.org   
K Desktop Environment on FreeBSD http://freebsd.kde.org   
Enlightenment E16 and E17http://www.e.org
===

Laws of Serendipity:

(1) In order to discover anything, you must be looking for
something.
(2) If you wish to make an improved product, you must already
be engaged in making an inferior one.

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


Shared Memory and Xorg.

2007-02-11 Thread Sean Bryant
I tend to visit Opera's Desktop team blog to see what new features are 
going to be in the next release of the Opera browser. And one 
interesting tid-bit was:

Added Shared X memory. Should now be quite a bit faster

And beneath this note was:
Note: On FreeBSD shared memory doesn't work by FreeBSD design. You need 
to run this as as root:

# sysctl kern.ipc.shm_allow_removed=1

What exactly does this mean. And is X shared memory special shared 
memory in anyway?

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


force smtp auth

2007-02-11 Thread Doug McComber

Hi, I've got smtp auth running with sendmail via the FreeBSD handbook.
Now I'd like to set it up so that smtp auth is the only method
allowed for sending outgoing mail.

This is for a web server that runs Drupal.  I don't use the server for
email as I have that hosted elsewhere. I just want Drupal to be able
to send email (from localhost) via smtp auth. This is working right
now except mail can also be sent without using smtp auth.

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


PXEboot fails at kernel (text) loading

2007-02-11 Thread Rob

Hi,

I have a FreeBSD 6.1 PC as the server to a PXE boot
of another Compaq Deskpro EN PC.

The Compaq PC has the option of a Network Service
Boot with the F12-key during BIOS boot up. On the
server, tftpd, bootpd and dhcpd are all working well.

For the diskless kernel config I have used the
GENERIC one, but added:
   options BOOTP
   options BOOTP_NFSROOT
   options BOOTP_COMPAT

When all this is in place, and I reboot the client
PC, the PXE works fine and I get the Welcome to
FreeBSD! window, that allows me to choose from a
list of options:
   1. Boot FreeBSD [default]
   2. Boot FreeBSD with ACPI enabled
   3. Boot FreeBSD in Safe Mode
   4. Boot FreeBSD in single user mode
   5. Boot FreeBSD with verbose logging
   6. Escape to loader prompt
   7. Reboot

Now whatever option (1 to 5) I choose here, I always
get:

  /boot/kernel/kernel text=0x4d568c /

and the last slash is rotating for a very tiny
while after which the system kind of implodes,
blanks the screen and reboots from BIOS.
Apparently something goes very, very wrong
when loading the text part of the kernel.

On the server, I've checked the /var/log/xferlog,
which has entries like this:

 read request for //pxeboot: success
 read request for /boot/loader.rc: success
 read request for /boot/loader.4th: success
 read request for /boot/support.4th: success
 read request for /boot/beastie.4th: success
 read request for /boot/screen.4th: success
 read request for /boot/frames.4th: success
 read request for /boot/kernel/kernel: success
 read request for /boot/kernel/kernel: success

Is it OK to have a double kernel read at the last
two lines?

Any idea what's wrong here or what I could do to
further test what the actual problem is?

Thanks,
Rob.



 

We won't tell. Get more on shows you hate to love 
(and love to hate): Yahoo! TV's Guilty Pleasures list.
http://tv.yahoo.com/collections/265 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Re FreeBSD mall

2007-02-11 Thread rloefgren

On Sun, 11 Feb 2007, jekillen wrote:


Hello all;
I have purchased a set of 6.2 cds from FreeBSD Mall
and have not received answers to querys re when it
will be delivered.
Does anyone here have pull there? Buying it is a
way of donating to this community right?
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]



Jeff,

I have a subscription with them and, except for one very minor snafu, they 
have been fine. The CD sets are not put out immediately certainly, but 
they have never failed to send one to me as scheduled. Of course, in the 
world of business everything can change overnight, but I'm not worried 
that my set isn't going to show up.



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


RT36 port WITH_APACHE2

2007-02-11 Thread Joe Auty

Hello,

Why is it that when I:

cd /usr/ports/www/rt36
make -DWITH_APACHE2


This works fine, but when I add:

 MAKE_ARGS = {
snipped
'www/rt36' = 'WITH_APACHE2'
  }


to my /usr/local/etc/pkgtools.conf and do a portupgrade -f rt, I get:

# portupgrade -f rt
---  Reinstalling 'rt-3.6.3' (www/rt36)
---  Building '/usr/ports/www/rt36' with make flags: WITH_APACHE2
make: don't know how to make WITH_APACHE2. Stop
** Listing the failed packages (*:skipped / !:failed)
! www/rt36 (rt-3.6.3)   (clean error)
---  Packages processed: 0 done, 0 ignored, 0 skipped and 1 failed






---
Joe Auty
NetMusician: web publishing software for musicians
http://www.netmusician.org
[EMAIL PROTECTED]




PGP.sig
Description: This is a digitally signed message part