Re: Shuttle for a BSD file server?

2009-01-30 Thread Michael Powell
Maxim Khitrov wrote:

 Greetings,
 
 I'm planning to build a new home file server for myself, starting with
 about 2TB of RAID6 space, but with room to grow in the future. Most of
 that will be on SATA drives, but I may throw in two SAS drives in
 RAID1 for the base OS, hence the SAS raid controller and enclosure.
 The highest priority for this build is data security, followed by
 performance and uptime.
 
 Rather than go for server-grade components, I thought that I should
 instead try to separate storage from the server itself. It's cheaper
 (sort of), easier to upgrade in the future, and if the server goes
 down for some reason, I can just put the raid card into another
 machine and once again have access to my data. The other advantage
 with this build is that I already have a Q6600 and some DDR2 memory
 around, so that will save me money on having to get Xeons and ECC
 memory. With that in mind, I currently have the following components
 picked out (listed below).
 
 I would like to know whether anyone has used any of these with FreeBSD
 7.x, or if you have some other suggestions for what I should look into
 (am I asking for trouble by using these parts for a 24/7 file server
 in terms of stability)? I know that the 3ware controller should be
 supported, but I'm not sure about the Shuttle. How does FreeBSD play
 with X48 chipset? The drive enclosure obviously doesn't interact with
 the OS, but I'd still like your opinion on it or maybe some
 alternatives. Please let me know what you think.
[snip]

I'm not really answering the direct question, per se, but there is a data 
point you may wish to know a little more about. There exists a difference in 
hard drives, ala Enterprise vs Desktop. The difference is in the length 
of the timeout experienced when an error condition such as a platter sector 
read/write error and resultant remap.

Desktop drives have a fairly long period (something like 8, or more, 
seconds) while trying to handle the situation. With the Enterprise grade 
of drive this period is much shorter, something like 1 to 1.5 seconds max. 

Different hardware combinations ultimately behave differently, but the place 
where this matters most is with a RAID controller. A RAID controller is 
expecting this timeout to be very short. When paired with desktop drives 
sometimes a RAID controller will detach, or lose connection, to a drive and 
you may see lots of read_dma and/or write_dma errors. 

This is very problematic as it may not actually show itself for quite a 
while after drive(s) have been placed into service, e.g., everything will 
run just fine until a drive encounters the first time a sector fails and the 
drive remaps the sector to another location. A Desktop series of drive can 
take so long to handle this error condition that the controller assumes the 
entire drive is no longer present.

In a datacenter environment the Enterprise grade of drives are commonly 
used. It is when the home user plugs up desktop drives to a RAID controller 
is where this problem is most likely to surface. It doesn't in all 
situations, as many people have done just this and experienced no trouble at 
all. Just one small data point to consider.

-Mike
 



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


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

2009-01-30 Thread Akenner

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

Zbigniew Szalbot wrote:

Hi all,

On Thu, Jan 29, 2009 at 07:34, Tim Judd taj...@gmail.com wrote:
  

Akenner wrote:


RW wrote:
  

On Wed, 28 Jan 2009 05:07:46 -0700
Tim Judd taj...@gmail.com wrote:





Nothing really beats the CVS way.  And when I tried a 7.0 to a 7.1,
it wanted like 30,000 updates and was taking forever.

  

It seems to me that most people that come to this list with base-system
update problems are using  freebsd-update.
___




This is going to seem stupid, but instead of making a new topic, can
someone link to me a working link of the handbook where you update your CVS
and so on?  I know that on the FreeBSD page there is a handbook that has
exactly what I'm looking for, and for some reason I'm having trouble finding
it even though I used to have it saved but I don't anymore and I wanted to
get CVS sources updated so I can do some updating.

Thanks

  

csup -g -L 1 -h cvs#.cc.freebsd.org
/usr/share/examples/cvsup/standard-supfile

i.e: cvs17.us.freebsd.org

This will update to your uname -r latest patchlevel.  Copy and replace (for
you): RELENG_7_0 with RELENG_7_1 to get the latest patchlevel for 7.1


Original doc seems either replaced by the freebsd-update method (while
excellent, there are a few things that CVS really triumphs on).

csup is part of base.

I'd be glad to help you through.  The canonical update method is still
listed in the handbook (SS. 24.7.1) used after retrieving the sources.



Thank you Tim for the answers! So far I have used freebsd-update to
apply updates. I seem to recall that it is never good to mix the two
systems (freebsd-updates and csup) to avoid trouble. Is that true?

Also, the documentation you mention (24.7.1) says this:

After installkernel finishes successfully, you should boot in single
user mode (i.e. using boot -s from the loader prompt).

How can this be done with a remote machine?

  
NO without serial access or some kind of ALOM card eg DELL DRAC CARD, as 
you will have no ip up

___
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

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

how to find a directory is NFS mounted / locally mounted?

2009-01-30 Thread chandra reddy
I want to know the command for finding a a directory is NFS mounted  or not?

-- 
debugging a buggy debugger with a cross buggy debugger leads to a  buggy
life 
___
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: [Fwd: Re: Steps to upgrade from 7.0-RELEASE to 7.1-RELEASE]

2009-01-30 Thread Manolis Kiagias

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.

___
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: Unhappy Xorg upgrade

2009-01-30 Thread Da Rock
On Thu, 2009-01-29 at 08:40 -0500, Robert Noland wrote:
 On Thu, 2009-01-29 at 07:46 -0500, Alex Goncharov wrote:
  ,--- You/Bruce (Thu, 29 Jan 2009 12:06:45 +) *
  | One theory is that somehow the mouse driver ioctls which are passed 
  | to ums, are somehow hosing USB, although why that would be, I don't 
  | understand. ums currently doesn't have driver instrumentation in that 
  path.
  | 
  | I pulled a fairly detailed IRC log of my collaborative debugging 
  | session with Robert, please ping me if you need details of this.
  `*
  
  Thank you for the detailed write up!  No help to me, though -- on my
  Latitude laptop, there was no problem with any mouse: USB or the
  built-in pointing device.  It was the keyboard -- and, trust me, I
  did try many variations of the machine configuration, and I did do a
  lot of reading on various relevant topics (writing, too, as you have
  seen :-()
  
  As I mentioned elsewhere, my way of resolving the problem after a
  one-and-a-half day's of struggle was to revert to the old X (on that
  laptop).
  
  On the topic of how this upgrade was introduced, I can't help but
  refer to my recent experience helping to fix TWM:
  
  ,--- Eeri Kask (Mon, 29 Sep 2008 12:21:17 +0200) *
  |  I have used the new version of TWM for five days, using it less
  |  intensively than usual. No problems in seen during my (light) use.
  | 
  | Hello Alex, no problem at all!  Improved solutions have priority over 
  | promised deadlines.
  | 
  | Thank you for your time helping to improve TWM,  :-)
  |
  `*
  
  Eeri Kask and I worked together all past September on fixing TWM
  crashes: I was willingly trying his multiple versions of the code, but
  I knew what I was risking, could choose convenient times for building
  and trying every new version (we tried about 30 of them) -- and I
  could always go back to the previous version (or the original TWM from
  ports).
  
  I would be happy to try a new X on my machines, if it were labeled as
  experimental, with an easy way to revert to the old X (while being in
  the testing stage).  As it is, this upgrade brought a lot of problems
  to unsuspecting people, at the time they don't quite choose, with
  potential dangers not disclosed.
  
  In honesty, this upgrade should have been presented this way, way
  before the code was placed in the ports source tree:
  
   * We'll have a new X in ports soon -- there are multiple reports of
 problems with it on Linux.
  
   * We want to try it on FreeBSD -- but nobody is forcing you to do the
 upgrade.
  
   * If you, of your own free will, choose to upgrade, you may have
 hours and days of problems -- but heck, it was your choice.
  
   * If your problems cannot be fixed, you'll have to figure out
 something yourself.
  
   * If you choose not to upgrade, you are frozen with the pre-existing
 ports collection: there may be no automated ways to upgrade your
 packages, with the old X in place.  Of course, you can somehow get
 pieces on new ports, unrelated to X.
 
 I've had patches available for probably a couple of months now posted to
 freebsd-...@.  For the few people who tested it, I had no real issues
 reported.  We were stalled for a long time, While X kept moving, so the
 amount of change was large.  This update also brings in support for a
 lot of people who are running newer hardware.
 

Could you explain what new support is available for hardware or point
out a link to this info?


___
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


Surprisingly high interrupt rate on idle machine's uhci controller on 7.1

2009-01-30 Thread James Seward
Hello,

While checking out the -P option for top in 7.1 I noticed that my
desktop at home (which is currently idle) was spending nearly 100% of
one core on interrupt:

last pid:  5678;  load averages:  0.00,  0.00,  0.00
59 processes:  1 running, 58 sleeping
CPU 0:  0.0% user,  0.0% nice,  0.0% system,  0.0% interrupt,  100% idle
CPU 1:  0.0% user,  0.0% nice,  0.8% system,  0.0% interrupt, 99.2% idle
CPU 2:  0.0% user,  0.0% nice,  0.0% system,  0.0% interrupt,  100% idle
CPU 3:  0.0% user,  0.0% nice,  0.0% system, 90.3% interrupt,  9.7% idle

So I looked at vmstat -i:
interrupt  total   rate
irq16: nvidia0 em*   5009831 88
irq18: uhci2 ehci+ 66595  1
irq19: uhci4++2855320585  50637
irq22: pcm0   213238  3
irq23: uhci3 ehci1 1  0
cpu0: timer112447860   1994
cpu1: timer112444767   1994
cpu3: timer109457852   1941
cpu2: timer109457830   1941
Total 3304418559  58602

The interrupt rate for uhci4 seems very high for an idle system.

% dmesg | grep uhci4
uhci4: UHCI (generic) USB controller port 0xb400-0xb41f irq 19 at
device 29.1 on pci0
uhci4: [GIANT-LOCKED]
uhci4: [ITHREAD]
usb5: UHCI (generic) USB controller on uhci4

% dmesg | grep usb5
usb5: UHCI (generic) USB controller on uhci4
usb5: USB revision 1.0
uhub6: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 on usb5
usb7: companion controllers, 2 ports each: usb4 usb5 usb6

% usbdevs -v
...
Controller /dev/usb5:
addr 1: full speed, self powered, config 1, UHCI root hub(0x),
Intel(0x), rev 1.00
 port 1 powered
 port 2 powered

Nothing is plugged in there!

The only USB devices I have plugged in are:
addr 1: EHCI root hub, Intel
 addr 2: USB2.0 Hub, vendor 0x05e3
  addr 3: Microsoft 2.4GHz Transceiver v4.0, Microsoft
addr 1: UHCI root hub, Intel
 addr 2: Generic USB Hub, Chicony
  addr 3: PFU-65 USB Keyboard, Chicony

The receiver for my wireless mouse, which is plugged into a USB hub
(this is to fix a different problem where if the receiver is directly
plugged into the machine it stops working and FreeBSD complains that
it has disabled the USB controller!), and my Happy Hacking keyboard
which sits behind its own built-in hub.

