Re: Installation problem

2007-07-31 Thread Rolf G Nielsen

Joel Hatton wrote:

On Mon, 30 Jul 2007 21:46:44 -0700, Garrett Cooper wrote:

Rakhesh is correct.

   SATA / PATA drives show up under ad[m]s[n][l], where m is the disk 
number (zero based), n is the slice, aka partition number in the non-BSD 
(/Solaris?) world, number (zero based), and l is the respective letter 
for the partition (it can vary depending on the purpose, a being root, b 
slice, c all of the disk, [d-j?], other values / relevances.
   SCSI / SAS is almost exactly the same. The only difference is 'ad' 
is replace with 'da'.


There is a difference between SATA and PATA in one respect (and I'm sure
I'll be corrected by a developer if my experience is unique). PATA drives
appear to be allocated ad0-3, SATA drives begin above that. So, ad4 can
(and may in this case) be the first and only fixed disk in the system.
This was certainly the case with my last SATA system.

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





If there are PATA channels on the motherboard (which there are on most 
motherboards, I believe) they're most likely the primary and secondary 
ATA channels, making the SATA channels the third and above. If you have 
the ATA_STATIC_ID option in the kernel, the SATA drives will then show 
up ad ad4 and above, whether or not there are any PATA drives connected. 
With the ATA_STATIC_ID option the primary master is ad0, primary slave 
is ad1 and so on, whether or not there are any drives connected. If you 
remove the ATA_STATIC_ID option, the ATA drives (PATA and SATA) will be 
assigned the lowest number not in use, so with no PATA drives connected, 
the first SATA drive will be ad0, the second one will be ad1 and so on.


This is my experience, but I'm not a developer, so there may be some 
twists that I've missed, and if so, I'm sure someone will correct me. :)



--

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

Re: make install a port, but with a package?

2007-07-31 Thread Kris Kennaway
On Tue, Jul 31, 2007 at 08:32:58AM +0200, Heino Tiedemann wrote:
 Manolis Kiagias [EMAIL PROTECTED] wrote:
 
  Make install will always compile from source. You could however use:
 
  setenv PACKAGESITE 
  ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-6-stable/Latest/
 
  or
 
  export
  PACKAGESITE=ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-6-stable/Latest/

  (if you use bash)
 
  and then do pkg_add, will get you latest packages build from the -STABLE
  ports. You don't even have to worry about specific version numbers (i.e.
  pkg_add -r bash instead of pkg_add -r bash-3.2.17_1) so this is a close
  to a port tree simulation as possible. The package may still be
  lagging a few versions behind the port however (or in some cases may not
  even exist).
 
 What about the variable PKG_SITES?
 
 Once I found (in sime wiki or howto) this entry:
 
 
 export
 PACKAGESITE=ftp://ftp7.de.freebsd.org/pub/FreeBSD/ports/i386/packages-6-stable/Latest/
 export 
 PKG_SITES=ftp://ftp7.de.freebsd.org/pub/FreeBSD/ports/i386/packages-6-stable/
 
 
 what about that variable PKG_SITES? what is it for?

See pkg_add(1)

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


Re: Installation problem

2007-07-31 Thread [EMAIL PROTECTED]
On 30/07/07, Rakhesh Sasidharan [EMAIL PROTECTED] wrote:


 On Mon, 30 Jul 2007, [EMAIL PROTECTED] wrote:

  On 30/07/07, Rakhesh Sasidharan [EMAIL PROTECTED] wrote:
 
  On Sun, 29 Jul 2007, Terrence Wilson wrote:
 
  I'm trying to install FreeBSD as part of a dual boot config on a hard
  disk which already contains Windows XP. I have created a partition for
  FreeBSD. My problem comes once I commit to the installation of
  FreeBSD. I get the following message, after which installation aborts:
  Unable to find device node for /dev/ad4s2b in /dev! The creation of
  filesystems will be aborted. What am I doing wrong?
 
  Are you trying to install FreeBSD in an extended partition? The
  /dev/ad*4*s2b makes me think so ...
 
  /dev/ad4 is probably his first SATA drive, the integer
  following s is the slice number (partition in the magical
  windows world) and if greater than 4 indicates an extended
  slice.

 I thought /dev/ad4s2b meant the 5th disk (since its ad4; ad0-ad3 being 1st
 to 4th disks), 2nd slice (s2), and second partition in that slice (b). Do
 SATA drives too come up as ad devices? I don't have experience with SATA
 drives, so don't know ... I know my IDE drives come up as ad and so
 would assume SATA will come up with a different name.

I suppose we still haven't actually answered the original
question, as to why it would abort with:
Unable to find device node for /dev/ad4s2b in /dev!

The only thing I can think of is that sysinstall was
expecting a swap partition and wasn't given one,
although that sysinstall should be so brittle does not
agree with my general experience.

If the space to be installed in is greater than 6G
(or so) the defaults should work without a problem,
so assuming the defaults were used it should see
a /dev/ad4s2b as swap.  Of course we haven't asked
which version of FreeBSD or if there might be some
sort of buggish controller.

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


Re: transcode compilation error

