LXDE && FreeBSD

2009-01-31 Thread Matthias Apitz

Hello,

There is a lot of LXDE (http://wiki.lxde.org/en/Main_Page) in the ports,
but no masterport, like it exists for KDE or Gnome;

is anybody working on a master port or has at least some installation
guide worked-out? thanks in advance for sharing it;

matthias
-- 
Matthias Apitz
Manager Technical Support - OCLC GmbH
Gruenwalder Weg 28g - 82041 Oberhaching - Germany
t +49-89-61308 351 - f +49-89-61308 399 - m +49-170-4527211
e  - w http://www.oclc.org/ http://www.UnixArea.de/
b http://gurucubano.blogspot.com/
___
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: gsasl 0.2.28_1 does not link in 7.1R

2009-01-31 Thread Matthias Apitz
El día Saturday, January 31, 2009 a las 12:04:33PM -0900, Mel escribió:

> Ok, it's not snmp. On second glance my link line is:
...
> 
> Other then libidn, which should be unrelated, I don't see a difference. You 
> may need to file a problem report with the port maintainer.

Following a wild guess I did:

# pkg_delete krb5-1.6.3_5
# cd /usr/ports/security/gsasl
# make clean
# make
# make install

which worked fine;

I will file a bug report. Thx for your time and help

matthias

-- 
Matthias Apitz
Manager Technical Support - OCLC GmbH
Gruenwalder Weg 28g - 82041 Oberhaching - Germany
t +49-89-61308 351 - f +49-89-61308 399 - m +49-170-4527211
e  - w http://www.oclc.org/ http://www.UnixArea.de/
b http://gurucubano.blogspot.com/
___
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"


Unix disk utility similar to Victoria ?

2009-01-31 Thread Dieter
Does anyone know of a Unix utility that can do
"a scan of connected devices regardless of BIOS status"
similar to Victoria ?  The "BUSY" state is of particular
interest.  GUI not required.  I tried google, no joy.

http://www.msfn.org/board/index.php?showtopic=129263
___
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: Xorg upgrade desaster: Xlib: extension "Generic Event Extension " missing on display ":0.0".

2009-01-31 Thread Mel
On Saturday 31 January 2009 15:39:03 O. Hartmann wrote:
> Mel wrote:
> > On Friday 30 January 2009 13:19:41 O. Hartmann wrote:
> >> After upgrading one of my FreeBSD 8.0-CUR/amd64 boxes to new xorg-7.4
> >> and having done hurting recompiling nearly everything/package twice now
> >> firefox3 still doesn't work properly and hits me when starting with this
> >> error message:
> >>
> >> Xlib:  extension "Generic Event Extension" missing on display ":0.0".
> >>
> >> Then firefox3 freezes forever, showing something like the background or
> >> pixel remnants of windows/picograms moving over its window.
> >
> > http://lists.freedesktop.org/archives/xorg/2008-October/039134.html
>
> Well, that doesn't help very much. As R. Noland wrote, the error coming
> up isn't of any harm.
>
> I still have Firefox3 not working on a FreeBSD 8.0-CURRENT/AMD64 UP box,
> running the most recent FreeBSD 8.0-CURRENT and having now recompiled
> three time EVERYTHING, Firefox3 inclusive. Firefox3 is still stuck when
> it comes to pulldown menus or requester for download destination, eating
> up 100% CPU time and slowing down the box incredible. I pretty sure I
> have all the stuff of the X11 suite in the right place and the right
> revision number, as I said, I recompiled everything three times and I
> did several attempts upgrading the whole Xorg since sunday last week.

You have 2 choices:
- revert to known working xorg-server-1.4 (xorg 7.3)
- try to debug this using the send-pr system, given the ammount of problems 
people are posting with this xorg-server, more datapoints are not a bad 
thing.

As a sidenote, it would be nice if xorg-server14 port would be created till 
the dust has settled.
-- 
Mel

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


Re: Xorg upgrade desaster: Xlib: extension "Generic Event Extension" missing on display ":0.0".

2009-01-31 Thread Alex Goncharov
,--- You/O. (Sun, 01 Feb 2009 01:39:03 +0100) *
| I did a 'ldd' on the Firefox3 binary
| and  I got the attached dump of the linked shared objects.
| Interestingly, the first three entries show up something missing -

LD_LIBRARY_PATH=/usr/local/lib/firefox3 ldd /usr/local/lib/firefox3/firefox-bin 
| head -n 5
/usr/local/lib/firefox3/firefox-bin:
libxul.so => /usr/local/lib/firefox3/libxul.so (0x28087000)
libmozjs.so => /usr/local/lib/firefox3/libmozjs.so (0x28e8f000)
libxpcom.so => /usr/local/lib/firefox3/libxpcom.so (0x28f1f000)

firefox3 sets LD_LIBRARY_PATH for you :-)

| thor# ldd firefox-bin
| firefox-bin:
| libxul.so => not found (0x0)
| libmozjs.so => not found (0x0)
| libxpcom.so => not found (0x0)
| libplds4.so.1 => /usr/local/lib/libplds4.so.1 (0x80063e000)

-- Alex -- alex-goncha...@comcast.net --

___
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: Xorg upgrade desaster: Xlib: extension "Generic Event Extension" missing on display ":0.0".

2009-01-31 Thread Scot Hetzel
On Sat, Jan 31, 2009 at 6:39 PM, O. Hartmann
 wrote:
> build-process, but I doubt this. I did a 'ldd' on the Firefox3 binary
> and  I got the attached dump of the linked shared objects.
> Interestingly, the first three entries show up something missing -
> therefore I deinstalled Firefox and rebuild the browser after an
> additional rebuild of libxcb (via portupgrade -rf). Previously, all Xorg

> thor# ldd firefox-bin
> firefox-bin:
>libxul.so => not found (0x0)
>libmozjs.so => not found (0x0)
>libxpcom.so => not found (0x0)
>libplds4.so.1 => /usr/local/lib/libplds4.so.1 (0x80063e000)
>libplc4.so.1 => /usr/local/lib/libplc4.so.1 (0x80076f000)

When firefox3 was first added to the ports collection, I had noticed
this problem with firefox3 (after using sysutils/libchk), but I didn't
have this problem with the firefox 2.  A look at the difference
between the www/firefox and www/firefox3 Makefiles showed that
firefox3 was missing this:

LDFLAGS+= -Wl,-rpath,${PREFIX}/lib/${MOZ_RPATH}

After adding this line to the ports Makefile, and rebuilding the port,
these libraries are now showing as found in the ldd output.

Scot
___
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"


Graphics tablet / Xorg / mouse problems

2009-01-31 Thread Antonio Rieser
Hi,

I recently installed FreeBSD 7.1 on an ACER Aspire
1680 laptop. I'm running KDE 3.5 and the most recent Xorg port with a
Wacom Bamboo tablet and the wacom driver from the ports collection.  I
have the following problems with the tablet and mouse:

1) If I boot without the tablet plugged in, then plug it in later and
restart X, the error message

(EE) intel(0): [DRI] Unlocking inconsistency:
Context 676684348 trying to unlock lock held by context 2
(EE) intel(0): [DRI] Locking deadlock.
Already locked with context 676684348,
trying to lock with context 2.

is written to Xorg.0.log and kdm-bin.log so many times that it fills
my /var partition and locks my system. Note that if I boot with the
tablet already plugged in, this error doesn't appear, and everything
works fine.  I loading the driver via the line

'uwacom_load="YES"

in /boot/loader.conf

2) If I remove the tablet from the computer (I've only tried it during
an X session), the system panics and shuts down, whether or not I stop
the wacom driver before removing the tablet.

3)  If I stop the wacom driver, then start it again, I cannot simply
restart X and have the tablet work.  I have to reboot in order for the
tablet to be recognized, even in mouse mode.

4) Occasionally the pointer refuses to stay put and drifts to the top
of the screen.  Controlling the pointer with the mouse becomes
difficult at this point, too, since it wants to float upwards.
Unfortunately, I have difficulty reproducing this reliably.  Once it
starts, though, it doesn't stop until I end the X session.  If the
problem starts and then I stop the wacom driver without restarting X,
it continues anyway.

5) Xorg.0.log contains the following error (also included below):

pad Wacom X driver can't grab event device, errno=1005

(I haven't honestly noticed any strange behavior on the 'pad' device, however.)

Regarding 1) - and maybe 3) & 4) - my guess is that the tablet is
fighting with the mouse for control of the pointer, but I don't know
how to check if that's the case or how to fix it if it is.

Thanks in advance for any help!

All the best,

 Tony Rieser

PS  This post is a repost/summary of a recent thread posted under a
less transparent subject line.  I apologize for the redundancy.
___
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: Perl5.8 Won't Build

2009-01-31 Thread William Bentley

I tried this as you said, to no avail. Same error. Please advise.


Mel wrote:

On Friday 30 January 2009 14:55:47 William Bentley wrote:
  

No, this is a new install and there are no env vars set. I made sure
that the env was clean anyways.



As a work-around compile as:
env MAKEFILE=Makefile make build

How this got changed, I have no idea.

  

Mel wrote:


On Friday 30 January 2009 14:07:17 William Bentley wrote:
  

Here is the output:

(cd /usr/ports/lang/perl5.8/work/perl-5.8.9; /usr/bin/env LANG=""
LC_ALL="" LC_COLLATE="" LC_CTYPE=""  LC_MESSAGES="" LC_MONETARY=""
LC_NUMERIC=""  LC_TIME="" SHELL=/bin/sh NO_LINT=YES PREFIX=/usr/local
LOCALBASE=/usr/local X11BASE=/usr/local  MOTIFLIB="-L/usr/local/lib -lXm
-lXp" LIBDIR="/usr/lib"  CC="cc" CFLAGS="-O2 -fno-strict-aliasing -pipe"
CXX="c++" CXXFLAGS="-O2 -fno-strict-aliasing -pipe"
MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install  -s -o root -g wheel
-m 555"  BSD_INSTALL_SCRIPT="install  -o root -g wheel -m 555"
BSD_INSTALL_DATA="install  -o root -g wheel -m 444"
BSD_INSTALL_MAN="install  -o root -g wheel -m 444" make -f makefile 
all)


Mine looks for Makefile (capital M). Did you set a MAKEFILE variable
somewhere, like environment variable?
  




  


___
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: xorg input ignored until mouse is moved (was Re: issues with X not loading)

2009-01-31 Thread Warren Block

On Sat, 31 Jan 2009, Warren Block wrote:


So I'm sticking with explicitly declaring keyboard and mouse and 
AutoAddDevices Off for now.


Interestingly, the InputDevice mouse and keyboard entries and the 
corresponding entries in ServerLayout are unnecessary.  Just


Options "AutoAddDevices" "Off"

in ServerLayout.

-Warren Block * Rapid City, South Dakota USA
___
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: Xorg upgrade desaster: Xlib: extension "Generic Event Extension" missing on display ":0.0".