The machine is:
% uname -a
FreeBSD tomo.jamesoff.net 7.1-RELEASE FreeBSD 7.1-RELEASE #4: Mon Jan
26 22:16:37 UTC 2009
r...@tomo.jamesoff.net:/usr/obj/usr/src/sys/GENERIC  i386

The board is an ASUS P5Q3 with a Q6600 2.4GHz installed.

If there is any other information I should supply or debugging I can
do, please let me know.

/JMS
___
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


Nagios-3.0.6 [Segmentation fault]

2009-01-30 Thread Isaac Mabapa
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 ?
___
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


atacontrol + highpoint raid hot-swappable bays = reboot?

2009-01-30 Thread Gabe
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
pull drive out
wait some time
put drive in
atacontrol attach ata3
HDD is recognized and listed in 'list' 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 HighPoint 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 CD-224E/1.9A ATA/ATAPI revision 0

Slave:   no device present

ATA channel 2:

Master:  ad4 ST380817AS/3.42 Serial ATA v1.0

Slave:   no device present

ATA channel 3:

Master:  ad6 ST380817AS/3.42 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 ST380817AS/3.42 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 CD-224E/1.9A ATA/ATAPI revision 0

Slave:   no device present

ATA channel 2:

Master:  ad4 ST380817AS/3.42 Serial ATA v1.0

Slave:   no device present

ATA channel 3:

Master:  ad6 ST380817AS/3.42 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


atacontrol + highpoint raid hot-swappable bays = reboot?

2009-01-30 Thread Gabe
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
pull drive out
wait some time
put drive in
atacontrol attach ata3
HDD is recognized and listed in 'list' 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 HighPoint 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 CD-224E/1.9A ATA/ATAPI revision 0

Slave:   no device present

ATA channel 2:

Master:  ad4 ST380817AS/3.42 Serial ATA v1.0

Slave:   no device present

ATA channel 3:

Master:  ad6 ST380817AS/3.42 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 ST380817AS/3.42 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 CD-224E/1.9A ATA/ATAPI revision 0

Slave:   no device present

ATA channel 2:

Master:  ad4 ST380817AS/3.42 Serial ATA v1.0

Slave:   no device present

ATA channel 3:

Master:  ad6 ST380817AS/3.42 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


Re: Shuttle for a BSD file server?

2009-01-30 Thread Maxim Khitrov
On Fri, Jan 30, 2009 at 3:11 AM, Michael Powell nightre...@verizon.net wrote:
 I'm not really answering the direct question, per se, but there is a data
 point you may wish to know a little more about. There exists a difference in
 hard drives, ala Enterprise vs Desktop. The difference is in the length
 of the timeout experienced when an error condition such as a platter sector
 read/write error and resultant remap.

I'm aware of that fact. In my workstation I'm using four Seagate
Barracuda ES drives in RAID5. For this build I will likely go with
with ES.2 (ST31000340NS).

- Max
___
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: Shuttle for a BSD file server?

2009-01-30 Thread Maxim Khitrov
On Fri, Jan 30, 2009 at 7:33 AM, Maxim Khitrov mkhit...@gmail.com wrote:
 On Fri, Jan 30, 2009 at 3:11 AM, Michael Powell nightre...@verizon.net 
 wrote:
 I'm not really answering the direct question, per se, but there is a data
 point you may wish to know a little more about. There exists a difference in
 hard drives, ala Enterprise vs Desktop. The difference is in the length
 of the timeout experienced when an error condition such as a platter sector
 read/write error and resultant remap.

 I'm aware of that fact. In my workstation I'm using four Seagate
 Barracuda ES drives in RAID5. For this build I will likely go with
 with ES.2 (ST31000340NS).

 - Max

On second thought, given all the problems Seagate has been having
lately, including with that particular model, I may go for WD RE3
drives instead.

- Max
___
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: how to find a directory is NFS mounted / locally mounted?

2009-01-30 Thread Charles Darwin


On 30-Jan-09, at 3:45 AM, chandra reddy wrote:

I want to know the command for finding a a directory is NFS mounted   
or not?


man nfsstat

___
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


Problem gdm 2.24, xdmcp D-BUS?

2009-01-30 Thread Klaus Friis Østergaard
Hi

I have an amd64 box with FreeBSD 7.0, just upgrade to gnome 2.24.

No I have a problem with getting gdm to start.

I have trieded to:
make deinstall

results in problem with deleting following directories:

pkg_delete: unable to completely remove directory '/usr/local/share/gdm'
pkg_delete: unable to completely remove directory
'/usr/local/etc/gdm/PreSession'
pkg_delete: unable to completely remove directory
'/usr/local/etc/gdm/PostSession'
pkg_delete: unable to completely remove directory '/usr/local/etc/gdm/Init'

Should I just manually remove these directories?

recompiling and installing gdm again when I try to start gdm

/usr/local/etc/rc.d/gdm start

I get following:

** (gdm-binary:5267): WARNING **: Failed to acquire org.gnome.DisplayManager

** (gdm-binary:5267): WARNING **: Could not acquire name; bailing out

When I run sockstat I can see that gdm-binary is not running.

I have googled and found some mentioning something about the dbus
system and programs not running as root, but how do I proceed.

any help apriciated

By the way, I need this box as a server where thin clients connect to
via xdmcp and get to login via gdm on the server.

All I did was upgrading from Gnome 2.22 to 2.24 via ports.

/klaus







-- 
Klaus F. Østergaard, farremosen(at)gmail dot 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: [7.1-RELEASE-p2 amd64] NFS mount in fstab hangs during mountcritremote execution

2009-01-30 Thread Arjan van der Oest
Mel wrote:
 - why does the system tries to mount the nfs filesystem from the
fstab
 while nfs_client_enable has been set to no in rc.conf?

Because there is no relation between the two. You could be using a 3rd
party nfs kernel module.

Yes, but I am not. I'm using the default kernel option which I believe
is enabled with the mentioned rc.conf switch, or am I wrong here?

 And more bizarre: when interrupting the 
 mountcritremote script the share has been actually mounted, so it
seems  the 'mount -a -t nfs' command has actually been executed
successfully.

Looks more like the server is not sending a success message or it got

lost in transit. If this is 100% reproducable, look into compatibility 
issues, by scaling down the NFS version for the mount and check
firewall
rules on both ends.

Firewall has been disabled and seems not the problem, since (even with
the firewall enabled) the manual mount works fine. In case of fw
problems this would be a problem too.

Also what puzzles me is the fact that a new identical setup box has no
problem. As I wrote earlier the only difference is that I did not select
the 'enable nfs client' from the sysinstall this time. I have not used
any of the mentioned flags on the second box too, so why does it work on
that machine?

-- 
Met vriendelijke groet / Kind Regards,
Worldmax Operations B.V.
 
Arjan van der Oest
Network Design Engineer

T.: +31 (0) 88 001 7912
F.: +31 (0) 88 001 7902
M.: +31 (0) 6 10 62 58 46
 
E.: arjan.van.der.o...@worldmax.nl
W.:www.worldmax.nl
W.:www.aerea.nl
GPG: https://keyserver.pgp.com/ (Key ID: 07286F78, fingerprint: 2E9F
3AE2 0A8B 7579 75A9  169F 5D9E 5312 0728 6F78)

Internet communications are not secure; therefore, the integrity of this e-mail 
cannot be guaranteed following transmission on the Internet. This e-mail may 
contain confidential information. If you have received this e-mail in error, 
please notify the sender and erase this e-mail. Use of this e-mail by any 
person other than the addressee is strictly forbidden. This e-mail is believed 
to be free of any virus that might adversely affect the addressee's computer 
system; however, no responsibility is accepted for any loss or damage arising 
in any way from its use. All the preceding disclaimers also apply to any 
possible attachments to this e-mail.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Second hand video equipment for sale.