2007-07-31 Thread [EMAIL PROTECTED]
On 30/07/07, Tsu-Fan Cheng [EMAIL PROTECTED] wrote:
 hi,
   just updated the ports and found out about the thing about automake. So,
 do as told, and transcode is having problems:

 aud_aux.c: In function `audio_init_ffmpeg':
 aud_aux.c:364: error: `ac3_encoder' undeclared (first use in this function)
 aud_aux.c:364: error: (Each undeclared identifier is reported only once
 aud_aux.c:364: error: for each function it appears in.)
 aud_aux.c:365: error: `mp2_encoder' undeclared (first use in this function)
 gmake[2]: *** [aud_aux.lo] Error 1

 I do have liba52 installed, any idea??

multimedia/ffmpeg was recently updated, and portupgrade
is not always great about ordering dependencies well: per-
haps upgrade ffmpeg and then transcode?


NB: I do not have transcode installed and honestly don't
know what good it would do.

PS:  If that didn't work, I would try:
# portupgrade -rRf transcode
and if that didn't work I would throw something and work with
# portupgrade -Rrf
somewhere else in transcode's depandency tree and hope
that it got sucked in correctly (it usually does).

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


Re: Upgrade xorg 6.9 to 72

2007-07-31 Thread [EMAIL PROTECTED]
On 26/07/07, Adam J Richardson [EMAIL PROTECTED] wrote:
 Speaking of failing to upgrade Xorg from 6.9 to 7.2, has anyone else
 encountered the error

 configure: error: cannot find GL library - make sure Mesa or other
 OpenGL package is installed

 while building the port xdriinfo? I've tried building Mesa 7.0 by hand
 and copying files into the appropriate dirs [following the instructions
 at http://dri.freedesktop.org/wiki/Building], but no luck.

 X seems to work perfectly well without xdriinfo [since this machine's
 way too old for even the most efficient of triangle-pushing games :D ],
 but I hate having a stale dependency in my ports database.

 [Apologies if this was asked already - I haven't read the list for a while.]


I believe (CH3CH2OH and all) that on some installations
you have to manually install graphics/libGL (or graphics/libGLU?)
At least I think (though this was a while ago) I had to do that
on one of my systems.  And then proceed as Norman Mailer.
normal, I mean.

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


Re: Increasing GELI performance

2007-07-31 Thread Tom Evans
On Sat, 2007-07-28 at 14:26 +0100, Dominic Bishop wrote:
 I've just been testing out GELI performance on an underlying RAID using a
 3ware 9550SXU-12 running RELENG_6 as of yesterday and seem to be hitting a
 performance bottleneck, but I can't see where it is coming from.
 
 Testing with an unencrypted 100GB GPT partition (/dev/da0p1) gives me around
 200-250MB/s read and write speeds to give an idea of the capability of the
 disk device itself.
 
 Using GELI with a default 128bit AES key seems to limit at ~50MB/s ,
 changing the sector size all the way upto 128KB makes no difference
 whatsoever to the performance. If I use the threads sysctl in loader.conf
 and drop the geli threads to 1 thread only (instead of the usual 3 it spawns
 on this system) the performance still does not change at all. Monitoring
 during writes with systat confirms that it really is spawning 1 or 3 threads
 correctly in these cases.
 
 Here is a uname -a from the machine
 
 FreeBSD 004 6.2-STABLE FreeBSD 6.2-STABLE #2: Fri Jul 27 20:10:05 CEST 2007
 [EMAIL PROTECTED]:/u1/obj/u1/src/sys/004  amd64
 
 Kernel is a copy of GENERIC with GELI option added
 
 Encrypted partition created using : geli init -s 65536 /dev/da0p1
 
 Simple write test done with: dd if=/dev/zero of=/dev/da0p1.eli bs=1m
 count=1 (same as I did on the unencyrpted, a full test with bonnie++
 shows similar speeds)
 
 Systat output whilst writing, showing 3 threads:
 
 
 /0   /1   /2   /3   /4   /5   /6   /7   /8   /9   /10
  Load Average   
 
 /0   /10  /20  /30  /40  /50  /60  /70  /80  /90  /100
 root idle: cpu3 X  
 root idle: cpu1   
  idle 
 root idle: cpu0 XXX 
 root idle: cpu2 XX
 root g_eli[2] d XXX 
 root g_eli[0] d XXX
 root g_eli[1] d X 
 root   g_up
 root dd
 
 Output from vmstat -w 5
  procs  memory  pagedisks faults  cpu
  r b w avmfre  flt  re  pi  po  fr  sr ad4 da0   in   sy  cs us sy
 id
  0 1 0   38124 3924428  208   0   1   0 9052   0   0   0 1758  451 6354  1
 15 84
  0 1 0   38124 39244280   0   0   0 13642   0   0 411 2613  128 9483  0
 22 78
  0 1 0   38124 39244280   0   0   0 13649   0   0 411 2614  130 9483  0
 22 78
  0 1 0   38124 39244280   0   0   0 13642   0   0 411 2612  128 9477  0
 22 78
  0 1 0   38124 39244280   0   0   0 13642   0   0 411 2611  128 9474  0
 23 77
 
 Output from iostat -x 5
 extended device statistics  
 device r/s   w/skr/skw/s wait svc_t  %b  
 ad42.2   0.731.6 8.10   3.4   1 
 da00.2 287.8 2.3 36841.50   0.4  10 
 pass0  0.0   0.0 0.0 0.00   0.0   0 
 extended device statistics  
 device r/s   w/skr/skw/s wait svc_t  %b  
 ad40.0   0.0 0.0 0.00   0.0   0 
 da00.0 411.1 0.0 52622.10   0.4  15 
 pass0  0.0   0.0 0.0 0.00   0.0   0 
 extended device statistics  
 device r/s   w/skr/skw/s wait svc_t  %b  
 ad40.0   0.0 0.0 0.00   0.0   0 
 da00.0 411.1 0.0 52616.20   0.4  15 
 pass0  0.0   0.0 0.0 0.00   0.0   0 
 
 
 Looking at these results myself I cannot see where the bottleneck is, I
 would assume since changing the sector size or the geli threads doesn't
 affect performance that there is some other single threaded part limiting it
 but I don't know enough about how it works to say what.
 
 CPU in the machine is a pair of these:
 CPU: Intel(R) Xeon(R) CPU5110  @ 1.60GHz (1603.92-MHz K8-class
 CPU)
 
 I've also come across some other strange issues with some other machines
 which have identical arrays but only a pair of 32bit 3.0Ghz xeons in them
 (Also using releng_6 as of yesterday, just i386 not amd64). On those geli
 will launch a single thread by default (cores-1 seems to be the default)
 however I cannot force it to launch 2 by using the sysctl, although on the 4
 core machine I can successfully use it to launch 4. It would be nice to be
 able to use both cores on the 32bit machines for geli but given the results
 I've shown here I'm not sure it would gain me much at the moment.
 
 Another problem I've found is that if I use a sector size for GELI  8192
 bytes then I'm unable to newfs the encrypted partition afterwards, it fails
 immediately with this error:
 
 newfs /dev/da0p1.eli
 increasing block size from 16384 to fragment size (65536)
 /dev/da0p1.eli: 62499.9MB (127999872 sectors) block size 65536, fragment
 size 65536
 using 5 cylinder groups of 14514.56MB, 232233 blks, 58112 inodes.
 newfs: can't read old UFS1 superblock: read error from block device: Invalid
 argument
 
 The underlying device is readable/writeable however as dd can read/write to
 it without any errors.
 
 If anyone has any suggestions/thoughts on 

DOH! ata_alloc_request failed!

2007-07-31 Thread Bruce Caruthers

Um... should I be concerned?

Jul 31 02:29:26 arachne2 kernel: DOH! ata_alloc_request failed!

I was in the process of copying all my files over
from my old server, but I didn't receive any errors
during the copies except for this in the dmesg and
messages logs... (and, unfortunately, since I was
doing so many NFS and tarball copies/extracts, I am
not sure which one hiccupped).  I do plan to verify
all my copying, but should I be concerned with the
stability of the system?

=== my system:
arachne2
FreeBSD6.2R/amd64
Intel DG965WH mobo (7/25 BIOS)
ICH8R SATA RAID (2x RAID-1)
4x Hitachi SATA300 320GB HDT725032VLA360

=== copying via NFS from: (in case it matters)
arachne
FreeBSD4.2R/i386
Abit BX133-RAID mobo
HighPoint HPT-370

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


php4 to php5 means exit session functions?

2007-07-31 Thread Bram Kuijper

Hi all,

I am trying to update php4 to php5 on my FreeBSD 6.1-server, by using 
the following 'manual': 
http://lists.freebsd.org/pipermail/freebsd-questions/2006-July/127059.html


However, now I get error messages like  *Fatal error*: Call to 
undefined function session_start()*.
This is strange, because I _did_ also update php5-session and 
php5-extensions. I did restart apache, so what else can be wrong? This 
is the configure command I used:


*'./configure' '--enable-versioning' '--with-layout=GNU' 
'--with-config-file-scan-dir=/usr/local/etc/php' '--disable-all' 
'--enable-libxml' '--with-libxml-dir=/usr/local' '--enable-reflection' 
'--program-prefix=' '--enable-fastcgi' 
'--with-apxs2=/usr/local/sbin/apxs' '--with-regex=php' 
'--with-zend-vm=CALL' '--prefix=/usr/local'

*
anyone a clue how to get the session functionality back? thanks.

Bram

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


updating multiple freebsd desktops

2007-07-31 Thread bram

Hi list,

The company I work for is linux based, we work with our own app written 
in wxPython.
I am having a lot of trouble finding a suitable desktop OS, I've just 
went with redhat but I think I am having second thoughts about it .

Freebsd (wich we use for some servers) would be an option but:

I find it really difficult to keep freebsd up to date in a desktop 
situation, recompiling things like gnome can take a lot of time.


So what I would really like is to make one machine the build/test 
machine and keep this machine up to date with the ports and portmanager 
or so.
Can I then set up some kind of repo with the packages from this machine 
and run something like yum upgrade on every desktop we have ?
I know something like sharing (thus building it only once and installing 
it on multiple pc's) /usr/ports could be done but it is still to much 
work and I would like something that also works  over the internet.


Ideas anyone ?

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


cant uninstall nessus-gtk2-2.2.9_1

2007-07-31 Thread Noah


Hi there,

I am having a bit of trouble with the nessus installation at the moment.
 any clues how I can fully remove it and install it properly.


access1# pkg_info | grep nessus
pkg_info: show_file: can't open '+COMMENT' for reading
nessus-gtk2-2.2.9_1 ???
nessus-libnasl-2.2.9 Nessus Attack Scripting Language
nessus-libraries-2.2.9 Libraries for Nessus, the security scanner
access1# pkg_delete -f nessus
pkg_delete: package 'nessus-gtk2-2.2.9_1' doesn't have a prefix
access1#


Cheers,

Noah

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


updating multiple freebsd desktops

2007-07-31 Thread Bram Van Steenlandt

Hi list,

The company I work for is linux based, we work with our own app written 
in wxPython.
I am having a lot of trouble finding a suitable desktop OS, I've just 
went with redhat but I think I am having second thoughts about it .

Freebsd (wich we use for some servers) would be an option but:

I find it really difficult to keep freebsd up to date in a desktop 
situation, recompiling things like gnome can take a lot of time.


So what I would really like is to make one machine the build/test 
machine and keep this machine up to date with the ports and portmanager 
or so.
Can I then set up some kind of repo with the packages from this machine 
and run something like yum upgrade on every desktop we have ?
I know something like sharing (thus building it only once and installing 
it on multiple pc's) /usr/ports could be done but it is still to much 
work and I would like something that also works  over the internet.


Ideas anyone ?

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


Re: updating multiple freebsd desktops

2007-07-31 Thread Andrew Gould
 - Original Message 
 From: Bram Van Steenlandt [EMAIL PROTECTED]
 To: Liste FreeBSD freebsd-questions@freebsd.org
 Sent: Tuesday, July 31, 2007 6:59:22 AM
 Subject: updating multiple freebsd desktops
 
 Hi list,
 
 The company I work for is linux based, we work with our own app written 
 in wxPython.
 I am having a lot of trouble finding a suitable desktop OS, I've just 
 went with redhat but I think I am having second thoughts about it .
 Freebsd (wich we use for some servers) would be an option but:
 
 I find it really difficult to keep freebsd up to date in a desktop 
 situation, recompiling things like gnome can take a lot of time.
 
 So what I would really like is to make one machine the build/test 
 machine and keep this machine up to date with the ports and portmanager 
 or so.
 Can I then set up some kind of repo with the packages from this machine 
 and run something like yum upgrade on every desktop we have ?
 I know something like sharing (thus building it only once and installing 
 it on multiple pc's) /usr/ports could be done but it is still to much 
 work and I would like something that also works  over the internet.
 
 Ideas anyone ?
 
 kind regards
 ___


Here are some ideas to get you started:

1.  Maintain one server and access it remotely using X Window or vnc.

2.  Use portupgrade on each with the options to upgrade ports using
 binaries from the internet.

3.  Maintain one server and use pkg_create to create binary packages of
 all installed ports.

4.  Take a look at PCBSD, which is FreeBSD preconfigured as a desktop
 and with additional, user-friendly features.
 http://www.pcbsd.org.

Good luck,

Andrew





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


difficulties remove stale dependency

2007-07-31 Thread Noah


Hi,

any clues on how to cure this situation.  It appears I am having 
difficulties removing stale dependencies.


access1# portupgrade -a
Stale dependency: Xaw3d-1.5E_2 -- emacs-21.3_9 -- manually run 'pkgdb 
-F' to fix, or specify -O to force.

access1# portupgrade -
access1# pkgdb -F
---  Checking the package registry database
access1# pkgdb -FO
---  Checking the package registry database
access1# portupgrade -a
Stale dependency: Xaw3d-1.5E_2 -- emacs-21.3_9 -- manually run 'pkgdb 
-F' to fix, or specify -O to force.



Cheers,

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


Re: cant uninstall nessus-gtk2-2.2.9_1

2007-07-31 Thread Reid Linnemann

Written by Noah on 07/31/07 08:29


Hi there,

I am having a bit of trouble with the nessus installation at the moment.
 any clues how I can fully remove it and install it properly.


access1# pkg_info | grep nessus
pkg_info: show_file: can't open '+COMMENT' for reading
nessus-gtk2-2.2.9_1 ???
nessus-libnasl-2.2.9 Nessus Attack Scripting Language
nessus-libraries-2.2.9 Libraries for Nessus, the security scanner
access1# pkg_delete -f nessus
pkg_delete: package 'nessus-gtk2-2.2.9_1' doesn't have a prefix
access1#


Cheers,

Noah

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


Looks like your pkg db for that package is hosed; for certain it is 
missing the +COMMENTS file, and I would also wager that +CONTENTS is 
missing or corrupted. I would recommend deleting the 
/var/db/pkg/nessus-gtk2-2.2.9_1 directory, then reinstall the package/port.

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


Re: FQDN hostnames, Sendmail and SpamAssassin

2007-07-31 Thread Bill Vermillion
-segmentation fault- 
press any key to reboot 
Damn damn damn [EMAIL PROTECTED] said, after
restarting his PC and mailer on Tue, Jul 31, 2007 at 12:00 .


 Message: 12
 Date: Mon, 30 Jul 2007 19:37:36 -0500
 From: Eric Crist [EMAIL PROTECTED]
 Subject: Re: FQDN Hostnames, Sendmail and Spamassassin.

 On Jul 30, 2007, at 6:23 PMJul 30, 2007, RW wrote:

  I have my hostname in rc.conf defined as a FQDN - ending in a
  dot. IIRC it's needed to prevent sendmail waiting a long time
  for DNS if the network is unavailable at boot-time.

  I recently noticed that when I send myself email through
  sendmail I'm hitting this spamassassin test at my email
  service:

  2.3 FH_HELO_ENDS_DOT   Helo ends with a dot

  It doesn't actually matter to me, because I don't use sendmail
  much, but what are the rights and wrongs of this? I was under
  the impression that any name used in an helo/ehlo should be a
  FQDN.

 AFAIK, an FQDN does not need to end with a dot.  While they do, by  
 definition, end with a dot, that nomenclature is typically only used  
 in DNS zone files.

 FWIW, I've never noticed a problem with slow boot when there's
 network problems. If you do notice problems, simply make an
 entry in the /etc/hosts file to map the local hostname to it's
 corresponding IP address.

 HTH.
 
 Eric Crist

In setting up a SuSE system [I have 2 linux systems I've had to
support] I found that I could not send any mail to any
MS based system.

The error message from MS ended with a period, but it looked
like it was the punctuation on a statement.

I found that the FQDN in the sendmail config file ended in
'.' - and all MS sites would reject that email because of the
trailing dot.

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


Re: Installation problem

2007-07-31 Thread Jerry McAllister
On Tue, Jul 31, 2007 at 08:31:09AM +0400, Rakhesh Sasidharan wrote:

 
 
 On Mon, 30 Jul 2007, [EMAIL PROTECTED] wrote:
 
 On 30/07/07, Rakhesh Sasidharan [EMAIL PROTECTED] wrote:
 
 On Sun, 29 Jul 2007, Terrence Wilson wrote:
 
 I'm trying to install FreeBSD as part of a dual boot config on a hard
 disk which already contains Windows XP. I have created a partition for
 FreeBSD. My problem comes once I commit to the installation of
 FreeBSD. I get the following message, after which installation aborts:
 Unable to find device node for /dev/ad4s2b in /dev! The creation of
 filesystems will be aborted. What am I doing wrong?
 
 Are you trying to install FreeBSD in an extended partition? The
 /dev/ad*4*s2b makes me think so ...
 
 /dev/ad4 is probably his first SATA drive, the integer
 following s is the slice number (partition in the magical
 windows world) and if greater than 4 indicates an extended
 slice.
 
 I thought /dev/ad4s2b meant the 5th disk (since its ad4; ad0-ad3 being 1st 
 to 4th disks), 2nd slice (s2), and second partition in that slice (b). Do 
 SATA drives too come up as ad devices? I don't have experience with SATA 
 drives, so don't know ... I know my IDE drives come up as ad and so 
 would assume SATA will come up with a different name.

Well, you would be right about it being a 5th disk in FreeBSD terms.
How many disks are on the machine and what did you select for 
installation within SYSINSTALL.   It allows you to select any
slice on the system for installation.   It might get confused by
MS extended partitions, but I think that would affect only slice
designation and not drive designation - but I could be off on that.

Did you tell it to create a slice 2 out of unused space and make it 
a FreeBSD type?   Did you have space for it?   How did you create
that partition for FreeBSD?Note that what Microsloth calls a
partition is really called a 'slice' in FreeBSD and in the device
name indicated above is ---s2-- part of the name which makes complete
sense and seems normal.   The only odd parts are ad4 which would be
the fifth disk drive unless something is weird and the 'b', maybe, if
you did not create one which would be a bug to look for one if you
didn't make one.

Anyway, it is hard to meaningfully speculate without knowing more about
what you actuall have and actually did.

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


Re: cant uninstall nessus-gtk2-2.2.9_1 [solved]

2007-07-31 Thread Noah





Looks like your pkg db for that package is hosed; for certain it is 
missing the +COMMENTS file, and I would also wager that +CONTENTS is 
missing or corrupted. I would recommend deleting the 
/var/db/pkg/nessus-gtk2-2.2.9_1 directory, then reinstall the package/port.

___


thanks Reid,

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


Re: php4 to php5 means exit session functions?

2007-07-31 Thread Matthew Seaman
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Bram Kuijper wrote:
 Hi all,
 
 I am trying to update php4 to php5 on my FreeBSD 6.1-server, by using
 the following 'manual':
 http://lists.freebsd.org/pipermail/freebsd-questions/2006-July/127059.html
 
 However, now I get error messages like  *Fatal error*: Call to
 undefined function session_start()*.
 This is strange, because I _did_ also update php5-session and
 php5-extensions. I did restart apache, so what else can be wrong? This
 is the configure command I used:
 
 *'./configure' '--enable-versioning' '--with-layout=GNU'
 '--with-config-file-scan-dir=/usr/local/etc/php' '--disable-all'
 '--enable-libxml' '--with-libxml-dir=/usr/local' '--enable-reflection'
 '--program-prefix=' '--enable-fastcgi'
 '--with-apxs2=/usr/local/sbin/apxs' '--with-regex=php'
 '--with-zend-vm=CALL' '--prefix=/usr/local'
 *
 anyone a clue how to get the session functionality back? thanks.

If you're correctly following the instructions I wrote in the
message you quoted, then you would never run configure directly.
The ports system does it all for you.

Do you have a php-session port installed? Does
/usr/local/etc/php/extensions.ini contain the line:

extension=session.so

What do you get if you run this command?

% php -r 'phpinfo();' | grep -i session

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
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.4 (FreeBSD)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFGr2an8Mjk52CukIwRCPvdAJ9jY2Gq0hTmoLimhhNZF73/WTfAZACfYE68
WZ97WG94IeHeqj2F6Y7quyI=
=+3C3
-END PGP SIGNATURE-
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


LDAP problems

2007-07-31 Thread Zo Amb
Hi lists,
I now really need some help. Since the last two weeks, I've been trying to 
configure Openldap on a FreeBSD 6.2-RELEASE. But I just can't go further 
because I get always the same error while I try to use the ldapadd command. 
It says :
ldap_sasl_interactive_bind_s: Can't contact LDAP server (-1)

I've tried to search the web. Sure, there was something out there but it isn't 
enough clear to me.

Any ideas ?

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


mplayer won't build

2007-07-31 Thread beni
Hi,

I'm trying to install mplayer from ports but it fails with the following 
error. Any hints on how to get it build ?
System is 6.2-REL-p5 with portstree updated.
Thanks !

...
ar: creating libmenu.a
ranlib libmenu.a
gmake[1]: Leaving directory 
`/usr/ports/multimedia/mplayer/work/MPlayer-1.0rc1/libmenu'
cc -Wdeclaration-after-statement -fno-PIC -O2 -fno-strict-aliasing -pipe  -O3 
-ffast-math -fomit-frame-pointer -I/usr/local/include  -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -I/usr/local/include/freetype2 
-I/usr/local/include -I/usr/local/include -I/usr/local/include/artsc 
-D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include 
-I/usr/local/include -I/usr/local/include/dvdnav  -I/usr/local/include   
-I/usr/local/include/freetype2 -I/usr/local/include -D_THREAD_SAFE 
-I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include 
-I/usr/local/include/atk-1.0 -I/usr/local/include/cairo 
-I/usr/local/include/pango-1.0 -I/usr/local/include 
-I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include 
-I/usr/local/include/freetype2   -I.  -I./libavutil -I./libavcodec -o 
mplayer mplayer.o m_property.o mp_msg.o asxparser.o codec-cfg.o cpudetect.o 
edl.o find_sub.o m_config.o m_option.o m_struct.o parser-cfg.o playtree.o 
playtreeparser.o spudec.o sub_cc.o subreader.o vobsub.o unrarlib.o mixer.o 
parser-mpcmd.o subopt-helper.o libvo/libvo.a libao2/libao2.a input/libinput.a 
libmenu/libmenu.a 
Gui/libgui.a -pthread -Wl,--rpath -Wl,/usr/local/lib -L/usr/local/lib 
-lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lXext 
-lXrender -lXinerama -lXi -lXrandr -lXcursor -lXfixes -lcairo -lpangoft2-1.0 
-lfontconfig -lfreetype -lz -lpango-1.0 -lm -lX11 -lgobject-2.0 -lgmodule-2.0 
-lglib-2.0 -liconv   -L/usr/local/lib -lglib-2.0 -liconv   
libmpcodecs/libmpcodecs.a loader/libloader.a loader/dshow/libDS_Filter.a 
loader/dmo/libDMO_Filter.a libaf/libaf.a libmpdemux/libmpdemux.a 
stream/stream.a libswscale/libswscale.a 
osdep/libosdep.a -Wl,-z,noexecstack -L/usr/local/lib -L/usr/local/lib  
-L/usr/local/lib -ldvdnav -pthread 
libavformat/libavformat.a  libavcodec/libavcodec.a  libavutil/libavutil.a  
libpostproc/libpostproc.a-lvorbis -logg-lxvidcore -ldts -lpng -lz -lz 
-ljpeg-lmp3lame -lvorbis -logg -lncurses  -lungif   -pthread  
-rdynamic -liconv -lm
libfaad2/libfaad2.a  mp3lib/libMP3.a liba52/liba52.a libmpeg2/libmpeg2.a 
libass/libass.a -lfontconfig -L/usr/local/lib -Wl,--rpath -Wl,/usr/local/lib 
-lfreetype -lz  -lGL  -lXxf86dga -lXv  -lXxf86vm -lXinerama -L/usr/local/lib 
-lXext -lX11  -pthread 
vidix/libvidix.a -L/usr/local/lib -lartsc -D_THREAD_SAFE -pthread 
-L/usr/local/lib -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -liconv
stream/stream.a(stream_cdda.o)(.text+0xa5): In function `open_cdda':
: undefined reference to `cdio_cddap_identify'
stream/stream.a(stream_cdda.o)(.text+0xbd): In function `open_cdda':
: undefined reference to `cdio_cddap_verbose_set'
stream/stream.a(stream_cdda.o)(.text+0xda): In function `open_cdda':
: undefined reference to `cdio_cddap_open'
stream/stream.a(stream_cdda.o)(.text+0xf8): In function `open_cdda':
: undefined reference to `cdio_cddap_close'
stream/stream.a(stream_cdda.o)(.text+0x15e): In function `open_cdda':
: undefined reference to `cdio_cddap_tracks'
stream/stream.a(stream_cdda.o)(.text+0x194): In function `open_cdda':
: undefined reference to `cdio_cddap_track_firstsector'
stream/stream.a(stream_cdda.o)(.text+0x19f): In function `open_cdda':
: undefined reference to `cdio_cddap_track_lastsector'
stream/stream.a(stream_cdda.o)(.text+0x2cc): In function `open_cdda':
: undefined reference to `cdio_cddap_tracks'
stream/stream.a(stream_cdda.o)(.text+0x31b): In function `open_cdda':
: undefined reference to `cdio_cddap_track_firstsector'
stream/stream.a(stream_cdda.o)(.text+0x340): In function `open_cdda':
: undefined reference to `cdio_cddap_track_lastsector'
stream/stream.a(stream_cdda.o)(.text+0x34b): In function `open_cdda':
: undefined reference to `cdio_paranoia_init'
stream/stream.a(stream_cdda.o)(.text+0x396): In function `open_cdda':
: undefined reference to `cdio_paranoia_modeset'
stream/stream.a(stream_cdda.o)(.text+0x3b3): In function `open_cdda':
: undefined reference to `cdio_paranoia_overlapset'
stream/stream.a(stream_cdda.o)(.text+0x3c6): In function `open_cdda':
: undefined reference to `cdio_paranoia_seek'
stream/stream.a(stream_cdda.o)(.text+0x4ef): In function `open_cdda':
: undefined reference to `cdio_cddap_disc_lastsector'
stream/stream.a(stream_cdda.o)(.text+0x4fa): In function `open_cdda':
: undefined reference to `cdio_paranoia_init'
stream/stream.a(stream_cdda.o)(.text+0x511): In function `open_cdda':
: undefined reference to `cdio_cddap_close'
stream/stream.a(stream_cdda.o)(.text+0x531): In function `open_cdda':
: undefined reference to `cdio_cddap_disc_firstsector'
stream/stream.a(stream_cdda.o)(.text+0x554): In function `open_cdda':
: 

Re: php4 to php5 means exit session functions?

2007-07-31 Thread Bram Kuijper

OK, I finally found at what had been going wrong:

In my php.ini file there is the variable extension_dir. This was still 
pointing at the old extension dir, located at

/usr/local/lib/php/2002something

after I changed it to
/usr/local/lib/php/20060613

everything worked fine.

thanks,

Bram


Matthew Seaman wrote:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Bram Kuijper wrote:
  

Hi all,

I am trying to update php4 to php5 on my FreeBSD 6.1-server, by using
the following 'manual':
http://lists.freebsd.org/pipermail/freebsd-questions/2006-July/127059.html

However, now I get error messages like  *Fatal error*: Call to
undefined function session_start()*.
This is strange, because I _did_ also update php5-session and
php5-extensions. I did restart apache, so what else can be wrong? This
is the configure command I used:

*'./configure' '--enable-versioning' '--with-layout=GNU'
'--with-config-file-scan-dir=/usr/local/etc/php' '--disable-all'
'--enable-libxml' '--with-libxml-dir=/usr/local' '--enable-reflection'
'--program-prefix=' '--enable-fastcgi'
'--with-apxs2=/usr/local/sbin/apxs' '--with-regex=php'
'--with-zend-vm=CALL' '--prefix=/usr/local'
*
anyone a clue how to get the session functionality back? thanks.



If you're correctly following the instructions I wrote in the
message you quoted, then you would never run configure directly.
The ports system does it all for you.

Do you have a php-session port installed? Does
/usr/local/etc/php/extensions.ini contain the line:

extension=session.so

What do you get if you run this command?

% php -r 'phpinfo();' | grep -i session

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
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.4 (FreeBSD)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFGr2an8Mjk52CukIwRCPvdAJ9jY2Gq0hTmoLimhhNZF73/WTfAZACfYE68
WZ97WG94IeHeqj2F6Y7quyI=
=+3C3
-END PGP SIGNATURE-
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]
  


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


Re: transcode compilation error

2007-07-31 Thread beni
On Tuesday 31 July 2007 06:54:34 [EMAIL PROTECTED] wrote:
 On 30/07/07, Tsu-Fan Cheng [EMAIL PROTECTED] wrote:
  hi,
just updated the ports and found out about the thing about automake.
  So, do as told, and transcode is having problems:
 
  aud_aux.c: In function `audio_init_ffmpeg':
  aud_aux.c:364: error: `ac3_encoder' undeclared (first use in this
  function) aud_aux.c:364: error: (Each undeclared identifier is reported
  only once aud_aux.c:364: error: for each function it appears in.)
  aud_aux.c:365: error: `mp2_encoder' undeclared (first use in this
  function) gmake[2]: *** [aud_aux.lo] Error 1
 
  I do have liba52 installed, any idea??

 multimedia/ffmpeg was recently updated, and portupgrade
 is not always great about ordering dependencies well: per-
 haps upgrade ffmpeg and then transcode?


 NB: I do not have transcode installed and honestly don't
 know what good it would do.

 PS:  If that didn't work, I would try:
 # portupgrade -rRf transcode
 and if that didn't work I would throw something and work with
 # portupgrade -Rrf
 somewhere else in transcode's depandency tree and hope
 that it got sucked in correctly (it usually does).