2009-01-31 Thread O. Hartmann
Mel wrote:
> On Friday 30 January 2009 13:19:41 O. Hartmann wrote:
>   
>> After upgrading one of my FreeBSD 8.0-CUR/amd64 boxes to new xorg-7.4
>> and having done hurting recompiling nearly everything/package twice now
>> firefox3 still doesn't work properly and hits me when starting with this
>> error message:
>>
>> Xlib:  extension "Generic Event Extension" missing on display ":0.0".
>>
>> Then firefox3 freezes forever, showing something like the background or
>> pixel remnants of windows/picograms moving over its window.
>> 
>
> http://lists.freedesktop.org/archives/xorg/2008-October/039134.html
>
>   
Well, that doesn't help very much. As R. Noland wrote, the error coming
up isn't of any harm.

I still have Firefox3 not working on a FreeBSD 8.0-CURRENT/AMD64 UP box,
running the most recent FreeBSD 8.0-CURRENT and having now recompiled
three time EVERYTHING, Firefox3 inclusive. Firefox3 is still stuck when
it comes to pulldown menus or requester for download destination, eating
up 100% CPU time and slowing down the box incredible. I pretty sure I
have all the stuff of the X11 suite in the right place and the right
revision number, as I said, I recompiled everything three times and I
did several attempts upgrading the whole Xorg since sunday last week.
Also a deletion of the ports has been performed and then reinstalled. I
can not asure that there is any zomby-library out there disturbing the
build-process, but I doubt this. I did a 'ldd' on the Firefox3 binary
and  I got the attached dump of the linked shared objects.
Interestingly, the first three entries show up something missing -
therefore I deinstalled Firefox and rebuild the browser after an
additional rebuild of libxcb (via portupgrade -rf). Previously, all Xorg
stuff has been rebuild and by the numbers it seems to be up to date.
I double checked if /usr/local/lib/firefox3 has been completely removed
and for the user's stuff, I deleted the entire ~/.mozilla folder and
started Firefox3 from scratch - everytime with the same result.

Firefox3 did not show these symptomes on a FreeBSD 7.1-STABLE/AMD64 SMP
box, also with most recent sources and undergone the same three time
recompilation of everything procedure. Unlucklily, I do not have another
UP box running FreeBSD 8.0/amd64 for double check this behaviour. Bevor
filing a PR, I would like to ask the list ...

Thanks in advance,

Oliver

thor# ldd firefox-bin
firefox-bin:
libxul.so => not found (0x0)
libmozjs.so => not found (0x0)
libxpcom.so => not found (0x0)
libplds4.so.1 => /usr/local/lib/libplds4.so.1 (0x80063e000)
libplc4.so.1 => /usr/local/lib/libplc4.so.1 (0x80076f000)
libnspr4.so.1 => /usr/local/lib/libnspr4.so.1 (0x8008a1000)
libgtk-x11-2.0.so.0 => /usr/local/lib/libgtk-x11-2.0.so.0
(0x8009d9000)
libatk-1.0.so.0 => /usr/local/lib/libatk-1.0.so.0 (0x800e92000)
libgdk-x11-2.0.so.0 => /usr/local/lib/libgdk-x11-2.0.so.0
(0x800fb1000)
libgdk_pixbuf-2.0.so.0 => /usr/local/lib/libgdk_pixbuf-2.0.so.0
(0x80114d000)
libpangocairo-1.0.so.0 => /usr/local/lib/libpangocairo-1.0.so.0
(0x801267000)
libgio-2.0.so.0 => /usr/local/lib/libgio-2.0.so.0 (0x801372000)
libXext.so.6 => /usr/local/lib/libXext.so.6 (0x8014de000)
libXrender.so.1 => /usr/local/lib/libXrender.so.1 (0x8015ef000)
libXinerama.so.1 => /usr/local/lib/libXinerama.so.1 (0x8016f8000)
libXi.so.6 => /usr/local/lib/libXi.so.6 (0x8017fa000)
libXrandr.so.2 => /usr/local/lib/libXrandr.so.2 (0x801903000)
libXcursor.so.1 => /usr/local/lib/libXcursor.so.1 (0x801a0a000)
libXcomposite.so.1 => /usr/local/lib/libXcomposite.so.1
(0x801b14000)
libXdamage.so.1 => /usr/local/lib/libXdamage.so.1 (0x801c17000)
libcairo.so.2 => /usr/local/lib/libcairo.so.2 (0x801d19000)
libpangoft2-1.0.so.0 => /usr/local/lib/libpangoft2-1.0.so.0
(0x801e96000)
libpango-1.0.so.0 => /usr/local/lib/libpango-1.0.so.0 (0x801fc3000)
libfreetype.so.9 => /usr/local/lib/libfreetype.so.9 (0x80210a000)
libz.so.4 => /lib/libz.so.4 (0x802287000)
libfontconfig.so.1 => /usr/local/lib/libfontconfig.so.1
(0x80239b000)
libgmodule-2.0.so.0 => /usr/local/lib/libgmodule-2.0.so.0
(0x8024ca000)
libX11.so.6 => /usr/local/lib/libX11.so.6 (0x8025cd000)
libXfixes.so.3 => /usr/local/lib/libXfixes.so.3 (0x8027cb000)
libgobject-2.0.so.0 => /usr/local/lib/libgobject-2.0.so.0
(0x8028d)
libglib-2.0.so.0 => /usr/local/lib/libglib-2.0.so.0 (0x802a12000)
libm.so.5 => /lib/libm.so.5 (0x802bcb000)
libiconv.so.3 => /usr/local/lib/libiconv.so.3 (0x802cea000)
libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x802ecd000)
libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x8030d6000)
libthr.so.3 => /lib/libthr.so.3 (0x8031e3000)
libc.so.7 => /lib/libc.so.7 (0x8032fb000)
libintl.so.8 => /usr/local/lib/libintl.so.8 (0x803525000)
  

xorg input ignored until mouse is moved (was Re: issues with X not loading)

2009-01-31 Thread Warren Block

On Sat, 31 Jan 2009, Keith Seyffarth wrote:


I also tried adding
AllowEmptyInput "off"
in xorg.conf, but that gives an error when starting X that
AllowEmptyInput is not valid.


In section ServerLayout, add

Option "AllowEmptyInput" "Off"


Thakns. This worked. I had the syntax incorrect. however, I thought
this wasn't supposed to be necessar after the updates to hal on the
27th?


I hadn't tested it since then, but did just now.  Removing keyboard and 
mouse entries and AllowEmptyInput and AutoAddDevices entries in 
ServerLayout did work...  for a few seconds.


Then it went back to keyboard input or mouse clicks ignored until the 
mouse is moved.  That includes ctrl-alt-backspace.


This is with hal-0.5.11_14 and moused enabled, tested on two different 
systems.  Both have a USB and PS/2 mouse.


So I'm sticking with explicitly declaring keyboard and mouse and 
AutoAddDevices Off for now.


-Warren Block * Rapid City, South Dakota USA
___
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"


The FreeBSD Diary: 2009-01-11 - 2009-01-31

2009-01-31 Thread Dan Langille
The FreeBSD Diary contains a large number of practical 
examples and how-to guides.  This message is posted weekly
to freebsd-questions@freebsd.org with the aim of letting people
know what's available on the website.  Before you post a question
here it might be a good idea to first search the mailing list 
archives  
and/or The FreeBSD Diary . 


-- 
Dan Langille
BSDCan - http://www.BSDCan.org/ - BSD Conference

___
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: Problem with ezjail: Manually restarted jails don't come up again

2009-01-31 Thread Mel
On Wednesday 28 January 2009 16:09:26 Frank Steinborn wrote:
> On Wed, Jan 28, 2009 at 03:23:33PM -0900, Mel wrote:
> > On Wednesday 28 January 2009 12:24:31 Frank Steinborn wrote:

> > > 37948  p3  TJ 0:00.01 -su -c /bin/sh -c ^I"/usr/local/bin/mlnet ^I
> > > ^I ^I>> /dev/null 2>&1 &" (zsh)
> >
> >  ^^^
> > Why is zsh shell involved?
>
> This was it. I should not have used the root-account inside the jails
> with zsh. I now use the toor account on zsh and put the shell of root
> back to csh everywhere.
>
> However, I don't understand why zsh is invoked, since all rc.d-scripts
> have shebang lines telling them to use /bin/sh? I'm a bit confused,
> maybe can someone give a bit light on this...

su invokes $SHELL of the target user, from su(8):

 By default, the environment is unmodified with the exception of USER,
 HOME, and SHELL.  HOME and SHELL are set to the target login's default
 values.  USER is set to the target login, unless the target login has a
 user ID of 0, in which case it is unmodified.  The invoked shell is the
 one belonging to the target login.  This is the traditional behavior of
 su.

So:
su root -c /bin/sh expands to ${SHELL} /bin/sh

-- 
Mel

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


Re: issues with X not loading

2009-01-31 Thread Keith Seyffarth
> > I also tried adding
> > AllowEmptyInput "off"
> > in xorg.conf, but that gives an error when starting X that
> > AllowEmptyInput is not valid.
> 
> In section ServerLayout, add
> 
> Option "AllowEmptyInput" "Off"

Thakns. This worked. I had the syntax incorrect. however, I thought
this wasn't supposed to be necessar after the updates to hal on the
27th?

___
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: Load balancing multiple virtual hosts on 1 IP