2009-01-30 Thread Video Brokers

  [1]WWW.VIDEOBROKERS.COM

   WE BUY  SALE USED VIDEO/BROADCAST EQUIPMENTS!

   Hello,
   Please find bellow some details regarding the equipment we have for
   sale at the moment.
   Do not hesitate to get in touch with us if what you are looking for is
   not listed here,  let us know as well what you have for sale.

   VISION MIXER's :
   Sony DVS2000, 10 SDI inputs @ 5.000 Euros
   Sony DVS2000, 16 SDI inputs @ 7.000 Euros
   Abekas A8150, SDI @ 3.000 Euros
   BTS DD20, specs on request @ 8.000 Euros
   BTS DD30, specs on request @ 10.000 Euros
   BTS DD35, specs on request @ 14.000 Euros
   GVG 1200, SDI @ 5.000 Euros
   GVG 4000, specs on request @ 4.000 Euros
   GVG Kayak DD1, full options @21.000 Euros
   GVG Kayak HD200  HD300, specs on request @ contact us for a quote
   Sony DVS7250  7350, specs on request @ contact us for a quote

   VTR's :
   Panasonic AJ-D230H, 200 original drum hours @ 1.100 Euros
   Panasonic AJ-D650E, 2400 original drum hours @ 1.000 Euros
   Panasonic AJ-D650E, with SDI, new drum 0hrs @ 2.500 Euros
   Panasonic AJ-D950E, 2500 original drum hours @ 6.000 Euros
   Panasonic AJ-D960E, 1000 drum hours @ 7.000 Euros
   Panasonic AJLT-75E, 1500 original drum hours @5.500 Euros
   Panasonic AJLT95, new drum 0hrs @ 9.000 Euros
   Panasonic AJHD1200E, 1200 original drum hours @ 9.000 Euros
   Panasonic AJHD1400E, 280 original drum hours @ 16.500 Euros

   Sony UVW1200P, details on request @ from 400 Euros
   Sony UVW1600P, details on request @ from 700 Euros
   Sony UVW1800P, details on request @ from 1.000 Euros
   Sony PVW2600P, details on request @ from 800 Euros
   Sony PVW2650P, new drum 0hrs @ 1.500 Euros
   Sony PVW2800P, serviced @ 2.000 Euros
   Sony BVW60P, details on request @ from 400 Euros
   Sony BVW65P, details on request @ from 400 Euros
   Sony BVW70P, details on request @ from 2.000 Euros
   Sony BVW70P with SDI, 800 drum hours @ 2.800 Euros
   Sony BVW75P, details on request @ from 2.000 Euros
   Sony BVWD75P, 310 drum hours @ 2.800 Euros

   Sony DSR1P, 59 original drum hours @ 1.900 Euros
   Sony DSR40P, 680 original drum hours @ 1.900 Euros
   Sony DSR45P, 800 original drum hours @ 2.500 Euros
   Sony DSR60P, 900 drum hours @ 600 Euros
   Sony DSR80P, with SDI, 2600 original drum hours @ 2.200 Euros
   Sony DSR85P, with SDI, new drum 0hrs @ 3.500 Euros
   Sony DSR1500AP, with fire wire and YUV, 680 original drum hours @
   3.500 Euros
   Sony DSR1500AP, with SDI fire wire, 400 original drum hours @ 4.000
   Euros
   Sony DSR2000P, 2600 original drum hours @ 5.500 Euros
   Sony DSR2000P, new drum hrs @ 7.000 Euros

   Sony DNWA30P, 2000 original drum hours @ 1.500 Euros
   Sony DNWA65P, 3000 drum hours @ 1.800 Euros
   Sony DNWA75P, 3500 original drum hours @ 4.500 Euros
   Sony DNWA220P, 2500 drum hours @ 4.000 Euros
   Sony DNWA225P, 2200 drum hours @ 7.000 Euros

   Sony J1, betacam SP and SX player, low hours @ 1.200 Euros
   Sony J3A, 1200 original drum hours @ 3.900 Euros
   Sony DVW522P, low original drum hours @ 2.500 Euros
   Sony DVW510P S/N 11198, 3278 drum hours @ 4.500 Euros
   Sony DVWA510P, 2500 drum hours @ 6.000 Euros
   Sony DVW500P S/N 16243, 3587 drum hours @ 15.000 Euros
   Sony DVWA500P S/N 10520, fully serviced, new drum 0hrs @ 19.000
   Euros
   Sony DVWM2000P, 300 original drum hours @ 23.000 Euros

   Sony JH3, 150 original drum hours, with fire wire @ 13.000 Euros
   Sony HDWM2000P S/N 49298, EX-DEMO,  390 original drum hours @ 33.000
   Euros
   Sony HDWM2000P, NEW IN THE BOX @ 36.000 Euros

   CAMERA's  CAMCORDER's :
   Sony HDC1500, complete camera chain, specs on request, 16 units
   available @ 50.000 Euros/ unit
   Thomson LDK8000, complete camera chain, specs on request, 6 units
   available @ make an offer

   Sony DXCD30P, camera head @ 1.600 Euros
   Sony DXCD35P, camera head @ 2.000 Euros

   Thomson TTV1657D (4/3-16:9) complete triax chain @ 16.000 Euros
   Thomson LDK23HS MKII complete chain @ 38.000 Euros

   Panasonic AJD800P, 1400 drum hours @ 1.600 Euros
   Panasonic AJD610WAE, 700 drum hours @ 3.600 Euros
   Panasonic AJ-SDC615E, 1300 original drum hours @ 4.500 Euros
   Panasonic AJD910WAE, low hours @ 5.000 Euros
   Panasonic AGHVX200, ex-demo, 0hrs @ 3.300 Euros
   Panasonic AJSDX900, with AJ-VF20WE, 2550 original drum hours @ 7.000
   Euros
   Panasonic AJHDX900, with AJ-HVF21, 1150 original drum hours @13.000
   Euros
   Panasonic HPX-2100E, ex-demo, 4 years warranty, with view finder and
   microphone @ 18.700 Euros
   Panasonic AJ-HDC27 (varicam), 800 original drum hours @ 15.000 Euros

   Sony BVWD600P S/N 40358, 233 drum hours @ 2.000 Euros

   Sony HVR-Z1E, around 700 original drum hours @ 2.000 Euros
   Sony HVR-Z5E, NEW @ 3.740 Euros
   Sony HVR-Z7E, NEW @ 4.680 Euros

   Sony PMW-EX3, NEW @ 6.870 Euros
   Sony PMW-700, NEW @ 21.840 Euros

   Sony DSRPD150P, battery charger @ 1.200 Euros
   Sony DSRPD170P, battery charger, wide angle converter @ 1.600 Euros
   Sony 

Re: Problem gdm 2.24, xdmcp D-BUS?

2009-01-30 Thread Klaus Friis Østergaard
2009/1/30 Klaus Friis Østergaard farremo...@gmail.com:
 Hi

 I have an amd64 box with FreeBSD 7.0, just upgrade to gnome 2.24.

 No I have a problem with getting gdm to start.

 I have trieded to:
 make deinstall

 results in problem with deleting following directories:

 pkg_delete: unable to completely remove directory '/usr/local/share/gdm'
 pkg_delete: unable to completely remove directory
 '/usr/local/etc/gdm/PreSession'
 pkg_delete: unable to completely remove directory
 '/usr/local/etc/gdm/PostSession'
 pkg_delete: unable to completely remove directory '/usr/local/etc/gdm/Init'

 Should I just manually remove these directories?

 recompiling and installing gdm again when I try to start gdm

 /usr/local/etc/rc.d/gdm start

 I get following:

 ** (gdm-binary:5267): WARNING **: Failed to acquire org.gnome.DisplayManager

 ** (gdm-binary:5267): WARNING **: Could not acquire name; bailing out

 When I run sockstat I can see that gdm-binary is not running.

 I have googled and found some mentioning something about the dbus
 system and programs not running as root, but how do I proceed.

 any help apriciated

 By the way, I need this box as a server where thin clients connect to
 via xdmcp and get to login via gdm on the server.

 All I did was upgrading from Gnome 2.22 to 2.24 via ports.

 /klaus

I tried to remove the directories that was not removed by deinstall
manually, and then installed again, now no complaints about not being
able to uninstall I can now start gdm again, with out any complaints,
but when I run sockstat I cannot see gdm-binary active nor any listen
on udp 177.

Any suggestions?

In /usr/local/etc/gdm/custum.conf

I have only
[xdmcp]
 Enable=true
 Port=177

/Klaus
___
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


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

2009-01-30 Thread Ewald Jenisch
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).

My login is via console from where I manually start X11 (gnome) via
startx.

Here's what I've got in my xorg.conf:

# Added after upgrade of X11
Section ServerFlags
Option AllowEmptyInput false
EndSection

the following entries where there even before the upgrade:

Section InputDevice
Identifier  Keyboard0
Driver  kbd
Option  Corekeyboard
Option XkbModel pc105
Option XkbRules xorg
Option XkbLayout de
Option XkbVariant nodeadkeys
EndSection

Section InputDevice
Identifier  Mouse0
Driver  mouse
Option  Protocol auto
Option  Device /dev/sysmouse
Option  ZAxisMapping 4 5 6 7
EndSection



Here are my questions:

o) When I start X it basically works, but then I get out of gnome,
ending up at the commandline and start X11 again (startx), the
screen becomes garbled and everything freezes completely. Not only is
any input via the console disabled but also no reaction on already
established ssh-sessions - complete lockup.

I'm using the radeonhd driver for my graphics card is a ATI Radeon
HD 2400 XT (RV610 chipset).



o) Are the above settings (i.e. AllowEmptyInput and the sections for
keyboard/mouse) correct for my combination of hald and moused running?

Thanks much in advance for your help,
-ewald

___
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: how to find a directory is NFS mounted / locally mounted?

2009-01-30 Thread Chris Rees
2009/1/30 Charles Darwin darwinsker...@gmail.com:

 On 30-Jan-09, at 3:45 AM, chandra reddy wrote:

 I want to know the command for finding a a directory is NFS mounted  or
 not?

 man nfsstat

 ___
 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


or

# Shows mounted filesystems
[u...@host}~% mount
/dev/disk0s2 on / (NFS exported, local, journaled)
devfs on /dev (local)
fdesc on /dev (union)
volfs on /.vol
/dev/disk0s3 on /Volumes/Untitled (local, read-only)
automount -nsl [208] on /Network (automounted)
automount -fstab [212] on /automount/Servers (automounted)
automount -static [212] on /automount/static (automounted)
[u...@host]~%

-- 
R $h !  $- ! $+  $@ $2  @ $1 .UUCP.  (sendmail.cf)
___
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-30 Thread Anton Shterenlikht
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..

-- 
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: Sendmail DNS strangeness

2009-01-30 Thread Chris Rees
2009/1/29 Jon Radel j...@radel.com:

 Too much sanitation makes it hard to figure out your problem.  However,
 if that amnesiac. is actually amnesiac.com this probably relates to
 the fact that DNS for amnesiac.com is horribly broken.

 dig +trace amnesiac.com

 should start you down the appropriate path.

 --Jon Radel
 j...@radel.com


Heh, yeah, sorry about the starring. Perhaps I was a bit tinfoil hat...