Not a solution but the same problem here... :-( 
I've tried to portupgrade -rRf and even a make deinstall with a make 
reinstall but still no good.
Even deinstalled ffmpeg but still nothing : transcode pulls ffmpeg back in, 
installs it fine but crashes during the make.

-- 
Beni.


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


relaying mail

2007-07-31 Thread Michael Grant
In one of my domains, I have the MX record for it set up to my server.
 But for one of the users within that domain, their mail needs to be
shuffled off to a different server at google.  But I can't just
forward it because it's like an MX host I'd need to forward it to.
And I can't alter the MX to point to google for the entire domain
because it's only one user within that domain, the other users will be
screwed in that case.

For example, mydomain.com, let's say the mx for that comes to my box.
For [EMAIL PROTECTED], I need to send his mail to ASPMX.L.GOOGLE.COM as
if it were the MX for mydomain.com.

In the old days, one would simply forward email to
[EMAIL PROTECTED]  That would cause mydomain.com's
sendmail to connect to ASPMX.L.GOOGLE.COM and shove down a message for
[EMAIL PROTECTED]  But that seems long deprecated because it didn't
seem to work.

I am using sendmail and procmail.  Can anyone think of some way I can
cause something like this to happen for just one user, ideally in a
.procmailrc file?

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


when i plug in bluetooth device my keyboard is getting lost

2007-07-31 Thread nitujha_nitu
Hi sir
when i plug in bluetooth device my keyboard is getting lost.
I have a lg xnote laptop 
and i am running freebsd v6.0
please help me.
Thanks!

Send instant messages to your online friends http://in.messenger.yahoo.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


help:make installworld(creating osreldate.h from newvers.sh touch: not found *** Error code 127)

2007-07-31 Thread Roy
[EMAIL PROTECTED] ~]$ uname -a
FreeBSD admin.tmdxy.org 6.2-RELEASE-p6 FreeBSD 6.2-RELEASE-p6 #0: Tue
Jul 31 23:11:21 CST 2007
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/RoyKernel i386

--
 Installing everything
--
cd /usr/src; make -f Makefile.inc1 install
=== share/info (install)
=== include (install)
creating osreldate.h from newvers.sh
touch: not found
*** Error code 127

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

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

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

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

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


Re: Cannot post because of spamassassin blocking my mail

2007-07-31 Thread Adam J Richardson

ytriffy wrote:

Hi list.
Whenever I try to post I get something like this:

Your mail to 'freebsd-questions' with the subject

   [panic]page fault while in kernel mode
Is being held until the list moderator can review it for approval.

The reason it is being held:

   SpamAssassin identified this message as possible spam

Although I'm subscribed user of mailing lists.
What should I do?


Hi ytriffy,

You're posting from gmail.com. That's a known public email domain, that 
is. I would guess you'd get the same problem coming from yahoo.com or 
hotmail.com. Do you have a friend running their own email server, so you 
could get a private email address? Or does your ISP not supply you with 
a private email address?


I don't know for sure, but I think SpamAssassin would label any 
publically accessible email server as possible spam source. That's 
what I'd do, for sure.


Regards,
Adam J Richardson

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


Re: DOH! ata_alloc_request failed!

2007-07-31 Thread Bruce Caruthers

On Tue Jul 31, 2007, Bruce Caruthers wrote:

 Um... should I be concerned?

 Jul 31 02:29:26 arachne2 kernel: DOH! ata_alloc_request failed!

 I was in the process of copying all my files over
 from my old server, but I didn't receive any errors
 during the copies except for this in the dmesg and
 messages logs... (and, unfortunately, since I was
 doing so many NFS and tarball copies/extracts, I am
 not sure which one hiccupped).  I do plan to verify
 all my copying, but should I be concerned with the
 stability of the system?

 === my system:
 arachne2
 FreeBSD6.2R/amd64
 Intel DG965WH mobo (7/25 BIOS)
 ICH8R SATA RAID (2x RAID-1)
 4x Hitachi SATA300 320GB HDT725032VLA360

 === copying via NFS from: (in case it matters)
 arachne
 FreeBSD4.2R/i386
 Abit BX133-RAID mobo
 HighPoint HPT-370


It looks like there have been a bunch of other folks
seeing this problem, based on a google search, with
it apparently improved in 6.2 so at least it doesn't
crash.  (Soren Schmidt, Oct 2006)

There is also PR kern/113647 which was closed due
to an unfortunate lack of info. (remko, Jun 2007)

However, it seems to still be an issue in 6.2R/amd64.

I was tarballing 100G from NFS mounted drives to
local RAID-1.  If there is other relevant log info I
can provide to help track this down, please let me
know what best to provide.  I don't want to blindly
dump tons of maybe-relevant info to the list.


