<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.os.freebsd.questions">
    <title>gmane.os.freebsd.questions</title>
    <link>http://permalink.gmane.org/gmane.os.freebsd.questions</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.freebsd.questions/288767"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.freebsd.questions/288766"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.freebsd.questions/288765"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.freebsd.questions/288764"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.freebsd.questions/288763"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.freebsd.questions/288762"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.freebsd.questions/288761"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.freebsd.questions/288760"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.freebsd.questions/288759"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.freebsd.questions/288758"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.freebsd.questions/288757"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.freebsd.questions/288756"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.freebsd.questions/288755"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.freebsd.questions/288754"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.freebsd.questions/288753"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.freebsd.questions/288752"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.freebsd.questions/288751"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.freebsd.questions/288749"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.freebsd.questions/288748"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.freebsd.questions/288747"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.os.freebsd.questions/288767">
    <title>kldxref: /boot/kernel/kernel: too many sections</title>
    <link>http://permalink.gmane.org/gmane.os.freebsd.questions/288767</link>
    <description>&lt;pre&gt;Hello,

while updating my system I got the following error message while make 
installworld:

===&amp;gt; syscons/green (install)
install -o root -g wheel -m 555   green_saver.ko /boot/kernel
install -o root -g wheel -m 555   green_saver.ko.symbols /boot/kernel
kldxref /boot/kernel
kldxref: /boot/kernel/kernel: too many sections
kldxref: error while reading /boot/kernel/kernel: Bad address
su:/usr/src$

I tried to remove the /usr/obj and remake the kernel by make buildkernel 
again but the error remains.
I use 8.2-STABLE with a freshly updated RELENG_8 src.

I do not build all kernel modules so I have the following in my make.conf
MODULES_OVERRIDE = nfsserver linux linprocfs geom/geom_bde syscons/green

However - I don't think this explains the misbehavior of kldxref.

Can anybody give me a hint where to search for the bug?

Best regards,
  Martin Laabs

_______________________________________________
freebsd-questions&amp;lt; at &amp;gt;freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscri&lt;/pre&gt;</description>
    <dc:creator>Martin Laabs</dc:creator>
    <dc:date>2012-05-26T11:41:05</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.freebsd.questions/288766">
    <title>Re: NewSysLog | Crontab</title>
    <link>http://permalink.gmane.org/gmane.os.freebsd.questions/288766</link>
    <description>&lt;pre&gt;
The underlying problem seems to be problems writing to /var/log.
Is the partition (/var probably) full up or out of inodes?

   df -ih /var/log

Also, look at the console to see if anything has been logged there.

If it isn't running out of space, then check that the directory hasn't
got weird flags settings:

   ls -laoR /var/log

Having something like noschg set on the directory would cause the
observed symptoms, but I am at a loss to understand how on earth
anything like that could come about.

There are a couple of other things it might be, but it's quite unlikely
you wouldn't get crashes, coredumps and other signs of the end-times
should any of those be the case.

Cheers,

Matthew

&lt;/pre&gt;</description>
    <dc:creator>Matthew Seaman</dc:creator>
    <dc:date>2012-05-26T11:44:23</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.freebsd.questions/288765">
    <title>NewSysLog | Crontab</title>
    <link>http://permalink.gmane.org/gmane.os.freebsd.questions/288765</link>
    <description>&lt;pre&gt;Dear list,
I have this issue with bzip2 and the generation of backup logfiles.
This is the error I get:

--- cut ---

bzip2: I/O or other error, bailing out.  Possible reason follows.
bzip2: No such file or directory
Input file = /var/log/all.log.0, output file = /var/log/all.log.0.bz2
newsyslog: `bzip2 -f /var/log/all.log.0' terminated with a non-zero 
status (1)
bzip2: Can't open input file /var/log/maillog.0: No such file or directory.
newsyslog: `bzip2 -f /var/log/maillog.0' terminated with a non-zero 
status (1)

--- cut ---

Can you tell me what goes wrong here and how to solve this?

thanks in advance,
Jos Chrispijn

_______________________________________________
freebsd-questions&amp;lt; at &amp;gt;freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe&amp;lt; at &amp;gt;freebsd.org"