Jan 29 16:03:19 amnesiac sm-mta[38492]: n0RM2Hlj021695: to=[external email],
ctladdr=[us...@amnesiac.bayofrum.net (80/80), delay=1+18:01:02,
xdelay=00:00:14, mailer=esmtp, pri=8221553,
relay=mail2.ukrhosting.com. [91.196.0.5], dsn=4.3.0, stat=Deferred:
451 DNS temporary failure (#4.3.0)

This should help narrow it down a bit.

Glen, you're absolutely right about amnesiac being the default name, I
forgot about configuration for a while, then decided I liked amnesiac
anyway. So... it is set up properly with

[ch...@amnesiac]~% grep hostname /etc/rc.conf
hostname=amnesiac.bayofrum.net
[ch...@amnesiac]~%

and hosts are right too.

The problem is, that sendmail isn't having trouble finding me, it's
having trouble finding the other host. It seems as though sendmail is
ignoring my resolv.conf (set to nameserver 127.0.0.1) and using some
other source for DNS that is broken.

Any ideas from these hints?

--
R $h !  $- ! $+  $@ $2  @ $1 .UUCP.  (sendmail.cf)
___
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


gsasl 0.2.28_1 does not link in 7.1R

2009-01-30 Thread Matthias Apitz

Hello,

Any idea about the problem below? Thx

matthias

# cd /usr/ports/security/gsasl
# make
===  Building for gsasl-0.2.28_1
make  all-recursive
Making all in po
Making all in gl
make  all-am
Making all in lib
make  all-recursive
Making all in po
Making all in gl
make  all-am
Making all in gltests
make  all-recursive
Making all in external
Making all in anonymous
Making all in plain
Making all in login
Making all in cram-md5
Making all in digest-md5
Making all in ntlm
Making all in gssapi
Making all in securid
Making all in src
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

-- 
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 matthias.ap...@oclc.org - 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: Sendmail DNS strangeness

2009-01-30 Thread Chris Rees
2009/1/29 Jon Radel j...@radel.com:

 Too much sanitation makes it hard to figure out your problem.  However,
 if that amnesiac. is actually amnesiac.com this probably relates to
 the fact that DNS for amnesiac.com is horribly broken.

 dig +trace amnesiac.com

 should start you down the appropriate path.

 --Jon Radel
 j...@radel.com


Heh, yeah, sorry about the starring. Perhaps I was a bit tinfoil hat...

Jan 29 16:03:19 amnesiac sm-mta[38492]: n0RM2Hlj021695: to=[external email],
ctladdr=[us...@amnesiac.bayofrum.net (80/80), delay=1+18:01:02,
xdelay=00:00:14, mailer=esmtp, pri=8221553,
relay=mail2.ukrhosting.com. [91.196.0.5], dsn=4.3.0, stat=Deferred:
451 DNS temporary failure (#4.3.0)

This should help narrow it down a bit.

Glen, you're absolutely right about amnesiac being the default name, I
forgot about configuration for a while, then decided I liked amnesiac
anyway. So... it is set up properly with

[ch...@amnesiac]~% grep hostname /etc/rc.conf
hostname=amnesiac.bayofrum.net
[ch...@amnesiac]~%

and hosts are right too.

The problem is, that sendmail isn't having trouble finding me, it's
having trouble finding the other host. It seems as though sendmail is
ignoring my resolv.conf (set to nameserver 127.0.0.1) and using some
other source for DNS that is broken.

Any ideas from these hints?

--
R $h !  $- ! $+  $@ $2  @ $1 .UUCP.  (sendmail.cf)
___
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: [7.1-RELEASE-p2 amd64] NFS mount in fstab hangs duringmountcritremote execution

2009-01-30 Thread Arjan van der Oest
I've done some further investigation and this is what happens:

The mountcritremote script executes mount -a -t nfs and times out. If
this script is aborted, the NFS export is mounted later by the mountlate
script with  mount -a -l, this succeeds. This is the reason that the
export is mounted after sending ctrl-d, the initial mount never
succeeds.

From what I can see now this is neither a firewall nor a NFS-version
issue, else it would not succeed in the mountlate script.

I'm still puzzled why on other boxes this is not a problem, while it is
at this box.

-- 
Met vriendelijke groet / Kind Regards,
Worldmax Operations B.V.
 

 
Arjan van der Oest
Network Design Engineer
 
T.: +31 (0) 88 001 7912
F.: +31 (0) 88 001 7902
M.: +31 (0) 6 10 62 58 46
 
E.: arjan.van.der.o...@worldmax.nl
W.:www.worldmax.nl
W.:www.aerea.nl
GPG: https://keyserver.pgp.com/ (Key ID: 07286F78) fingerprint: 2E9F
3AE2 0A8B 7579 75A9  169F 5D9E 5312 0728 6F78

-Original Message-
From: owner-freebsd-questi...@freebsd.org
[mailto:owner-freebsd-questi...@freebsd.org] On Behalf Of Arjan van der
Oest
Sent: vrijdag 30 januari 2009 14:36
To: Mel; freebsd-questions@freebsd.org
Subject: RE: [7.1-RELEASE-p2 amd64] NFS mount in fstab hangs
duringmountcritremote execution

Mel wrote:
 - why does the system tries to mount the nfs filesystem from the
fstab
 while nfs_client_enable has been set to no in rc.conf?

Because there is no relation between the two. You could be using a 3rd
party nfs kernel module.

Yes, but I am not. I'm using the default kernel option which I believe
is enabled with the mentioned rc.conf switch, or am I wrong here?

 And more bizarre: when interrupting the 
 mountcritremote script the share has been actually mounted, so it
seems  the 'mount -a -t nfs' command has actually been executed
successfully.

Looks more like the server is not sending a success message or it got

lost in transit. If this is 100% reproducable, look into compatibility 
issues, by scaling down the NFS version for the mount and check
firewall
rules on both ends.

Firewall has been disabled and seems not the problem, since (even with
the firewall enabled) the manual mount works fine. In case of fw
problems this would be a problem too.

Also what puzzles me is the fact that a new identical setup box has no
problem. As I wrote earlier the only difference is that I did not select
the 'enable nfs client' from the sysinstall this time. I have not used
any of the mentioned flags on the second box too, so why does it work on
that machine?

-- 
Met vriendelijke groet / Kind Regards,
Worldmax Operations B.V.
 
Arjan van der Oest
Network Design Engineer

T.: +31 (0) 88 001 7912
F.: +31 (0) 88 001 7902
M.: +31 (0) 6 10 62 58 46
 
E.: arjan.van.der.o...@worldmax.nl
W.:www.worldmax.nl
W.:www.aerea.nl
GPG: https://keyserver.pgp.com/ (Key ID: 07286F78, fingerprint: 2E9F
3AE2 0A8B 7579 75A9  169F 5D9E 5312 0728 6F78)

Internet communications are not secure; therefore, the integrity of this
e-mail cannot be guaranteed following transmission on the Internet. This
e-mail may contain confidential information. If you have received this
e-mail in error, please notify the sender and erase this e-mail. Use of
this e-mail by any person other than the addressee is strictly
forbidden. This e-mail is believed to be free of any virus that might
adversely affect the addressee's computer system; however, no
responsibility is accepted for any loss or damage arising in any way
from its use. All the preceding disclaimers also apply to any possible
attachments to this e-mail.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to
freebsd-questions-unsubscr...@freebsd.org

No virus found in this incoming message.
Checked by AVG - http://www.avg.com 
Version: 8.0.176 / Virus Database: 270.10.15/1924 - Release Date:
1/29/2009 5:57 PM

Internet communications are not secure; therefore, the integrity of this e-mail 
cannot be guaranteed following transmission on the Internet. This e-mail may 
contain confidential information. If you have received this e-mail in error, 
please notify the sender and erase this e-mail. Use of this e-mail by any 
person other than the addressee is strictly forbidden. This e-mail is believed 
to be free of any virus that might adversely affect the addressee's computer 
system; however, no responsibility is accepted for any loss or damage arising 
in any way from its use. All the preceding disclaimers also apply to any 
possible attachments to this e-mail.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Perl5.8 Won't Build

2009-01-30 Thread William Bentley

Hey All,

   Trying to build Perl5.8 and keep getting error messages about the 
makefile. This is a new installation under AMD64 7.1Release inside of a 
jail. Already did a make clean and portsnap. I already wrote to the lang 
mailing list as well to no avail as of yet. Any ideas appreciated. Here 
is the output.




#make
===  Vulnerability check disabled, database not found
===  Found saved configuration for perl-5.8.9
===  Extracting for perl-5.8.9
= MD5 Checksum OK for perl/perl-5.8.9.tar.bz2.
= SHA256 Checksum OK for perl/perl-5.8.9.tar.bz2.
= MD5 Checksum OK for perl/BSDPAN-5.8.9.tar.bz2.
= SHA256 Checksum OK for perl/BSDPAN-5.8.9.tar.bz2.
= MD5 Checksum OK for perl/defined-or-5.8.9.bz2.
= SHA256 Checksum OK for perl/defined-or-5.8.9.bz2.
===  Patching for perl-5.8.9
===  Applying distribution patches for perl-5.8.9
===  Applying FreeBSD patches for perl-5.8.9
/usr/bin/sed -e 's|%%PREFIX%%|/usr/local|g;'  -e 
's|%%PERL_VER%%|5.8.9|g;'  -e 's|%%PERL_VERSION%%|5.8.9|g;'  -e 
's|%%PERL_ARCH%%|mach|g;'  -e 's|%%MAKE_CONF%%|/etc/make.conf|g;'  
/usr/ports/lang/perl5.8/files/use.perl   
/usr/ports/lang/perl5.8/work/use.perl
/usr/bin/sed -e 's|%%PERL%%|/usr/local/bin/perl|g;'  
/usr/ports/lang/perl5.8/files/perl-after-upgrade   
/usr/ports/lang/perl5.8/work/perl-after-upgrade
/bin/cp /usr/ports/lang/perl5.8/work/use.perl 
/usr/ports/lang/perl5.8/work/pkg-install
/bin/cp /usr/ports/lang/perl5.8/work/use.perl 
/usr/ports/lang/perl5.8/work/pkg-deinstall
/usr/bin/sed -i.bak -e 's|%%PTHREAD_LIBS%%||g;'  -e 
's|%%PTHREAD_CFLAGS%%||g;'  
/usr/ports/lang/perl5.8/work/perl-5.8.9/hints/freebsd.sh

===  Configuring for perl-5.8.9
First let's make sure your kit is complete.  Checking...
Locating common programs...
Checking compatibility between /bin/echo and builtin echo (if any)...
Symbolic links are supported.
Checking how to test for symbolic links...
You can test for symbolic links with 'test -h'.
Good, your tr supports [:lower:] and [:upper:] to convert case.
Using [:upper:] and [:lower:] to convert case.
3b1 catamount   dynixptxi386
machten next_3  qnx sunos_4_0   unisysdynix
aix convexosepixinterix 
machten_2   next_3_0rhapsodysunos_4_1   utekv
aix_3   cxuxesix4   irix_4  
midnightbsd next_4  riscos  super-uxuts
aix_4   cygwin  fps irix_5  
mintnonstopux   sco svr4uwin
altos486darwin  freebsd irix_6  
mipsopenbsd sco_2_3_0   svr5vmesa
amigaos dcosx   genix   irix_6_0
mirbsd  opussco_2_3_1   ti1500  vos
apollo  dec_osf gnu irix_6_1
mpc os2 sco_2_3_2   titanos
atheos  dguxgnukfreebsd isc 
mpeix   os390   sco_2_3_3   ultrix_4
aux_3   dos_djgpp   gnuknetbsd  isc_2   
ncr_tower   os400   sco_2_3_4   umips
beosdragonfly   greenhills  linux   
netbsd  posix-bcsolaris_2   unicos
bsdos   dynix   hpuxlynxos  
newsos4 powerux stellar unicosmk

Which of these apply, if any? [freebsd]
./hints/freebsd.sh: /usr/bin/objformat: not found

Some users have reported that Configure halts when testing for
the O_NONBLOCK symbol with a syntax error.  This is apparently a
sh error.  Rerunning Configure with ksh apparently fixes the
problem.  Try
  ksh Configure [your options]

Operating system name? [freebsd]
Operating system version? [7.1-release]
Installation prefix to use? (~name ok) [/usr/local]
AFS does not seem to be running...
What installation prefix should I use for installing files? (~name ok) 
[/usr/local]

Build Perl for SOCKS? [n]
Use the PerlIO abstraction layer? [y]
Getting the current patchlevel...
Build a threading Perl? [n]
Build Perl for multiplicity? [n]
Use which C compiler? [cc]
Checking for GNU cc in disguise and/or its version number...
Now, how can we feed standard input to your C preprocessor...
Directories to use for library searches? [/usr/lib /usr/local/lib]
What is the file extension used for shared libraries? [so]
Try to use long doubles if available? [n]
Checking for optional libraries...
What libraries to use? [-lm -lcrypt -lutil]
What optimizer/debugger flag should be used? [-O2 -fno-strict-aliasing 
-pipe]

Any additional cc flags?
[-DAPPLLIB_EXP=/usr/local/lib/perl5/5.8.9/BSDPAN -DHAS_FPSETMASK 
-DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -I/usr/local/include]

Let me guess what the preprocessor flags are...
Any additional ld flags (NOT including libraries)? [ -Wl,-E  
-L/usr/local/lib]

Checking your choice of C compiler and flags 

Re: Problem gdm 2.24, xdmcp D-BUS?

2009-01-30 Thread Uwe Laverenz
On Fri, Jan 30, 2009 at 04:03:10PM +0100, Klaus Friis Østergaard wrote:

 I tried to remove the directories that was not removed by deinstall
 manually, and then installed again, now no complaints about not being
 able to uninstall I can now start gdm again, with out any complaints,
 but when I run sockstat I cannot see gdm-binary active nor any listen
 on udp 177.
 
 Any suggestions?

GDM 2.24 ist broken, not only on FreeBSD but also on other systems like
Fedora. My personal workaround ist to keep using 2.20 for now, which
seems to be the last working version that came from the gnome team.

There is a thread about this at the freebsd-gnome mailing list.

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


How to force usage of pcm1 instead of pcm0 (HDA audio hardware two time present)

2009-01-30 Thread O. Hartmann

Hello,
since I have a AMD/ATI HDMI-capable graphics hardware my onboard sound 
hardware (HDA) gets recogniced as pcm1-3, the HDA capable digital device 
onboard the graphics adaptor is numberd pcm0. How can I force the OS 
(FreeBSD 7.1-STABLE) to number the on-graphics-HDA device as the last 
one found?


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


Re: Sendmail DNS strangeness

2009-01-30 Thread Chris Rees
2009/1/30 Chris Rees utis...@googlemail.com:
 2009/1/29 Jon Radel j...@radel.com:

 Too much sanitation makes it hard to figure out your problem.  However,
 if that amnesiac. is actually amnesiac.com this probably relates to
 the fact that DNS for amnesiac.com is horribly broken.

 dig +trace amnesiac.com

 should start you down the appropriate path.

 --Jon Radel
 j...@radel.com


 Heh, yeah, sorry about the starring. Perhaps I was a bit tinfoil hat...

 Jan 29 16:03:19 amnesiac sm-mta[38492]: n0RM2Hlj021695: to=[external email],
 ctladdr=[us...@amnesiac.bayofrum.net (80/80), delay=1+18:01:02,
 xdelay=00:00:14, mailer=esmtp, pri=8221553,
 relay=mail2.ukrhosting.com. [91.196.0.5], dsn=4.3.0, stat=Deferred:
 451 DNS temporary failure (#4.3.0)

 This should help narrow it down a bit.

 Glen, you're absolutely right about amnesiac being the default name, I
 forgot about configuration for a while, then decided I liked amnesiac
 anyway. So... it is set up properly with

 [ch...@amnesiac]~% grep hostname /etc/rc.conf
 hostname=amnesiac.bayofrum.net
 [ch...@amnesiac]~%

 and hosts are right too.

 The problem is, that sendmail isn't having trouble finding me, it's
 having trouble finding the other host. It seems as though sendmail is
 ignoring my resolv.conf (set to nameserver 127.0.0.1) and using some
 other source for DNS that is broken.

 Any ideas from these hints?

 --

OK, now I feel stupid. It turns out the destination email addresses
were bogus, and I should have trusted my system was working correctly
instead of blaming it. Some spammer was attacking my forum software,
registering users with strange email addresses.

Never mind, I'll just up the complication on the CAPTCHA. That should
stop the buggers

Thanks for your help Jon and Glen

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


APC PowerChute on FBSD

2009-01-30 Thread bsd

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



___
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


USB problem

2009-01-30 Thread Robert Huff

On a machine running:

FreeBSD 8.0-CURRENT #0: Tue Jan 20 10:40:57 EST 2009 i386 

one of the USB hubs has decided not to play nice with others.
There are device attached to this hub, but none in use.  Is it
possible to reset the hub and all downstream devices, hopefully to
be re-scanned, recognized and re-attached?
(It looks like usbconfig might be the right tool ... but the
documentation has no examples and I don't want to make things
worse.)

Respectfully,


Robert Huff

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


Strange messages in /var/log/messages

2009-01-30 Thread Martin Schweizer
Hello 

My system:
FreeBSD firewall.acutronic.ch 7.0-RELEASE FreeBSD 7.0-RELEASE #1: Fri Dec 12 
15:35:05 CET 2008 
mar...@firewall.acutronic.ch:/usr/obj/usr/src/sys/FREEBSD_AMD64  amd64

My individual kernel file:
[snip]
# Firewall
options IPFIREWALL
options IPFIREWALL_VERBOSE
options IPFIREWALL_VERBOSE_LIMIT=5
options IPFIREWALL_DEFAULT_TO_ACCEPT
options IPDIVERT
options DUMMYNET
options HZ=1000 # strongly recommended
[snip]


Since I have the above options I get the following messages in my 
/var/log/messages:
[snip]
Jan 30 17:54:45 firewall kernel: c
Jan 30 17:54:46 firewall kernel: 0
Jan 30 17:54:57 firewall kernel: w
Jan 30 17:54:57 firewall kernel: .
Jan 30 17:55:53 firewall kernel: c
Jan 30 17:55:53 firewall kernel: C
Jan 30 17:55:53 firewall kernel: A
Jan 30 17:55:57 firewall kernel: i
Jan 30 17:55:57 firewall kernel: 9
Jan 30 17:56:29 firewall kernel:
Jan 30 17:56:29 firewall kernel: 2
Jan 30 17:56:29 firewall kernel: 5
Jan 30 17:56:41 firewall kernel: 6
Jan 30 17:56:41 firewall kernel:
Jan 30 17:56:41 firewall kernel: 6
Jan 30 17:56:44 firewall kernel: 9
Jan 30 17:56:44 firewall kernel:
Jan 30 17:56:44 firewall kernel: .
Jan 30 17:56:45 firewall kernel: e
Jan 30 17:56:45 firewall kernel:
Jan 30 17:56:45 firewall kernel: A
Jan 30 17:57:01 firewall kernel: e
Jan 30 17:57:01 firewall kernel: t
Jan 30 17:57:01 firewall kernel:
Jan 30 17:57:02 firewall kernel: 0
Jan 30 17:57:02 firewall kernel: .
[snip]

Any ideas?

Kind regards,

-- 

Martin Schweizer
off...@pc-service.ch

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;

___
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-30 Thread Manolis Kiagias
bsd wrote:
 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.


Use the sysutils/apcupsd port.
I am using it on all my FreeBSD servers (and linux boxes actually) and
never had any problems. Works with both USB and serial models.
___
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-30 Thread Warren Block

On Fri, 30 Jan 2009, Ewald Jenisch wrote:


I'm using the radeonhd driver for my graphics card is a ATI Radeon
HD 2400 XT (RV610 chipset).


A note on that: radeonhd hasn't been particularly functional on the 
cards I've tried.  The radeon driver seems to be more solid, and will 
work on that card.



o) Are the above settings (i.e. AllowEmptyInput and the sections for
keyboard/mouse) correct for my combination of hald and moused running?


If that's all you have in ServerFlags, remove that section and just put 
the entry in ServerLayout.


Others have mentioned using Option AutoAddDevices Off instead of 
AllowEmptyInput.  With hald and moused enabled, that works fine here.


-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


Using Serial Port Other Than sio0 for the Console

2009-01-30 Thread Martin Schweizer
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
off...@pc-service.ch

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;

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


FreeBSD 7.1: iwi problem with intel 2200 pro wireless card

2009-01-30 Thread Curley
Dear FreeBSD-questions Group, 

I recently installed freeBSD 7.1 on an IBM Thinkpad T42 (types 2378). The 
system will not connect to the internet wirelessly using the Intel 2200 pro 
wireless card. The problem is described in the following and some relevent 
files (/var/log/messages, /var/run/dmesg.boot, /boot/loader.conf) are pasted 
below my signature. Thanks in advance for any help configuring this feature. 

When I attempt to connect to the internet using the 'ifconfig iwi0 up scan' 
command the terminal gives no response and in /var/log/messages, 'iwi0: could 
not load main firmware iwi_bss' is given as an error. 

Ocassionally, after a system reboot the wireless card will connect to a local 
network. However attempting to change wireless networks causes the wireless 
to crash. Therefore, I do not think the problem is hardware based. 
Additionally, I have checked the hardware using Windows XP device manager 
(Windows XP is installed on a separated hard drive). The wireless works fine 
on Windows XP. 

I have looked through message boards without luck finding a solution for my 
system. Please let me know if this question ought to be sent elsewhere, I am 
a new user. Thanks again for taking the time to read this. 

Best Regards,
John

from /var/log/messages:
(system response to the command ifconfig iwi0 up scan)
Jan 30 01:39:02 JohnsThinkpad kernel: iwi0: timeout processing command blocks 
for iwi_bss firmware
Jan 30 01:39:02 JohnsThinkpad kernel: iwi0: could not load main firmware 
iwi_bss

---

from /var/run/dmesg.boot:
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 1500MHz (1498.74-MHz 686-class CPU)
  Origin = GenuineIntel  Id = 0x695  Stepping = 5
  
Features=0xa7e9f9bfFPU,VME,DE,PSE,TSC,MSR,MCE,CX8,SEP,MTRR,PGE,MCA,CMOV,PAT,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,TM,PBE
  Features2=0x180EST,TM2
real memory  = 2146828288 (2047 MB)
avail memory = 2091171840 (1994 MB)
kbd1 at kbdmux0
ath_hal: 0.9.20.3 (AR5210, AR5211, AR5212, RF5111, RF5112, RF2413, RF5413)
ACPI Warning (tbfadt-0505): Optional field Gpe1Block has zero address or 
length:0102C/0 [20070320]
acpi0: IBM TP-1R on motherboard
acpi0: [ITHREAD]
acpi_ec0: Embedded Controller: GPE 0x1c, ECDT port 0x62,0x66 on acpi0
acpi0: Power Button (fixed)
acpi0: reservation of 0, a (3) failed
acpi0: reservation of 10, 7ff0 (3) failed
Timecounter ACPI-fast frequency 3579545 Hz quality 1000
acpi_timer0: 24-bit timer at 3.579545MHz port 0x1008-0x100b on acpi0
acpi_lid0: Control Method Lid Switch on acpi0
acpi_button0: Sleep Button on acpi0
pcib0: ACPI Host-PCI bridge port 0xcf8-0xcff on acpi0
pci0: ACPI PCI bus on pcib0
agp0: Intel 82855 host to AGP bridge on hostb0
pcib1: ACPI PCI-PCI bridge at device 1.0 on pci0
pci1: ACPI PCI bus on pcib1
vgapci0: VGA-compatible display port 0x3000-0x30ff mem 
0xe000-0xe7ff,0xc010-0xc010 irq 11 at device 0.0 on pci1
uhci0: Intel 82801DB (ICH4) USB controller USB-A port 0x1800-0x181f irq 11 
at device 29.0 on pci0
uhci0: [GIANT-LOCKED]
uhci0: [ITHREAD]
usb0: Intel 82801DB (ICH4) USB controller USB-A on uhci0
usb0: USB revision 1.0
uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 on usb0
uhub0: 2 ports with 2 removable, self powered
uhci1: Intel 82801DB (ICH4) USB controller USB-B port 0x1820-0x183f irq 11 
at device 29.1 on pci0
uhci1: [GIANT-LOCKED]
uhci1: [ITHREAD]
usb1: Intel 82801DB (ICH4) USB controller USB-B on uhci1
usb1: USB revision 1.0
uhub1: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 on usb1
uhub1: 2 ports with 2 removable, self powered
uhci2: Intel 82801DB (ICH4) USB controller USB-C port 0x1840-0x185f irq 11 
at device 29.2 on pci0
uhci2: [GIANT-LOCKED]
uhci2: [ITHREAD]
usb2: Intel 82801DB (ICH4) USB controller USB-C on uhci2
usb2: USB revision 1.0
uhub2: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 on usb2
uhub2: 2 ports with 2 removable, self powered
ehci0: Intel 82801DB/L/M (ICH4) USB 2.0 controller mem 0xc000-0xc3ff 
irq 11 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: Intel 82801DB/L/M (ICH4) USB 2.0 controller on ehci0
usb3: USB revision 2.0
uhub3: Intel EHCI root hub, class 9/0, rev 2.00/1.00, addr 1 on usb3
uhub3: 6 ports with 6 removable, self powered
pcib2: ACPI PCI-PCI bridge at device 30.0 on pci0
pci2: ACPI PCI bus on pcib2
cbb0: PCI-CardBus Bridge mem 0xb000-0xbfff irq 11 at device 0.0 on 
pci2

wireless signal strength

2009-01-30 Thread Lars Lonne
Hi. I have recently install FreeBSD-7.1 on my laptop. The laptop used to
have windows and linux, but I have replaced linux with FreeBSD because I
thought it looked very promising. However, I have one problem: the wireless
signal strength seems to be significantly weaker when I am running FreeBSD.
On windows I can connect and get online, but when I'm running FreeBSD it
keeps connecting and disconnecting, or not even seeing the network at all.
Also in linux it was never a problem. Is there something that can be done
with this? In linux I was using wireless-tools (iwconfig) and dhclient,
which worked fine. Are there perhaps other software that will work better
than using ifconfig?

/lars
___
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: Strange messages in /var/log/messages

2009-01-30 Thread Mel
On Friday 30 January 2009 08:20:00 Martin Schweizer wrote:

 Jan 30 17:54:45 firewall kernel: c
 Jan 30 17:54:46 firewall kernel: 0
 Jan 30 17:54:57 firewall kernel: w
 Jan 30 17:54:57 firewall kernel: .
 Jan 30 17:55:53 firewall kernel: c
 Jan 30 17:55:53 firewall kernel: C
 Jan 30 17:55:53 firewall kernel: A
 Jan 30 17:55:57 firewall kernel: i
 Jan 30 17:55:57 firewall kernel: 9
 Jan 30 17:56:29 firewall kernel:
 Jan 30 17:56:29 firewall kernel: 2
 Jan 30 17:56:29 firewall kernel: 5
 Jan 30 17:56:41 firewall kernel: 6
 Jan 30 17:56:41 firewall kernel:
 Jan 30 17:56:41 firewall kernel: 6
 Jan 30 17:56:44 firewall kernel: 9
 Jan 30 17:56:44 firewall kernel:
 Jan 30 17:56:44 firewall kernel: .
 Jan 30 17:56:45 firewall kernel: e
 Jan 30 17:56:45 firewall kernel:
 Jan 30 17:56:45 firewall kernel: A
 Jan 30 17:57:01 firewall kernel: e
 Jan 30 17:57:01 firewall kernel: t
 Jan 30 17:57:01 firewall kernel:
 Jan 30 17:57:02 firewall kernel: 0
 Jan 30 17:57:02 firewall kernel: .
 [snip]

Known problem on SMP systems, supposedly fixed in 7.1, but I don't use ipfw.

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


Backup to spare drive (rsync / crontab)

2009-01-30 Thread drc...@yahoo.com
I am using rsync and crontab to perform scheduled backups on FreeBSD AMD64 Rel. 
7.0
I am following process described here for rsync :
http://samba.anu.edu.au/rsync/examples.html

I have a backup script's created for daily, weekly, monthly.
This is one example  -  the daily  (/backup is a seperate physical drive) :

#daily backup script
rsync -a --delete /usr/home/data/Access/ /backup/daily/Access
rsync -a --delete /usr/home/data/Templates/ /backup/daily/Templates
rsync -a --delete /usr/home/QBdata/ /backup/daily/QBdata
rsync -a --delete /usr/home/reception1/ /backup/daily/reception1
rsync -a --delete /usr/home/reception2/ /backup/daily/reception2
rsync -a --delete /usr/home/reception3/ /backup/daily/reception3
rsync -a --delete /usr/home/data/Files/ /backup/daily/Files

All files created where chmod'd with +x, then I test the scripts by running 
them manually and all three, daily, weekly  monthly work fine.

FInal step, I add to root crontab, by using :

crontab -e 

I added following lines :

1   23   30  *   *   /usr/local/sbin/backup/monthly
1   21   *   *   0   /usr/local/sbin/backup/weekly
1   23   *   *   1-5 /usr/local/sbin/backup/daily

crontab -l shows all is OK as well.

But the scheduled backups never happen. I must be doing something wrong, but 
can't figure out what.

All help would be gratefully appreciated.

Thank you,

Darren

 
 

 



___
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-30 Thread Roland Smith
On Fri, Jan 30, 2009 at 10:37:19AM -0800, drc...@yahoo.com wrote:
 I am using rsync and crontab to perform scheduled backups on FreeBSD AMD64 
 Rel. 7.0
 I am following process described here for rsync :
 http://samba.anu.edu.au/rsync/examples.html
 
 I have a backup script's created for daily, weekly, monthly.
 This is one example  -  the daily  (/backup is a seperate physical drive) :
 
 #daily backup script
 rsync -a --delete /usr/home/data/Access/ /backup/daily/Access
 rsync -a --delete /usr/home/data/Templates/ /backup/daily/Templates
 rsync -a --delete /usr/home/QBdata/ /backup/daily/QBdata
 rsync -a --delete /usr/home/reception1/ /backup/daily/reception1
 rsync -a --delete /usr/home/reception2/ /backup/daily/reception2
 rsync -a --delete /usr/home/reception3/ /backup/daily/reception3
 rsync -a --delete /usr/home/data/Files/ /backup/daily/Files

If this is the complete script, you've forgotten to start the file with the
shell invocation:

#!/bin/sh
 
 All files created where chmod'd with +x, then I test the scripts by
 running them manually and all three, daily, weekly  monthly work
 fine.

Scripts started from the shell prompt will run without the #! line (they
will be interpreted by a subshell). 

Roland
-- 
R.F.Smith   http://www.xs4all.nl/~rsmith/
[plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated]
pgp: 1A2B 477F 9970 BA3C 2914  B7CE 1277 EFB0 C321 A725 (KeyID: C321A725)


pgpeNdZsImI8J.pgp
Description: PGP signature


Re: Problem gdm 2.24, xdmcp D-BUS?

2009-01-30 Thread Peter Ulrich Kruppa

On Fri, 30 Jan 2009, Uwe Laverenz wrote:


On Fri, Jan 30, 2009 at 04:03:10PM +0100, Klaus Friis Østergaard wrote:


I tried to remove the directories that was not removed by deinstall
manually, and then installed again, now no complaints about not being
able to uninstall I can now start gdm again, with out any complaints,
but when I run sockstat I cannot see gdm-binary active nor any listen
on udp 177.

Any suggestions?


GDM 2.24 ist broken, not only on FreeBSD but also on other systems like
Fedora. My personal workaround ist to keep using 2.20 for now, which
seems to be the last working version that came from the gnome team.
gdm-2.24.1_5 is not broken, else I couldn't have logged onto my 
gnome-desktop some minutes ago. But there are some 
feature-regressions compared to 2.20 - developers say they have 
rewritten important parts of the code.


Greetings,

Uli.




There is a thread about this at the freebsd-gnome mailing list.

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




| Peter Ulrich Kruppa
| Wuppertal
| Germany___
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-30 Thread Peter Boosten
drc...@yahoo.com wrote:
 I am using rsync and crontab to perform scheduled backups on FreeBSD AMD64 
 Rel. 7.0
 I am following process described here for rsync :
 http://samba.anu.edu.au/rsync/examples.html
 
 I have a backup script's created for daily, weekly, monthly.
 This is one example  -  the daily  (/backup is a seperate physical drive) :
 
 #daily backup script
 rsync -a --delete /usr/home/data/Access/ /backup/daily/Access
 rsync -a --delete /usr/home/data/Templates/ /backup/daily/Templates
 rsync -a --delete /usr/home/QBdata/ /backup/daily/QBdata
 rsync -a --delete /usr/home/reception1/ /backup/daily/reception1
 rsync -a --delete /usr/home/reception2/ /backup/daily/reception2
 rsync -a --delete /usr/home/reception3/ /backup/daily/reception3
 rsync -a --delete /usr/home/data/Files/ /backup/daily/Files
 
 All files created where chmod'd with +x, then I test the scripts by running 
 them manually and all three, daily, weekly  monthly work fine.
 
 FInal step, I add to root crontab, by using :
 
 crontab -e 
 
 I added following lines :
 
 1   23   30  *   *   /usr/local/sbin/backup/monthly
 1   21   *   *   0   /usr/local/sbin/backup/weekly
 1   23   *   *   1-5 /usr/local/sbin/backup/daily
 
 crontab -l shows all is OK as well.
 
 But the scheduled backups never happen. I must be doing something wrong, but 
 can't figure out what.
 

rsync isn't in the path of cron. You should either provide the complete
path in the script, of add /usr/local/bin to your crontab.

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


Re: wireless signal strength

2009-01-30 Thread Paul B. Mahol
On 1/30/09, Lars Lonne lonnel...@gmail.com wrote:
 Hi. I have recently install FreeBSD-7.1 on my laptop. The laptop used to
 have windows and linux, but I have replaced linux with FreeBSD because I
 thought it looked very promising. However, I have one problem: the wireless
 signal strength seems to be significantly weaker when I am running FreeBSD.
 On windows I can connect and get online, but when I'm running FreeBSD it
 keeps connecting and disconnecting, or not even seeing the network at all.
 Also in linux it was never a problem. Is there something that can be done
 with this? In linux I was using wireless-tools (iwconfig) and dhclient,
 which worked fine. Are there perhaps other software that will work better
 than using ifconfig?


what driver?

 /lars
 ___
 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



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


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

2009-01-30 Thread Luke Dean



On Fri, 30 Jan 2009, 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).

My login is via console from where I manually start X11 (gnome) via
startx.

Here's what I've got in my xorg.conf:

# Added after upgrade of X11
Section ServerFlags
   Option AllowEmptyInput false
EndSection

the following entries where there even before the upgrade:

Section InputDevice
   Identifier  Keyboard0
   Driver  kbd
   Option  Corekeyboard
   Option XkbModel pc105
   Option XkbRules xorg
   Option XkbLayout de
   Option XkbVariant nodeadkeys
EndSection

Section InputDevice
   Identifier  Mouse0
   Driver  mouse
   Option  Protocol auto
   Option  Device /dev/sysmouse
   Option  ZAxisMapping 4 5 6 7
EndSection



Here are my questions:

o) When I start X it basically works, but then I get out of gnome,
ending up at the commandline and start X11 again (startx), the
screen becomes garbled and everything freezes completely. Not only is
any input via the console disabled but also no reaction on already
established ssh-sessions - complete lockup.

I'm using the radeonhd driver for my graphics card is a ATI Radeon
HD 2400 XT (RV610 chipset).



o) Are the above settings (i.e. AllowEmptyInput and the sections for
keyboard/mouse) correct for my combination of hald and moused running?