Jul 31 02:29:26 arachne2 kernel: DOH! ata_alloc_request failed!
Jul 31 06:12:43 arachne2 kernel: FAILURE - out of memory in 
ata_raid_init_request
Jul 31 06:12:44 arachne2 kernel: g_vfs_done():ar0s1e[WRITE(offset=153294329856, 
length=2048)]error = 5
Jul 31 06:37:37 arachne2 kernel: DOH! ata_alloc_request failed!
Jul 31 06:37:40 arachne2 kernel: FAILURE - out of memory in 
ata_raid_init_request
Jul 31 06:37:40 arachne2 last message repeated 10 times
Jul 31 06:37:40 arachne2 kernel: g_vfs_done():ar0s1e[WRITE(offset=168948236288, 
length=16384)]error = 5
Jul 31 06:37:40 arachne2 kernel: g_vfs_done():ar0s1e[WRITE(offset=168948252672, 
length=16384)]error = 5
Jul 31 06:37:40 arachne2 kernel: g_vfs_done():ar0s1e[WRITE(offset=168948269056, 
length=16384)]error = 5
Jul 31 06:37:40 arachne2 kernel: g_vfs_done():ar0s1e[WRITE(offset=168948285440, 
length=16384)]error = 5
Jul 31 06:37:40 arachne2 kernel: g_vfs_done():ar0s1e[WRITE(offset=168948301824, 
length=16384)]error = 5
Jul 31 06:37:40 arachne2 kernel: g_vfs_done():ar0s1e[WRITE(offset=168948318208, 
length=16384)]error = 5
Jul 31 06:37:40 arachne2 kernel: g_vfs_done():ar0s1e[WRITE(offset=168948334592, 
length=16384)]error = 5
Jul 31 06:37:40 arachne2 kernel: g_vfs_done():ar0s1e[WRITE(offset=168948350976, 
length=16384)]error = 5
Jul 31 06:37:40 arachne2 kernel: g_vfs_done():ar0s1e[WRITE(offset=169140731904, 
length=16384)]error = 5
Jul 31 06:37:40 arachne2 kernel: g_vfs_done():ar0s1e[WRITE(offset=169140748288, 
length=16384)]error = 5
Jul 31 06:37:40 arachne2 kernel: g_vfs_done():ar0s1e[WRITE(offset=169526018048, 
length=16384)]error = 5

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


Re: Cannot post because of spamassassin blocking my mail

2007-07-31 Thread Hakan K
I do not think Gmail, or Yahoo is the issue.

Your local IP may be black listed.. I had the issue with one of my client.

Find out your local IP, and check spam blasklists to see if your IP is
listed






Troy
http://jump2top.com

On 7/31/07, Adam J Richardson [EMAIL PROTECTED] wrote:

 ytriffy wrote:
  Hi list.
  Whenever I try to post I get something like this:
 
  Your mail to 'freebsd-questions' with the subject
 
 [panic]page fault while in kernel mode
  Is being held until the list moderator can review it for approval.
 
  The reason it is being held:
 
 SpamAssassin identified this message as possible spam
 
  Although I'm subscribed user of mailing lists.
  What should I do?

 Hi ytriffy,

 You're posting from gmail.com. That's a known public email domain, that
 is. I would guess you'd get the same problem coming from yahoo.com or
 hotmail.com. Do you have a friend running their own email server, so you
 could get a private email address? Or does your ISP not supply you with
 a private email address?

 I don't know for sure, but I think SpamAssassin would label any
 publically accessible email server as possible spam source. That's
 what I'd do, for sure.

 Regards,
 Adam J Richardson

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

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


Re: DOH! ata_alloc_request failed!

2007-07-31 Thread Adam J Richardson

Bruce Caruthers wrote:

On Tue Jul 31, 2007, Bruce Caruthers wrote:

Um... should I be concerned?


Hi Bruce,

I've found wherever hard disks are doing anything suspicious, such as 
operating properly, it's best to be paranoid. Take multiple copies quick 
is my advice.


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


xf86 madness - stop installing drivers

2007-07-31 Thread Noah

Hi,

I am wondering if there is an easy way to stop installing all of the 
xf86 input an video drivers listed below.



4 xf86-input-acecad-1.1.0 /x11-drivers/xf86-input-acecad
3 xf86-input-calcomp-1.1.0 /x11-drivers/xf86-input-calcomp
2 xf86-input-citron-2.2.0 /x11-drivers/xf86-input-citron
1 xf86-input-digitaledge-1.1.0 /x11-drivers/xf86-input-digitaledge
0 xf86-input-dmc-1.1.0 /x11-drivers/xf86-input-dmc
-0001 xf86-input-dynapro-1.1.0 /x11-drivers/xf86-input-dynapro
-0002 xf86-input-elo2300-1.1.0 /x11-drivers/xf86-input-elo2300
-0003 xf86-input-elographics-1.1.0 /x11-drivers/xf86-input-elographics
-0004 xf86-input-fpit-1.1.0 /x11-drivers/xf86-input-fpit
-0005 xf86-input-hyperpen-1.1.0 /x11-drivers/xf86-input-hyperpen
-0006 xf86-input-jamstudio-1.1.0 /x11-drivers/xf86-input-jamstudio
-0007 xf86-input-joystick-1.1.0 /x11-drivers/xf86-input-joystick
-0008 xf86-input-keyboard-1.1.1 /x11-drivers/xf86-input-keyboard
-0009 xf86-input-magellan-1.1.0 /x11-drivers/xf86-input-magellan
-0010 xf86-input-magictouch-1.0.0.5_1 /x11-drivers/xf86-input-magictouch
-0011 xf86-input-microtouch-1.1.0 /x11-drivers/xf86-input-microtouch
-0012 xf86-input-mouse-1.1.2 /x11-drivers/xf86-input-mouse
-0013 xf86-input-mutouch-1.1.0 /x11-drivers/xf86-input-mutouch
-0014 xf86-input-palmax-1.1.0 /x11-drivers/xf86-input-palmax
-0015 xf86-input-penmount-1.2.0 /x11-drivers/xf86-input-penmount
-0016 xf86-input-spaceorb-1.1.0 /x11-drivers/xf86-input-spaceorb
-0017 xf86-input-summa-1.1.0 /x11-drivers/xf86-input-summa
-0018 xf86-input-tek4957-1.1.0 /x11-drivers/xf86-input-tek4957
-0019 xf86-input-void-1.1.0 /x11-drivers/xf86-input-void
-0020 xf86-video-apm-1.1.1 /x11-drivers/xf86-video-apm
-0021 xf86-video-ark-0.6.0 /x11-drivers/xf86-video-ark
-0022 xf86-video-ati-6.6.3_2 /x11-drivers/xf86-video-ati
-0023 xf86-video-chips-1.1.1 /x11-drivers/xf86-video-chips
-0024 xf86-video-cirrus-1.1.0 /x11-drivers/xf86-video-cirrus
-0025 xf86-video-cyrix-1.1.0 /x11-drivers/xf86-video-cyrix
-0026 xf86-video-dummy-0.2.0 /x11-drivers/xf86-video-dummy
-0027 xf86-video-fbdev-0.3.1 /x11-drivers/xf86-video-fbdev
-0028 xf86-video-glint-1.1.1_2 /x11-drivers/xf86-video-glint
-0029 xf86-video-i128-1.2.1 /x11-drivers/xf86-video-i128
-0030 xf86-video-i740-1.1.0 /x11-drivers/xf86-video-i740
-0031 xf86-video-i810-1.6.5_2 /x11-drivers/xf86-video-i810
-0032 xf86-video-imstt-1.1.0 /x11-drivers/xf86-video-imstt
-0033 xf86-video-mga-1.4.6.1_1 /x11-drivers/xf86-video-mga
-0034 xf86-video-neomagic-1.1.1 /x11-drivers/xf86-video-neomagic
-0035 xf86-video-newport-0.2.1 /x11-drivers/xf86-video-newport
-0036 xf86-video-nsc-2.8.2 /x11-drivers/xf86-video-nsc
-0037 xf86-video-nv-2.1.2 /x11-drivers/xf86-video-nv
-0038 xf86-video-rendition-4.1.3 /x11-drivers/xf86-video-rendition
-0039 xf86-video-s3-0.5.0 /x11-drivers/xf86-video-s3
-0040 xf86-video-s3virge-1.9.1 /x11-drivers/xf86-video-s3virge
-0041 xf86-video-savage-2.1.2_2 /x11-drivers/xf86-video-savage
-0042 xf86-video-siliconmotion-1.4.2 /x11-drivers/xf86-video-siliconmotion
-0043 xf86-video-sis-0.9.3_1 /x11-drivers/xf86-video-sis
-0044 xf86-video-tdfx-1.3.0_1 /x11-drivers/xf86-video-tdfx
-0045 xf86-video-tga-1.1.0 /x11-drivers/xf86-video-tga
-0046 xf86-video-trident-1.2.3 /x11-drivers/xf86-video-trident
-0047 xf86-video-tseng-1.1.1 /x11-drivers/xf86-video-tseng
-0048 xf86-video-vesa-1.3.0 /x11-drivers/xf86-video-vesa
-0049 xf86-video-vga-4.1.0 /x11-drivers/xf86-video-vga
-0050 xf86-video-via-0.2.2_1 /x11-drivers/xf86-video-via
-0051 xf86-video-vmware-10.14.1 /x11-drivers/xf86-video-vmware
-0052 xf86-video-voodoo-1.1.1 /x11-drivers/xf86-video-voodoo
-0053 xf86rushproto-1.1.2 /x11/xf86rushproto

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


SOCKS V5 proxy for http_proxy Environmental variable

2007-07-31 Thread Mark Jacobs
I am attempting to set the http_proxy environmental variable to a SOCKS 
5 proxy server that is really an SSH tunnel to a server outside the 
network. When I execute the fetch command it is failing with this error 
message;


bc007776# fetch -v ftp://ftp.gnu.org/gnu/emacs/emacs-22.1.tar.gz
looking up 127.0.0.1
connecting to 127.0.0.1:8080
requesting ftp://ftp.gnu.org/gnu/emacs/emacs-22.1.tar.gz
fetch: ftp://ftp.gnu.org/gnu/emacs/emacs-22.1.tar.gz: Unknown error: 0

Is this supported?

--
Mark Jacobs
Technical Services
Time Customer Service - Tampa, FL
--

The secret of life is honesty and fair dealing. 
If you can fake that, you've got it made.


--  Julius (Groucho) Henry Marx

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


TMPFS, is it available on FreeBSD 6 or 7?

2007-07-31 Thread Sten Daniel Soersdal

Is TMPFS available on FreeBSD 6 or 7?
Or do i have to settle for mfs?

[venting frustration]
The reason i ask is i need something very flexible when it comes to 
memory usage as a poor-mans shared-memory feature for a closed source 
data conversion app, used only occasionally but with *alot* of data 
passing through. By alot i mean it took our quad core xeon 3 ghz with 4 
gbyte memory and 4 SAS drives in 1+0 RAID, about a day and a half to 
process (on disk).
Simple tests (by others) using netbsd on a single cpu 3 ghz and tmpfs, 
it took roughly 70 minutes. Most of which was spent loading and 
unloading the data over the network.
I'd really like that memory back after use for other things as this 
server is also serving databases with files etc.


(PS. If anyone knows of some place in the world it is legally 
permissible to shoot a programmer for incompetence/excessive-tmp-usage, 
then please let me know, that's where are going on company vacation)

[/venting]

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


Re: xf86 madness - stop installing drivers

2007-07-31 Thread John Nielsen
On Tuesday 31 July 2007 02:37:36 pm Noah wrote:
 Hi,

 I am wondering if there is an easy way to stop installing all of the
 xf86 input an video drivers listed below.

Sure, just uninstall the xorg metaport, the xorg-drivers metaport, and any of 
the driver ports you listed that you're not interested in. You can use 
pkg_delete or similar.

To actually _prevent_ the packages from being installed, you should avoid 
installing either metaport above or anything that depends on them.

If you felt so inspired, you could make your own xorg-drivers-custom metaport, 
have it depend on only the drivers you're interested in, mark it as 
conflicting with the vanilla xorg-drivers port, and use it as a replacement. 
You'd probably have to run pkgdb -F a lot (if you use portupgrade) or take 
other provisions to repair the dependencies, but it could be done.

On the whole though, what are you trying to gain? X.org and XFree86 on FreeBSD 
have always defaulted to installing all of the available drivers. It's just 
more visible now that each one has its own port in the post Xorg-7.0 world.

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


Re: help:make installworld(creating osreldate.h from newvers.sh touch: not found *** Error code 127)

2007-07-31 Thread Daniel Molina Wegener

El Mar, 31 de Julio de 2007, 13:52, Roy escribiĂł:
 [EMAIL PROTECTED] ~]$ uname -a
 FreeBSD admin.tmdxy.org 6.2-RELEASE-p6 FreeBSD 6.2-RELEASE-p6 #0: Tue
 Jul 31 23:11:21 CST 2007
 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/RoyKernel i386

 --
 Installing everything
 --
 cd /usr/src; make -f Makefile.inc1 install
 === share/info (install)
 === include (install)
 creating osreldate.h from newvers.sh
 touch: not found
 *** Error code 127

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

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

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

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

 Stop in /usr/src.
 [SNIP]


Hello,

That isn't the command line...

Try:
# make buildworld
# make buildkernel

And read the Makefile in /usr/src

Regards,
-- 
 .O. | Daniel Molina Wegener   | C/C++ Developer
 ..O | dmw [at] unete [dot] cl | FOSS Coding Adict
 OOO | BSD  Linux User| Standards Rocks!




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