&lt;/pre&gt;</description>
    <dc:creator>Jos Chrispijn</dc:creator>
    <dc:date>2012-05-26T11:02:58</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.freebsd.questions/288764">
    <title>NewSysLog | Crontab</title>
    <link>http://permalink.gmane.org/gmane.os.freebsd.questions/288764</link>
    <description>&lt;pre&gt;Dear list,
I have this issue with bzip2 and the generation of backup logfiles.
This is the error I get:

--- cut ---

bzip2: I/O or other error, bailing out.  Possible reason follows.
bzip2: No such file or directory
Input file = /var/log/all.log.0, output file = /var/log/all.log.0.bz2
newsyslog: `bzip2 -f /var/log/all.log.0' terminated with a non-zero status (1)
bzip2: Can't open input file /var/log/maillog.0: No such file or directory.
newsyslog: `bzip2 -f /var/log/maillog.0' terminated with a non-zero status (1)

--- cut ---

Can you tell me what goes wrong here and how to solve this?

thanks in advance,
Jos Chrispijn

_______________________________________________
freebsd-questions&amp;lt; at &amp;gt;freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe&amp;lt; at &amp;gt;freebsd.org"

&lt;/pre&gt;</description>
    <dc:creator>Jos Chrispijn</dc:creator>
    <dc:date>2012-05-26T11:02:12</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.freebsd.questions/288763">
    <title>Re: why I am upset</title>
    <link>http://permalink.gmane.org/gmane.os.freebsd.questions/288763</link>
    <description>&lt;pre&gt;El 26/05/2012 03:13, "ajtiM" &amp;lt;lumiwa&amp;lt; at &amp;gt;gmail.com&amp;gt; escribió:
June and
modern
of 5
but I

You're welcome :)

Just serious now. I see you are frustrated, but it woul help if you gave
the list a hint of what the actual problem is. You complained a lot, but
you didn't specify the problem!

freebsd-questions-unsubscribe&amp;lt; at &amp;gt;freebsd.org"
_______________________________________________
freebsd-questions&amp;lt; at &amp;gt;freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe&amp;lt; at &amp;gt;freebsd.org"

&lt;/pre&gt;</description>
    <dc:creator>Fernando Apesteguía</dc:creator>
    <dc:date>2012-05-26T10:29:47</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.freebsd.questions/288762">
    <title>Re: ports tree</title>
    <link>http://permalink.gmane.org/gmane.os.freebsd.questions/288762</link>
    <description>&lt;pre&gt;from Henri Reinikainen &amp;lt;henrixd&amp;lt; at &amp;gt;gmail.com&amp;gt;:





What happens if the port a remote user is trying to build and install is updated in the middle of this remote activity?

Users of ports tree then must deal with a moving target.  Files from two different versions might get mixed together.

I think maybe this thread should go to ports&amp;lt; at &amp;gt;freebsd.org list?

Tom
_______________________________________________
freebsd-questions&amp;lt; at &amp;gt;freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe&amp;lt; at &amp;gt;freebsd.org"

&lt;/pre&gt;</description>
    <dc:creator>Thomas Mueller</dc:creator>
    <dc:date>2012-05-26T08:58:40</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.freebsd.questions/288761">
    <title>Re: ports tree</title>
    <link>http://permalink.gmane.org/gmane.os.freebsd.questions/288761</link>
    <description>&lt;pre&gt;
Not stupid, but certainly impracticable.  Remote mounting filesystems
over the internet is not going to be anything like scalable, and the
bandwidth requirements would be horrid.  As an end-user, performance
would suck -- inescapably, as you'ld be hit hard by latency.  Basically,
if you could afford the sort of network connectivity that would make
such a setup feasible, then you could easily afford sufficient local
storage that you wouldn't want to use a remote mount.

Also, forget the idea of *writing* to any such share disk space.  The
security problems with that just don't bear thinking about.

NFS mounting /usr/ports within a local network -- now, that's a
completely different kettle of fish.  You do need to tweak WRKDIRPREFIX
if you're going to have several systems building from the same tree
simultaneously, and it's probably going to be more effective for you to
use one machine as a central package build server and just install from
packages on your limited systems.

Cheers,

Matthew

