roundcube security bug

2009-03-09 Thread Zbigniew Szalbot
hello,

I strongly advise anyone who has the mail/roundcube port or software
installed to be careful as it has a security bug (and I do not know
where to report it). It allows people to remotely place a trojan on
/tmp and use it. They do it like this:

213.96.25.30 - - [05/Mar/2009:19:22:14 +0100] POST
/roundcube/bin/html2text.php HTTP/1.0 406
and as a result a non-empty directory /tmp/guestbook.ntr/ is created
and a file /tmp/guestbook.php

This html2text.php file has been used by an attacker on my system (at
least I think so). I have removed the port and since then I have had
no trouble, although they have been scanning for this file as I can
read in the logs.

Yours,

-- 
Zbigniew Szalbot
www.slowo.pl
www.fairtrade.net.pl
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: roundcube security bug

2009-03-09 Thread Brent Clark

Zbigniew Szalbot wrote:

hello,

I strongly advise anyone who has the mail/roundcube port or software
installed to be careful as it has a security bug (and I do not know
where to report it). It allows people to remotely place a trojan on
/tmp and use it. They do it like this:

213.96.25.30 - - [05/Mar/2009:19:22:14 +0100] POST
/roundcube/bin/html2text.php HTTP/1.0 406
and as a result a non-empty directory /tmp/guestbook.ntr/ is created
and a file /tmp/guestbook.php

This html2text.php file has been used by an attacker on my system (at
least I think so). I have removed the port and since then I have had
no trouble, although they have been scanning for this file as I can
read in the logs.

Yours,

  

Hiya

Have you notified and / or checked with the upstream authour (maybe the 
mailinglist too).


Regards
Brent Clark
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: roundcube security bug

2009-03-09 Thread Zbigniew Szalbot
On Mon, Mar 9, 2009 at 08:43, Brent Clark brentgclarkl...@gmail.com wrote:
 Hiya

 Have you notified and / or checked with the upstream authour (maybe the
 mailinglist too)

Not really. It requires subscribing to a mailing list which I don't
have time to do at the moment.


-- 
Zbigniew Szalbot
www.slowo.pl
www.fairtrade.net.pl
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: roundcube security bug

2009-03-09 Thread Michael Powell
Zbigniew Szalbot wrote:

 hello,
 
 I strongly advise anyone who has the mail/roundcube port or software
 installed to be careful as it has a security bug (and I do not know
 where to report it). It allows people to remotely place a trojan on
 /tmp and use it. They do it like this:
 
 213.96.25.30 - - [05/Mar/2009:19:22:14 +0100] POST
 /roundcube/bin/html2text.php HTTP/1.0 406
 and as a result a non-empty directory /tmp/guestbook.ntr/ is created
 and a file /tmp/guestbook.php
 
 This html2text.php file has been used by an attacker on my system (at
 least I think so). I have removed the port and since then I have had
 no trouble, although they have been scanning for this file as I can
 read in the logs.
 
 Yours,
 

I have an eCommerce store and sometimes up to about two thirds of the script 
kiddie runs include a search for roundcube. So it is highly sought after 
active vulnerability for compromising web sites. I don't use it myself so it 
has no effect on my site, but I am seeing the traffic.

-Mike



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


Re: php5 changes in release 8.0

2009-03-09 Thread Fbsd1

Bill Moran wrote:

In response to Fbsd1 fb...@a1poweruser.com:

Having problems installing php5 in 7.1 so tried 8.0 and see that in 
release 8.0 php5 in defaulting to apache 22 when apache interface is 
selected from the make config menu. The config menu should give option 
to select apache 13 or apache 22 not force apache 22 on the user 
community. Is the maintainer going to change the config menu before php5 
8.0 is released for production?


If you want a different version of Apache, all you have to do is install
Apache first, then PHP will use the version you have installed.

It's always been that way.  It's just that up till now the default was
1.3.  It's _LOOONG_ past time when the default should have moved to 2.X.

I had Apache 13 installed before installing php5 and it did install php 
with files for apache22. It did not default to using apache 13 which was 
all ready installed.

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


Re: roundcube security bug

2009-03-09 Thread Ross Cameron
On Mon, Mar 9, 2009 at 9:47 AM, Zbigniew Szalbot zszal...@gmail.com wrote:

 On Mon, Mar 9, 2009 at 08:43, Brent Clark brentgclarkl...@gmail.com
 wrote:
  Hiya
 
  Have you notified and / or checked with the upstream authour (maybe the
  mailinglist too)

 Not really. It requires subscribing to a mailing list which I don't
 have time to do at the moment.


Surely an attempted cracking attempt on you're server warrants making time?

Without detailed reports of issues like this how is the vendor expected to
correct the problem?
Avoiding installing the code is just a lazy workaround, helping the
author's will improve the general open source software ecosystem.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: roundcube security bug

2009-03-09 Thread Zbigniew Szalbot
Hi there,

On Mon, Mar 9, 2009 at 10:50, Ross Cameron abal...@gmail.com wrote:
 Surely an attempted cracking attempt on you're server warrants making time?

It does.

 Without detailed reports of issues like this how is the vendor expected to
 correct the problem?
     Avoiding installing the code is just a lazy workaround, helping the
 author's will improve the general open source software ecosystem.

Like I said, I just lacked the time. I have notified the port
maintainer though and intend to contact the author but I wish there
was a simpler way then having to register first.

-- 
Zbigniew Szalbot
www.slowo.pl
www.fairtrade.net.pl
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: USENET?

2009-03-09 Thread Wojciech Puchar

tin
slrn

On Sun, 8 Mar 2009, Gary Kline wrote:



are there any ports that offer an interface to USENET?  I think mozilla
did, but that was a long time ago ... .

gary


--
Gary Kline  kl...@thought.org  http://www.thought.org  Public Service Unix
   http://jottings.thought.org   http://transfinite.thought.org
   The 2.23a release of Jottings: http://jottings.thought.org/index.php

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



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


Re: USENET?

2009-03-09 Thread Wojciech Puchar


news/pan seems to work OK, if you want a GUI. But be aware that nowadays, 
you'll probably have to pay a monthly fee for usenet. ISPs don't seem to 
routinely offer it as part of the deal anymore like they

used to.


at least in Poland there are free. and for my clients i have nntpcache'd 
news from Gdańsk University.