Re: DOH! ata_alloc_request failed!

2007-07-31 Thread Bruce Caruthers

On Tue Jul 31, 2007, Adam J Richardson wrote:
 Bruce Caruthers wrote:
  Um... should I be concerned?

 Hi Bruce,

 I've found wherever hard disks are doing anything suspicious, such as
 operating properly, it's best to be paranoid. Take multiple copies quick
 is my advice.

 Adam J Richardson


Well, the entire system is just over a week old, so
I would *hope* nothing is already failing.  Also,
the other reports I saw indicated a memory leak in
ataraid or somewhere related.

This system is meant to be the new master copy, from
which backups will be taken, so I'd like to track
down what the problem is, hw or sw.  (Original server
is still holding its own for now, but I don't want to
have to constantly re-verify the copies, plus the
old server is maxed out and giving signs of dying...)

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


Re: xf86 madness - stop installing drivers

2007-07-31 Thread Roland Smith
On Tue, Jul 31, 2007 at 11:37:36AM -0700, Noah wrote:
 Hi,
 
 I am wondering if there is an easy way to stop installing all of the xf86 
 input an video drivers listed below.
 
 
 4 xf86-input-acecad-1.1.0 /x11-drivers/xf86-input-acecad
 3 xf86-input-calcomp-1.1.0 /x11-drivers/xf86-input-calcomp
snip
 -0051 xf86-video-vmware-10.14.1 /x11-drivers/xf86-video-vmware
 -0052 xf86-video-voodoo-1.1.1 /x11-drivers/xf86-video-voodoo
 -0053 xf86rushproto-1.1.2 /x11/xf86rushproto

Edit /usr/ports/x11-drivers/xorg-drivers/Makefile and remove those that
you don't need from RUN_DEPENDS.

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)


pgp2Qip2x7HT9.pgp
Description: PGP signature


Re: xf86 madness - stop installing drivers

2007-07-31 Thread Jonathan Horne
On Tuesday 31 July 2007 13:44:44 John Nielsen wrote:
 On Tuesday 31 July 2007 02:37:36 pm Noah wrote:
  Hi,
 
  I am wondering if there is an easy way to stop installing all of the
  xf86 input an video drivers listed below.

 Sure, just uninstall the xorg metaport, the xorg-drivers metaport, and any
 of the driver ports you listed that you're not interested in. You can use
 pkg_delete or similar.

 To actually _prevent_ the packages from being installed, you should avoid
 installing either metaport above or anything that depends on them.

 If you felt so inspired, you could make your own xorg-drivers-custom
 metaport, have it depend on only the drivers you're interested in, mark it
 as conflicting with the vanilla xorg-drivers port, and use it as a
 replacement. You'd probably have to run pkgdb -F a lot (if you use
 portupgrade) or take other provisions to repair the dependencies, but it
 could be done.

 On the whole though, what are you trying to gain? X.org and XFree86 on
 FreeBSD have always defaulted to installing all of the available drivers.
 It's just more visible now that each one has its own port in the post
 Xorg-7.0 world.

 JN


honestly tho, it *does* seem like there should be a configuration where you 
can choose as many or as few of the available ones as you need. if they were 
going to go to the trouble of making each one a seperare entity, it just 
seems logical that the meta would include some knobs.
-- 
Jonathan Horne
http://dfwlpiki.dfwlp.org
[EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Custom builds from ports

2007-07-31 Thread CyberLeo Kitsana
Rakhesh Sasidharan wrote:
 On Sun, July 29, 2007 01:37, N.J. Mann wrote:
 In message [EMAIL PROTECTED], CyberLeo Kitsana wrote:
 Is there a way to specify which ports certain options are to be applied
 to, without having to craft custom command lines and build ports
 individually?
 Is  ports-mgmt/portconf  what you are looking for?
 
 I didn't know about ports-mgmt/portconf (will check it out now) but what I
 use is the make.conf file.
 
 This blog post
 (http://blog.innerewut.de/articles/2006/01/14/upgrading-ports-and-preserve-mak
 e-options) is what enlightened me. And here's how the application specific
 bits of my make.conf file looks:
 
 .if ${.CURDIR:M*/shells/bash}
 WITH_STATIC_BASH=yes
 PREFIX=/
 .endif
 
 .if ${.CURDIR:M*/print/cups}
 CUPS_OVERWRITE_BASE=yes
 NO_LPR=yes
 WITH_CUPS=yes
 .endif
 
 .if ${.CURDIR:M*/databases/mysql50-*}
 # these two options supposedly give a speed boost
 BUILD_OPTIMIZED=yes
 BUILD_STATIC=yes
 .endif
 
 As you can see in the shells/bash case, I can even pass along PREFIX etc
 arguments.
 
 Hope that helps.

That's exactly what I was looking for.

Thanks!

-- 
Fuzzy love,
-CyberLeo
Technical Administrator
CyberLeo.Net Webhosting
http://www.CyberLeo.Net
[EMAIL PROTECTED]

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


Re: Custom builds from ports

2007-07-31 Thread John Nielsen
On Tuesday 31 July 2007 12:16:32 pm CyberLeo Kitsana wrote:
 Rakhesh Sasidharan wrote:
  On Sun, July 29, 2007 01:37, N.J. Mann wrote:
  In message [EMAIL PROTECTED], CyberLeo Kitsana wrote:
  Is there a way to specify which ports certain options are to be applied
  to, without having to craft custom command lines and build ports
  individually?
 
  Is  ports-mgmt/portconf  what you are looking for?
 
  I didn't know about ports-mgmt/portconf (will check it out now) but what
  I use is the make.conf file.
 
  This blog post
  (http://blog.innerewut.de/articles/2006/01/14/upgrading-ports-and-preserv
 e-mak e-options) is what enlightened me. And here's how the application
  specific bits of my make.conf file looks:
 
  .if ${.CURDIR:M*/shells/bash}
  WITH_STATIC_BASH=yes
  PREFIX=/
  .endif
 
  .if ${.CURDIR:M*/print/cups}
  CUPS_OVERWRITE_BASE=yes
  NO_LPR=yes
  WITH_CUPS=yes
  .endif
 
  .if ${.CURDIR:M*/databases/mysql50-*}
  # these two options supposedly give a speed boost
  BUILD_OPTIMIZED=yes
  BUILD_STATIC=yes
  .endif
 
  As you can see in the shells/bash case, I can even pass along PREFIX etc
  arguments.
 
  Hope that helps.

 That's exactly what I was looking for.

Also, if you use portupgrade there's a MAKE_ARGS section 
of /usr/local/etc/pkgtools.conf.

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


Re: TMPFS, is it available on FreeBSD 6 or 7?

2007-07-31 Thread Craig Boston
On Tue, Jul 31, 2007 at 02:42:04PM -0400, Sten Daniel Soersdal wrote:
 Is TMPFS available on FreeBSD 6 or 7?
 Or do i have to settle for mfs?

tmpfs is not available in 6, however it has recently been added to
-current (7) and will be part of the 7.0 release.  If you desperately
need it now, you'll have to partake of the adventure that is running
-current.  If you can wait a while, I'd recommend waiting for the
release, especially if this is a production server.

mfs sounds like it would definitely not work very well for your use
case.  Have you tried playing with filesystem options such as mounting a
disk-based /tmp async (with softupdates DISABLED) to see if it helps
any?  Won't be as fast as tmpfs, but with some tuning you might be able
to get it to acceptable levels in the interim.

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


Re: xf86 madness - stop installing drivers

2007-07-31 Thread RW
On Tue, 31 Jul 2007 13:55:00 -0500
Jonathan Horne [EMAIL PROTECTED] wrote:

 honestly tho, it *does* seem like there should be a configuration
 where you can choose as many or as few of the available ones as you
 need. if they were going to go to the trouble of making each one a
 seperare entity, it just seems logical that the meta would include
 some knobs.

As I understand it, the intent was to avoid over-complicating 7.2 -
the options will come later
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: help:make installworld(creating osreldate.h from newvers.sh touch: not found *** Error code 127)

2007-07-31 Thread youshi10

On Wed, 1 Aug 2007, Roy wrote:


[EMAIL PROTECTED] ~]$ uname -a
FreeBSD admin.tmdxy.org 6.2-RELEASE-p6 FreeBSD 6.2-RELEASE-p6 #0: Tue
Jul 31 23:11:21 CST 2007
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/RoyKernel i386

--

Installing everything

--
cd /usr/src; make -f Makefile.inc1 install
=== share/info (install)
=== include (install)
creating osreldate.h from newvers.sh
touch: not found
*** Error code 127

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

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

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

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

Stop in /usr/src.


Your system's definitely fubar'ed. touch should be found immediately unless 
/bin isn't in $PATH.

-Garrett

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


__sys_fcntl() definition ?

2007-07-31 Thread Saifi Khan
Hi:

While working through the FreeBSD 6.2 codebase,
I saw the following functions referred at multiple places.

__sys_fcntl()
__sys_open()
__sys_write()
...

Can somebody point out the file which contains the implementation
of the __sys_* functions ?

Thanks in advance.

thanks
Saifi.

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


Fwd: Returned mail: see transcript for details

2007-07-31 Thread Graham Bentley

Hi All,
 
Not sure how to correct this but I have created some
mp3's to share with a friend using mp3c. I have setup
filenaming like this ;
 
ArtistName_AlbumName_TrackNo_TrackTitle.mp3
 
It seems to work great under FreeBSd and I can see the 
full filename.
 
I then burnt the tracks to DVD using ;
 
growisofs -dvd-compat -Z /dev/cd0 -r -J -speed=4 /rips
 
I then checked the finished disc and the track names
are the same.
 
Taking that disc to another machine with that other
OS on some of the filenames are truncated badly in
that its the extension (.mp3) thats missing and
therefore clicking the .m3u playlist results in
winamp doing nothing.
 
What the best way to do this so the DVD will play
on 'anything' ?
 
Thanks in advance for advice etc.
 
Graham
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: help:make installworld(creating osreldate.h from newvers.sh touch: not found *** Error code 127)

2007-07-31 Thread Kent Stewart
On Tuesday 31 July 2007, [EMAIL PROTECTED] wrote:
 On Wed, 1 Aug 2007, Roy wrote:
  [EMAIL PROTECTED] ~]$ uname -a
  FreeBSD admin.tmdxy.org 6.2-RELEASE-p6 FreeBSD 6.2-RELEASE-p6 #0:
  Tue Jul 31 23:11:21 CST 2007
  [EMAIL PROTECTED]:/usr/obj/usr/src/sys/RoyKernel i386
 
  --
 
  Installing everything
 
  --
  cd /usr/src; make -f Makefile.inc1 install
  === share/info (install)
  === include (install)
  creating osreldate.h from newvers.sh
  touch: not found
  *** Error code 127
 
  Stop in /usr/src/include.
  *** Error code 1
 
  Stop in /usr/src.
  *** Error code 1
 
  Stop in /usr/src.
  *** Error code 1
 
  Stop in /usr/src.
  *** Error code 1
 
  Stop in /usr/src.

 Your system's definitely fubar'ed. touch should be found immediately
 unless /bin isn't in $PATH.


Touch isn't needed in a good installworld. This usually means your 
system date is seriously off. If you use local clock in your cmos, you 
need to adjkerntz -i when you boot to single user.

Kent


-- 
Kent Stewart
Richland, WA

http://www.soyandina.com/ I am Andean project.
http://users.owt.com/kstewart/index.html
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: __sys_fcntl() definition ?

2007-07-31 Thread youshi10

On Wed, 1 Aug 2007, Saifi Khan wrote:


Hi:

While working through the FreeBSD 6.2 codebase,
I saw the following functions referred at multiple places.

__sys_fcntl()
__sys_open()
__sys_write()
...

Can somebody point out the file which contains the implementation
of the __sys_* functions ?

Thanks in advance.

thanks
Saifi.


They're standard C library headers:

man 2 fcntl
man 2 open
man 2 write

Cheers,
-Garrett

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


Re: difficulties remove stale dependency

2007-07-31 Thread Adam J Richardson

Noah wrote:


Hi,

any clues on how to cure this situation.  It appears I am having 
difficulties removing stale dependencies.


access1# portupgrade -a
Stale dependency: Xaw3d-1.5E_2 -- emacs-21.3_9 -- manually run 'pkgdb 
-F' to fix, or specify -O to force.

access1# portupgrade -
access1# pkgdb -F
---  Checking the package registry database
access1# pkgdb -FO
---  Checking the package registry database
access1# portupgrade -a
Stale dependency: Xaw3d-1.5E_2 -- emacs-21.3_9 -- manually run 'pkgdb 
-F' to fix, or specify -O to force.


Cheers,

Noah


Hi Noah,

I get this a lot on one of my systems. Just that one - no idea why. 
Anyway, I find including option -O allows most things to ignore stale 
links, including portupgrade.


Oh - did you try installing portupgrade-devel and not portupgrade? That 
helped me out of a hole once and now I use it for everything.


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


Re: difficulties remove stale dependency

2007-07-31 Thread youshi10

On Tue, 31 Jul 2007, Adam J Richardson wrote:


Noah wrote:


Hi,

any clues on how to cure this situation.  It appears I am having 
difficulties removing stale dependencies.


access1# portupgrade -a
Stale dependency: Xaw3d-1.5E_2 -- emacs-21.3_9 -- manually run 'pkgdb -F' 
to fix, or specify -O to force.