Thanks much in advance for your help,
-ewald


Me too.
I started a thread a few days ago titled Restarting new Xorg freezes
system.
My symptoms are the same as yours.
I'm not running hald at all.
I'm not using full-blown gnome, just windowmaker.
I'm using the radeon driver on an ATI HD 4350

I just tried switching to the vesa driver, and now I can stop and start
X as much as I want with no problems whatsoever.
I know that this was not a problem with the radeon driver prior to the
Xorg update.
___
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-30 Thread Peter Boosten
Peter Boosten wrote:
 path in the script, of add /usr/local/bin to your crontab.
  ^^
  or

Sometimes the Dutch language emerges :-)

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


Re: Restarting new Xorg freezes system

2009-01-30 Thread Luke Dean



On Fri, 30 Jan 2009, Alain G. Fabry wrote:


On Thu, Jan 29, 2009 at 10:18:10PM -0800, Luke Dean wrote:



On Wed, 28 Jan 2009, Glen Barber wrote:


Luke Dean wrote:


The operating system and ports were all cvsupped and built from source
today.  I'm running Xorg + windowmaker + the radeon driver on i386
7-STABLE

My xorg.conf was built from scratch by Xorg -configure, plus I added
Option AllowEmptyInput off
to the ServerLayout section, per /usr/ports/UPDATING, since I'm not
running hal and I can't get keyboard or mouse otherwise.