&lt;/pre&gt;</description>
    <dc:creator>Matthew Seaman</dc:creator>
    <dc:date>2012-05-26T08:44:19</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.freebsd.questions/288760">
    <title>ports tree</title>
    <link>http://permalink.gmane.org/gmane.os.freebsd.questions/288760</link>
    <description>&lt;pre&gt;Hi

Would it be stupid idea to have publicly available, mountable (nfs)
partition, with full port tree(s)? I think it would be good for
systems with low storage space. I know hd space is cheap, but I run
over and over to this problem.

I don't know how easily it could be done, but some kind of session
based temporary write permissions would be good too. To be able to
make &amp;amp;&amp;amp; make install directly from mounted partition.

I don't think very many people would need to have local personal copy
of ports tree then.

So, is this just stupid?
_______________________________________________
freebsd-questions&amp;lt; at &amp;gt;freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe&amp;lt; at &amp;gt;freebsd.org"

&lt;/pre&gt;</description>
    <dc:creator>Henri Reinikainen</dc:creator>
    <dc:date>2012-05-26T06:57:37</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.freebsd.questions/288759">
    <title>Re: why I am upset</title>
    <link>http://permalink.gmane.org/gmane.os.freebsd.questions/288759</link>
    <description>&lt;pre&gt;
so stop using trendy "desktop" and just start to do actual work and you 
will not be upset any more but happy.

"Desktop environments" offer exactly zero value and do nothing.
Just use fvwm2, maybe icewm, tune it to your needs and start working.
use xterm as your "start button" by starting program you need from command 
like. configure fvwm2 to have multiple "virtual desktop" switchable by 
keystrokes so you will have something like standard text console just in 
X11 with ability to run X11 programs.

in most cases - run one program on one virtual desktop. Multiple windows 
on screen is only fashionable but useless in practice.
After a while you will end in removing every unneeded things that are only 
fashionable but just wastes time and monitor space. For example window 
frames and titles.



"Desktop environments" are required so average winuser will not 
protest too much when i do X11 terminal based configuration.
but i use gnome2 this case with gdm as it is far faster (==less slow) than 
KDE, and as we&lt;/pre&gt;</description>
    <dc:creator>Wojciech Puchar</dc:creator>
    <dc:date>2012-05-26T06:11:20</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.freebsd.questions/288758">
    <title>Re: removing /var/empty on a non-system disk</title>
    <link>http://permalink.gmane.org/gmane.os.freebsd.questions/288758</link>
    <description>&lt;pre&gt;what ls -lod empty says?

On Fri, 25 May 2012, Gary Aitken wrote:

_______________________________________________
freebsd-questions&amp;lt; at &amp;gt;freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe&amp;lt; at &amp;gt;freebsd.org"

&lt;/pre&gt;</description>
    <dc:creator>Wojciech Puchar</dc:creator>
    <dc:date>2012-05-26T06:04:27</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.freebsd.questions/288757">
    <title>Re: ports build and synchronization issues</title>
    <link>http://permalink.gmane.org/gmane.os.freebsd.questions/288757</link>
    <description>&lt;pre&gt;This was the result of a conflict with building another port at the same time,
and is a known issue.
See:
  http://wiki.freebsd.org/IdeasPage#Parallelization_in_the_Ports_Collection

On 05/25/12 12:16, Gary Aitken wrote:

_______________________________________________
freebsd-questions&amp;lt; at &amp;gt;freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe&amp;lt; at &amp;gt;freebsd.org"

&lt;/pre&gt;</description>
    <dc:creator>Gary Aitken</dc:creator>
    <dc:date>2012-05-26T05:50:44</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.freebsd.questions/288756">
    <title>Re: Terminology: wheel</title>
    <link>http://permalink.gmane.org/gmane.os.freebsd.questions/288756</link>
    <description>&lt;pre&gt;

There are numerous 'wheel' related terms in the 'casual English' lexicon.
See 'wheeler dealer', for example.

Those 'at the wheel' are those who are in charge -- in immediate control 
of steering the ship.

See also 'wheel horse'.  which has a secondary meaning of 'a diligent, 
dependble worker' -- one who can be trusted to 'do things right' (defined 
as 'the way the boss wants it done' :) 