anyway maybe few people use it. most don't ;) they prefer more stupid 
things___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org

FBSD 7.1-STABLE: pkg_delete: segmentation fault

2009-03-09 Thread O. Hartmann

Hello Everybody,
Since several days ago I get a segmentation fault on a FreeBSD 
7.1-STABLE/AMD64 box when invoking 'pkg_delete' on installed packages to 
delete them. This box has been most recently 'built-world' and I did a 
'make delete-files' and sibblings as a precaution - but I still get this 
error.
I suspect a DB47 issue (if this is possoble, but I don't know). How can 
the database be repaired without loosing informations about the 
installed packages and is this shown degmentation-fault issue a well 
known issue?


Thanks in advance,
Oliver
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Qt4 applications are missing pixmaps/icons

2009-03-09 Thread O. Hartmann

Dear Sirs,

all of my installed Qt4-applications are missing pixmaps/icons for knobs 
and menus - the mouse-sensistive highlighting and literals are working 
finde, but no pixmaps/icons.


Our environment is mostly KDE/Gnome free, so I suspect missing 
pixmap-ports or something from the multimedia repositories. Maybe there 
is simply a missing environment variable, but I do not know and I'm a 
newbie regarding Qt4 and its sibblings.


If someone does have a hint, please feel so free and email me (please be 
so kind a put myself's eMail address on reply, I'm not subscribing this 
list, thank you very much).




Regards,
Oliver
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: USENET?

2009-03-09 Thread cpghost
On Mon, Mar 09, 2009 at 11:39:43AM +0100, Wojciech Puchar wrote:
  news/pan seems to work OK, if you want a GUI. But be aware that nowadays, 
  you'll probably have to pay a monthly fee for usenet. ISPs don't seem to 
  routinely offer it as part of the deal anymore like they
  used to.
 
 at least in Poland there are free. and for my clients i have nntpcache'd 
 news from Gda?sk University.

Actually, in most parts of the world, news are still freely available
with many ISPs (you may have to ask them explicitly), except for
alt.binaries.* which are quite bandwidth intensive.

Your typical small ISP would rather save the bandwidth it takes to
transfer all articles, esp. if only a fraction of them are accessed
by their customers. It simply doesn't make sense for them to host
binaries, unlike dedicated news providers which have enough customers
to justify the expenses.

-cpghost.

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


Re: USENET?

2009-03-09 Thread Daniel Molina Wegener
El Sunday 08 March 2009 23:38:14 Robert Huff escribió:
 Dan Nelson writes:
are there any ports that offer an interface to USENET?  I think
mozilla did, but that was a long time ago ...  .
 
   Mozilla simply changed names to Seamonkey and is still alive and
  kicking.

   Thunderbird also has this ability.

  I'm currently using knode from kde ports...



   Robert Huff

 [SNIP]

Best regards,
-- 
.O.| Daniel Molina Wegener   | C/C++ Developer
..O| dmw [at] coder [dot] cl | FreeBSD  Linux
OOO| http://coder.cl/| Standards Basis



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


Re: USENET?

2009-03-09 Thread Wojciech Puchar

at least in Poland there are free. and for my clients i have nntpcache'd
news from Gda?sk University.


Actually, in most parts of the world, news are still freely available
with many ISPs (you may have to ask them explicitly), except for
alt.binaries.* which are quite bandwidth intensive.


i'm connected to university network (commercially, not as a student ;), i 
have all their service included in price. alt.binaries.* too, don't know 
if all of them as i don't use it.




Your typical small ISP would rather save the bandwidth it takes to
transfer all articles, esp. if only a fraction of them are accessed


nntpcache is exactly for this. it's like squid, just for nntp

it's worth even with 1 nntp user, and it takes 5 minutes to configure.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: USENET?

2009-03-09 Thread George Davidovich
On Mon, Mar 09, 2009 at 12:44:38PM +0100, cpghost wrote:
 On Mon, Mar 09, 2009 at 11:39:43AM +0100, Wojciech Puchar wrote:
   news/pan seems to work OK, if you want a GUI. But be aware that
   nowadays, you'll probably have to pay a monthly fee for usenet.
   ISPs don't seem to routinely offer it as part of the deal anymore
   like they used to.
  
  at least in Poland there are free. and for my clients i have
  nntpcache'd news from Gda?sk University.
 
 Actually, in most parts of the world, news are still freely available
 with many ISPs (you may have to ask them explicitly), except for
 alt.binaries.* which are quite bandwidth intensive.
 
 Your typical small ISP would rather save the bandwidth it takes to
 transfer all articles, esp. if only a fraction of them are accessed by
 their customers. It simply doesn't make sense for them to host
 binaries, unlike dedicated news providers which have enough customers
 to justify the expenses.

That's essentially correct, but it's worth noting that an ISP can
provide a news feed to their customers through one of the major news
providers.  It wasn't unusual not so long ago for dialup ISPs to offer a
full alt.binaries hierachy this way.

As for client suggestions, that typically depends on whether the person
is interested in text, binaries, or both.  Most clients are capable of
doing both, of course.  That's not to say that all do both equally well.
Right tool for the job and all that.

For text, I'd recommend slrn.  Gary is already using mutt, so I'd
suggest he go that route, or alternatively, try mutt's nntp patch and
use mutt instead.  Works perfectly well and it's what I use.  If reading
news is going to be a regular thing, then setting up a local server of
some sort (to pull down feeds from one or more providers) may be a
useful addition, though slrn does does provide a companion program to do
something similar.

Binary groups, on the other hand, are generally best handled by a GUI
client.  If you know what you're doing, command-line programs like nget,
nzbperl, etc. may be preferrable or useful additions.

The thing to keep in mind is that irrespective of what client one is
using, it's the quality of the feed that matters most.  At least for
non-casual use.  For a top notch feed, expect to pay out a few extra
bucks per month.  That typically gives you a host of other benefits that
would include a complete hierarchy, high retention levels, unrestricted
download speeds, web access, multiple connections, multiple servers,
NNTPS, HTTPs, Clarinet, and a direct line to customer support.

If you think you are or can get most of those for free (from your ISP,
for example), you haven't looked carefully enough.  Still, I think a
subscription to a pay provider is worth every cent, even for text
groups.

-- 
George
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: roundcube security bug

2009-03-09 Thread Moti Levy

On 03/09/09 6:05 AM, Zbigniew Szalbot wrote:

Hi there,

On Mon, Mar 9, 2009 at 10:50, Ross Cameronabal...@gmail.com  wrote:
   

Surely an attempted cracking attempt on you're server warrants making time?
 


It does.

   

Without detailed reports of issues like this how is the vendor expected to
correct the problem?
 Avoiding installing the code is just a lazy workaround, helping the
author's will improve the general open source software ecosystem.
 


Like I said, I just lacked the time. I have notified the port
maintainer though and intend to contact the author but I wish there
was a simpler way then having to register first.

   

portaudit is always usefull

Affected package: roundcube-0.2.a,1
Type of problem: roundcube -- remote execution of arbitrary code.
Reference: 
http://www.FreeBSD.org/ports/portaudit/8f483746-d45d-11dd-84ec-001fc66e7203.html



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


Warning: KLD '/boot/kernel/linux.ko' is newer than the linker.hints

2009-03-09 Thread Peter Steele
I have a process that automates the creation of a master FreeBSD image that we 
clone onto mulitple machines. In the latest version of this image I am seeing 
the warnings: 

warning: KLD '/boot/kernel/linprocfs.ko' is newer than the linker.hints file 
warning: KLD '/boot/kernel/linux.ko' is newer than the linker.hints 

What might be causing this? I am not doing anything in particular with this 
Linux component during the image creation process, and these are the only such 
warnings. We do install a custom kernel as well, but I did not see this error 
in earlier versions of the image creation process. 


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


Busy disk and page fault

2009-03-09 Thread Nicolas Haller
Hi all,

I'm asking myself about a problem I have with a Postgresql server on
FreeBSD 7.1-RELEASE.

The server is overload, the disk is 100% busy with 250 write operations
per second and a throuput of 6MB/s.
My first idea is because of mass random access/write on the disk. But I also see
the server can make 20k page fault per second.

So, did you think I really have a disk contention or this high number of
page fault can be a problem (and if it can, how to resolve it).

Thanks,

-- 
Nicolas Haller
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


FreeBSD 7.1R on laptop

2009-03-09 Thread Pongthep Kulkrisada
Hi all,

I am using FBSD 7.1R on PC. But yesterday (8 Mar 09) my hard disk was
physically broken. My machine is very old anyway. So I want to buy a
new laptop (notebook). I have some questions.

1. Previously I use ADSL but now I go back to 56k serial modem. The
problem is new laptops do not provide COM port (/dev/cuad?). I must
use internal modem built with the laptop. I'm not sure whether this
internal modem can be found by FBSD 7.1R or not. If not, how to do?
(Sorry I never used laptop.)

2. Previously, I used LILO boot manager (from Linux) for selecting
FBSD, Linux or WinXP. But nowadays most of the time I use only FBSD
and don't use Linux at all. So I don't want to waste the space
installing linux on my new laptop. But I use XP occassionally. I need
to know whether FBSD boot manager can select and boot XP or not? How
to do it? I didn't find it in the handbook.
Note that I know grub. But I really want to know the way, the system
provide. Because I have a long story of this problem. Once (5 years
ago) I installed FBSD success but without caution. I rebooted then I
could not run the freshly installed system. Because there was no
options for selecting the new system. :-( That time I ended up with
LILO to fix the problem. But this time I just don't want to install
Linux. So I want to use only what, the system provides.

Thanks,
Pongthep
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Busy disk and page fault

2009-03-09 Thread Wojciech Puchar

The server is overload, the disk is 100% busy with 250 write operations
per second and a throuput of 6MB/s.
My first idea is because of mass random access/write on the disk. But I also see
the server can make 20k page fault per second.


what page fault? most page faults in FreeBSD doesn't mean disk access, 
just no mapping present in page tables, which gets mapped after the fault.


Only if page is actually not present in memory it is fetched from disk.

top shows in what state is a process.
if it's biord or biorw - it's doing disk/file I/O, not swapping.

that's about FreeBSD part - about postgress part ask on postgress mailing 
list. i don't use it so i can't help you.

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


Re: Warning: KLD '/boot/kernel/linux.ko' is newer than the linker.hints

2009-03-09 Thread Paul B. Mahol
On 3/9/09, Peter Steele pste...@maxiscale.com wrote:
 I have a process that automates the creation of a master FreeBSD image that
 we clone onto mulitple machines. In the latest version of this image I am
 seeing the warnings:

 warning: KLD '/boot/kernel/linprocfs.ko' is newer than the linker.hints file
 warning: KLD '/boot/kernel/linux.ko' is newer than the linker.hints

 What might be causing this? I am not doing anything in particular with this
 Linux component during the image creation process, and these are the only
 such warnings. We do install a custom kernel as well, but I did not see this
 error in earlier versions of the image creation process.

# kldxref /boot/kernel

Probably you installed that files _after_ linker.hints is generated,
just make sure
that they are still compatible with /boot/kernel/kernel


-- 
Paul
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: FreeBSD 7.1R on laptop

2009-03-09 Thread Wojciech Puchar

I am using FBSD 7.1R on PC. But yesterday (8 Mar 09) my hard disk was
physically broken. My machine is very old anyway. So I want to buy a
new laptop (notebook). I have some questions.


simply getting new hard drive could be enough.



1. Previously I use ADSL but now I go back to 56k serial modem. The
problem is new laptops do not provide COM port (/dev/cuad?). I must
use internal modem built with the laptop. I'm not sure whether this
internal modem can be found by FBSD 7.1R or not. If not, how to do?
(Sorry I never used laptop.)


check what modem. for lucent winmodems there is WORKING driver in ports. 
works on my IBM T23.


simply check the hardware. or use external modems with USB connector.

Check if Hayes compatible or so label are on modem package - if so, it 
behaves like serial port modem just connected through USB, you'll use some 
of USB serial port drivers.


if no - it's winmodem, most likely incompatible with anything except 
windoze.

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


Which install ?

2009-03-09 Thread Darryl Hoar
Greetings,
I just purchased an older rack mounted supermicro server.  It is running
CentOS, but I want to install Freebsd on it.
The server has (2) Xeon processors.  Which download should I use ?  i386 ???


Thanks,
Darryl

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


UID/GID in anon.ftp directory

2009-03-09 Thread Pieter Donche
I set up an anonymous ftp directory on FreeBSD system and copied (via a 
tarball) the anon.ftp directory (pub) from our old ftp server to the 
new FreeBSD server.


In the new server users get same loginnames, but UIDs are different from 
UID at old server, so I manually did the necessary 
chown -R username:groupname on all the directories and files in the anon.

ftp directory.

At unix command prompt an  ls -la shows correct usernames and groupnames.
# ls -la pub
drwxr-xr-x   6 sbecuwe   cant  512 Mar 30  1999 IT
drwxr-xr-x  13 cant  cant  512 Apr  8  2005 cant
drwxr-xr-x   2 dekeyser  adrem 512 Sep 11  2002 dekeyser
drwxr-xr-x   2 cant  cant  512 Nov 30  2003 ect
drwxr-xr-x   2 dekeyser  adrem 512 Nov 18 14:20 olap
drwxr-xr-x   7 pats  pats  512 Sep  5  2006 pats
drwxr-xr-x   2 penne algebra   512 Feb 15  2005 penne
...

But when I use ftp myftpserver
...
ftp cd pub
ftp dir
drwxr-xr-x   6 1003  205  512 Mar 30  1999 IT
drwxr-xr-x  13 1011  205  512 Apr  8  2005 cant
drwxr-xr-x   2 1026  200  512 Sep 11  2002 dekeyser
drwxr-xr-x   2 1011  205  512 Nov 30  2003 ect
drwxr-xr-x   2 1026  200  512 Nov 18 13:20 olap
drwxr-xr-x   7 1024  210  512 Sep  5  2006 pats
drwxr-xr-x   2 1025  202  512 Feb 15  2005 penne
...

So, it displays numeric UIDs and GIDs. (these numbers are correct and are 
present in /etc/passwd and /etc/group).


But why does he not show me usernames and groupnames
(on the original ftp server, he does..)

How to remedy?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Which install ?

2009-03-09 Thread Erik Trulsson
On Mon, Mar 09, 2009 at 11:25:06AM -0500, Darryl Hoar wrote:
 Greetings,
 I just purchased an older rack mounted supermicro server.  It is running
 CentOS, but I want to install Freebsd on it.
 The server has (2) Xeon processors.  Which download should I use ?  i386 ???
 

If it is an older server then i386 is probably the right version to use.
The recent processors from Intel that use the 'Xeon' name also support
amd64, but older ones did not.




-- 
Insert your favourite quote here.
Erik Trulsson
ertr1...@student.uu.se
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Busy disk and page fault

2009-03-09 Thread Nicolas Haller
On Mon, Mar 09, 2009 at 05:04:16PM +0100, Wojciech Puchar wrote:
 The server is overload, the disk is 100% busy with 250 write operations
 per second and a throuput of 6MB/s.
 My first idea is because of mass random access/write on the disk. But I also 
 see
 the server can make 20k page fault per second.

 what page fault? most page faults in FreeBSD doesn't mean disk access,  
 just no mapping present in page tables, which gets mapped after the 
 fault.

 Only if page is actually not present in memory it is fetched from disk.

 top shows in what state is a process.
 if it's biord or biorw - it's doing disk/file I/O, not swapping.

The box don't swap. I just ask if page fault interrupt postgresql
process and fragment/de-optimize disk write.

-- 
Nicolas Haller
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: roundcube security bug

2009-03-09 Thread Zbigniew Szalbot
Hello,

On Mon, Mar 9, 2009 at 15:54, Moti Levy levym...@gmail.com wrote:
 portaudit is always usefull

 Affected package: roundcube-0.2.a,1

Ah... my bad - I have had roundcube installed from sources, not from
port. That's why I didn't know. I use portaudit on daily bases. Many
thanks, though!

In the meantime I have notified roundcube authors but it seems they
should know by now anyway.

-- 
Zbigniew Szalbot
www.slowo.pl
www.fairtrade.net.pl
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Warning: KLD '/boot/kernel/linux.ko' is newer than the linker.hints

2009-03-09 Thread Peter Steele
 Probably you installed that files _after_ linker.hints is generated, 
 just make sure that they are still compatible with /boot/kernel/kernel 

Perhaps its a matter of the process we're using. I first install the GENERIC 
kernel into the image I am creating: 

export DESTDIR=${IMAGE_DIR} 
export DIST=/mnt/7.0-RELEASE 
pushd ${DIST}/kernels 
./install.sh GENERIC 
popd 

and then I apply our custom kernel: 

cd ${IMAGE_DIR}/boot 
mv kernel kernel.orig 
cd ${IMAGE_DIR} 
gzip -d  /mnt2/CUSTOM.tgz | tar xvpf - 

The CUSTOM.tgz file was created for me by one of our kernel guys, and I checked 
the archive and there is a new linux.ko file in the archive but no linker.hints 
file. We don't make any changes to linux.ko but it is likely being recompiled 
when the custom kernel is created. So I suspect I can ignore this warning but 
am I missing something in the process. When a new kernel is created, is there a 
new linker.hints file that should be included in the tarball? 

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


New York Fundraising Summit - Panelist Invitation

2009-03-09 Thread Jennifer Winn
Dear Foundation Representative, 
 
My name is Jennifer Winn, Event Manager for the Center for
Nonprofit Success, and I am writing to invite you to speak on a
grantmaking panel at the Fundraising Summit that we will be
hosting again this year at New York University on June 3-4, 2009.

This year, we have a corporate grantmaking panel and a private
foundation grantmaking panel, and you can see a full list of
sessions for which we are recruiting speakers below. You can also
see who spoke at last year's New York Summit by going to:
http://www.cfnps.org/newyork2008.aspx?target=speakers

If you would like to receive more information about being a
panelist one of our panels or one of the other sessions, please
feel free to contact me via reply email. We are very much looking
forward to hearing from you.

Regards,

Jennifer Winn
Event Manager
Center for Nonprofit Success
email: jw...@cfnps.org
Phone: 903-262-0765
www.cfnps.org

==

EVENT DETAILS
New York Fundraising Summit
June 3-4, 2009 (Wednesday - Thursday) 
New York University Kimmel Center 
60 Washington Square South
New York, NY 10012

You can learn more about the New York Summit by going to: 
http://cfnps.org/ny2009.aspx

==

A. SPEAKING AT THE SUMMIT 
This year we are offering over 20 concurrent sessions that cover
the following topics:

Corporate Giving Track
• Panel discussion and dialogue with corporate grantmakers
• Finding Corporate Funders: The Art of Successful Research
• Exploring the World of Corporate Sponsorship
• Cause Marketing 
• Winning Corporate Partnerships

Foundation Giving Track
• Panel discussion and dialogue with foundation grantmakers
• Finding Foundation Funders: The Art of Successful Research
• Proposal Writing
• Winning Proposals: A Tour of Four Successful Case Studies
• How to Build a Successful Relationship with Grantmakers

Individual Giving Track
• Finding Individual Funders: The Art of Successful Research
• Engaging Your Board in Fundraising
• Online Fundraising
• Annual Giving Campaigns
• Introduction to Major Gifts
• Complex Issues Affecting Major Gifts Solicitations
• Fundraising in The One-Person Development Shop
• Special Events Fundraising
• Capital Campaigns
• Planned Giving
• Direct Mail Fundraising

To learn about any of these sessions, go to:
http://cfnps.org/ny2009.aspx
If you would like to speak in one of these sessions, please send
an email to Jennifer Winn at jw...@cfnps.org

You may also be interested in speaking at one of our other Summits.
To see a 2009 calendar of Summits by city, go to:
http://cfnps.org/education_calendar.aspx
If you are interested in speaking at another Summit,
please send us an email at i...@cfnps.org 

==

B. MENTORING AT THE SUMMIT 
In addition to speaking at the Summit, you can also participate
as a mentor in our one-on-one mentoring sessions during the
Summit. If you sign up as a mentor, attendees will be able to sit
down with you to discuss specific questions about their
organizations. Sessions last 30 minutes and the mentoring topics
correspond to the seminars offered at the Summit. Mentoring is
optional, and you will be prompted to register as a mentor when
you register as a speaker.

==

C. EXHIBITING AT THE SUMMIT
The Center for Nonprofit Success is currently accepting exhibitor
registrations for the New York Summit. If you or someone you know
has a product or service that benefits the nonprofit sector, and
might be interested in exhibiting at one of our Summits, please
write to i...@cfnps.org so that we can send you more information.
In the meantime, you can learn more about this opportunity by
going to: http://www.cfnps.org/Exhibitors.aspx

==
Unsubscribe information:
The Center for Nonprofit Success is a nonprofit organization
whose mission to provide the training, knowledge and resources to
help nonprofit leaders succeed. If you do not wish to receive
any future invitations from us, please go to:
http://lists.mediate-facilitate.com/subscribe/profile?f=25id=1524032J
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Which install ?

2009-03-09 Thread Michael Powell
Erik Trulsson wrote:

 On Mon, Mar 09, 2009 at 11:25:06AM -0500, Darryl Hoar wrote:
 Greetings,
 I just purchased an older rack mounted supermicro server.  It is running
 CentOS, but I want to install Freebsd on it.
 The server has (2) Xeon processors.  Which download should I use ?  i386
 ???
 
 
 If it is an older server then i386 is probably the right version to use.
 The recent processors from Intel that use the 'Xeon' name also support
 amd64, but older ones did not.
 
 
 
 

If memory serves, the first Xeon to be 64 bit was the Nocona. Xeons prior to 
that were 32 bit and came in OLGA 603 sockets. In early 2001 they were 1.4 
to 1.7GHz units, and later that year the speeds ramped up.

At any rate, dmesg works the same way in CentOS so you can use it to easily 
make a more accurate determination. It will be near the top so do dmesg |
more, or dmesg | less so it will page. It will be among some of the earliest 
output.

-Mike



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


RE: FreeBSD 7.1R on laptop

2009-03-09 Thread Greg.Stark
Some laptops do come with COM ports still.  Usually they are the
business models.  For example, the Dell Latitude 820's have them.  



-Original Message-
From: owner-freebsd-questi...@freebsd.org
[mailto:owner-freebsd-questi...@freebsd.org] On Behalf Of Pongthep
Kulkrisada
Sent: Monday, March 09, 2009 11:35 AM
To: freebsd-questions@freebsd.org
Subject: FreeBSD 7.1R on laptop

Hi all,

I am using FBSD 7.1R on PC. But yesterday (8 Mar 09) my hard disk was
physically broken. My machine is very old anyway. So I want to buy a
new laptop (notebook). I have some questions.

1. Previously I use ADSL but now I go back to 56k serial modem. The
problem is new laptops do not provide COM port (/dev/cuad?). I must
use internal modem built with the laptop. I'm not sure whether this
internal modem can be found by FBSD 7.1R or not. If not, how to do?
(Sorry I never used laptop.)

2. Previously, I used LILO boot manager (from Linux) for selecting
FBSD, Linux or WinXP. But nowadays most of the time I use only FBSD
and don't use Linux at all. So I don't want to waste the space
installing linux on my new laptop. But I use XP occassionally. I need
to know whether FBSD boot manager can select and boot XP or not? How
to do it? I didn't find it in the handbook.
Note that I know grub. But I really want to know the way, the system
provide. Because I have a long story of this problem. Once (5 years
ago) I installed FBSD success but without caution. I rebooted then I
could not run the freshly installed system. Because there was no
options for selecting the new system. :-( That time I ended up with
LILO to fix the problem. But this time I just don't want to install
Linux. So I want to use only what, the system provides.

Thanks,
Pongthep
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to
freebsd-questions-unsubscr...@freebsd.org


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


hardware list in a machine

2009-03-09 Thread gahn

Hi all:

How could I find out the list of hardware in my machine? I used dmesg and 
var/run/dmesg.boot, it didn't seem to help that much as I expected.

which file lists all of hardware in the machine?

Thanks.






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


Re: hardware list in a machine

2009-03-09 Thread Josh Carroll
On Mon, Mar 9, 2009 at 2:59 PM, gahn ipfr...@yahoo.com wrote:

 Hi all:

 How could I find out the list of hardware in my machine? I used dmesg and 
 var/run/dmesg.boot, it didn't seem to help that much as I expected.

 which file lists all of hardware in the machine?

 Thanks.

Give the sysutils/dmidecode port a shot.

Josh
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: USENET?

2009-03-09 Thread Randy Pratt
On Mon, 9 Mar 2009 07:14:26 -0700

 For text, I'd recommend slrn.  Gary is already using mutt, so I'd
 suggest he go that route, or alternatively, try mutt's nntp patch and
 use mutt instead.  Works perfectly well and it's what I use.  If reading
 news is going to be a regular thing, then setting up a local server of
 some sort (to pull down feeds from one or more providers) may be a
 useful addition, though slrn does does provide a companion program to do
 something similar.
 
 Binary groups, on the other hand, are generally best handled by a GUI
 client.  If you know what you're doing, command-line programs like nget,
 nzbperl, etc. may be preferrable or useful additions.
 
 The thing to keep in mind is that irrespective of what client one is
 using, it's the quality of the feed that matters most.  At least for
 non-casual use.  For a top notch feed, expect to pay out a few extra
 bucks per month.  That typically gives you a host of other benefits that
 would include a complete hierarchy, high retention levels, unrestricted
 download speeds, web access, multiple connections, multiple servers,
 NNTPS, HTTPs, Clarinet, and a direct line to customer support.

Even though this has nothing to do with FreeBSD, its worth mentioning
that pulling down headers for a news group can use a lot of disk space
and consume a lot of time.  The OP might consider using one of the NZB
aggregator sites and using a client that is NZB capable.  This, of
course, is most useful for binaries.  The other tools usually required
for these multipart postings are also in the tree.  A little bit
of Googling will cover learning how to use them.

Back to my lurking corner ;-)

Randy
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Which install ?

2009-03-09 Thread Erik Trulsson
On Mon, Mar 09, 2009 at 02:15:25PM -0400, Michael Powell wrote:
 Erik Trulsson wrote:
 
  On Mon, Mar 09, 2009 at 11:25:06AM -0500, Darryl Hoar wrote:
  Greetings,
  I just purchased an older rack mounted supermicro server.  It is running
  CentOS, but I want to install Freebsd on it.
  The server has (2) Xeon processors.  Which download should I use ?  i386
  ???
  
  
  If it is an older server then i386 is probably the right version to use.
  The recent processors from Intel that use the 'Xeon' name also support
  amd64, but older ones did not.
  
  
  
  
 
 If memory serves, the first Xeon to be 64 bit was the Nocona. Xeons prior to 
 that were 32 bit and came in OLGA 603 sockets. In early 2001 they were 1.4 
 to 1.7GHz units, and later that year the speeds ramped up.

There have been many 'Xeon' processors before that.  The first ones were the
Pentium II Xeon for Slot 2 and ran at a most impressive 400 MHz.  There have
been many variants after that using Slot 2, Socket 603, Socket 604,
Socket 775, Socket 771, and probably some more socket type which I have
missed.  The Slot 2 and Socket 603 models do not have 64-bit support. Some
of the Socket 604 models have 64-bit support, while I believe all the Socket
775 and Socket 771 models have 64-bit support.

See http://en.wikipedia.org/wiki/List_of_Intel_Xeon_microprocessors for what
looks like a fairly complete list of them all, which should illustrate
fairly well why it is pretty much meaningless to just say that you have
a 'Xeon' processor.



-- 
Insert your favourite quote here.
Erik Trulsson
ertr1...@student.uu.se
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


RE: Which install ?

2009-03-09 Thread Darryl Hoar
To: Michael Powell
Cc: freebsd-questions@freebsd.org
Subject: Re: Which install ?

On Mon, Mar 09, 2009 at 02:15:25PM -0400, Michael Powell wrote:
 Erik Trulsson wrote:
 
  On Mon, Mar 09, 2009 at 11:25:06AM -0500, Darryl Hoar wrote:
  Greetings,
  I just purchased an older rack mounted supermicro server.  It is
running
  CentOS, but I want to install Freebsd on it.
  The server has (2) Xeon processors.  Which download should I use ?
i386
  ???
  
  
  If it is an older server then i386 is probably the right version to use.
  The recent processors from Intel that use the 'Xeon' name also support
  amd64, but older ones did not.
  
  
  
  
 
 If memory serves, the first Xeon to be 64 bit was the Nocona. Xeons prior
to 
 that were 32 bit and came in OLGA 603 sockets. In early 2001 they were 1.4

 to 1.7GHz units, and later that year the speeds ramped up.

 There have been many 'Xeon' processors before that.  The first ones were
the
 Pentium II Xeon for Slot 2 and ran at a most impressive 400 MHz.  There
have
 been many variants after that using Slot 2, Socket 603, Socket 604,
 Socket 775, Socket 771, and probably some more socket type which I have
 missed.  The Slot 2 and Socket 603 models do not have 64-bit support. Some
 of the Socket 604 models have 64-bit support, while I believe all the
Socket
 775 and Socket 771 models have 64-bit support.

 See http://en.wikipedia.org/wiki/List_of_Intel_Xeon_microprocessors for
what
 looks like a fairly complete list of them all, which should illustrate
 fairly well why it is pretty much meaningless to just say that you have
 a 'Xeon' processor.
 Erik Trulsson
 ertr1...@student.uu.se

After looking at the referenced wiki and my system, I believe I have a
supermicro
SuperServer 6012L-6.  It has (2) Xeon 512K L2 Prestonia processors.  They
are
Installed in a P4DLR+ motherboard which has 603 pin sockets.

From this, I believe I should install the i386 version of Freebsd.  Do I
have to
do anything to enable multi-processors in Freebsd ?


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org
No virus found in this incoming message.
Checked by AVG - www.avg.com 
Version: 8.0.237 / Virus Database: 270.11.9/1989 - Release Date: 03/09/09
07:14:00

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


Re: Which install ?

2009-03-09 Thread Kevin Kinsey

Darryl Hoar wrote:



From this, I believe I should install the i386 version of Freebsd.  Do I

have to do anything to enable multi-processors in Freebsd ?


AFAIK you need apic and smp options in your kernel config; of
course, the good news is that 7.0 and up have this enabled by default.

Kevin Kinsey
--
Squirrels eating squirrels, my God, that's sick.

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


RE: Which install ?

2009-03-09 Thread Michael Powell
Darryl Hoar wrote:

[snip]
 
 After looking at the referenced wiki and my system, I believe I have a
 supermicro
 SuperServer 6012L-6.  It has (2) Xeon 512K L2 Prestonia processors. 
 They are
 Installed in a P4DLR+ motherboard which has 603 pin sockets.
 
 From this, I believe I should install the i386 version of Freebsd.  Do I
 have to  do anything to enable multi-processors in Freebsd ?

Yes - the Prestonia is from before EMT64.
 
Some while back FreeBSD went to having SMP enabled as default in the GENERIC 
kernel. I haven't looked at the 6.x series as I went to 7.0-Release when it 
arrived. I did take a quick look at the GENERIC conf file on a 7.1-Release 
box and it has SMP in there as default.

On older hardware you might try both/either 6.x and/or 7.1 releases and try 
and see if one works better. I'd try 7.1 first as it will have a better long 
term upgrade path, and fall back to giving 6.x a go if 7.1 gives trouble.

Most likely what you'll see is whether or not the disk controllers are 
properly supported. SCSI and/or IDE can give problems with boot ordering 
sometimes. If it doesn't hickup on the disk controller(s) everything else 
will most likely be fine. As old as it is there is a pretty fair chance it 
will be OK. 

-Mike




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


portupgrade, afterwards

2009-03-09 Thread gahn

Hi all:

Where is the result of portupgrade -fa stored at? it showed a bunch files 
didn't go through or failed. just wondering whether I can take look at the 
results after I rebooted the server.

Thanks


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


Re: portupgrade, afterwards

2009-03-09 Thread Daniel Bye
On Mon, Mar 09, 2009 at 02:03:59PM -0700, gahn wrote:
 
 Hi all:
 
 Where is the result of portupgrade -fa stored at? it showed a bunch files 
 didn't go through or failed. just wondering whether I can take look at the 
 results after I rebooted the server.
 

If that's exactly how you ran portupgrade, then I'm afraid you won't have
any log info anywhere.

You need the -L flag to portupgrade, which takes a printf(3) style
format string (see man portupgrade for an example of how to use it), 
or you can run portupgrade in a script(1) session, something like this:

 # script /var/log/portupgrade.log portupgrade -fa

Note that this approach will log ALL output generated by portupgrade, 
stderr and stdout, so the log file will get large.

Dan

-- 
Daniel Bye
 _
  ASCII ribbon campaign ( )
 - against HTML, vCards and  X
- proprietary attachments in e-mail / \


pgp7W00FyC3CM.pgp
Description: PGP signature


Help installing Hippo viewer...

2009-03-09 Thread Ben H.
Hello all... 

Thanks in advance for any assistance you may be able to provide.

I am trying to get source code built for an application called HIPPO Viewer

The source and instructions for building are written for Linux

You can see what I have attempted to do to get this installed at: 

http://daemonforums.org/showthread.php?p=21745

Please reply to the list AND my email address.  Any help will be greatly 
appreciated.  

Ben. 
-- -- -- 
http://inter-op.net
http://www.cbsnews.com/sections/i_video/main500251.shtml?id=1419445n
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


portupgrade, afterwards

2009-03-09 Thread Robert Huff

gahn writes:

  Where is the result of portupgrade -fa stored at? it showed a
  bunch files didn't go through or failed. just wondering whether
  I can take look at the results after I rebooted the server. 

From the man page:

 -l FILE
 --results-file FILESpecify a file name to save the results to.  By
default, portupgrade does not save results as a
file.

If you have not used this option, or saved the output to
stdout/stderr, or sent them as e-mail ... it's gone.


Robert Huff

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


iSCSI initiator lockups

2009-03-09 Thread Jason T. Nelson
I'm running into some odd headaches regarding what looks like iSCSI initiators
going to sleep for approximately 30 seconds before returning to life and
pumping a ton of information back to the target. While this is happening,
system load climbs up alarmingly fast. Looking at tcpdumps in Wireshark, it
shows what appears to be a nearly exact 30 second delay where the initiator
stops talking to the target server, then abruptly restarts. Currently
8 machines are talking to 2 servers with 4 targets a piece, and while its 
working, we get good throughput. Activity is moderately high, as we are 
using the iSCSI targets as spool disks in an email cluster. As it appears
that iscsi-target is a single-threaded process, would it be valuable to
put each target in its own process on its own port? At any rate, this is
causing serious problems on the mail processing machines.

-- 
Jason T. Nelson j...@jtn.cx
GPG key 0xFF676C9E


pgpAAGlC6hiog.pgp
Description: PGP signature


freebsd 7.1, building kernel

2009-03-09 Thread gahn

Hi, all:

I am trying to build customized kernel with device carp and followed kernel 
building procedure of the handbook. unfortunately it is failed:

lab1# make buildkernel KERNCONF=lab1
ERROR: Missing kernel configuration file(s) (lab1).
*** Error code 1

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

-rw-r--r--   1 root  wheel 13 Jun 20  2005 .cvsignore
-rw-r--r--   1 root  wheel534 Nov 24 21:59 DEFAULTS
-rw-r--r--   1 root  wheel  12412 Nov 24 21:59 GENERIC
-rw-r--r--   1 root  wheel   1745 Nov 24 21:59 GENERIC.hints
-rw-r--r--   1 root  wheel   1034 Nov 24 21:59 MAC
-rw-r--r--   1 root  wheel131 Nov 24 21:59 Makefile
-rw-r--r--   1 root  wheel  38713 Nov 24 21:59 NOTES
-rw-r--r--   1 root  wheel   2016 Nov 24 21:59 PAE
-rw-r--r--   1 root  wheel   3539 Nov 24 21:59 XBOX
lrwxr-xr-x   1 root  wheel 20 Mar  9 18:08 lab1 - /root/kernels/lab1

tried another system and i had similar problem:

lab2# make buildkernel KERNCONF=lab2
ERROR: Missing kernel configuration file(s) (lab2).
*** Error code 1

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

bothe system has just been patched:

FreeBSD piper_2 7.1-RELEASE-p3 FreeBSD 7.1-RELEASE-p3 #1: Mon Mar  9 16:48:31 
EDT 2009 ad...@lab1:/usr/obj/usr/src/sys/GENERIC  amd64

but for the kernel name GENERIC, the command work fine:

drwxr-xr-x   2 root  wheel512 Mar  9 18:10 .
drwxr-xr-x  15 root  wheel512 Feb 20 13:04 ..
-rw-r--r--   1 root  wheel 13 Jun 20  2005 .cvsignore
-rw-r--r--   1 root  wheel534 Nov 24 21:59 DEFAULTS
lrwxr-xr-x   1 root  wheel 21 Mar  9 18:10 GENERIC - /root/kernels/lab1
-rw-r--r--   1 root  wheel  12412 Nov 24 21:59 GENERIC.bak
-rw-r--r--   1 root  wheel   1745 Nov 24 21:59 GENERIC.hints
-rw-r--r--   1 root  wheel   1034 Nov 24 21:59 MAC
-rw-r--r--   1 root  wheel131 Nov 24 21:59 Makefile
-rw-r--r--   1 root  wheel  38713 Nov 24 21:59 NOTES
-rw-r--r--   1 root  wheel   2016 Nov 24 21:59 PAE
-rw-r--r--   1 root  wheel   3539 Nov 24 21:59 XBOX

did anyone here encounter such problem?

Thanks 





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


Re: freebsd 7.1, building kernel

2009-03-09 Thread Michael Powell
gahn wrote:

 
 Hi, all:
 
 I am trying to build customized kernel with device carp and followed
 kernel building procedure of the handbook. unfortunately it is failed:
 
 lab1# make buildkernel KERNCONF=lab1
 ERROR: Missing kernel configuration file(s) (lab1).
 *** Error code 1
 
 Stop in /usr/src.
 *** Error code 1
 
 -rw-r--r--   1 root  wheel 13 Jun 20  2005 .cvsignore
 -rw-r--r--   1 root  wheel534 Nov 24 21:59 DEFAULTS
 -rw-r--r--   1 root  wheel  12412 Nov 24 21:59 GENERIC
 -rw-r--r--   1 root  wheel   1745 Nov 24 21:59 GENERIC.hints
 -rw-r--r--   1 root  wheel   1034 Nov 24 21:59 MAC
 -rw-r--r--   1 root  wheel131 Nov 24 21:59 Makefile
 -rw-r--r--   1 root  wheel  38713 Nov 24 21:59 NOTES
 -rw-r--r--   1 root  wheel   2016 Nov 24 21:59 PAE
 -rw-r--r--   1 root  wheel   3539 Nov 24 21:59 XBOX
 lrwxr-xr-x   1 root  wheel 20 Mar  9 18:08 lab1 - /root/kernels/lab1

Take this link away and put your kernel config file here.
 
 tried another system and i had similar problem:
 
 lab2# make buildkernel KERNCONF=lab2
 ERROR: Missing kernel configuration file(s) (lab2).
 *** Error code 1
 
 Stop in /usr/src.
 *** Error code 1
 
[snip]
 
 did anyone here encounter such problem?
 
nope. I always put the kernel config file where it belongs.

-Mike




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


Re: Warning: KLD '/boot/kernel/linux.ko' is newer than the linker.hints

2009-03-09 Thread Paul B. Mahol
On 3/9/09, Peter Steele pste...@maxiscale.com wrote:
 Probably you installed that files _after_ linker.hints is generated,
 just make sure that they are still compatible with /boot/kernel/kernel

 Perhaps its a matter of the process we're using. I first install the GENERIC
 kernel into the image I am creating:

 export DESTDIR=${IMAGE_DIR}
 export DIST=/mnt/7.0-RELEASE
 pushd ${DIST}/kernels
 ./install.sh GENERIC
 popd

 and then I apply our custom kernel:

 cd ${IMAGE_DIR}/boot
 mv kernel kernel.orig
 cd ${IMAGE_DIR}
 gzip -d  /mnt2/CUSTOM.tgz | tar xvpf -

 The CUSTOM.tgz file was created for me by one of our kernel guys, and I
 checked the archive and there is a new linux.ko file in the archive but no
 linker.hints file. We don't make any changes to linux.ko but it is likely
 being recompiled when the custom kernel is created. So I suspect I can
 ignore this warning but am I missing something in the process. When a new
 kernel is created, is there a new linker.hints file that should be included
 in the tarball?

You can ignore warning or make it go with already mentioned command.
Your kernel guys should already take care for possible ABI breakage :-/
Even if ABI breakage happen, which can cause panic, above warning will not
try to save you from crash.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: freebsd 7.1, building kernel

2009-03-09 Thread RW
On Mon, 9 Mar 2009 15:13:55 -0700 (PDT)
gahn ipfr...@yahoo.com wrote:

 I am trying to build customized kernel with device carp and
 followed kernel building procedure of the handbook. unfortunately it
 is failed:
 
 lab1# make buildkernel KERNCONF=lab1
 ERROR: Missing kernel configuration file(s) (lab1).
 *** Error code 1
 
 Stop in /usr/src.
 *** Error code 1
 
 -rw-r--r--   1 root  wheel 13 Jun 20  2005 .cvsignore
 -rw-r--r--   1 root  wheel534 Nov 24 21:59 DEFAULTS
 -rw-r--r--   1 root  wheel  12412 Nov 24 21:59 GENERIC
 -rw-r--r--   1 root  wheel   1745 Nov 24 21:59 GENERIC.hints
 -rw-r--r--   1 root  wheel   1034 Nov 24 21:59 MAC
 -rw-r--r--   1 root  wheel131 Nov 24 21:59 Makefile
 -rw-r--r--   1 root  wheel  38713 Nov 24 21:59 NOTES
 -rw-r--r--   1 root  wheel   2016 Nov 24 21:59 PAE
 -rw-r--r--   1 root  wheel   3539 Nov 24 21:59 XBOX
 lrwxr-xr-x   1 root  wheel 20 Mar  9 18:08 lab1
 - /root/kernels/lab1


This appears to be /usr/src/sys/i386/conf/ (note the PAE file), but
the following line suggests you are running amd64.

 FreeBSD piper_2 7.1-RELEASE-p3 FreeBSD 7.1-RELEASE-p3 #1: Mon Mar  9
 16:48:31 EDT 2009 ad...@lab1:/usr/obj/usr/src/sys/GENERIC  amd64
 
 but for the kernel name GENERIC, the command work fine:

probably because it's finding the amd64 GENERIC file
in /usr/src/sys/amd64/conf/ rather than your symlink.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


is there a laptop ?

2009-03-09 Thread Saifi Khan
Hi all:

i've looked at tuxmobil, bsdgroup.de etc and i don't want to use
ndiswrapper, or broadcom or additional PCMCIA card at all.

Is there a laptop model (available in market) that experienced
members would like to recommend wherein 
 . the WiFi 802.11 a/g (PCI based)
 . Ethernet port 
 . and ACPI 
work absolutely fine with FreeBSD 7.x ?


thanks
Saifi.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org