Everything appears to be great.  My applications launch much faster than
they did before the upgrade.  Shutting down and restarting X is the only
problem I'm having.  This was not a problem before I upgraded to the new
Xorg.

This is a desktop system.  I launch X with startx from the console.  I
can shut down X either by exiting windowmaker or by killing the Xorg
server with ctrl+alt+backspace.  There appear to be some failure messages
on the console when I shut down X, but I don't know what they mean or
if they're important.  I'm attaching a log below.  I don't see any stuck
processes after the shutdown, but perhaps I don't know what I'm looking
for.

If I later restart X with startx, some corrupted graphical junk appears
on the screen and the system freezes solid.  Keyboard and mouse are
completely unresponsive.  NumLock light won't change.  I can't ssh into
the system either.
I can reproduce this at will, but my hard drives don't like it.

Any ideas how to troubleshoot this?
Do I need to switch to hal?



Have you read /usr/ports/UPDATING?



Well.. yeah... See my second paragraph above.
Is there something in there that I'm not seeing that explains why
restarting X would hang the whole system?
___


You by any chance don't have dual-headed X configured? I had a similar 
problem and after removing my second ServerLayout section + RgbPath + 
'AllowEmptyInput' in xorg.conf, everything seems to work again (even my 
dual display ???)


Section ServerLayout
   Identifier X.org Configured
   Screen  0  PANEL 0 0
   InputDeviceMouse0 CorePointer
   InputDeviceKeyboard0 CoreKeyboard
   Option AllowEmptyInput off