access1# portupgrade -
access1# pkgdb -F
---  Checking the package registry database
access1# pkgdb -FO
---  Checking the package registry database
access1# portupgrade -a
Stale dependency: Xaw3d-1.5E_2 -- emacs-21.3_9 -- manually run 'pkgdb -F' 
to fix, or specify -O to force.


Cheers,

Noah


Hi Noah,

I get this a lot on one of my systems. Just that one - no idea why. Anyway, I 
find including option -O allows most things to ignore stale links, including 
portupgrade.


Oh - did you try installing portupgrade-devel and not portupgrade? That helped 
me out of a hole once and now I use it for everything.


HtH,
Adam J Richardson


Simply put, emacs is a trouble maker with all of the versions that are 
available in the source tree.

I think that porters are working on improving the system in place.

-Garrett

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


Re: SOCKS V5 proxy for http_proxy Environmental variable

2007-07-31 Thread RW
On Tue, 31 Jul 2007 14:08:36 -0400
Mark Jacobs [EMAIL PROTECTED] wrote:

 I am attempting to set the http_proxy environmental variable to a
 SOCKS 5 proxy server that is really an SSH tunnel to a server outside
 the network. When I execute the fetch command it is failing with this
 error message;
 
 bc007776# fetch -v ftp://ftp.gnu.org/gnu/emacs/emacs-22.1.tar.gz
 looking up 127.0.0.1
 connecting to 127.0.0.1:8080
 requesting ftp://ftp.gnu.org/gnu/emacs/emacs-22.1.tar.gz
 fetch: ftp://ftp.gnu.org/gnu/emacs/emacs-22.1.tar.gz: Unknown error: 0
 
 Is this supported?
 

I don't think so, and if it were, I doubt it would be supported through
though the http_proxy variable. 

Do you not have access to an external http_proxy via the ssh tunnel?
That's the way this kind of thing normally works. Failing that, if this
is for ports building, you might want to look into using curl instead
of fetch in your FETCH_CMD  as it appears to support SOCKS 5.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: updating multiple freebsd desktops

2007-07-31 Thread Adam J Richardson

Bram Van Steenlandt wrote:

Hi list,

The company I work for is linux based, we work with our own app written 
in wxPython.
I am having a lot of trouble finding a suitable desktop OS, I've just 
went with redhat but I think I am having second thoughts about it .

Freebsd (wich we use for some servers) would be an option but:

I find it really difficult to keep freebsd up to date in a desktop 
situation, recompiling things like gnome can take a lot of time.


So what I would really like is to make one machine the build/test 
machine and keep this machine up to date with the ports and portmanager 
or so.
Can I then set up some kind of repo with the packages from this machine 
and run something like yum upgrade on every desktop we have ?
I know something like sharing (thus building it only once and installing 
it on multiple pc's) /usr/ports could be done but it is still to much 
work and I would like something that also works  over the internet.


Ideas anyone ?

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


Hi Bram,

You can use a build server and a staging server. I had it set up but 
unfortunately the hardware's lone hard disk recently snapped its 
spindle, so I can't help you out with settings. I think Michael Lucas 
wrote some articles on exactly that, though. Basically the idea is, the 
build server spends its time rebuilding everything and supplying it to 
the staging server, which is a repository for the latest builds.


Pretty cool huh?

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


Re: xf86 madness - stop installing drivers

2007-07-31 Thread Jona Joachim
On Tue, 31 Jul 2007 11:37:36 -0700
Noah [EMAIL PROTECTED] wrote:

 Hi,
 
 I am wondering if there is an easy way to stop installing all of the 
 xf86 input an video drivers listed below.

snip

I asked this some time ago on the X11 mailing list:
http://docs.freebsd.org/cgi/mid.cgi?f2v3qg$vfl$1

The answer was that this will be changed in the future.

Regards,
Jona

-- 
I am chaos. I am the substance from which your artists and scientists
build rhythms. I am the spirit with which your children and clowns
laugh in happy anarchy. I am chaos. I am alive, and tell you that you
are free. Eris, Goddess Of Chaos, Discord  Confusion
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: updating multiple freebsd desktops

2007-07-31 Thread Gaye Abdoulaye Walsimou

I found this link, it seems to be a good start point.
http://www.onlamp.com/pub/a/bsd/2006/04/13/freebsd-build-system.html?page=1
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


openssh no X forwarding

2007-07-31 Thread Noah

Hi there,


$ ssh -X [EMAIL PROTECTED]
Last login: Tue Jul 31 14:47:59 2007
Copyright (c) 1980, 1983, 1986, 1988, 1990, 1991, 1993, 1994
The Regents of the University of California.  All rights reserved.

FreeBSD 6.2-RELEASE (SMP) #0: Fri Jan 12 11:05:30 UTC 2007
[access1 ~]$ xterm
xterm Xt error: Can't open display:
xterm:  DISPLAY is not set
[access1 ~]$ echo $DISPLAY

[access1 ~]$

X11Forwarding yes is in place on /etc/ssh/sshd_config and 
/usr/local/etc/ssh/sshd_config



access1# pkg_info | grep openssh
openssh-portable-4.6.p1,1 The portable version of OpenBSD's OpenSSH
^[[Aaccess1# pkg_info | grep xorg
linux-xorg-libs-6.8.2_5 Xorg libraries, linux binaries
xorg-7.2X.Org complete distribution metaport
xorg-cf-files-1.0.2_2 X.org cf files for use with imake builds
xorg-docs-1.3,1 X.org documentation files
xorg-fonts-100dpi-7.2 X.Org 100dpi bitmap fonts
xorg-fonts-75dpi-7.2 X.Org 75dpi bitmap fonts
xorg-fonts-cyrillic-7.2 X.Org Cyrillic bitmap fonts
xorg-fonts-miscbitmaps-7.2 X.Org miscellaneous bitmap fonts
xorg-fonts-truetype-7.2 X.Org TrueType fonts
xorg-fonts-type1-7.2 X.Org Type1 fonts
xorg-libraries-7.2_2 X.org libraries meta-port
xorg-protos-7.2 X.org protos meta-port
xorg-server-1.2.0_2,1 X.Org X server and related programs
access1#
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: relaying mail

2007-07-31 Thread Christopher Cowart
On Tue, Jul 31, 2007 at 08:03:50PM +0200, Michael Grant wrote:
 In one of my domains, I have the MX record for it set up to my server.
  But for one of the users within that domain, their mail needs to be
 shuffled off to a different server at google.  But I can't just
 forward it because it's like an MX host I'd need to forward it to.
 And I can't alter the MX to point to google for the entire domain
 because it's only one user within that domain, the other users will be
 screwed in that case.
 
 For example, mydomain.com, let's say the mx for that comes to my box.
 For [EMAIL PROTECTED], I need to send his mail to ASPMX.L.GOOGLE.COM as
 if it were the MX for mydomain.com.
 
 In the old days, one would simply forward email to
 [EMAIL PROTECTED]  That would cause mydomain.com's
 sendmail to connect to ASPMX.L.GOOGLE.COM and shove down a message for
 [EMAIL PROTECTED]  But that seems long deprecated because it didn't
 seem to work.
 
 I am using sendmail and procmail.  Can anyone think of some way I can
 cause something like this to happen for just one user, ideally in a
 .procmailrc file?

We use postfix and transport maps to accomplish this for internal mail
routing (bugzilla and RT messages go to an internal web server, user
messages to our internal mailserver).

The map would look something like:
[EMAIL PROTECTED]smtp:[ASPMX.L.GOOGLE.COM]
mydomain.comlocal

I don't know how to accomplish similar routing with sendmail.

In order to solve this completely at the user level, you could write a
little bit of perl that opens an SMTP connection to the server of your
choosing. You could then use .forward or .procmailrc or whatever to pipe
the incoming messages to this script. 

Good luck,

-- 
Chris Cowart
Lead Systems Administrator
Network  Infrastructure Services, RSSP-IT
UC Berkeley


signature.asc
Description: Digital signature


Re: relaying mail

2007-07-31 Thread RW
On Tue, 31 Jul 2007 20:03:50 +0200
Michael Grant [EMAIL PROTECTED] wrote:

 In one of my domains, I have the MX record for it set up to my server.
  But for one of the users within that domain, their mail needs to be
 shuffled off to a different server at google.  But I can't just
 forward it because it's like an MX host I'd need to forward it to.
 And I can't alter the MX to point to google for the entire domain
 because it's only one user within that domain, the other users will be
 screwed in that case.
 
 For example, mydomain.com, let's say the mx for that comes to my box.
 For [EMAIL PROTECTED], I need to send his mail to ASPMX.L.GOOGLE.COM as
 if it were the MX for mydomain.com.
 
 In the old days, one would simply forward email to
 [EMAIL PROTECTED]  That would cause mydomain.com's
 sendmail to connect to ASPMX.L.GOOGLE.COM and shove down a message for
 [EMAIL PROTECTED]  But that seems long deprecated because it didn't
 seem to work.
 
 I am using sendmail and procmail.  Can anyone think of some way I can
 cause something like this to happen for just one user, ideally in a
 .procmailrc file?


I'm not really sure what you asking here, ASPMX.L.GOOGLE.COM doesn't
even have an mx record. If this person has a gmail account, just forward
it to his gmail address, IIRC he has to configure the [EMAIL PROTECTED]
address as one of his own addresses to prevent google seeing it as spam.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


A wee while ago, USB support on FreeBSD6.2 SMP systems was discouraged. Is that still the case?

2007-07-31 Thread Brett Davidson
If there are patches/updates to this issue I would REALLY like to know 
about them! :-)


--
Brett Davidson
Systems Engineer
--
Net24 Limited
Web: www.net24.co.nz
Phone: 0800 5000 24 | DDI: +64 3 962 9518
--
// web hosting / email hosting / data backup 
// our reputation for reliability precedes us


This transmission is for the intended addressee only and is confidential
information. If you have received this transmission in error, please
delete it and notify the sender.

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


Update Issue is with PAE, not SMP : A wee while ago, USB support on FreeBSD6.2 PAE systems was discouraged. Is that still the case?

2007-07-31 Thread Brett Davidson
If there are patches/updates to this issue I would REALLY like to know 
about them! :-)


--
Brett Davidson
Systems Engineer
--
Net24 Limited
Web: www.net24.co.nz
Phone: 0800 5000 24 | DDI: +64 3 962 9518
--
// web hosting / email hosting / data backup 
// our reputation for reliability precedes us


This transmission is for the intended addressee only and is confidential
information. If you have received this transmission in error, please
delete it and notify the sender.

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


pkg_deinstall and pkg_delete

2007-07-31 Thread Aton A
What exactly is the difference between pkg_delete and pkg_deinstall?
Should I be cautious about mixing them?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: A wee while ago, USB support on FreeBSD6.2 SMP systems was discouraged. Is that still the case?

2007-07-31 Thread youshi10

On Wed, 1 Aug 2007, Brett Davidson wrote:

If there are patches/updates to this issue I would REALLY like to know about 
them! :-)


--
Brett Davidson
Systems Engineer
--
Net24 Limited
Web: www.net24.co.nz
Phone: 0800 5000 24 | DDI: +64 3 962 9518
--
// web hosting / email hosting / data backup // our reputation for reliability 
precedes us


This transmission is for the intended addressee only and is confidential
information. If you have received this transmission in error, please
delete it and notify the sender.


I may be wrong, but USB support has always been giant-locked, and continues to 
be giant-locked, at least until Hans work maybe gets integrated into 8-CURRENT 
after a major code review.

-Garrett

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


Re: pkg_deinstall and pkg_delete

2007-07-31 Thread youshi10

On Tue, 31 Jul 2007, Aton A wrote:


What exactly is the difference between pkg_delete and pkg_deinstall?
Should I be cautious about mixing them?


See http://lists.freebsd.org/pipermail/freebsd-questions/2004-May/046194.html 
for more discussion. I don't see this as an issue though because pkg_deinstall 
supports wildcards and patterns now.

-Garrett

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


Re: openssh no X forwarding

2007-07-31 Thread Bill Campbell
On Tue, Jul 31, 2007, Noah wrote:
Hi there,


$ ssh -X [EMAIL PROTECTED]

Try ``ssh -Y [EMAIL PROTECTED]''

...
Bill
--
INTERNET:   [EMAIL PROTECTED]  Bill Campbell; Celestial Software LLC
URL: http://www.celestial.com/  PO Box 820; 6641 E. Mercer Way
FAX:(206) 232-9186  Mercer Island, WA 98040-0820; (206) 236-1676

I do not feel obliged to believe that the same God who has endowed us
with sense, reason, and intellect has intended us to forego their use.
-- Galileo Galilei
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: A wee while ago, USB support on FreeBSD6.2 SMP systems was discouraged. Is that still the case?

2007-07-31 Thread Brett Davidson

[EMAIL PROTECTED] wrote:

On Wed, 1 Aug 2007, Brett Davidson wrote:

If there are patches/updates to this issue I would REALLY like to 
know about them! :-)


--
Brett Davidson
Systems Engineer
--
Net24 Limited
Web: www.net24.co.nz
Phone: 0800 5000 24 | DDI: +64 3 962 9518
--
// web hosting / email hosting / data backup // our reputation for 
reliability precedes us


This transmission is for the intended addressee only and is confidential
information. If you have received this transmission in error, please
delete it and notify the sender.


I may be wrong, but USB support has always been giant-locked, and 
continues to be giant-locked, at least until Hans work maybe gets 
integrated into 8-CURRENT after a major code review.


-Garrett


Thanks Garrett.

By the way, my colleague informed me incorrectly that USB and SMP 
support was an issue. (Although I am keen for this to work!) :-)