Derived from a position in a team of horses used to pull wagons, coaches, 
etc. Some horses do *not* work well in a team at all, others are intractable
if they are not in a 'lead' position,

A 'wheel horse' will work behind others.   They will, _without_complaint_,
follow the "horse's ass" in the lead.   The parallel to computer operations
staff (the wheel group) is obvious.    *GRIN*
_______________________________________________
freebsd-questions&amp;lt; at &amp;gt;freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe&amp;lt; at &amp;gt;freebsd.org"

&lt;/pre&gt;</description>
    <dc:creator>Robert Bonomi</dc:creator>
    <dc:date>2012-05-26T03:58:57</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.freebsd.questions/288755">
    <title>pam_start(): system error</title>
    <link>http://permalink.gmane.org/gmane.os.freebsd.questions/288755</link>
    <description>&lt;pre&gt;Hello list,

 My freebsd 8.2 box has a new, interesting error. When I go to change
any user password I see the message passwd: pam_start(): system error
as in :

[root&amp;lt; at &amp;gt;LBSD2:/etc/pam.d] #passwd
Changing local password for root
passwd: pam_start(): system error

passwd is able to see it's libraries:

[root&amp;lt; at &amp;gt;LBSD2:/etc/pam.d] #ldd /usr/bin/passwd
/usr/bin/passwd:
        libpam.so.5 =&amp;gt; /usr/lib/libpam.so.5 (0x2808e000)
        libc.so.7 =&amp;gt; /lib/libc.so.7 (0x28096000)

Here are my libraries:

[root&amp;lt; at &amp;gt;LBSD2:/etc/pam.d] #ls /lib
geom                    libcrypt.so.5           libncursesw.so.8
libalias.so.7           libcrypto.so.6          libnvpair.so.2
libalias_cuseeme.so     libctf.so.2             libpcap.so.7
libalias_dummy.so       libdevstat.so.7         libreadline.so.8
libalias_ftp.so         libdtrace.so.2          libsbuf.so.5
libalias_irc.so         libedit.so.7            libssp.so.0
libalias_nbt.so         libgcc_s.so.1           libthr.so.3
libalias_pptp.so        libgeom.so.5            libufs.so.5
l&lt;/pre&gt;</description>
    <dc:creator>Tim Dunphy</dc:creator>
    <dc:date>2012-05-26T02:36:01</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.freebsd.questions/288754">
    <title>Re: Terminology: wheel</title>
    <link>http://permalink.gmane.org/gmane.os.freebsd.questions/288754</link>
    <description>&lt;pre&gt;Legend as ti it was first used as a joke on Xerox system. There was a 
special bit that indicated that some operations could be accomplished, 
basically it was the ancestor of kernel space on old time sharing 
system, invented on TENEX. When it came to naming the bit it was turned 
into a pun : the bit wheel. The big wheel being a slang term meaning 
"powerful person in charge". So basically it was bit wheel for the 
powerful process in charge.

I do not know if it is accurate though, I wasn't at Xerox at the time 
and I never even saw a Tenex in all my life, but it seems the official 
explanation (at least the one all over the Internet). If someone can 
confirm/infirm...
_______________________________________________
freebsd-questions&amp;lt; at &amp;gt;freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe&amp;lt; at &amp;gt;freebsd.org"

&lt;/pre&gt;</description>
    <dc:creator>Jerome Herman</dc:creator>
    <dc:date>2012-05-26T01:57:42</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.freebsd.questions/288753">
    <title>Re: Terminology: wheel</title>
    <link>http://permalink.gmane.org/gmane.os.freebsd.questions/288753</link>
    <description>&lt;pre&gt;
Ah, thanks! I hoped there was a more... technical explaination
than just "wheel" being a slang term derivate. :-)

big wheel (idiomatic)
A person with a great deal of power or influence,
especially a high-ranking person in an organization.

slang "big wheel" -&amp;gt; wheel bit -&amp;gt; wheel group


&lt;/pre&gt;</description>
    <dc:creator>Polytropon</dc:creator>
    <dc:date>2012-05-26T01:59:29</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.freebsd.questions/288752">
    <title>Re: Terminology: wheel</title>
    <link>http://permalink.gmane.org/gmane.os.freebsd.questions/288752</link>
    <description>&lt;pre&gt;freebsd-questions-unsubscribe&amp;lt; at &amp;gt;freebsd.org"