EndSection

# Removed after upgrade xorg...

#Section ServerLayout
#   Identifier X.org Configured
#   Screen  0  PANEL 0 0
#   Screen  1  VGA_1 RightOf PANEL
#   InputDeviceMouse0 CorePointer
#   InputDeviceKeyboard0 CoreKeyboard
#Option AllowEmptyInput off
#   Option  Xinerama true
#EndSection



No, just one monitor and just one ServerLayout section.
I just discovered that switching from radeon to vesa makes the problem
go away for me.
___
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: Upgrade 6.1 to 7.1 remotely?

2009-01-30 Thread Adam Vande More

Robert Fitzpatrick wrote:


Thanks, perfect. One of the first things it says to do is a 'portupgrade
-a', which I already know clamav is going to fail. Is this going to
cause problems? And if other packages fail to upgrade, I assume I should
investigate each? However, I don't expect anything else because we only
have mail filtering type packages on this server and all other packages
we installed have upgraded fine and at their latest versions now. We're
also running our own kernel with quota option.

Also, from reading this doc, I'll get the GENERIC kernel with the
upgrade and then I'll just need to rebuild for quotas
You can try to do the steps and ignore clamav failing, then upgrade the 
port after the new kernel is in place.  I guess there is some chance it 
might fail to build after the upgrade for entirely different reasons so 
use that info at your own risk  Making a backup first might be a good idea.


Once the new GENERIC is installed you can edit and rebuild to suit your 
taste, just like you would with a normal kernel change.

___
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-30 Thread Steve Bertrand
drc...@yahoo.com wrote:
 I am using rsync and crontab to perform scheduled backups on FreeBSD AMD64 
 Rel. 7.0
 I am following process described here for rsync :
 http://samba.anu.edu.au/rsync/examples.html
 
 I have a backup script's created for daily, weekly, monthly.
 This is one example  -  the daily  (/backup is a seperate physical drive) :
 
 #daily backup script
 rsync -a --delete /usr/home/data/Access/ /backup/daily/Access
 rsync -a --delete /usr/home/data/Templates/ /backup/daily/Templates
 rsync -a --delete /usr/home/QBdata/ /backup/daily/QBdata
 rsync -a --delete /usr/home/reception1/ /backup/daily/reception1
 rsync -a --delete /usr/home/reception2/ /backup/daily/reception2
 rsync -a --delete /usr/home/reception3/ /backup/daily/reception3
 rsync -a --delete /usr/home/data/Files/ /backup/daily/Files

Try putting the full path to rsync in your script:

# whereis rsync

Steve
___
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-30 Thread Mel
On Friday 30 January 2009 10:28:48 Peter Boosten wrote:
 drc...@yahoo.com wrote:

  #daily backup script
  rsync -a --delete /usr/home/data/Access/ /backup/daily/Access
  rsync -a --delete /usr/home/data/Templates/ /backup/daily/Templates
  rsync -a --delete /usr/home/QBdata/ /backup/daily/QBdata
  rsync -a --delete /usr/home/reception1/ /backup/daily/reception1
  rsync -a --delete /usr/home/reception2/ /backup/daily/reception2
  rsync -a --delete /usr/home/reception3/ /backup/daily/reception3
  rsync -a --delete /usr/home/data/Files/ /backup/daily/Files
 

  But the scheduled backups never happen. I must be doing something wrong,
  but can't figure out what.

 rsync isn't in the path of cron. You should either provide the complete
 path in the script, of add /usr/local/bin to your crontab.

And while you're at it, configure your sendmail/aliases properly so you get 
CRON's diagnostics.
Meaning, change this line in /etc/aliases and run newaliases command:

# root: m...@my.domain

You may wanna skip through /var/mail/root to see if there's anything else you 
missed ;)
-- 
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: Problem gdm 2.24, xdmcp D-BUS?

2009-01-30 Thread Uwe Laverenz

Peter Ulrich Kruppa schrieb:

gdm-2.24.1_5 is not broken, else I couldn't have logged onto my 
gnome-desktop some minutes ago. But there are some feature-regressions 


Sorry, do you mean you logged into a _remote_ machine (via XDMCP) that 
is running GDM 2.24 and listens to UDP 177? Because this is the thing 
that doesn't work for us. When I said broken, I meant that XDMCP does 
not work anymore (and a few other things that users were comfortable with).


compared to 2.20 - developers say they have rewritten important parts of 
the code.