From the latest source, the Kernel PAE conf file mentions that USB and 
PAE are not known to play well together. This is my immediate concern.


I presume giant-locking is one mutex that rules them all? As such, 
besides being inefficient under load, how would running USB under this 
be a problem with PAE?


Cheers,
Brett.

--
Brett Davidson
Systems Engineer
--
Net24 Limited
Web: www.net24.co.nz
Phone: 0800 5000 24 | DDI: +64 3 962 9518
--
// web hosting / email hosting / data backup 
// our reputation for reliability precedes us


This transmission is for the intended addressee only and is confidential
information. If you have received this transmission in error, please
delete it and notify the sender.

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


Re: A wee while ago, USB support on FreeBSD6.2 SMP systems was discouraged. Is that still the case?

2007-07-31 Thread youshi10

On Wed, 1 Aug 2007, Brett Davidson wrote:


[EMAIL PROTECTED] wrote:

On Wed, 1 Aug 2007, Brett Davidson wrote:

If there are patches/updates to this issue I would REALLY like to know 
about them! :-)


--
Brett Davidson
Systems Engineer
-- Net24 Limited
Web: www.net24.co.nz
Phone: 0800 5000 24 | DDI: +64 3 962 9518
-- // web hosting / email hosting / data backup // our reputation for 
reliability precedes us


This transmission is for the intended addressee only and is confidential
information. If you have received this transmission in error, please
delete it and notify the sender.


I may be wrong, but USB support has always been giant-locked, and continues 
to be giant-locked, at least until Hans work maybe gets integrated into 
8-CURRENT after a major code review.


-Garrett


Thanks Garrett.

By the way, my colleague informed me incorrectly that USB and SMP support was 
an issue. (Although I am keen for this to work!) :-)


Heh :).

From the latest source, the Kernel PAE conf file mentions that USB and PAE are 
not known to play well together. This is my immediate concern.


Not sure if that's a problem. PAE is just an ugly ugly hack, but you probably 
know that by now... should have gone with amd64 ;).

I presume giant-locking is one mutex that rules them all? As such, besides 
being inefficient under load, how would running USB under this be a problem 
with PAE?


Uhm, it's sorta like that. Many drivers are still using giant-locks, but 
there's a lot of effort going into removing those giant locks for creating more 
SMP'goodness :).


Cheers,
Brett.


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


Re: A wee while ago, USB support on FreeBSD6.2 SMP systems was discouraged. Is that still the case?

2007-07-31 Thread Brett Davidson

[EMAIL PROTECTED] wrote:

On Wed, 1 Aug 2007, Brett Davidson wrote:


[EMAIL PROTECTED] wrote:

On Wed, 1 Aug 2007, Brett Davidson wrote:

If there are patches/updates to this issue I would REALLY like to 
know about them! :-)


--
Brett Davidson
Systems Engineer
-- Net24 Limited
Web: www.net24.co.nz
Phone: 0800 5000 24 | DDI: +64 3 962 9518
-- // web hosting / email hosting / data backup // our reputation 
for reliability precedes us


This transmission is for the intended addressee only and is 
confidential

information. If you have received this transmission in error, please
delete it and notify the sender.


I may be wrong, but USB support has always been giant-locked, and 
continues to be giant-locked, at least until Hans work maybe gets 
integrated into 8-CURRENT after a major code review.


-Garrett


Thanks Garrett.

By the way, my colleague informed me incorrectly that USB and SMP 
support was an issue. (Although I am keen for this to work!) :-)


Heh :).

From the latest source, the Kernel PAE conf file mentions that USB 
and PAE are not known to play well together. This is my immediate 
concern.


Not sure if that's a problem. PAE is just an ugly ugly hack, but you 
probably know that by now... should have gone with amd64 ;).


Indeed. I'd even say you're being a bit too polite in that indictment of 
PAE. However, a few of the apps we run here don't support 64 bit FreeBSD 
yet. We now require more memory than 4Gb, which in 32 bit land,  means 
that the big ugly hack (still keeping with your terminology here - this 
is a family mailing list, after all) is necessary.


I only really want USB so that the Intel Remote Management module we are 
running in our servers can actually control the system. (Yes, using USB 
to allow a daughterboard to control a server is a particular kludge that 
only Intel use but let's leave any discussion on that for another time, 
shall we?).


Kinda important for me to have both working. Rock - Me - Hard Place.

Uhm, it's sorta like that. Many drivers are still using giant-locks, 
but there's a lot of effort going into removing those giant locks for 
creating more SMP'goodness :) .


That may be (and it sounds wonderful - I'll take three) but how does 
this affect PAE again? The PAE kernel notes tell me that USB and PAE may 
have issues with each other, but that's about it.


What is the problem?  Has anyone found a problem?

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


Resizing VMware Virtual Drive

2007-07-31 Thread Tech Valley Internet - Tony Kivits

Hello,

I am running a couple of instances of FreeBSD as guests on a VMware 
Server.  On some of these images, I would like to resize the mount 
points to accommodate future growth.


Has anyone found a simple process for resizing the mount points when 
they resize the virtual drives that FreeBSD sits on in a VMware host?


Thanks,

Tony K.

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


Re: Resizing VMware Virtual Drive

2007-07-31 Thread Hakan K
Check this out..
http://unix.derkeiler.com/Mailing-Lists/FreeBSD/newbies/2003-12/0045.html

I hope it helps



Troy
http://dominor.com

On 7/31/07, Tech Valley Internet - Tony Kivits [EMAIL PROTECTED] wrote:

 Hello,

 I am running a couple of instances of FreeBSD as guests on a VMware
 Server.  On some of these images, I would like to resize the mount
 points to accommodate future growth.

 Has anyone found a simple process for resizing the mount points when
 they resize the virtual drives that FreeBSD sits on in a VMware host?

 Thanks,

 Tony K.

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

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


Re: Resizing VMware Virtual Drive

2007-07-31 Thread Tech Valley Internet - Tony Kivits

   Actually I think
   [1]http://unix.derkeiler.com/Mailing-Lists/FreeBSD/questions/2007-04/m
   sg01340.html that I found on the bottom of that page will do the
   trick.
   Thanks for the tip.
   At 06:50 PM 7/31/2007, Hakan K wrote:

 Check this out..
 [2]http://unix.derkeiler.com/Mailing-Lists/FreeBSD/newbies/2003-12/
 0045.html
 I hope it helps
 Troy
 [3]http://dominor.com
 On 7/31/07, Tech Valley Internet - Tony Kivits
 [EMAIL PROTECTED]  wrote:

  Hello,
  I am running a couple of instances of FreeBSD as guests on a
  VMware
  Server.  On some of these images, I would like to resize the
  mount
  points to accommodate future growth.
  Has anyone found a simple process for resizing the mount points
  when
  they resize the virtual drives that FreeBSD sits on in a VMware
  host?
  Thanks,
  Tony K.
  ___
  [EMAIL PROTECTED] mailing list
  [6]http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to [7]
  [EMAIL PROTECTED]

References

   1. 
http://unix.derkeiler.com/Mailing-Lists/FreeBSD/questions/2007-04/msg01340.html
   2. http://unix.derkeiler.com/Mailing-Lists/FreeBSD/newbies/2003-12/0045.html
   3. http://dominor.com/
   4. mailto:[EMAIL PROTECTED]
   5. mailto:freebsd-questions@freebsd.org
   6. http://lists.freebsd.org/mailman/listinfo/freebsd-questions
   7. mailto:[EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: __sys_fcntl() definition ?

2007-07-31 Thread Saifi Khan
On Tue, 31 Jul 2007, [EMAIL PROTECTED] wrote:

 Date: Tue, 31 Jul 2007 14:00:06 -0700 (PDT)
 From:  [EMAIL PROTECTED]
 To: Saifi Khan [EMAIL PROTECTED]
 Cc:  freebsd-questions@freebsd.org
 Subject: Re: __sys_fcntl() definition ?
 
 On Wed, 1 Aug 2007, Saifi Khan wrote:
 
  Hi:
 
  While working through the FreeBSD 6.2 codebase,
  I saw the following functions referred at multiple places.
 
  __sys_fcntl()
  __sys_open()
  __sys_write()
  ...
 
  Can somebody point out the file which contains the implementation
  of the __sys_* functions ?
 
  Thanks in advance.
 
  thanks
  Saifi.
 
 They're standard C library headers:
 
 man 2 fcntl
 man 2 open
 man 2 write
 
 Cheers,
 -Garrett
 

Hello Garrett:

In src/lib/libc/include/namespace.h (on line 64)
#define fcntl   _fcntl

If you look at the _fcntl() definition on line 43 in
src/lib/libc_r/uthread/uthread_fcntl.c
you will see on line 66 the following code

 /* Initialise the file descriptor table entry: */
 if ((ret = __sys_fcntl(fd, cmd, oldfd))  0) {

My question is that where is the function definition 
for this  __sys_fcntl() ?

Thanks in advance.

thanks
Saifi.


TWINCLING Society
freedom of innovation
http://www.twincling.org/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


xorg update (not) - configuration for ports

2007-07-31 Thread Neil Short
several of my computers run just fine on the old xorg.
Is there some configuration tool I can put into some
makefile somewhere that will tell the ports to use the
un-updated version of xorg - so the ports won't try to
update stuff in the xorg libraries?

I updated xorg on one computer that needed it and I
was shocked that every single application needed to be
recompiled - including the big woppers like open
office. I don't want to go through that again if I
don't have to.

==
Because sentence against an evil deed is not executed speedily, the human heart 
is fully set to do evil.
Ecclesiastes 8:11


   

Take the Internet to Go: Yahoo!Go puts the Internet in your pocket: mail, news, 
photos  more. 
http://mobile.yahoo.com/go?refer=1GNXIC
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Resizing VMware Virtual Drive

2007-07-31 Thread Hakan K
Tony,

I knew you were going to find the related posting which answers your
question from that page  :)




Thanks
Troy
http://dominor.net

On 7/31/07, Tech Valley Internet - Tony Kivits [EMAIL PROTECTED] wrote:

  Actually I think
 http://unix.derkeiler.com/Mailing-Lists/FreeBSD/questions/2007-04/msg01340.htmlthat
  I found on the bottom of that page will do the trick.

 Thanks for the tip.

 At 06:50 PM 7/31/2007, Hakan K wrote:

 Check this out..
  http://unix.derkeiler.com/Mailing-Lists/FreeBSD/newbies/2003-12/0045.html

 I hope it helps



 Troy
 http://dominor.com

 On 7/31/07, *Tech Valley Internet - Tony Kivits* [EMAIL PROTECTED] 
 wrote:
  Hello,

 I am running a couple of instances of FreeBSD as guests on a VMware
 Server.  On some of these images, I would like to resize the mount
 points to accommodate future growth.

 Has anyone found a simple process for resizing the mount points when
 they resize the virtual drives that FreeBSD sits on in a VMware host?

 Thanks,

 Tony K.

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


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


cookbook for using gutenprint

2007-07-31 Thread Neil Short
has anybody written - or has anybody considered
writing - a cookbook for using gutenprint on FreeBSD?

So far, gutenprint is the only tool that will drive my
printer (cx4800).

==
Because sentence against an evil deed is not executed speedily, the human heart 
is fully set to do evil.
Ecclesiastes 8:11


   

Be a better Globetrotter. Get better travel answers from someone who knows. 
Yahoo! Answers - Check it out.
http://answers.yahoo.com/dir/?link=listsid=396545469
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


upgrading to --current

2007-07-31 Thread Aton A
I have followed these instructions topdate my  sources and build  the
relevant files

To update your system, you should check /usr/src/UPDATING for any
pre-buildworld steps necessary for your version of the sources and then use
the following procedure:

# make buildworld
# make buildkernel
# make installkernel
# reboot

Then I tried this

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

# mergemaster -p


but I get an error:
mkdir /var/tmp/temproot: read only filesystem
**FATAL ERROR can not create /var/tmp/temproot


Any help here on fixing this?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: upgrading to --current

2007-07-31 Thread Garrett Cooper

Aton A wrote:

I have followed these instructions topdate my  sources and build  the
relevant files

To update your system, you should check /usr/src/UPDATING for any
pre-buildworld steps necessary for your version of the sources and then use
the following procedure:

# make buildworld
# make buildkernel
# make installkernel
# reboot

Then I tried this

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

# mergemaster -p


but I get an error:
mkdir /var/tmp/temproot: read only filesystem
**FATAL ERROR can not create /var/tmp/temproot


Any help here on fixing this?
  


   Run mount / first. Single user mode only mounts things readonly ;).
-Garrett
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Waiting for BIND security announcement

2007-07-31 Thread A.G. Russell IV
if you will look at /usr/src/contrib/bind9/version

your contents will look something like this:

# This file must follow /bin/sh rules.  It is imported directly via
# configure.
#
MAJORVER=9
MINORVER=3
PATCHVER=3
RELEASETYPE=
RELEASEVER=

Meaning mine, which was updated a few minutes ago, is still at bind 9.3.3 

A.G.

On Thu, Jul 26, 2007 at 10:48:10AM +0200, Zbigniew Szalbot wrote:
 
 Hello,
 
 On Thu, 26 Jul 2007 11:36:27 +0300, Abdullah Ibn Hamad Al-Marri
 [EMAIL PROTECTED] wrote:
  On 7/25/07, Doug Barton [EMAIL PROTECTED] wrote:
  
  RELENG_6 was updated shortly after the release of 9.3.4. I'll be
  updating RELENG_[56] with the new 9.3.4-P1 version after I'm done
  regression testing it, which should be some time tonight. Same for
  updating HEAD with 9.4.1-P1.
 
  The ports for bind9 and bind94 are already updated, so those with
  urgent needs can use that route to upgrade immediately.
 
 
  hope this helps,
 
  Doug
 
  --
 
  This .signature sanitized for your protection
 
  
  Thank you Doug for the hard work, I have updated my 3 boxes which runs
  BIND 9 }:)
 
 I am running FreeBSD 6.2-RELEASE-p6 and BIND 9.3.3 (not from ports but
 installed with the system. At least when I do pgk_info -Ix bind I am told
 there is no such package installed). Where can I find information on BIND
 upgrade? I tried freebsd-update but it did not think I needed any updates
 :)
 
 Thank you in advance!
 
 -- 
 Zbigniew Szalbot
 
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