2009-01-31 Thread Geoff Fritz
On Sat, Jan 31, 2009 at 09:23:36AM -0400, Marc G. Fournier wrote:
> 
> Simple: is it possible?
> 
> I have two VMs that contain the same content, on two different IPs .. I 
> want to setup a third VM with something like haproxy on it that will take 
> the URL (http://domain1) and pull the content from one or the other ...
> 
> So far, all works well if I only have one virtual host, but as soon as I 
> add a second one (http://domain2), when I try to go to http://domain2, it 
> pulls up the content for domain1 also, as if I was going to http://IP 
> instead.
> 
> Is there a way to set this up (with haproxy, or some other software), that 
> it will actually pass the URL through to the backend apache server and 
> load up the right content?  Or is this a limitation in the protocol 
> itself?/

Sounds like your front end is messing up the request.  If the back end
servers get the correct domain in the host header, they should do the right
thing and return the data from that domain.

As for alterntatives...

I have used "pen" for simple load balancing of web servers, and it does
what you need.  Very minimal and simple.

Apparently, Slashdot uses "pound" for their load balancing, so it should do
the trick, too.

On the slightly more complex side, I've recently starting using "varnish"
to split work between Apache and nginx (all three running in the same jail,
thus all bound to the same IP address).  It is capable of doing what you
need, but it's main purpose is a reverse caching proxy, so a bit more care
would be needed if you don't actually want stuff cached.

All three (pen, pound, and varnish) are in ports.

-- Geoff
___
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: ls -lh show file not displaying correct size

2009-01-31 Thread Wojciech Puchar

filter1# ls -l
total 489024
-rw---  1 defang  defang  274992627712 Jan 31 08:33 @@RPTN.db
filter1# ls -lh
total 489024
-rw---  1 defang  defang   256G Jan 31 08:33 @@RPTN.db
If I do a du I gecus18-179# du
489026  .
cus18-179# du -h
478M    .
My drive is only 250 Gig and I have it mounted as /var/spool here is my df for 
the whole file system.
/dev/ad14s1d    226G    810M    207G 0%    /var/spool

So I know that the 256G is wrong. Can any one tell me what is up with file size 
?


no it's right. it's 256G sized but most space unallocated. du shows how 
many space is allocated.


in unix files can have "holes" == blocks that are not allocated to disk___
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: issues with X not loading

2009-01-31 Thread Warren Block

On Sat, 31 Jan 2009, Keith Seyffarth wrote:


I also tried adding
AllowEmptyInput "off"
in xorg.conf, but that gives an error when starting X that
AllowEmptyInput is not valid.


In section ServerLayout, add

Option "AllowEmptyInput" "Off"

An alternative is to leave your hal/moused/xorg.conf alone and add

Option "AutoAddDevices" "Off"

to ServerLayout.

-Warren Block * Rapid City, South Dakota USA
___
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: issues with X not loading

2009-01-31 Thread Keith Seyffarth

> Yes, please see /usr/ports/UPDATING, Xorg was updated.

OK, I went through and ran
# portupgrade -rf libxcb
which took a while to update everything, but did so without any
errors (or at least without any that I caught).

However, now when I startx, X loads, but I have no mouse in X. (The
mouse works fine when X isn't running.)

These errors are present when I switch terminals and return to the
terminal X was running on:

** (xfce-mcs-manager:4299): CRITICAL **: find_master: assertion `mixer_handle 
!=  -1' failed

(xfce-mcs-manager:4299): xfce-mcs-manager-WARNING **: Module 
/usr/local/lib/xfce4/mcs-plugins/xfce4-iconbox_settings.so cannot be opened 
(GModule (/usr/local/lib/xfce4/mcs-plugins/xfce4-iconbox_settings.so) 
initialization check failed: Incorrect module version)

(Thunar:4302): thunar-vfs-WARNING **: Failed to connect to the HAL daemon: 
Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or 
directory

I have tried uninstalling (using pkg_delete) and reinstalling (using
portinstall) hal, but still get this problem.

I also tried adding
AllowEmptyInput "off"
in xorg.conf, but that gives an error when starting X that
AllowEmptyInput is not valid.


I also added the path to hald (/usr/local/sbin) to the path in
/etc/rc, but still get the same error.

I'm not seeing anything obvious in the /var/log/Xorg.0.log, though I
do see where it sees AllowEmptyInput as "on..."

If it makes a difference, it's a PS/2 mouse and keyboard (I'm not sure
if X is receiving keyboard input, but I'm not sure how to test that
without being able to click something to open some kind of window...)

Thanks for any further tips.

Keith
___
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: ls -lh show file not displaying correct size

2009-01-31 Thread Dan Nelson
In the last episode (Jan 31), Wayne said:
> Hello,
> 
> I have a db file of FreeBSD 7.1 amd64 that is displaying the wrong size. This 
> is a db file used by my mail filter software to to Bayes Filtering.
> If I do an ls -l or ls -lh I get
> filter1# ls -l
> total 489024
> -rw---  1 defang  defang  274992627712 Jan 31 08:33 @@RPTN.db
> filter1# ls -lh
> total 489024
> -rw---  1 defang  defang   256G Jan 31 08:33 @@RPTN.db
> If I do a du I gecus18-179# du
> 489026  .
> cus18-179# du -h
> 478M    .
> My drive is only 250 Gig and I have it mounted as /var/spool here is my df 
> for the whole file system.
> /dev/ad14s1d    226G    810M    207G 0%    /var/spool
> 
> So I know that the 256G is wrong. Can any one tell me what is up with file 
> size ?

The 256G is correct.  It's a sparse file (i.e. there are holes in it). 
"ls -sk" will print the actual disk space occupied by a file.

-- 
Dan Nelson
dnel...@allantgroup.com
___
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"


ls -lh show file not displaying correct size

2009-01-31 Thread Wayne
Hello,

I have a db file of FreeBSD 7.1 amd64 that is displaying the wrong size. This 
is a db file used by my mail filter software to to Bayes Filtering.
If I do an ls -l or ls -lh I get
filter1# ls -l
total 489024
-rw---  1 defang  defang  274992627712 Jan 31 08:33 @@RPTN.db
filter1# ls -lh
total 489024
-rw---  1 defang  defang   256G Jan 31 08:33 @@RPTN.db
If I do a du I gecus18-179# du
489026  .
cus18-179# du -h
478M    .
My drive is only 250 Gig and I have it mounted as /var/spool here is my df for 
the whole file system.
/dev/ad14s1d    226G    810M    207G 0%    /var/spool

So I know that the 256G is wrong. Can any one tell me what is up with file size 
?

Thanks Wayne









___
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: gsasl 0.2.28_1 does not link in 7.1R

2009-01-31 Thread Mel
On Saturday 31 January 2009 08:59:23 Matthias Apitz wrote:
> El día Saturday, January 31, 2009 a las 08:14:23AM -0900, Mel escribió:
> > The reason I ask is that I'd like to be able to reproduce your problem
> > and therefore need the configuration of dependencies. My options don't
> > contain krb and snmp linking,so somewhere down the line of dependencies I
> > disabled them.
>
> In any case, thanks for spending your time on this;
>
> > Could you show output of:
> > make -C /usr/ports/security/gsasl showconfig-recursive
> >
> > and trim ports that don't contain krb/gssapi or snmp as the output can be
> > quite long.
>
> it's quite short:
>
> # make -C /usr/ports/security/gsasl showconfig-recursive
> ===> The following configuration options are available for gsasl-0.2.28_1
> and dependencies ===> The following configuration options are available for
> perl-5.8.9: DEBUGGING=off (default) "Build with debugging support"
>  GDBM=off (default) "Build GDBM_File extension"
>  PERL_MALLOC=on (default) "Use Perl malloc"
>  PERL_64BITINT=on (default) "Use 64 bit integers (on i386)"
>  THREADS=off (default) "Build threaded perl"
>  SUIDPERL=off (default) "Build set-user-id suidperl binary"
>  SITECUSTOMIZE=off (default) "Run-time customization of @INC"
>  USE_PERL=on (default) "Rewrite links in /usr/bin"
> ===> Use 'make config' to modify these settings
> ===> The following configuration options are available for libiconv-1.11_1:
>  EXTRA_ENCODINGS=on (default) "Include extra character sets"
>  EXTRA_PATCHES=off (default) "Apply patches to fix CP932 add EUCJP-MS"
> ===> Use 'make config' to modify these settings

Ok, it's not snmp. On second glance my link line is:
/usr/local/libexec/ccache/world-cc -std=gnu99 -O2 -fno-strict-aliasing -pipe \
-o .libs/gsasl gsasl.o gsasl_cmd.o imap.o smtp.o \
callbacks.o  -L/usr/local/lib ../lib/src/.libs/libgsasl.so -L/usr/lib \
/usr/local/lib/libidn.so /usr/local/lib/libntlm.so -lgssapi -lkrb5 \
-lasn1 -lcrypto -lroken -lcrypt -lcom_err ../gl/.libs/libgl.a \
/usr/local/lib/libiconv.so -lreadline  -Wl,--rpath -Wl,/usr/local/lib

gnutls is the difference.
And with that it also succeeds for me:
/usr/local/libexec/ccache/world-cc -std=gnu99 -O2 -fno-strict-aliasing -pipe \
-o .libs/gsasl gsasl.o gsasl_cmd.o imap.o smtp.o \
callbacks.o  -L/usr/local/lib ../lib/src/.libs/libgsasl.so -L/usr/lib \
/usr/local/lib/libidn.so /usr/local/lib/libntlm.so -lgssapi -lkrb5 \
-lasn1 -lcrypto -lroken -lcrypt -lcom_err ../gl/.libs/libgl.a \
/usr/local/lib/libiconv.so -lreadline /usr/local/lib/libgnutls.so \
-lz /usr/local/lib/libgcrypt.so /usr/local/lib/libgpg-error.so  \
-Wl,--rpath -Wl,/usr/local/lib

vs your:
cc -std=gnu99 -O2 -fno-strict-aliasing -pipe \
-o .libs/gsasl gsasl.o gsasl_cmd.o imap.o smtp.o \
callbacks.o  -L/usr/local/lib ../lib/src/.libs/libgsasl.so -L/usr/lib \
/usr/local/lib/libntlm.so -lgssapi -lkrb5 -lasn1 -lcrypto -lroken \
-lcrypt -lcom_err ../gl/.libs/libgl.a -lreadline 
/usr/local/lib/libgnutls.so\
 -lz /usr/local/lib/libgcrypt.so /usr/local/lib/libgpg-error.so \
/usr/local/lib/libintl.so /usr/local/lib/libiconv.so  -Wl,--rpath 
-Wl,/usr/local/lib

Other then libidn, which should be unrelated, I don't see a difference. You 
may need to file a problem report with the port maintainer.
-- 
Mel

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


Re: Backup to spare drive (rsync / crontab)

2009-01-31 Thread drc...@yahoo.com
Adding full path for rsync was the solution.
All backups done last night on schedule.
Thanks to all that offered advice.

D



  
___
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: Message from daily output

2009-01-31 Thread Polytropon
On Sat, 31 Jan 2009 09:39:36 -0800, Rem P Roberti  wrote:
> The daily output from crontab always includes this message repeated
> many times in a row:
> 
> Jan 30 18:33:14 bsd kernel: lpt0: [GIANT-LOCKED]
> Jan 30 18:33:14 bsd kernel: lpt0: [ITHREAD]
> 
> Can someone give me a heads up on this.  I have just recently installed
> my old laser printer via cups on lpt0.

Same here, HP Laserjet 4000 duplex. It has something to do with the parallel
port, but can be ignored, I think.

There has been a workaround suggested, but I'm not sure I'm providing the
correct setting which has to be placed in /boot/loader.conf:

hw.intr_storm_threshold="1000"

I didn't have this message when using parallel printer on FreeBSD 5.

As you stated, the message repeats many times, but doesn't seem to have
any effect on printing.


-- 
Polytropon
>From Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...
___
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"


"Homeschool" sebagai Gaya Hidup?

2009-01-31 Thread Malaysia Homeschool Unite
Assalamualaikum,

Sertai kami dalam playgroup Komuniti Malaysia Homeschool Unite, khas buat 
keluarga "homeschool" dan terbuka kepada keluarga yang berminat untuk menambah 
ilmu serta kenalan. Anda juga boleh berikan 
cadangan anda.
- Jom klik di sini : http://www.forum.littlekittle.com


Segmen Iklan: Only RM 25 for 3 bulan! Segmen direktori niaga buat warga 
Malaysia! Terbuka kepada WAHM (Work-at-Home-Mum)
- Jom klik di sini : http://littlekittle.com/forum/showthread.php?t=6


Parents have always been their children's First Teachers.

When children reach the age of 7 in most country we are told we need to send 
them off to Public School for approximately 8 hours a day. Why?

Parents have taught their children from the day they were born. We teach them 
to walk, talk, tie their shoes, and so very much more.

There is no set age at which a child can begin learning reading, math, history, 
science, art.

Every child learns in their own way.


Some children may do just fine learning out of a text book, sitting at a desk 
for 8 hours. There are certainly many more options that help children learn 
that would not be considered a normal education.

Parents have been teaching their children at home since the beginning of time.


Home schooling our children at home is a personal decision for everyone. No one 
can make the choice for you.

What works for one family may not work for another. Children will not all want 
to study bugs at the same time.

They won't all want to know why condensation forms on the windows in the 
winter, at the same time that little kiddy down the street wants to know the 
same thing.

Parents understand their child better then anyone else does.

We understand what makes our child go; hmmm how would this work if I put it on 
like this instead of the way the directions say.

We have always been our children's teachers. Being as a parent and a teacher 
has always been the way the world works.


In todays world it is no different.

We choose now to keep our children learning, learning at home with us.

As our children's teachers we are always on the lookout for things that we can 
use to help in their learning.


That is where our forum Malaysia Homeschool Unite come in.

We offer links to free worksheets on other sites (and more in the near 
future!). As well as have some that were made for the MHU forums use.

We are there when you have questions, and when you want to hit your head on the 
wall.

We offer not just the links but an ear, and a shoulder when they are needed. 
*Insya-Allah, Amin~*


Yours sincerely,
Mohd Azhar Zahir
Advertising & Marketing
___
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: Using Serial Port Other Than sio0 for the Console

2009-01-31 Thread Tim Judd
On Fri, Jan 30, 2009 at 10:28 AM, Martin Schweizer  wrote:

> Hello
>
> I want to use sio1 for console access. I read chapter 26.6 in the handbook
> and did the following:
>
> /boot.config:
> -P
>
> /boot/device.hints:
> [snip]
> hint.sio.0.at="isa"
> hint.sio.0.port="0x3F8"
> ### hint.sio.0.flags="0x10"
> hint.sio.0.irq="4"
> hint.sio.1.at="isa"
> hint.sio.1.port="0x2F8"
> hint.sio.1.flags="0x10"
> hint.sio.1.irq="3"
> [snip]
>
> My custom kernel:
> [snip]
> device sio
> [snip]
>
> /var/run/dmesg.boot:
> [snip]
> sio0: configured irq 4 not in bitmap of probed irqs 0
> sio0: port may not be enabled
> sio0: configured irq 4 not in bitmap of probed irqs 0
> sio0: port may not be enabled
> sio0: <16550A-compatible COM port> port 0x3f8-0x3ff irq 4 on acpi0
> sio0: type 16550A
> sio0: [FILTER]
> sio1: configured irq 3 not in bitmap of probed irqs 0
> sio1: port may not be enabled
> sio1: configured irq 3 not in bitmap of probed irqs 0
> sio1: port may not be enabled
> sio1: <16550A-compatible COM port> port 0x2f8-0x2ff irq 3 flags 0x10 on
> acpi0
> sio1: type 16550A, console
> sio1: [FILTER]
> [snip]
>
> /etc/ttys:
> [snip]
> ttyd0   "/usr/libexec/getty std.9600"   vt100   on  secure
> ttyd1   "/usr/libexec/getty std.9600"   vt100   on  secure
> ttyd2   "/usr/libexec/getty std.9600"   vt100   on  secure
> ttyd3   "/usr/libexec/getty std.9600"   vt100   on  secure
> [snip]
>
> The baud rate etc. are correct as well (the standard settings).
>
> The problem is I get no connection. I'm sure that my terminal works correct
> because I can connect other FreeBSD sever over the serial cable but not the
> above.
> Any ideas?
>
> Kind regards,
>
> --
>
> Martin Schweizer
> 
>
> PC-Service M. Schweizer GmbH; Bannholzstrasse 6; CH-8608 Bubikon
> Tel. +41 55 243 30 00; Fax: +41 55 243 33 22; http://www.pc-service.ch;
> public key : http://www.pc-service.ch/pgp/public_key.asc;
> fingerprint: EC21 CA4D 5C78 BC2D 73B7  10F9 C1AE 1691 D30F D239;
>

Surprised nobody's really responded.

Enabling serial logins on ttyd1 (COM2 in Microsoft terms) is on -- it's
defined in your ttys.  The guaranteed "enabling" is to restart, but I've
heard that sigHUP init will reread ttys and enable logins (but I hadn't got
that to work yet).

Enabling serial as your console output (in terms of the boot process and
everything) should be, if available, enabled in /boot/loader.conf

There doesn't seem to be a setting to enable COM2 as your console device,
the only options (by reading through /boot/defaults/loader.conf) is to
enable comconsole, which runs over COM1

You would likely have to hack the bootloader files in source and reinstall
to get that kind of functionality.


Does this help?  let me know if you want more help.  I like enabling serial
console for the fact that you can get into out-of-bounds management this way
easily.

--Tim
___
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 torrents

2009-01-31 Thread Tim Judd
http://torrents.freebsd.org:8080/

Been up there for a while, couple years.  It's just not advertized very
well, and I think it's not hosted on the FreeBSD servers

Sometimes it's down...  was just up when I posted this.

--Tim
___
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"


[Fwd: Re: [Fwd: Re: Steps to upgrade from 7.0-RELEASE to 7.1-RELEASE]]

2009-01-31 Thread Akenner

*snipped*

OK, so right now I've been reading this, and I had a look at the 
configuration file for FreeBSD-update, and it seems I could use that to 
test it out since I haven't really used it before, by basically running 
it with -r RELEASE and it would upgrade everything to that?


also being from the Linux world, I'm having a slight bit of trouble 
understanding one part, which is what "upgrades" mean in BSD VS Linux.


For example, on my Slackware boxes, I can do this to update / upgrade 
when a security problem is found and patched:


upgradepkg name-of-package-slack12.tgz and it upgrades it.

On here they have a different meaning though I THINK... I'm not positive 
yet if I'm understanding this right, or if I've gotten confused.


I'm not giving up because I'm really enjoying how FreeBSD works, and 
always have loved it, and this time I've decided to take the time to 
learn how to run it properly, which is why the last two weeks, I've 
spent most of my time using it, asking questions on here, and reading my 
library of books on BSD, and reading the BSD web site in the handbook 
area so to not ask questions I can find easy.


So, am I confusing these terms with how they work? Or..?

Really I just want to make sure I have the security patches installed by 
running something I could maybe add to cron later, or make a very simple 
perl script, but if that isn't the best solution, at least I'd like to 
have security patches installed and have my machine up to date as much 
as possible with fixes.


So, for making sure my machine is updated with the latest security 
patches and bug fixes, would CVS maybe be better, or FreeBSD-update? Or 
both?


Also if I'm not getting annoying yet, which I may very well be heh, when 
it asks for RELEASE in FreeBSD-update,  I know that STABLE is the stable 
and trusted one, and RELEASE is the latest one but is tested enough to 
be used, and then the bleeding edge one you shouldn't use Which 
would one pick who wanted to keep updated to do this with and not be 
totally insane?


Thanks all, and apologies on length / number of questions. I'm just 
tryign to understand how it works so I can take some notes and remember 
for myself how it works without breaking it/
--- Begin Message ---

Akenner wrote:

Hi,

I've continued reading to keep myself updated with info used, and I 
have a few questions about what I've seen about freebsd-update:


I've read not to use FreeBSD-update AND cvsup together, and so I've 
decided to go along with this as to not cause problems for myself.


Does FreeBSD-update have any benefit over the cvsup method? I've heard 
you don't have to go single user and a few other things, but does it 
have any actual benefit?


Thanks,

-Allen


You don't have to recompile  anything (can be lengthy esp. on older 
machines), the mergemaster step is usually a lot simpler and less 
tedious. Very useful for people tracking RELEASE and the security 
branch. You still need csup / cvsup to track STABLE or CURRENT though.


--- End Message ---
___
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: APC PowerChute on FBSD

2009-01-31 Thread Sasa Stupar
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

bsd pravi:
> Hello,
> 
> I am trying to see if someone has already configured an APC PowerChute
> software on FreeBSD.
> 
> There is a linux version, I was just wondering how to set It up on BSD
> and if anyone has successfully installed such soft…
> 
> I have installed a BSD box in Angola in unstable electrical conditions,
> and I am afraid the server will be rebooted the "hard way" quite often
> (without any warning) if I don't use this kind of soft…
> 
> 
> 
> Thanks for your help.
> 
> 
> 
> Gregober ---> PGP ID --> 0x1BA3C2FD
> bsd @at@ todoo.biz
> 
> 
> P "Please consider your environmental responsibility before printing
> this e-mail"
> 


I am using from ports sysutils/apcupsd. There is another called
sysutils/nut but if you have UPS from APC go for the apcupsd.

- --
Sasa
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkmEmfYACgkQNT6IH6ilQwiFrgCcCn00XPSkgnl4TwjCptD1Zaoj
5O8An3VSI3g18Y6XWCNqaLx2/hSnnZRi
=wuMV
-END PGP SIGNATURE-



smime.p7s
Description: S/MIME Cryptographic Signature


freeBSD torrents

2009-01-31 Thread Daniel Mooney
Hello folks,

 

I wanted to alert you to a possible update you could make on the site:  make
the torrent widely and obviously available.  I have a Linksys by Cisco
"business class" router that, for some reason or another, refuses to use
FTP.  So, cellular modem to the rescue, right?  Well, at 60k/sec, the DVD
image was looking like it'd take 6 hours to download.  Thankfully, I just
happened to search for FreeBSD torrents and found the 7.1 torrent linked
from your site.  

 

This torrent should be directly linked from your "Getting FreeBSD" page, as
a column to the right of "ISO", perhaps "ISO Torrent".  I'm transferring at
1.1MB/sec, and needless to say, it'll be here in just a bit less than 6
hours.

 

Thanks for reading, thanks for the (hopefully) killer OS.  I'm hoping that
FreeBSD will be the foundation upon which we'll have a world-class web site
running.

 

Thanks,

 

Daniel Mooney

dan...@newdigs.com

___
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: gsasl 0.2.28_1 does not link in 7.1R

2009-01-31 Thread Matthias Apitz
El día Saturday, January 31, 2009 a las 08:14:23AM -0900, Mel escribió:

> The reason I ask is that I'd like to be able to reproduce your problem and 
> therefore need the configuration of dependencies. My options don't contain 
> krb and snmp linking,so somewhere down the line of dependencies I disabled 
> them.

In any case, thanks for spending your time on this;

> 
> Could you show output of:
> make -C /usr/ports/security/gsasl showconfig-recursive
> 
> and trim ports that don't contain krb/gssapi or snmp as the output can be 
> quite long.

it's quite short:

# make -C /usr/ports/security/gsasl showconfig-recursive
===> The following configuration options are available for gsasl-0.2.28_1 and 
dependencies
===> The following configuration options are available for perl-5.8.9:
 DEBUGGING=off (default) "Build with debugging support"
 GDBM=off (default) "Build GDBM_File extension"
 PERL_MALLOC=on (default) "Use Perl malloc"
 PERL_64BITINT=on (default) "Use 64 bit integers (on i386)"
 THREADS=off (default) "Build threaded perl"
 SUIDPERL=off (default) "Build set-user-id suidperl binary"
 SITECUSTOMIZE=off (default) "Run-time customization of @INC"
 USE_PERL=on (default) "Rewrite links in /usr/bin"
===> Use 'make config' to modify these settings
===> The following configuration options are available for libiconv-1.11_1:
 EXTRA_ENCODINGS=on (default) "Include extra character sets"
 EXTRA_PATCHES=off (default) "Apply patches to fix CP932 add EUCJP-MS"
===> Use 'make config' to modify these settings
#

Hope this helps you; thx

matthias

-- 
Matthias Apitz
Manager Technical Support - OCLC GmbH
Gruenwalder Weg 28g - 82041 Oberhaching - Germany
t +49-89-61308 351 - f +49-89-61308 399 - m +49-170-4527211
e  - w http://www.oclc.org/ http://www.UnixArea.de/
b http://gurucubano.blogspot.com/
___
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"


Message from daily output

2009-01-31 Thread Rem P Roberti
The daily output from crontab always includes this message repeated
many times in a row:

Jan 30 18:33:14 bsd kernel: lpt0: [GIANT-LOCKED]
Jan 30 18:33:14 bsd kernel: lpt0: [ITHREAD]

Can someone give me a heads up on this.  I have just recently installed
my old laser printer via cups on lpt0.

Rem
___
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: X.org-update -> screen garbled / settings for xorg.conf?

2009-01-31 Thread Mel
On Saturday 31 January 2009 04:57:58 Matthew Seaman wrote:
> Anton Shterenlikht wrote:
> > On Fri, Jan 30, 2009 at 09:29:34PM +, Matthew Seaman wrote:
> >> Anton Shterenlikht wrote:
> >>> On Fri, Jan 30, 2009 at 03:46:14PM +0100, Ewald Jenisch wrote:
>  Hi,
> 
>  Today I upgraded my system (ports) so I got x.org 7.4 installed.
> 
>  Given the various entries in /usr/ports/UPDATING about the recent
>  updates for xorg I wonder what the correct settings/combinations are
>  for my installation:
> 
>  I've got hald running as per /etc/rc.conf with hald_enable="YES" as
>  well as moused (moused_enable=YES in rc.conf).
> >>>
> >>> what??? where's hald_enable="YES" documented?
> >>> There's nothing about this in X, dbus, or hald manual pages.
> >>> Perhaps this is why my X servers won't work and dbus keeps complaining
> >>> that it cannot connect..
> >>
> >> rc.conf(5) in the general sense and in /usr/local/etc/rc.d/hald
> >> specifically.
> >
> > sure, what I meant is where is it documented that X requires hald?
>
> It's the way the xorg-server port threw up an OPTIONS dialogue saying "do
> you want hald support" that tipped me off...

It doesn't if you use BATCH and it's default, or if you configured it way back 
when, in the void between short-term and long-term memory.
-- 
Mel

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


Re: gsasl 0.2.28_1 does not link in 7.1R

2009-01-31 Thread Mel
On Friday 30 January 2009 23:22:10 Matthias Apitz wrote:
> El día Friday, January 30, 2009 a las 11:23:35AM -0900, Mel escribió:
> > On Friday 30 January 2009 06:43:11 Matthias Apitz wrote:
> > > Hello,
> > >
> > > Any idea about the problem below? Thx
> > >
> > >   matthias
> > >
> > > # cd /usr/ports/security/gsasl
> > > # make
> > > ===>  Building for gsasl-0.2.28_1
>
>   ...
>
> > > Making all in src
> > > make  all-am
> > > /bin/sh ../libtool --tag=CC--mode=link cc -std=gnu99  -O2
> > > -fno-strict-aliasing -pipe   -L/usr/local/lib -o gsasl gsasl.o
> > > gsasl_cmd.o imap.o  smtp.o callbacks.o ../lib/src/libgsasl.la
> > > ../gl/libgl.la  -lreadline -L/usr/local/lib -lgnutls -lz
> > > -L/usr/local/lib -lgcrypt -L/usr/local/lib -lgpg-error -L/usr/local/lib
> > > -lintl -L/usr/local/lib -liconv -R/usr/local/lib
> > > cc -std=gnu99 -O2 -fno-strict-aliasing -pipe -o .libs/gsasl gsasl.o
> > > gsasl_cmd.o imap.o smtp.o callbacks.o  -L/usr/local/lib
> > > ../lib/src/.libs/libgsasl.so -L/usr/lib /usr/local/lib/libntlm.so
> > > -lgssapi -lkrb5 -lasn1 -lcrypto -lroken -lcrypt -lcom_err
> > > ../gl/.libs/libgl.a -lreadline /usr/local/lib/libgnutls.so -lz
> > > /usr/local/lib/libgcrypt.so /usr/local/lib/libgpg-error.so
> > > /usr/local/lib/libintl.so /usr/local/lib/libiconv.so  -Wl,--rpath
> > > -Wl,/usr/local/lib
> > > /usr/lib/libasn1.so: undefined reference to `init_error_table'
> > > /usr/lib/libasn1.so: undefined reference to `initialize_error_table_r'
> > > *** Error code 1
> >
> > Judging from the manpage, it's not supposed to be linked directly, but
> > using -lbsnmp. But your linkline is far more complex then mine. Which of
> > the dependencies did you enable kerberos and snmp support?
>
> Hi Mel,
>
> I've to admit that I don't understand your question. The above problem
> comes up when I've tried to compile the port net-im/jabberd with default
> options (make install BATCH=yes) which seems to need gsasl.
>
> And yes, I've ported before as well security/krb5 (but not explicitely
> snmp, but it is installed by some other port as net-snmp-5.4.2.1), and the
> security/krb5 port also with default options;
>
> what do you want me todo or check in detail? thanks in advance


The reason I ask is that I'd like to be able to reproduce your problem and 
therefore need the configuration of dependencies. My options don't contain 
krb and snmp linking,so somewhere down the line of dependencies I disabled 
them.

Could you show output of:
make -C /usr/ports/security/gsasl showconfig-recursive

and trim ports that don't contain krb/gssapi or snmp as the output can be 
quite long.

-- 
Mel

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


Re: (EE) intel(0): [DRI] Locking deadlock. (EE) intel(0): [DRI] Unlocking inconsistency:

2009-01-31 Thread Glen Barber
Antonio Rieser said: 
> 1) If I boot with the tablet plugged in, everything is fine.
> 2) If I remove the tablet from the computer (I've only tried it during
> an X session), the system panics and shuts down.

Removing USB devices without cleanly disabling the device will do that,
but I've personally only seen it using flash drives and such.  I have no
tablet device(s) to test with.

> Should I repost this thread to freebsd-ports or freebsd-usb?

No, but I think you may want to reconsider the Subject: line of this
email, as you may get more responses.

-- 
Glen Barber
___
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: installworld fails - nb_NO.ISO8859-1/LC_TIME: too many levels of symbolic links

2009-01-31 Thread Mel
On Saturday 31 January 2009 07:09:39 Anton Shterenlikht wrote:
> I'm upgrading from 7.1-prerelease to 7.1-stable. I followed the manual.
> make buildworld, make buildkernel, make installkernel, reboot,
> make installworld fails with
>
> install: /usr/share/locale/nb_NO.ISO8859-1/LC_TIME: Too many levels of
> symbolic links

Can you provide output of:
ls -l /usr/share/locale/nb_NO.IS8859-1/LC_TIME

-- 
Mel

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


Re: (EE) intel(0): [DRI] Locking deadlock. (EE) intel(0): [DRI] Unlocking inconsistency:

2009-01-31 Thread Antonio Rieser
Hi,

Thanks for the note.  X11 normally finds the tablet fine, and I quite
like using it, so I'd rather not comment out the lines in  xorg.conf.
The entire system is a new install, so there doesn't seem to be an
updating issue, and, in any case, there's nothing in
/usr/ports/UPDATING regarding xorg that seems relevant.

It does, however, seem to be a problem with interaction between the
tablet and xorg (and maybe the usb system). If I boot without having
plugged in the wacom tablet, I get the lines I've included below in my
Xorg.0.log.  It doesn't seem to write more than this, however, so it
doesn't fill up /var.  However, if I  plug it in and logout,
restarting X11/KDE/KDM, then I get the error messages from my first
message, which eventually crash my system, but until then, the tablet
itself works fine.

Two more points:

1) If I boot with the tablet plugged in, everything is fine.
2) If I remove the tablet from the computer (I've only tried it during
an X session), the system panics and shuts down.

Should I repost this thread to freebsd-ports or freebsd-usb?

Thanks again for any help!

All the best,

  Tony
---
Enclosed below are the error messages at the end of
/var/log/Xorg.0.log after booting without the tablet plugged in:
---

(**) Option "Protocol" "auto"
(**) Mouse0: Device: "/dev/sysmouse"
(**) Mouse0: Protocol: "auto"
(**) Option "CorePointer"
(**) Mouse0: always reports core events
(**) Option "Device" "/dev/sysmouse"
(==) Mouse0: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "4 5 6 7"
(**) Mouse0: ZAxisMapping: buttons 4, 5, 6 and 7
(**) Mouse0: Buttons: 11
(**) Mouse0: Sensitivity: 1
(**) Option "CoreKeyboard"
(**) Keyboard0: always reports core events
(**) Option "Protocol" "standard"
(**) Keyboard0: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) Keyboard0: XkbRules: "xorg"
(**) Option "XkbModel" "pc105"
(**) Keyboard0: XkbModel: "pc105"
(**) Option "XkbLayout" "us"
(**) Keyboard0: XkbLayout: "us"
(**) Option "CustomKeycodes" "off"
(**) Keyboard0: CustomKeycodes disabled
(**) Option "SendCoreEvents"
(**) stylus: always reports core events
(**) stylus device is /dev/event0
(**) stylus is in absolute mode
(**) WACOM: suppress value is 2
(**) Option "USB" "on"
(**) stylus: reading USB link
(**) /dev/event0: Touch capacity is enabled
(**) Option "BaudRate" "9600"
(**) Option "SendCoreEvents"
(**) eraser: always reports core events
(**) eraser device is /dev/event0
(**) eraser is in absolute mode
(**) WACOM: suppress value is 2
(**) Option "USB" "on"
(**) eraser: reading USB link
(**) /dev/event0: Touch capacity is enabled
(**) Option "BaudRate" "9600"
(**) Option "SendCoreEvents"
(**) cursor: always reports core events
(**) cursor device is /dev/event0
(**) cursor is in relative mode
(**) WACOM: suppress value is 2
(**) Option "USB" "on"
(**) cursor: reading USB link
(**) /dev/event0: Touch capacity is enabled
(**) Option "BaudRate" "9600"
(**) Option "SendCoreEvents"
(**) pad: always reports core events
(**) pad device is /dev/event0
(**) pad is in relative mode
(**) WACOM: suppress value is 2
(**) Option "USB" "on"
(**) pad: reading USB link
(**) /dev/event0: Touch capacity is enabled
(**) Option "BaudRate" "9600"
(II) evaluating device (pad)
(II) XINPUT: Adding extended input device "pad" (type: Wacom Pad)
(II) evaluating device (cursor)
(II) XINPUT: Adding extended input device "cursor" (type: Wacom Cursor)
(II) evaluating device (eraser)
(II) XINPUT: Adding extended input device "eraser" (type: Wacom Eraser)
(II) evaluating device (stylus)
(II) XINPUT: Adding extended input device "stylus" (type: Wacom Stylus)
(II) evaluating device (Keyboard0)
(II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD)
(II) evaluating device (Mouse0)
(II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE)
(**) Option "Device" "/dev/event0"
(EE) xf86OpenSerial: Cannot open device /dev/event0
No such file or directory.
Error opening /dev/event0 : Unknown error: 0
(**) Option "Device" "/dev/event0"
(EE) xf86OpenSerial: Cannot open device /dev/event0
No such file or directory.
Error opening /dev/event0 : Unknown error: 0
(**) Option "Device" "/dev/event0"
(EE) xf86OpenSerial: Cannot open device /dev/event0
No such file or directory.
Error opening /dev/event0 : Unknown error: 0
(**) Option "Device" "/dev/event0"
(EE) xf86OpenSerial: Cannot open device /dev/event0
No such file or directory.
Error opening /dev/event0 : Unknown error: 0
(II) Mouse0: SetupAuto: hw.iftype is 4, hw.model is 0
(II) Mouse0: SetupAuto: protocol is SysMouse
(EE) intel(0): underrun on pipe B!
(EE) intel(0): tried to update DSPARB with both planes enabled!
(II) intel(0): EDID vendor "LGP", prod id 1623
(II) intel(0): Printing DDC gathered Modelines:
(II) intel(0): Modeline "1024x768"x0.0   65.00  1024 1

installworld fails - nb_NO.ISO8859-1/LC_TIME: too many levels of symbolic links

2009-01-31 Thread Anton Shterenlikht
I'm upgrading from 7.1-prerelease to 7.1-stable. I followed the manual.
make buildworld, make buildkernel, make installkernel, reboot,
make installworld fails with

install: /usr/share/locale/nb_NO.ISO8859-1/LC_TIME: Too many levels of
symbolic links
*** Error code 71

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

What's the problem?

many thanks
anton

-- 
Anton Shterenlikht
Room 2.6, Queen's Building
Mech Eng Dept
Bristol University
University Walk, Bristol BS8 1TR, UK
Tel: +44 (0)117 928 8233 
Fax: +44 (0)117 929 4423
___
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: Xorg upgrade desaster: Xlib: extension "Generic Event Extension" missing on display ":0.0".

2009-01-31 Thread Robert Noland
On Fri, 2009-01-30 at 18:23 -0500, Alex Goncharov wrote:
> ,--- You/O. (Fri, 30 Jan 2009 23:19:41 +0100) *
> | After upgrading one of my FreeBSD 8.0-CUR/amd64 boxes to new xorg-7.4
> | and having done hurting recompiling nearly everything/package twice now
> | firefox3 still doesn't work properly and hits me when starting with this
> | error message:
> | 
> | Xlib:  extension "Generic Event Extension" missing on display ":0.0".
> 
> Interesting -- I just did my comprehensive upgrade, as a part of which
> xorg-server went from 1.5.3_1,1 to 1.5.3_2,1.
> 
> And this is what I see now, for the first time, and consistently:
> 
> 
> $ xterm&
> [3] 12585
> 
> $ emacs &   
> [4] 12644
> Xlib:  extension "Generic Event Extension" missing on display ":0.0".
> Xlib:  extension "Generic Event Extension" missing on display ":0.0".
> Xlib:  extension "Generic Event Extension" missing on display ":0.0".
> Xlib:  extension "Generic Event Extension" missing on display ":0.0".
> Xlib:  extension "Generic Event Extension" missing on display ":0.0".
> Xlib:  extension "Generic Event Extension" missing on display ":0.0".

This is harmless, it indicates that libXext has support for generic
events, but the server does not yet.

robert.

> 
> 
> The garbage still pollutes my windows periodically, so, I guess, my
> next xorg-server will be 1.4.
> 
> For reference, my system is:
> 
>i386 FreeBSD 7.1-STABLE Sun Jan 25 06:28:38 EST 2009
> 
> It not being CURRENT, I took the liberty of cc: freebsd-po...@freebsd.org.
> 
> -- Alex -- alex-goncha...@comcast.net --
> ___
> freebsd-po...@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-ports
> To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
-- 
Robert Noland 
FreeBSD


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


Re: X.org-update -> screen garbled / settings for xorg.conf?

2009-01-31 Thread Matthew Seaman

Anton Shterenlikht wrote:

On Fri, Jan 30, 2009 at 09:29:34PM +, Matthew Seaman wrote:

Anton Shterenlikht wrote:

On Fri, Jan 30, 2009 at 03:46:14PM +0100, Ewald Jenisch wrote:

Hi,

Today I upgraded my system (ports) so I got x.org 7.4 installed.

Given the various entries in /usr/ports/UPDATING about the recent
updates for xorg I wonder what the correct settings/combinations are
for my installation:

I've got hald running as per /etc/rc.conf with hald_enable="YES" as
well as moused (moused_enable=YES in rc.conf).

what??? where's hald_enable="YES" documented?
There's nothing about this in X, dbus, or hald manual pages.
Perhaps this is why my X servers won't work and dbus keeps complaining
that it cannot connect..


rc.conf(5) in the general sense and in /usr/local/etc/rc.d/hald specifically.


sure, what I meant is where is it documented that X requires hald?


It's the way the xorg-server port threw up an OPTIONS dialogue saying "do you
want hald support" that tipped me off...

Cheers,

Matthew

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



signature.asc
Description: OpenPGP digital signature


Re: Load balancing multiple virtual hosts on 1 IP

2009-01-31 Thread Matthew Seaman

Marc G. Fournier wrote:


Simple: is it possible?

I have two VMs that contain the same content, on two different IPs .. I 
want to setup a third VM with something like haproxy on it that will 
take the URL (http://domain1) and pull the content from one or the other 
...


So far, all works well if I only have one virtual host, but as soon as I 
add a second one (http://domain2), when I try to go to http://domain2, 
it pulls up the content for domain1 also, as if I was going to http://IP 
instead.


Is there a way to set this up (with haproxy, or some other software), 
that it will actually pass the URL through to the backend apache server 
and load up the right content?  Or is this a limitation in the protocol 
itself?/


This is certainly possible -- most of the world's big web sites work in
exactly this way, although they would tend to use dedicated hardware LB
if they were of any appreciable size.

I think what's going wrong for you is that you are using a front-end proxy,
and it's rewriting the requests with the host names of the real servers,
which will certainly screw up name based virtual hosts.

Instead of ha-proxy, look into relayd -- in conjunction with a pf(4)
firewall this will do exactly what you want.  It can operate purely at the
IP level or even at layer 2 if you want to implement DSR.  Another
alternative to consider is varnish, although I'm not sure that has much
in the way of health-checking the back-end servers behind it.  varnish
is a reverse-proxy / web accelerator so can give you some performance
boost as well.

Cheers,

Matthew

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



signature.asc
Description: OpenPGP digital signature


Re: X.org-update -> screen garbled / settings for xorg.conf?

2009-01-31 Thread Anton Shterenlikht
On Fri, Jan 30, 2009 at 09:29:34PM +, Matthew Seaman wrote:
> Anton Shterenlikht wrote:
> > On Fri, Jan 30, 2009 at 03:46:14PM +0100, Ewald Jenisch wrote:
> >> Hi,
> >>
> >> Today I upgraded my system (ports) so I got x.org 7.4 installed.
> >>
> >> Given the various entries in /usr/ports/UPDATING about the recent
> >> updates for xorg I wonder what the correct settings/combinations are
> >> for my installation:
> >>
> >> I've got hald running as per /etc/rc.conf with hald_enable="YES" as
> >> well as moused (moused_enable=YES in rc.conf).
> > 
> > what??? where's hald_enable="YES" documented?
> > There's nothing about this in X, dbus, or hald manual pages.
> > Perhaps this is why my X servers won't work and dbus keeps complaining
> > that it cannot connect..
> > 
> 
> rc.conf(5) in the general sense and in /usr/local/etc/rc.d/hald specifically.

sure, what I meant is where is it documented that X requires hald?

thanks
anton

-- 
Anton Shterenlikht
Room 2.6, Queen's Building
Mech Eng Dept
Bristol University
University Walk, Bristol BS8 1TR, UK
Tel: +44 (0)117 928 8233 
Fax: +44 (0)117 929 4423
___
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: Autolearn=fail SpamAssassin

2009-01-31 Thread Howard Goldstein

Tom Stuart wrote:

Hello, I just installed SpamAssassin on FreeBSD 7.1 and am
encountering an error with autolearn. It always says failed when
attempting to learn.


See http://wiki.apache.org/spamassassin/AutolearningNotWorking
___
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"


Load balancing multiple virtual hosts on 1 IP

2009-01-31 Thread Marc G. Fournier


Simple: is it possible?

I have two VMs that contain the same content, on two different IPs .. I 
want to setup a third VM with something like haproxy on it that will take 
the URL (http://domain1) and pull the content from one or the other ...


So far, all works well if I only have one virtual host, but as soon as I 
add a second one (http://domain2), when I try to go to http://domain2, it 
pulls up the content for domain1 also, as if I was going to http://IP 
instead.


Is there a way to set this up (with haproxy, or some other software), that 
it will actually pass the URL through to the backend apache server and 
load up the right content?  Or is this a limitation in the protocol 
itself?/


Thx


Marc G. Fournier   Hub.Org Networking Services (http://www.hub.org)
Email . scra...@hub.org  MSN . scra...@hub.org
Yahoo . yscrappy   Skype: hub.orgICQ . 7615664
___
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: (EE) intel(0): [DRI] Locking deadlock. (EE) intel(0): [DRI] Unlocking inconsistency:

2009-01-31 Thread Glen Barber
Antonio Rieser said: 
> I'm running FreeBSD 7.1 on an ACER Aspire
> 1680 laptop.  Something is writing so many
> errors to my Xorg.0.log and kdm-bin.log files
> that it fills up the /var filesystem and locks my system.
> (I just had my first encounter with the fixit disk - scary
> but successful...)
> 
> I've enclosed the output of
> dmesg (starting at my most recent boot, without
> my Wacom tablet or any USB devices), followed by
> an excerpt of the Xorg.0.log.old file.
> The errors at the end of the latter are repeated
> until the end of the file.
> 
> The errors always begin after some lines about the
> Wacom tablet.  Is that a coincidence or a probable cause?
> 

If Xorg can't find a tablet device (Wacom), it will show errors about
it, which you can avoid by commenting out wacom devices in xorg.conf.

Have these problems recently surfaced after upgrading Xorg to 7.4?

If so, did you read /usr/ports/UPDATING?

-- 
Glen Barber
___
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: Nagios-3.0.6 [Segmentation fault]

2009-01-31 Thread Bogdan Potishuk
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Isaac Mabapa said the following on 30.01.2009 12:04:
> Hi
> 
> I'm having a problem with trying to start nagios-3.0.6 with embedded perl.
> I'm running freebsd 7.1-RELEASE-p2 with perl-5.8.9.
> when i try to start nagios i get this error.
> 
> Performing sanity check of nagios configuration: OK
> Starting nagios.
> Segmentation fault
> 
> is this this a known bug ?

Hi.
This bug was recently discussed in freebsd-ports.
http://www.freebsd.org/cgi/getmsg.cgi?fetch=524413+527152+/usr/local/www/db/text/2009/freebsd-ports/20090125.freebsd-ports

- --
Regards,
Bogdan Potishuk
- ---
KeyID: 0x84B8D5142569D30B
Fingerprint: 78FC 5C40 07CC D331 148E CC79 84B8 D514 2569 D30B
Keyserver: keyserver.pgp.com
- ---
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEAREKAAYFAkmEPgoACgkQhLjVFCVp0wtrvgCg+d5AQVPVgUjTqSafQCYgFpWt
AjMAn0abbBgUzpMmCvXyNu7JbLglLKLC
=1RTw
-END PGP SIGNATURE-
___
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: Problem gdm 2.24, xdmcp D-BUS?

2009-01-31 Thread Uwe Laverenz

Peter Ulrich Kruppa schrieb:

That's a really "thin" client and it seems to work (for me - I can logon 
to my wifes Debian machine).


Yes, this works because Debian still uses GDM 2.20. :)

The new GDM 2.24 is broken on _both_ sides (local and remote):

- there is no XDMCP-Chooser anymore on the local side ("rewritten" ;))

- GDM does not listen to XDMCP requests on the remote side (this is
  a bug I think, not "rewritten)


Uwe

___
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: /usr and /var was not properly dismounted...!

2009-01-31 Thread Toni Schmidbauer
At Sat, 31 Jan 2009 11:30:40 +0200,
thanos trompoukis wrote:
> WARNING:  /usr   was not properly dismounted...!
> WARNING:  /usr   was not properly dismounted...!

generally this happens if you just turn of your computer without a
proper 'shutdown -h now'. FreeBSD has to write cached filesystem data
from memory to the disk before a shutdown. if the system is switched
off before this sync, there is the possibility that your filesystem is
in an inconsistent state.

are you using soft-updates on this filesystem? you can check this with
the mount commando, for example:

/dev/mirror/rm0s1a on / (ufs, local, soft-updates)

if yes you should see a background fsck process running (check with
'ps ax | grep fsck') after the system boots. Check /var/log/messages
to see if there are any messages from fsck.

to be sure you can also boot the system into single user mode (use
menu item 4 on the FreeBSD boot screen) an run fsck manually
(e.g. 'fsck /dev/ad0s1f' where ad0s1f should be replaced with the
actual mount point of your /usr filesystem. maybe fsck has to fix the
filesystem and will ask some questions that you should answer with
'y'. a second run of fsck is not required but does not hurt just to be
sure the filesystem is consistent. after that you can just 'exit' the
single user shell to continue booting or reboot the system again.

remember to always use 'shutdown -h' or 'shutdown -p'.

please also consult the FreeBSD handbook at 

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

which contains a lot of information for newcomers. there are also
excellent books about FreeBSD available, just search amazon.

hth
toni
-- 
Don't forget, there is no security | toni at stderror dot at 
-- Wulfgar | Toni Schmidbauer
___
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: atacontrol + highpoint raid & hot-swappable bays = reboot?

2009-01-31 Thread Gabe
--- On Fri, 1/30/09, Gabe  wrote:

> From: Gabe 
> Subject: atacontrol + highpoint raid & hot-swappable bays = reboot?
> To: freebsd-questions@freebsd.org
> Date: Friday, January 30, 2009, 2:40 AM
> Hello list,
> 
> I've come upon a problem I've googled the daylights
> out of, further I've read atacontrol(8) up and down
> without success. My goal is simple, I have a supermicro 1U
> with hot-swappable drive bays which hold 2 SATA drives that
> are connected to a PCI highpoint rocket raid card. I need to
> be able to simulate a failure on HDD1 (drive bay 2) and
> I've been trying to do it by following the handbook
> here: [18.4.3]
> http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/raid.html
> to no avail.
> 
> atacontrol detach ata3
> 
> 
> 
> atacontrol attach ata3
>  command>
> atacontrol addspare ar0 ata3
> 
> Now this is when I encounter a "Device Busy"
> error. In order to recover from this I've tried
> detaching and attaching to no avail, rebooting just makes
> atacontrol status ar0 only show disk 1 even though disk 2
> (ata3) is listed in atacontrol list.
> 
> See below for a transcript from the shell, hopefully
> someone can provide some insight before I flip out. :)
> 
> Thanks,
> 
> /gabe
> 
> atap...@pci0:1:3:0:   class=0x010400 card=0x00011103
> chip=0x00051103 rev=0x02 hdr=0x00
> vendor = 'Triones Technologies Inc.
> (HighPoint)'
> device = 'HPT372x UDMA/ATA133 RAID
> Controller'
> class  = mass storage
> subclass   = RAID
> 
> Jan 30 02:19:00 amnesiac kernel: hptrr: HPT RocketRAID
> controller driver v1.1 (Feb 24 2008 19:59:27)
> Jan 30 02:19:00 amnesiac kernel: ar0: 76319MB  v2 RocketRAID RAID1> status: READY
> 
> Script started on Fri Jan 30 02:21:01 2009
> amnesiac# atacontrol  list
> 
> ATA channel 0:
> 
> Master:  no device present
> 
> Slave:   no device present
> 
> ATA channel 1:
> 
> Master: acd0  ATA/ATAPI revision 0
> 
> Slave:   no device present
> 
> ATA channel 2:
> 
> Master:  ad4  Serial ATA v1.0
> 
> Slave:   no device present
> 
> ATA channel 3:
> 
> Master:  ad6  Serial ATA v1.0
> 
> Slave:   no device present
> 
> amnesiac# atacontrol  status  ar0
> 
> ar0: ATA RAID1 status: READY
> 
>  subdisks:
> 
>0 ad6  ONLINE
> 
>1 ad4  ONLINE
> 
> amnesiac# atacontrol  detach  ata2
> 
> amnesiac# tail  -n5  /var/log/messages 
> 
> Jan 30 02:19:00 amnesiac savecore: no dumps found
> 
> Jan 30 02:19:39 amnesiac login: ROOT LOGIN (root) ON ttyv0
> 
> Jan 30 02:21:38 amnesiac kernel: ar0: WARNING - mirror
> protection lost. RAID1 array in DEGRADED mode
> 
> Jan 30 02:21:38 amnesiac kernel: subdisk4: detached
> 
> Jan 30 02:21:38 amnesiac kernel: ad4: detached
> 
> amnesiac# atacontrol  attach  ata2
> 
> Master:  ad4  Serial ATA v1.0
> 
> Slave:   no device present
> 
> amnesiac# atacontrol  status  ar0
> 
> ar0: ATA RAID1 status: DEGRADED
> 
>  subdisks:
> 
>0 ad6  ONLINE
> 
>1  MISSING
> 
> amnesiac# atacontrol  list
> 
> ATA channel 0:
> 
> Master:  no device present
> 
> Slave:   no device present
> 
> ATA channel 1:
> 
> Master: acd0  ATA/ATAPI revision 0
> 
> Slave:   no device present
> 
> ATA channel 2:
> 
> Master:  ad4  Serial ATA v1.0
> 
> Slave:   no device present
> 
> ATA channel 3:
> 
> Master:  ad6  Serial ATA v1.0
> 
> Slave:   no device present
> 
> amnesiac# atacontrol  addspare  ar0  ad4
> 
> atacontrol: ioctl(IOCATARAIDADDSPARE): Device busy
> 
> amnesiac# ^Dexit
> 
> Script done on Fri Jan 30 02:22:47 2009
> 
> ___
> 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"

Oh man, so we're all stumped? Any suggestions would be greatly appreciated.

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: /usr and /var was not properly dismounted...!

2009-01-31 Thread Peter Boosten


On Jan 31, 2009, at 10:30, thanos trompoukis  wrote:


Hi I am NEW here and I do not know anything about unix sytems...  :D

But i'd like to learn!





When I start my freebsd system I can see this:


WARNING:  /usr   was not properly dismounted...!
WARNING:  /usr   was not properly dismounted...!




and I have no idea about it.
Could you give me an explain to understand the situation and fix the
problem?

thanx!
thanos.



How did you stop the last time?
This happens when FreeBSD (or any other un*x) wasn't able to shutdown  
properly.


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


/usr and /var was not properly dismounted...!

2009-01-31 Thread thanos trompoukis
Hi I am NEW here and I do not know anything about unix sytems...  :D

But i'd like to learn!





When I start my freebsd system I can see this:


WARNING:  /usr   was not properly dismounted...!
WARNING:  /usr   was not properly dismounted...!




and I have no idea about it.
Could you give me an explain to understand the situation and fix the
problem?

thanx!
thanos.
___
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"


anyone suffering with NV / xorg 7.4 issues

2009-01-31 Thread Jeff Molofee
I know most of you have already figured this out, and others have gone 
back to 7.3, but I thought I'd post what worked for me.


I saw many people explain bits and pieces of the problem, but none of 
the bits and pieces helped me the last 3 days, until I put em all 
together (hard to do when you have to browse with LINKS.


First issues first... I upgrade from 7.3 to 7.4 using portmanager -u, 
seemed to go without a hitch. I read UPDATING and followed all the 
instructions. Rebooted and everything was broken.


I had everything from no screens, to no mouse, no keyboard, no X, no 
startx, wfb errors, you name it. I messed around with xorg.conf for hours!!!


What I had to do was portmanager -u -p -l -y (thanks robert) - This 
brought all my ports back to a stable state (took ages)
I build xorg-server without HAL at first, but this didn't matter, hal or 
not, it works fine (in the end I selected all 3 choices)
I then grabbed the beta nvidia driver 180.22 from the nvidia web site - 
installed it with make install (couldn't get driver in ports to work)
X -configure and nvidia-xconfig would not work for me so I took my old 
config and used it (will post below) - running X -configure resulted in 
32 of everything (no idea why)
By now I could get startx and X to launch X just fine, but gnome would 
not start at all (couldn't move mouse or type ... so it seems)
At the top of my xorg.conf I had to add Option "AutoAddDevices" "off" 
(thx again robert)... for the longest time I was being an idiot and 
adding just AutoAddDevices "off" (reading man helped... duh)


xorg.conf below (really stripped down)

after this I did a reboot and everything is working with full 3D... hope 
this helps anyone still struggling :(


Section "ServerFlags"
Option "AutoAddDevices" "off"
EndSection

Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection

Section "Files"
EndSection

Section "Module"
Load "freetype"
# Load "xtt"
Load "extmod"
Load "glx"
Load "dbe"
Load "record"
Load "xtrap"
Load "type1"
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "Auto"
Option "Device" "/dev/sysmouse"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection

Section "Monitor"

### Comment all HorizSync and VertRefresh values to use DDC:
Identifier "Monitor0"
HorizSync 31.5 - 57.0
VertRefresh 50.0 - 100.0
EndSection

Section "Device"
Identifier "Card0"
Driver "nvidia"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection

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


Autolearn=fail SpamAssassin

2009-01-31 Thread Tom Stuart
Hello, I just installed SpamAssassin on FreeBSD 7.1 and am
encountering an error with autolearn. It always says failed when
attempting to learn. I followed the documentation for setting it up
but I'm wondering if I missed something. Possibly the Bayes DB was not
created? Or is this something I need to do manually? Thanks for any
help :)

spamassassin -V
SpamAssassin version 3.2.5
  running on Perl version 5.8.8

X-Spam-Status: Yes, score=23.2 required=5.0 tests=FH_HELO_EQ_D_D_D_D,

HELO_DYNAMIC_IPADDR,HTML_MESSAGE,MIME_HTML_ONLY,MISSING_DATE,MISSING_MID,

RAZOR2_CF_RANGE_51_100,RAZOR2_CF_RANGE_E4_51_100,RAZOR2_CF_RANGE_E8_51_100,
RAZOR2_CHECK,RCVD_IN_BL_SPAMCOP_NET,RCVD_IN_SORBS_WEB,RDNS_DYNAMIC,
URIBL_AB_SURBL,URIBL_BLACK,URIBL_JP_SURBL,URIBL_OB_SURBL,URIBL_WS_SURBL
autolearn=failed version=3.2.5
___
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: gsasl 0.2.28_1 does not link in 7.1R

2009-01-31 Thread Matthias Apitz
El día Friday, January 30, 2009 a las 11:23:35AM -0900, Mel escribió:

> On Friday 30 January 2009 06:43:11 Matthias Apitz wrote:
> > Hello,
> >
> > Any idea about the problem below? Thx
> >
> > matthias
> >
> > # cd /usr/ports/security/gsasl
> > # make
> > ===>  Building for gsasl-0.2.28_1
...
> > Making all in src
> > make  all-am
> > /bin/sh ../libtool --tag=CC--mode=link cc -std=gnu99  -O2
> > -fno-strict-aliasing -pipe   -L/usr/local/lib -o gsasl gsasl.o
> > gsasl_cmd.o imap.o  smtp.o callbacks.o ../lib/src/libgsasl.la
> > ../gl/libgl.la  -lreadline -L/usr/local/lib -lgnutls -lz
> > -L/usr/local/lib -lgcrypt -L/usr/local/lib -lgpg-error -L/usr/local/lib
> > -lintl -L/usr/local/lib -liconv -R/usr/local/lib
> > cc -std=gnu99 -O2 -fno-strict-aliasing -pipe -o .libs/gsasl gsasl.o
> > gsasl_cmd.o imap.o smtp.o callbacks.o  -L/usr/local/lib
> > ../lib/src/.libs/libgsasl.so -L/usr/lib /usr/local/lib/libntlm.so
> > -lgssapi -lkrb5 -lasn1 -lcrypto -lroken -lcrypt -lcom_err
> > ../gl/.libs/libgl.a -lreadline /usr/local/lib/libgnutls.so -lz
> > /usr/local/lib/libgcrypt.so /usr/local/lib/libgpg-error.so
> > /usr/local/lib/libintl.so /usr/local/lib/libiconv.so  -Wl,--rpath
> > -Wl,/usr/local/lib
> > /usr/lib/libasn1.so: undefined reference to `init_error_table'
> > /usr/lib/libasn1.so: undefined reference to `initialize_error_table_r'
> > *** Error code 1
> 
> Judging from the manpage, it's not supposed to be linked directly, but 
> using -lbsnmp. But your linkline is far more complex then mine. Which of the 
> dependencies did you enable kerberos and snmp support?

Hi Mel,

I've to admit that I don't understand your question. The above problem
comes up when I've tried to compile the port net-im/jabberd with default
options (make install BATCH=yes) which seems to need gsasl.

And yes, I've ported before as well security/krb5 (but not explicitely
snmp, but it is installed by some other port as net-snmp-5.4.2.1), and the
security/krb5 port also with default options;

what do you want me todo or check in detail? thanks in advance

matthias

-- 
Matthias Apitz
Manager Technical Support - OCLC GmbH
Gruenwalder Weg 28g - 82041 Oberhaching - Germany
t +49-89-61308 351 - f +49-89-61308 399 - m +49-170-4527211
e  - w http://www.oclc.org/ http://www.UnixArea.de/
b http://gurucubano.blogspot.com/
___
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"


(EE) intel(0): [DRI] Locking deadlock. (EE) intel(0): [DRI] Unlocking inconsistency:

2009-01-31 Thread Antonio Rieser
Hi,

I'm running FreeBSD 7.1 on an ACER Aspire
1680 laptop.  Something is writing so many
errors to my Xorg.0.log and kdm-bin.log files
that it fills up the /var filesystem and locks my system.
(I just had my first encounter with the fixit disk - scary
but successful...)

I've enclosed the output of
dmesg (starting at my most recent boot, without
my Wacom tablet or any USB devices), followed by
an excerpt of the Xorg.0.log.old file.
The errors at the end of the latter are repeated
until the end of the file.

The errors always begin after some lines about the
Wacom tablet.  Is that a coincidence or a probable cause?

Many, many thanks,

  Tony Rieser

--

dmesg output:
--
Copyright (c) 1992-2009 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
The Regents of the University of California. All rights reserved.

FreeBSD is a registered trademark of The FreeBSD Foundation.
FreeBSD 7.1-RELEASE #0: Thu Jan  1 14:37:25 UTC 2009
r...@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC
module_register: module uhub/umass already exists!

Module uhub/umass failed to register: 17
Timecounter "i8254" frequency 1193182 Hz quality 0
CPU: Intel(R) Pentium(R) M processor 1.50GHz (1498.74-MHz 686-class CPU)
  Origin = "GenuineIntel"  Id = 0x6d8  Stepping = 8

  
Features=0xafe9f9ff
  Features2=0x180
  AMD Features=0x10
real memory  = 518914048 (494 MB)

avail memory = 493772800 (470 MB)
kbd1 at kbdmux0
ath_hal: 0.9.20.3 (AR5210, AR5211, AR5212, RF5111, RF5112, RF2413, RF5413)
acpi0:  on motherboard
acpi0: [ITHREAD]
acpi0: Power Button (fixed)

acpi0: reservation of 0, a (3) failed
Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000
acpi_timer0: <24-bit timer at 3.579545MHz> port 0x1008-0x100b on acpi0
acpi_ec0:  port 0x62,0x66 on acpi0

acpi_hpet0:  iomem 0-0x3ff on acpi0
device_attach: acpi_hpet0 attach returned 12
pcib0:  port 0xcf8-0xcff on acpi0
pci0:  on pcib0

pci0:  at device 0.1 (no driver attached)
pci0:  at device 0.3 (no driver attached)
vgapci0:  port 0x1800-0x1807 mem
0xe800-0xefff,0xe000-0xe007 irq 6 at device 2.0 on
pci0

agp0:  on vgapci0
agp0: detected 16252k stolen memory
agp0: aperture size is 128M
vgapci1:  mem
0xf000-0xf7ff,0xe008-0xe00f at device 2.1 on pci0

uhci0:  port 0x1820-0x183f
irq 6 at device 29.0 on pci0
uhci0: [GIANT-LOCKED]
uhci0: [ITHREAD]
usb0:  on uhci0

usb0: USB revision 1.0
uhub0:  on usb0
uhub0: 2 ports with 2 removable, self powered
uhci1:  port 0x1840-0x185f
irq 6 at device 29.1 on pci0

uhci1: [GIANT-LOCKED]
uhci1: [ITHREAD]
usb1:  on uhci1
usb1: USB revision 1.0
uhub1:  on usb1
uhub1: 2 ports with 2 removable, self powered

uhci2:  port 0x1860-0x187f
irq 6 at device 29.2 on pci0
uhci2: [GIANT-LOCKED]
uhci2: [ITHREAD]
usb2:  on uhci2

usb2: USB revision 1.0
uhub2:  on usb2
uhub2: 2 ports with 2 removable, self powered
ehci0:  mem
0xe010-0xe01003ff irq 10 at device 29.7 on pci0

ehci0: [GIANT-LOCKED]
ehci0: [ITHREAD]
usb3: EHCI version 1.0
usb3: companion controllers, 2 ports each: usb0 usb1 usb2
usb3:  on ehci0
usb3: USB revision 2.0

uhub3:  on usb3
uhub3: 6 ports with 6 removable, self powered
pcib1:  at device 30.0 on pci0
pci2:  on pcib1

bfe0:  mem 0xe0204000-0xe0205fff irq 6
at device 2.0 on pci2
miibus0:  on bfe0
bmtphy0:  PHY 1 on miibus0
bmtphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto

bfe0: Ethernet address: 00:c0:9f:7f:13:f7
bfe0: [ITHREAD]
pci2:  at device 4.0 (no driver attached)
cbb0:  mem 0xe0209000-0xe0209fff irq 10 at
device 6.0 on pci2

cardbus0:  on cbb0
pccard0: <16-bit PCCard bus> on cbb0
cbb0: [ITHREAD]
fwohci0: <1394 Open Host Controller Interface> mem
0xe020a000-0xe020a7ff,0xe020-0xe0203fff irq 10 at device 6.2 on
pci2

fwohci0: [FILTER]
fwohci0: OHCI version 1.10 (ROM=1)
fwohci0: No. of Isochronous channels is 4.
fwohci0: EUI64 00:c0:9f:00:00:3f:a5:0d
fwohci0: Phy 1394a available S400, 2 ports.
fwohci0: Link S400, max_rec 2048 bytes.

firewire0:  on fwohci0
fwe0:  on firewire0
if_fwe0: Fake Ethernet address: 02:c0:9f:3f:a5:0d
fwe0: Ethernet address: 02:c0:9f:3f:a5:0d
fwip0:  on firewire0

fwip0: Firewire address: 00:c0:9f:00:00:3f:a5:0d @ 0xfffe,
S400, maxrec 2048
sbp0:  on firewire0
dcons_crom0:  on firewire0
dcons_crom0: bus_addr 0x1e4c

fwohci0: Initiate bus reset
fwohci0: BUS reset
fwohci0: node_id=0xc000ffc0, gen=1, CYCLEMASTER mode
pci2:  at device 6.3 (no driver attached)
isab0:  at device 31.0 on pci0

isa0:  on isab0
atapci0:  port
0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0x1810-0x181f at device 31.1 on
pci0
ata0:  on atapci0
ata0: [ITHREAD]

ata1:  on atapci0
ata1: [ITHREAD]
pci0:  at device 31.3 (no driver attached)
pcm0:  port 0x1c00-0x1cff,0x18c0-0x18ff mem
0xe0100c00-0xe0100dff,0xe0100800-0xe01008ff irq 10 at device 31.5 on
pci0

pcm0: [ITHREAD]
pcm0: 
pci0:  at device 31.6 (no driver attached)
acpi_lid0:  on ac