On 12/1/10, David Demelier wrote:
> On 30/11/2010 23:29, Paul B Mahol wrote:
>> On 11/30/10, David DEMELIER wrote:
>>> 2010/11/30 Paul B Mahol:
On 11/30/10, David DEMELIER wrote:
> 2010/11/30 Patrick Lamaiziere:
>> Le Tue, 30 Nov 2010 21:45:03 +0100,
>> David Demelier a ecrit :
2010/12/1 Paul B Mahol :
> On 12/1/10, David Demelier wrote:
>> On 30/11/2010 23:29, Paul B Mahol wrote:
>>> On 11/30/10, David DEMELIER wrote:
2010/11/30 Paul B Mahol:
> On 11/30/10, David DEMELIER wrote:
>> 2010/11/30 Patrick Lamaiziere:
>>> Le Tue, 30 Nov 2010 21:45:03 +0100,
Guten Tag Kundennummer KK-85561,
die erste Woche im Dezember steht vor uns.
Nehmen Sie sich 1 Minute Zeit um den Traif Ihrer Krankenkasse zu vergleichen.
2011 ändern sich fast alle Tarife und Leistungen.
Durch einen Vergleich der privaten Krankenkasse können Sie 190,00 Euro und mehr
im Monat
On Tuesday, November 30, 2010 8:23:19 pm Ondřej Majerech wrote:
> Hello,
>
> my 8.1-R system has just started hanging on reboot. Specifically after
> I svn up'd my source and updated from 8.1-R-p1 to -p2.
>
> Some kind of hang occurs on every reboot attempt. Usually it hangs at
> the "Rebooting..
On 12/1/10, David DEMELIER wrote:
> 2010/12/1 Paul B Mahol :
>> On 12/1/10, David Demelier wrote:
>>> On 30/11/2010 23:29, Paul B Mahol wrote:
On 11/30/10, David DEMELIER wrote:
> 2010/11/30 Paul B Mahol:
>> On 11/30/10, David DEMELIER wrote:
>>> 2010/11/30 Patrick Lamaiziere:
I'm having an interesting problem on a fresh 8.1-RELEASE1 install.
I'll start by saying this didn't happen on 7.1 on the same exact
machine. I've been fighting with this for 2 days now and have come up
with no answers on my own, so I'm hoping one of you guys can have some
insight here.
When I run
On Wed, 1 Dec 2010 13:51:48 +
Paul B Mahol wrote:
[snip 9 levels of quoting]
> It is hardcoded. Not my code.
Could you remember to remove excess quotes please? It's getting a bit
ridiculous having to scroll past 50 lines to see a one-line reply :)
--
Bruce Cran
_
On Wed, Dec 1, 2010 at 8:42 AM, Brian McCann wrote:
> I'm having an interesting problem on a fresh 8.1-RELEASE1 install.
> I'll start by saying this didn't happen on 7.1 on the same exact
> machine. I've been fighting with this for 2 days now and have come up
> with no answers on my own, so I'm h
To make this problem even stranger, I can make a connection from the
server to a workstation without issue. It appears to only be incoming
We've seen something very similar to this; we assumed it was
EEPROM corruption.
Is this a Dell PowerEdge by chance?
Do you have TSO enabled? (-t
On Wed, Dec 1, 2010 at 9:29 AM, Brian A. Seklecki (CFI NOC)
wrote:
>
>> To make this problem even stranger, I can make a connection from the
>> server to a workstation without issue. It appears to only be incoming
>
> We've seen something very similar to this; we assumed it was
> EEPROM corrupt
On 1 December 2010 14:13, Bruce Cran wrote:
> On Wed, 1 Dec 2010 13:51:48 +
> Paul B Mahol wrote:
> [snip 9 levels of quoting]
> > It is hardcoded. Not my code.
>
> Could you remember to remove excess quotes please? It's getting a bit
> ridiculous having to scroll past 50 lines to see a one-
On Wed, Dec 1, 2010 at 10:51 AM, Brian McCann wrote:
>
> This isn't a Dell PoweEdge, but at least this is two platforms it's
> happening on now. Strangely, my VMWare virtual machines that use the
> em driver do not have this problem.
>
> TSO is disabled.
>
> I just tried adding "up" to the $ifco
I have a need to use a thumb drive on my FBSD8.1/amd64 laptop and when I
plugged it in before leaving to make sure I could mount it, I discovered I
couldn't.
/var/log/messages produced this:
Dec 1 11:38:22 blackdragon root: Unknown USB device: vendor 0x0324 product
0xbc06 bus uhub1
Dec 1 11:38:
On Wed, 1 Dec 2010 11:47:26 -0500
Chris Brennan wrote:
> did I miss something?
Is it partitioned? Try "ls /dev/da0*" to see if there's a "/dev/da0s1"
entry (for example). If so, try and mount that.
To see if there's a filesystem on the disk you can run "file -s"
against the device node. e.g.
On Wed, 1 Dec 2010 11:47:26 -0500
Chris Brennan wrote:
> [r...@blackdragon [~]# kldload ntfs (just so I can read from the
> device and copy what I wanted off it)
> [r...@blackdragon [~]# mount -t ntfs /dev/da0 /mnt/thumb
> mount_ntfs: /dev/da0: Invalid argument
I think Windows defaults to FAT32 o
Working on 7.1 Release. Ports tree up to date, and a portupgrade -a
done yesterday was successful.
I did the following:
# cd /usr/ports/net-mgmt/netdisco
# make install
It bombs out with the below errors - I think it's an error in libXaw,
but can't quite be sure. Any thoughts?
Kurt
===>Ve
On Wed, 1 Dec 2010 17:00:00 +
Bruce Cran articulated:
> On Wed, 1 Dec 2010 11:47:26 -0500
> Chris Brennan wrote:
> > [r...@blackdragon [~]# kldload ntfs (just so I can read from the
> > device and copy what I wanted off it)
> > [r...@blackdragon [~]# mount -t ntfs /dev/da0 /mnt/thumb
> > mou
On Nov 30, 2010, at 5:48 PM, Devin Teske wrote:
> On Tue, 2010-11-30 at 16:00 -0800, Chuck Swiger wrote:
>> On Nov 30, 2010, at 3:19 PM, Devin Teske wrote:
>>> I'm trying to determine what -- if any -- compiler optimizations are
>>> applied to crytpo libs/engines in FreeBSD, and the following outpu
On Wed, Dec 1, 2010 at 11:09 AM, Kurt Buff wrote:
> Working on 7.1 Release. Ports tree up to date, and a portupgrade -a
> done yesterday was successful.
>
> I did the following:
>
> # cd /usr/ports/net-mgmt/netdisco
> # make install
>
> It bombs out with the below errors - I think it's an error i
On Wed, Dec 01, 2010 at 01:10:25PM -0500, Jerry wrote:
> On Wed, 1 Dec 2010 17:00:00 +
> Bruce Cran articulated:
>
> > On Wed, 1 Dec 2010 11:47:26 -0500
> > Chris Brennan wrote:
> > > [r...@blackdragon [~]# kldload ntfs (just so I can read from the
> > > device and copy what I wanted off it
On Dec 1, 2010, at 12:10 PM, Jerry wrote:
> On Wed, 1 Dec 2010 17:00:00 +
> Bruce Cran articulated:
>
>> On Wed, 1 Dec 2010 11:47:26 -0500
>> Chris Brennan wrote:
>>> [r...@blackdragon [~]# kldload ntfs (just so I can read from the
>>> device and copy what I wanted off it)
>>> [r...@blackd
You might also try sending a message from the exchange server to
another email account of yours, so you can examine the headers on the
outgoing message for anything strange.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/l
Thanks all for the feedback, problem solved, details below.
Bruce -> "/dev/ad0s1" did the trick ... I was in such a hurry, I forgot to
actually look further, I was in a hurry and got impatient :P. "file -s
/dev/DEVICE" is a nice little trick, gonna have to tuck this one away for
another rainy day
2010/12/1 krad :
> On 1 December 2010 14:13, Bruce Cran wrote:
>
>> On Wed, 1 Dec 2010 13:51:48 +
>> Paul B Mahol wrote:
>> [snip 9 levels of quoting]
>> > It is hardcoded. Not my code.
>>
>> Could you remember to remove excess quotes please? It's getting a bit
>> ridiculous having to scroll
On Wed, 1 Dec 2010 12:36:43 -0600
Ryan Coleman articulated:
> As the page says, it's READ ONLY in Linux... kinda pathetic. Thanks,
> Microsoft, for changing things AGAIN so you cannot be shared safely
> with others.
First of all, exFAT is a major improvement over FAT32 for Flash drives.
The fact
Thanks Guys.
(Jason H, Chuck S and Polytropon.)
OK. I managed to get Hiawatha compiled, installed, configured and
running! It even works, though I've not yet finished reading up on all
it's features etc, so it'll be a while before I let it loose on the
public, but so far, it appears to work
On Wed, Dec 1, 2010 at 8:09 PM, David Brodbeck wrote:
> You might also try sending a message from the exchange server to
> another email account of yours, so you can examine the headers on the
> outgoing message for anything strange.
> ___
> freebsd-que
Previously, I wrote
I'm in a process of installing a new server. I have already built
and installed a lot of ports over the past weeks, and now that I'm
almost done I discovered that one of the last things I need to
install (misc/amanda-server) needs Perl installed with threads
support, w
On Wed, Dec 1, 2010 at 10:01, Brandon Gooch wrote:
> On Wed, Dec 1, 2010 at 11:09 AM, Kurt Buff wrote:
>> Working on 7.1 Release. Ports tree up to date, and a portupgrade -a
>> done yesterday was successful.
>>
>> I did the following:
>>
>> # cd /usr/ports/net-mgmt/netdisco
>> # make install
>>
On Wed, 1 Dec 2010 14:27:48 -0800, Kurt Buff wrote:
> On Wed, Dec 1, 2010 at 10:01, Brandon Gooch
> wrote:
> > It seems that the header files can't be found. Have you checked
> > /usr/local/include/X11 to verify their existence?
> >
> > If not, perhaps you should (re)install libX11 (I thinks tha
On Wed, Dec 1, 2010 at 14:33, Polytropon wrote:
> On Wed, 1 Dec 2010 14:27:48 -0800, Kurt Buff wrote:
>> On Wed, Dec 1, 2010 at 10:01, Brandon Gooch
>> wrote:
>> > It seems that the header files can't be found. Have you checked
>> > /usr/local/include/X11 to verify their existence?
>> >
>> > If
Hi,
Would some kind soul please tell me the meaning of a message coming
from vm.c (FreeBSD 7.2):
"swap pager: indefinite wait buffer: bufobj: 0, blkno: 2, size: 4096"
This message occurs after a return from an msleep whose last args are PSWP,
"swread", and HZ*20 .
When it occurs, some interacti
On 11/29/10 19:32, James R. Van Artsdalen wrote:
O. Hartmann wrote:
Attached to the system are three WD harddrives with ZFS as filesystem
on GPT partitioning scheme.
Please send the output of "camcontrol devlist" and "zpool status" on
FreeBSD-8.1. Then export the pool in FreeBSD-8.1, boot Fre
Enviado desde mi iPad
___
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 the questions site and the test server off line?
--
~Al Plant - Honolulu, Hawaii - Phone: 808-284-2740
+ http://hawaiidakine.com + http://freebsdinfo.org +
+ http://aloha50.net - Supporting - FreeBSD 7.2 - 8.0 - 9* +
< email: n...@hdk5.net >
"All that's really worth doing is what we
On 1 Dec, Ondřej Majerech wrote:
> Hello,
>
> my 8.1-R system has just started hanging on reboot. Specifically after
> I svn up'd my source and updated from 8.1-R-p1 to -p2.
>
> Some kind of hang occurs on every reboot attempt. Usually it hangs at
> the "Rebooting..." message, but sometimes the
In freebsd-questions Digest, Vol 339, Issue 6, Message: 22
On Wed, 1 Dec 2010 15:59:30 -0500 Jerry wrote:
> On Wed, 1 Dec 2010 12:36:43 -0600
> Ryan Coleman articulated:
>
> > As the page says, it's READ ONLY in Linux... kinda pathetic. Thanks,
> > Microsoft, for changing things AGAIN so yo
On 12/1/2010 5:36 PM, O. Hartmann wrote:
> There is no valuable dmesg/message output, due to the simple fact,
> that after yesterday's "make world" and another import try the
> BACKUP00 pool was imported. The only thing to report is, that while
> importing the BACKUP00 pool, which is on devise ada3
38 matches
Mail list logo