Rewritten? Yes, that's what they call it these days when they remove 
features without getting the new stuff working. :-(


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: Perl5.8 Won't Build

2009-01-30 Thread Mel
On Friday 30 January 2009 07:04:51 William Bentley wrote:
 Hey All,

 Trying to build Perl5.8 and keep getting error messages about the
 makefile. This is a new installation under AMD64 7.1Release inside of a
 jail. Already did a make clean and portsnap. I already wrote to the lang
 mailing list as well to no avail as of yet. Any ideas appreciated. Here
 is the output.

snip make configure

 ===  Building for perl-5.8.9
 make: cannot open makefile.
 *** Error code 2

Please show output of:
make -C /usr/ports/lang/perl-5.8 -n do-build

-- 
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-30 Thread Mel
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
 make  all-recursive
 Making all in po
 Making all in gl
 make  all-am
 Making all in lib
 make  all-recursive
 Making all in po
 Making all in gl
 make  all-am
 Making all in gltests
 make  all-recursive
 Making all in external
 Making all in anonymous
 Making all in plain
 Making all in login
 Making all in cram-md5
 Making all in digest-md5
 Making all in ntlm
 Making all in gssapi
 Making all in securid
 Making all in src
 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?

-- 
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: Saving pf state for accounting

2009-01-30 Thread Tim Judd
And the numbers automatically wrap at 4GB, due to the i386 architecture if
you're using such an arch.  I have no clue if the amd64 arch will keep it
any longer.

And yes, I am topposting.


On Thu, Jan 29, 2009 at 5:47 AM, Gunther Mayer gunther.ma...@googlemail.com
 wrote:

 Hi guys,

 My server uses up tons of bandwidth every month and I'd like to start
 recording what traffic volumes my different services chew up on a monthly
 basis. My firewall utility of choice is pf and I've recently come across its
 neat label facility so that I can do a simple pfctl -sl to get the
 latest readings.

 That's all fair and well but I lose all that lovely accounting information
 upon reboot so how do I go about saving this? I've googled quite a bit to
 look for a solution but have found nothing useful so far, just unanswered
 posts in the past.

 From what I can tell so far I'd have to write a custom rc script which
 redirects pfctl -sl into some sort of logfile which then may be retrieved
 at a later stage (and added to current counter output). Is there an easier
 way perhaps?

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

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


Re: [7.1-RELEASE-p2 amd64] NFS mount in fstab hangs during mountcritremote execution

2009-01-30 Thread Mel
On Friday 30 January 2009 04:36:04 Arjan van der Oest wrote:
 Mel wrote:
  - why does the system tries to mount the nfs filesystem from the

 fstab

  while nfs_client_enable has been set to no in rc.conf?
 
 Because there is no relation between the two. You could be using a 3rd
 party nfs kernel module.

 Yes, but I am not. I'm using the default kernel option which I believe
 is enabled with the mentioned rc.conf switch, or am I wrong here?

Yes, but why should mount(8) check /etc/rc.conf? The relation is reverse, 
rc(8) should give services the right(tm) arguments.

  And more bizarre: when interrupting the
  mountcritremote script the share has been actually mounted, so it


 Also what puzzles me is the fact that a new identical setup box has no
 problem. As I wrote earlier the only difference is that I did not select
 the 'enable nfs client' from the sysinstall this time. I have not used
 any of the mentioned flags on the second box too, so why does it work on
 that machine?

Does this one also have a link UP message after nfs mounting? If not, then 
there's your culprit: network isn't up at mountcritremote time. You should 
mark it 'late' in fstab.

-- 
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: Strange messages in /var/log/messages

2009-01-30 Thread Ivan Voras
Martin Schweizer wrote:

 Since I have the above options I get the following messages in my 
 /var/log/messages:
 [snip]
 Jan 30 17:54:45 firewall kernel: c
 Jan 30 17:54:46 firewall kernel: 0
 Jan 30 17:54:57 firewall kernel: w

Nothing serious - two (or more) CPUs were writing things to the log at
the same time.



signature.asc
Description: OpenPGP digital signature


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

2009-01-30 Thread Matthew Seaman

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.

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


Check out my Facebook profile

2009-01-30 Thread Ali Sohi
Hi Questions,

I set up a Facebook profile where I can post my pictures, videos and events and 
I want to add you as a friend so you can see it. First, you need to join 
Facebook! Once you join, you can also create your own profile.

Thanks,
Ali

To sign up for Facebook, follow the link below:
http://www.facebook.com/p.php?i=1192115166k=Z4G35466U4WFUCE1WK4YP3Pr

___
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: Really strange resolution problems on xorg with a laptop

2009-01-30 Thread Jin Guojun[VFF]

Has this problem been resolved?

I have the same problem for a similar laptop (HP Pavilion dv5120us). 
The X Server 1.4.0 (FreeBSD 6.3-R) works fine, but 1.4.2 (From both 6.4 and 7.1) produce this problem.

My screen is 13.25 inch x 8.25 inch in resolution 1280x800.
The DPI shown in Xorg.0.log is (96, 96), which is correct according to the dpi 
expression listed below.

Only strange # from the Xorg.0.log is the screen size 310 x 21.
The screen size should be 330 x 301, which is corrected stated in xorg.conf.

I wonder if this is a X Server 1.4.2 bug.
Is anyway to correct this problem? or X 1.4.0 has to be used for this 
particular laptop till a new X Server released.

-Jin

- original message -
On Wed, 24 Dec 2008 16:22:40 -0500, Aryeh M. Friedman 
aryeh.fried...@gmail.com wrote:

Polytropon wrote:
 Check the DPI settings from your monitor and if they match the
 settings in xorg.conf. Some programs calculate font sizes
 according to these values.
   
How do I check that...


Eventually there's a setting in /etc/X11/xorg.conf called
DisplaySize that does not match the display size of the
monitor. Take a ruler and check. Then, calculate the dpi
resolution from what the manufacturer says about the amount
of pixels in X and Y (e. g. 1200x800).

   physical pixels x
dpi(x) = -
 display width in inch

and

   physical pixels y
dpi(y) = --
 display height in inch

The dpi resolution chosen by the X server can be determined
by

% grep DPI /var/log/Xorg.0.log

This should match the reality.




___
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


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

2009-01-30 Thread O. Hartmann
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.

I recompiled three times libxcb and its dependencies, two times
Xlib/Xserver/xf86-input-* to be sure having compiled everything and then
I recompiled everything again what's necessary to build Firefox3. No
effect. I now recompile everything needed to build Xlib to get rid of
the above shown error message because I suspect this causing my firefox3
not working.

On another box, also amd64, but FreeBSD 7.1-STABLE (SMP) I had to do the
same procedure and firefox3 is working properly. Bot boxes do have ATI
graphics (driver radeon).

I also tried deleting my personal .mozille directory and started firefox
from scratch. But after some download-save-requester opened (when trying
to download a file from a location in the web) firefox freezes also
eating up 100% cpu. In all cases Firefox3 can be killed.

Any help is appreciated.

Oliver

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


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

2009-01-30 Thread Daniel Eischen

On Fri, 30 Jan 2009, 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.

I recompiled three times libxcb and its dependencies, two times
Xlib/Xserver/xf86-input-* to be sure having compiled everything and then
I recompiled everything again what's necessary to build Firefox3. No
effect. I now recompile everything needed to build Xlib to get rid of
the above shown error message because I suspect this causing my firefox3
not working.

On another box, also amd64, but FreeBSD 7.1-STABLE (SMP) I had to do the
same procedure and firefox3 is working properly. Bot boxes do have ATI
graphics (driver radeon).

I also tried deleting my personal .mozille directory and started firefox
from scratch. But after some download-save-requester opened (when trying
to download a file from a location in the web) firefox freezes also
eating up 100% cpu. In all cases Firefox3 can be killed.

Any help is appreciated.


Perhaps it's a little overkill, but what I usually do when I
perform upgrades like this, is to move /usr/local out of the
way (along with /var/db/pkg), and remove any X/KDE/QT stuff
in /tmp, /var/.., etc.  Then I install (portupdate -NR) everything
from scratch.  If something goes wrong, I just have to move the
original /usr/local back until I work out the problems.

--
DE
___
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-30 Thread William Bentley

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)




Mel wrote:

On Friday 30 January 2009 07:04:51 William Bentley wrote:
  

Hey All,

Trying to build Perl5.8 and keep getting error messages about the
makefile. This is a new installation under AMD64 7.1Release inside of a
jail. Already did a make clean and portsnap. I already wrote to the lang
mailing list as well to no avail as of yet. Any ideas appreciated. Here
is the output.



snip make configure

  

===  Building for perl-5.8.9
make: cannot open makefile.
*** Error code 2



Please show output of:
make -C /usr/ports/lang/perl-5.8 -n do-build

  


___
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-30 Thread Eric Zimmerman
On Fri, January 30, 2009 11:37 am, drc...@yahoo.com wrote:
 I am using rsync and crontab to perform scheduled backups on FreeBSD
 AMD64 Rel. 7.0
 I am following process described here for rsync :
 http://samba.anu.edu.au/rsync/examples.html


You should check out the rsnapshot port. it does what you are looking for
and more. It will save you a lot of scripting, etc and it works great. I
have been using it as part of my backup procedure for a while now and it
works well.

Eric

___
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-30 Thread Peter Boosten



On Jan 30, 2009, at 22:28, Eric Zimmerman e...@mikestammer.com  
wrote:



On Fri, January 30, 2009 11:37 am, drc...@yahoo.com wrote:

I am using rsync and crontab to perform scheduled backups on FreeBSD
AMD64 Rel. 7.0
I am following process described here for rsync :
http://samba.anu.edu.au/rsync/examples.html



You should check out the rsnapshot port. it does what you are  
looking for
and more. It will save you a lot of scripting, etc and it works  
great. I
have been using it as part of my backup procedure for a while now  
and it

works well.

Eric




Lot's of solutions: I use dirvish, also from the ports.

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


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

2009-01-30 Thread Mel
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

-- 
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: ssh login problem

2009-01-30 Thread joe park
Yup, it was I/O problem.  I couldn't find anything in the log, so I decided to 
go to data center and take a look.  Kernel panic messages were on the screen:


panic: ffs_alloccg: map corrupted
...
...
Fatal trap 12: page fault while in kernel mode
...
fault code:= supervisor write, page not present


Upon inspection, I found out that it had seagate 1tb hard drive with known 
firmware issue.  Replaced the drive and it looks OK so far.  Hopefully that was 
it.

Thanks for the help!

Joe




- Original Message 
From: Mel fbsd.questi...@rachie.is-a-geek.net
To: freebsd-questions@freebsd.org
Cc: joe park hjj...@yahoo.com
Sent: Thursday, January 29, 2009 2:53:47 PM
Subject: Re: ssh login problem

On Thursday 29 January 2009 12:48:03 joe park wrote:

 $ ssh -vvv us...@192.168.1.2
 OpenSSH_4.5p1 FreeBSD-20061110, OpenSSL 0.9.8e 23 Feb 2007
 debug1: Reading configuration data /etc/ssh/ssh_config
 debug2: ssh_connect: needpriv 0
 debug1: Connecting to 192.168.1.2 [192.168.1.2] port 22.
 debug1: Connection established.
 debug1: identity file /home/user1/.ssh/identity type -1
 debug1: identity file /home/user1/.ssh/id_rsa type -1
 debug1: identity file /home/user1/.ssh/id_dsa type -1

 It just waits infinitely at this point.  There is no other way to access
 and troubleshoot the machine B remotely (telnet is not enabled) and only
 thing I can do is call and ask for hard reset.

I/O problems on B. Disk blocks all processes needing it. Console login would 
not work either. grep TIMEOUT /var/log/messages on B should provide some 
insight.

-- 
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-30 Thread Alex Goncharov
,--- 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.


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-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-30 Thread Mel
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?

-- 
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: Perl5.8 Won't Build

2009-01-30 Thread William Bentley
No, this is a new install and there are no env vars set. I made sure 
that the env was clean anyways.




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: Perl5.8 Won't Build

2009-01-30 Thread Mel
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?



-- 
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: Problem gdm 2.24, xdmcp D-BUS?

2009-01-30 Thread Peter Ulrich Kruppa

On Fri, 30 Jan 2009, Uwe Laverenz wrote:


Peter Ulrich Kruppa schrieb:

gdm-2.24.1_5 is not broken, else I couldn't have logged onto my 
gnome-desktop some minutes ago. But there are some feature-regressions 


Sorry, do you mean you logged into a _remote_ machine (via XDMCP) that is 
running GDM 2.24 and listens to UDP 177? Because this is the thing that 
doesn't work for us. When I said broken, I meant that XDMCP does not work 
anymore (and a few other things that users were comfortable with).
Sorry, I didn't catch the original posters second last line, my 
fault. Xdmcp is not available via gdm-2.24 .


Greetings

Uli.





compared to 2.20 - developers say they have rewritten important parts of 
the code.


Rewritten? Yes, that's what they call it these days when they remove features 
without getting the new stuff working. :-(


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




| Peter Ulrich Kruppa
| Wuppertal
| Germany
___
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-30 Thread Peter Ulrich Kruppa

Peter Ulrich Kruppa schrieb:

On Fri, 30 Jan 2009, Uwe Laverenz wrote:


Peter Ulrich Kruppa schrieb:

gdm-2.24.1_5 is not broken, else I couldn't have logged onto my 
gnome-desktop some minutes ago. But there are some feature-regressions 


Sorry, do you mean you logged into a _remote_ machine (via XDMCP) that 
is running GDM 2.24 and listens to UDP 177? Because this is the thing 
that doesn't work for us. When I said broken, I meant that XDMCP 
does not work anymore (and a few other things that users were 
comfortable with).
Sorry, I didn't catch the original posters second last line, my fault. 
Xdmcp is not available via gdm-2.24 .


Greetings

Uli.

As a little excuse to the original poster I did some research:
How about using

# Xorg -query IP-address :display-number

from command line? (Mind: you have to set display number to 
something different from default 0 (p.ex. 1 or 2) if you are 
calling from inside an already running Xorg).


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


Greetings

Uli.
___
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