-- 
___
A.G. Russell IV  KC5KFDThe Knife Company   e-mail:  [EMAIL PROTECTED]
Phone 479-631-0055 FAX 479-631-8734
Old Klingon Saying --  'oH  majQa' yIn je bang, Qo' bang
---
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


BSD Tar Question

2007-07-31 Thread Chris Maness
Does BSD tar implementation support splitting the archives?  I have a 8G 
file that I want to burn on DVDs.  I used to be able to do this with the 
linux GNU tar.


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


Re: Custom builds from ports

2007-07-31 Thread Rakhesh Sasidharan

On Tue, 31 Jul 2007, John Nielsen wrote:


On Tuesday 31 July 2007 12:16:32 pm CyberLeo Kitsana wrote:

Rakhesh Sasidharan wrote:

On Sun, July 29, 2007 01:37, N.J. Mann wrote:

In message [EMAIL PROTECTED], CyberLeo Kitsana wrote:

Is there a way to specify which ports certain options are to be applied
to, without having to craft custom command lines and build ports
individually?


Is  ports-mgmt/portconf  what you are looking for?


I didn't know about ports-mgmt/portconf (will check it out now) but what
I use is the make.conf file.

This blog post
(http://blog.innerewut.de/articles/2006/01/14/upgrading-ports-and-preserv
e-mak e-options) is what enlightened me. And here's how the application
specific bits of my make.conf file looks:

.if ${.CURDIR:M*/shells/bash}
WITH_STATIC_BASH=yes
PREFIX=/
.endif


snip

That's exactly what I was looking for.


Also, if you use portupgrade there's a MAKE_ARGS section
of /usr/local/etc/pkgtools.conf.


Yes, but the problem with sepcifying custom options in there is that 
sometimes portupgrade ignores it. I don't know for a fact, but the blog 
post I linked to above mentions so.


Say, bash and its dependency gettext have updates. And you have specified
some custom options for gettext in pkgtools.conf. If you upgrade gettext 
directly using portupgrade, then these options get honoured. Instead, if 
you upgrade bash and gettext gets upgraded as a result of that, then the 
pkgtools.conf options are not honoured. So the only solution then is to 
use the make.conf file coz that's always honoured. (From what I see, the 
portconf tool too adds its stuff to the make.conf file).


Please correct me if I've understood wrong.

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


Re: oops, what have i done!

2007-07-31 Thread Rakhesh Sasidharan

On Sun, 29 Jul 2007, Adam J Richardson wrote:


Pollywog wrote:

On Saturday 28 July 2007 20:23:16 Erik Trulsson wrote:


Short answer:  It is perfectly normal.  Don't worry.

Longer answer:

The reason you have all of them installed is that some ports need one of
them, and others need another one etc.
It is perfectly safe to have all of them installed at the same time.

You can delete any or all of them if you wish, but don't be surprised if
they get pulled in again by one port or another.




Kind of related to this topic. Is there any way I can find installed 
packages that are *not* required by any other packages?


Many a times while upgrading ports I've stumbled upon stuff that is no 
longer required by other packages but is still there ... (Possibly they 
were pulled in when I installed some package I wanted. Later I removed 
that, but forgot to remove this requirement package).


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


Re: what way to update named?

2007-07-31 Thread Olivier Nicole
 I am using named version 9.3.3 which comes with FreeBSD system (i.e. was
 not installed from ports). 
 
 I know that in order to upgrade bind, I should cvsup sources and then go
 through the entire procudure of updating the system, installing kernel,
 etc. However, I tend not to use cvsup any more but I usually go for
 freebsd-update tool. 
 
 My question is: should I wait till freebsd-update tool includes an update
 of bind to 9.3.4 or should I update the system from sources? I can wait but
 I am just not sure what is the preferred method given that I use
 freebsd-update on regular basis. This is FreeBSD 6.2-RELEASE-p5 #2

I am not sure I saw any answer to your question so...

I installed bind 9.3.4 from the ports, using the option to over write
the bind installed by the system, et voila.

bests,

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


Re: oops, what have i done!

2007-07-31 Thread Robert Huff

Rakhesh Sasidharan writes:

  Kind of related to this topic. Is there any way I can find installed 
  packages that are *not* required by any other packages?

/usr/ports/ports-mgmt/pkg_cutleaves ?


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


Re: upgrading to --current

2007-07-31 Thread [EMAIL PROTECTED]
On 31/07/07, Aton A [EMAIL PROTECTED] wrote:
 I have followed these instructions topdate my  sources and build  the
 relevant files

 To update your system, you should check /usr/src/UPDATING for any
 pre-buildworld steps necessary for your version of the sources and then use
 the following procedure:

 # make buildworld
 # make buildkernel
 # make installkernel
 # reboot

 Then I tried this

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

 # mergemaster -p


 but I get an error:
 mkdir /var/tmp/temproot: read only filesystem
 **FATAL ERROR can not create /var/tmp/temproot


 Any help here on fixing this?

From a bit farther down in /usr/src/UPDATING:
 [3] From the bootblocks, boot -s, and then do
fsck -p
mount -u /
mount -a
cd src
adjkerntz -i# if CMOS is wall time
Also, when doing a major release upgrade, it is required that
you boot into single user mode to do the installworld.

I hop ethi shelps.

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


ldap_sasl_interactive_bind_s: Can't contact LDAP server (-1)

2007-07-31 Thread Zo Amb
Hi lists,
I really need some help. Since the last two weeks, I've been trying to 
configure Openldap on a FreeBSD 6.2-RELEASE. But I just can't go further 
because I get always the same error while I try to use the ldapadd command. 
It says :
ldap_sasl_interactive_bind_s: Can't contact LDAP server (-1)

Any ideas ?

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


Re: oops, what have i done!

2007-07-31 Thread Rakhesh Sasidharan


On Wed, 1 Aug 2007, Robert Huff wrote:


Rakhesh Sasidharan writes:


 Kind of related to this topic. Is there any way I can find installed
 packages that are *not* required by any other packages?


/usr/ports/ports-mgmt/pkg_cutleaves ?



Man, I love the ports system!!
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: updating multiple freebsd desktops

2007-07-31 Thread Rakhesh Sasidharan


On Tue, 31 Jul 2007, Bram Van Steenlandt wrote:
So what I would really like is to make one machine the build/test machine and 
keep this machine up to date with the ports and portmanager or so.
Can I then set up some kind of repo with the packages from this machine and 
run something like yum upgrade on every desktop we have ?


1. Use one machine as the build/ test machine. Let /usr/ports be on that, 
and shared to all the other machines.


2. Keep the ports tree up-to-date on this machine, and while building 
ports make packages too. (`make package-recursive` will do I guess). These 
will be stored on /usr/ports/packages.


3. On the clients, let /usr/ports be the shared one from the main machine.
  a) If you want to find the packages that need updating, use
 something like `pkg_version -l `.
  b) If you want to update *all* the packages, use something like
 `portupgrade -aPP`.

I haven't done any of these myself. Just that if I were in a situation 
such as yours, this is what I'd probably do.


Regards,
Rakhesh

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


Re: pkg_deinstall and pkg_delete

2007-07-31 Thread Rakhesh Sasidharan


On Tue, 31 Jul 2007, Aton A wrote:


What exactly is the difference between pkg_delete and pkg_deinstall?
Should I be cautious about mixing them?


Nopes, can mix them. pkg_deinstall uses pkg_delete infact. Just that it 
understands wildcards and supports recursing.


pkg_deinstall is especially useful want to delete a package and all the 
stuff that was installed by it as dependencies ...

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


Re: BSD Tar Question

2007-07-31 Thread Rakhesh Sasidharan


On Tue, 31 Jul 2007, Chris Maness wrote:

Does BSD tar implementation support splitting the archives?  I have a 8G file 
that I want to burn on DVDs.  I used to be able to do this with the linux GNU 
tar.


I don't think so (atleast its not there in the manpages). 
Maybe you can use the GNU version of tar from archivers/gtar?


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


Re: what way to update named?

2007-07-31 Thread Olivier Nicole
 Stop in /usr/ports/dns/bind9.
 ** Command failed [exit code 1]: /usr/bin/script -qa
 /tmp/portinstall.12022.0 env make
 ** Fix the problem and try again.
 ** Listing the failed packages (*:skipped / !:failed)
 ! dns/bind9 (unknown build error)
 ---  Packages processed: 0 done, 0 ignored, 0 skipped and 1 failed
 
 Not sure what to do about it. Thanks for any advice.

No idea, for me it was really seamless.

Are you sure your run the make with sufficient priviledges?

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


Re: what way to update named?

2007-07-31 Thread Zbigniew Szalbot

Hello,

 My question is: should I wait till freebsd-update tool includes an
 update
 of bind to 9.3.4 or should I update the system from sources? I can wait
 but
 I am just not sure what is the preferred method given that I use
 freebsd-update on regular basis. This is FreeBSD 6.2-RELEASE-p5 #2
 
 I am not sure I saw any answer to your question so...
 
 I installed bind 9.3.4 from the ports, using the option to over write
 the bind installed by the system, et voila.

Thank you for this answer. When I go to /usr/ports/dns/bind9/ and issue
portinstall I get:

[Gathering depends for dns/bind9  done]
---  Installing 'bind9-9.3.4.1' from a port (dns/bind9)
---  Building '/usr/ports/dns/bind9'
===  Cleaning for bind9-9.3.4.1
cd /usr/ports/dns/bind9  make config;

then there's an option screen where I selected to replace the default bind
with the version form port which led to:

make: don't know how to make
/usr/ports/dns/bind9/work/.build_done.bind9._usr_local. Stop
*** Error code 2

Stop in /usr/ports/dns/bind9.
** Command failed [exit code 1]: /usr/bin/script -qa
/tmp/portinstall.12022.0 env make
** Fix the problem and try again.
** Listing the failed packages (*:skipped / !:failed)
! dns/bind9 (unknown build error)
---  Packages processed: 0 done, 0 ignored, 0 skipped and 1 failed

Not sure what to do about it. Thanks for any advice.

-- 
Zbigniew Szalbot

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


Re: what way to update named?

2007-07-31 Thread Zbigniew Szalbot

Hello,

On Wed, 1 Aug 2007 12:49:18 +0700 (ICT), Olivier Nicole [EMAIL PROTECTED]
wrote:
 Stop in /usr/ports/dns/bind9.
 ** Command failed [exit code 1]: /usr/bin/script -qa
 /tmp/portinstall.12022.0 env make
 ** Fix the problem and try again.
 ** Listing the failed packages (*:skipped / !:failed)
 ! dns/bind9 (unknown build error)
 ---  Packages processed: 0 done, 0 ignored, 0 skipped and 1 failed

 Not sure what to do about it. Thanks for any advice.
 
 No idea, for me it was really seamless.
 
 Are you sure your run the make with sufficient priviledges?

I think this was it. I originally used sudo but second time I did it as su
and it went very well. Thank you!

-- 
Zbigniew Szalbot

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


Re: BSD Tar Question

2007-07-31 Thread Garrett Cooper

Rakhesh Sasidharan wrote:


On Tue, 31 Jul 2007, Chris Maness wrote:

Does BSD tar implementation support splitting the archives?  I have a 
8G file that I want to burn on DVDs.  I used to be able to do this 
with the linux GNU tar.


I don't think so (atleast its not there in the manpages). Maybe you 
can use the GNU version of tar from archivers/gtar?


Regards,
Rakhesh


   Why not use tar -c[j|z]vf - | split ? See split(1) for more info.
-Garrett
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: updating multiple freebsd desktops

2007-07-31 Thread Garrett Cooper

Rakhesh Sasidharan wrote:


On Tue, 31 Jul 2007, Bram Van Steenlandt wrote:
So what I would really like is to make one machine the build/test 
machine and keep this machine up to date with the ports and 
portmanager or so.
Can I then set up some kind of repo with the packages from this 
machine and run something like yum upgrade on every desktop we have ?


1. Use one machine as the build/ test machine. Let /usr/ports be on 
that, and shared to all the other machines.


2. Keep the ports tree up-to-date on this machine, and while building 
ports make packages too. (`make package-recursive` will do I guess). 
These will be stored on /usr/ports/packages.


3. On the clients, let /usr/ports be the shared one from the main 
machine.

  a) If you want to find the packages that need updating, use
 something like `pkg_version -l `.
  b) If you want to update *all* the packages, use something like
 `portupgrade -aPP`.

I haven't done any of these myself. Just that if I were in a situation 
such as yours, this is what I'd probably do.


Regards,
Rakhesh
rsync or some other means of sharing data may be better than a global 
share as you might have one machine with a different architecture 
building under a work directory in the /usr/ports directory.


You can modify your configuration to also use PKG_SITES, and run 
pkg_fetch, pkg_add -r, or something similar as described in 
http://bsdpants.blogspot.com/2007_04_01_archive.html.


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