http://en.m.wikipedia.org/wiki/Wheel_(Unix_term)
_______________________________________________
freebsd-questions&amp;lt; at &amp;gt;freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe&amp;lt; at &amp;gt;freebsd.org"

&lt;/pre&gt;</description>
    <dc:creator>Matthew Story</dc:creator>
    <dc:date>2012-05-26T01:52:12</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.freebsd.questions/288751">
    <title>Terminology: wheel</title>
    <link>http://permalink.gmane.org/gmane.os.freebsd.questions/288751</link>
    <description>&lt;pre&gt;What inspiration (or maybe logical thought) is behind the
_naming_ of the "wheel" group?

I could find many explainations of what "wheel" is, what it
is for and how it is used (basic knowledge, I know), but I
couldn't find anything that states why this name has been
chosen. From other UNIX systems I know that there are groups
performing similar functions, but having different names
(such as "sysadmin" on Solaris prior to RBAC).

This question definitely shows my age. :-)



&lt;/pre&gt;</description>
    <dc:creator>Polytropon</dc:creator>
    <dc:date>2012-05-26T01:45:15</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.freebsd.questions/288749">
    <title>Re: "Cloud" software ?</title>
    <link>http://permalink.gmane.org/gmane.os.freebsd.questions/288749</link>
    <description>&lt;pre&gt;


I have built and managed a couple large hadoop clusters.  Contact me 
directly for more information.

-Derek

&lt;/pre&gt;</description>
    <dc:creator>Derek Ragona</dc:creator>
    <dc:date>2012-05-25T23:41:12</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.freebsd.questions/288748">
    <title>Re: removing /var/empty on a non-system disk</title>
    <link>http://permalink.gmane.org/gmane.os.freebsd.questions/288748</link>
    <description>&lt;pre&gt;
I should have mentioned that I did the (successful) test
logging in as root (real console login). If you use "su -"
or "su root", the effect should be the same. You can always
check the success of your operation with the "ls -lo" command.




True: IGNORANCE IS STRENGTH. :-)


&lt;/pre&gt;</description>
    <dc:creator>Polytropon</dc:creator>
    <dc:date>2012-05-25T22:01:23</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.freebsd.questions/288747">
    <title>Re: Ports-Related Commands Hanging After 9.0 Upgrade</title>
    <link>http://permalink.gmane.org/gmane.os.freebsd.questions/288747</link>
    <description>&lt;pre&gt;On Fri, 25 May 2012 13:33:29 -0400
Sam Jones &amp;lt;samjones1986&amp;lt; at &amp;gt;gmail.com&amp;gt; wrote:


Upgrading world leads to many system libs being updated, too. When ports
are dependant on these, a recompile of these ports might help.

If you need/want to be sure, sysutils/bsdadminscripts is supposed to
contain a script to check for broken shared libs system-wide and a
ldd(1) on the binary you are trying to run will spit out some libraries
you can the try to find(1).

Hope to have been of some help, cheers, Christopher
_______________________________________________
freebsd-questions&amp;lt; at &amp;gt;freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe&amp;lt; at &amp;gt;freebsd.org"

&lt;/pre&gt;</description>
    <dc:creator>Christopher J. Ruwe</dc:creator>
    <dc:date>2012-05-25T21:13:43</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.freebsd.questions/288746">
    <title>Re: removing /var/empty on a non-system disk</title>
    <link>http://permalink.gmane.org/gmane.os.freebsd.questions/288746</link>
    <description>&lt;pre&gt;
Not in this case.
If you look at the commands attempted, that was already tried (line 282)
Topmost login had to be as root.
 


_______________________________________________
freebsd-questions&amp;lt; at &amp;gt;freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe&amp;lt; at &amp;gt;freebsd.org"

&lt;/pre&gt;</description>
    <dc:creator>Gary Aitken</dc:creator>
    <dc:date>2012-05-25T21:07:09</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.os.freebsd.questions">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.os.freebsd.questions</link>
  </textinput>
</rdf:RDF>

