Re: portupgrade stale dependencies

2005-10-28 Thread Andrew P.
On 10/28/05, Michael C. Shultz <[EMAIL PROTECTED]> wrote:
> On Thursday 27 October 2005 18:49, Eric F Crist wrote:
> > On Oct 27, 2005, at 8:32 PM, John DeStefano wrote:
> > > On 10/27/05, Andrew P. <[EMAIL PROTECTED]> wrote:
> > >> On 10/27/05, John DeStefano <[EMAIL PROTECTED]> wrote:
> > >>> After clearing out the ports, updating ports (with portsnap) and
> > >>> source, and rebuilding the system and kernel... it seemed the
> > >>> ultimate
> > >>> problem was actually a dependency of the package to apache1.3.
> > >>> After I
> > >>> ran 'pkgdb -F' and "fixed" this dependency to point to apache2.1,
> > >>> but
> > >>> I still had trouble installing ports.
> >
> > At this point, what usually works for me is to:
> >
> > #cd /usr && rm -rf ./ports
> >
> > #mkdir ./ports && cvsup /root/ports-supfile
> >
> > The above will delete your ENTIRE ports tree, provided it's kept in /
> > usr/ports and as long as you use cvsup (and your ports supfile is /
> > root/ports-supfile as mine is).  When a whole bunch of ports stop
> > working, I find this is the easiest thing to do.
> >
> > The other thing I do is run a cron job every week that updates, via
> > cvsup, the ports tree.  About once a year I perform the above, mostly
> > to clean out the crap.  Re-downloading your entire ports tree will be
> > quicker if you don't use the ports-all tag and actually define which
> > port segments you are interested in.  For example, there's no real
> > reason to download all the x11/kde/gnome crap if you're doing this on
> > a headless server that isn't going to serve X.
> >
> > HTH
>
> Replacing /usr/ports won't fix his problems, they reside in /var/db/pkg.
> I may be a bit biased but I reaaly think John D. should try running
> portmanager -u (ports/sysutils/portmanager).  Stale dependencies is a non
> issue for portmanager.
>
> -Mike
>
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
>

I don't think that stale dependencies are an issue for
portupgrade as well, just add "-O" to the command-
line.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Which version of FreeBSD a binary was compiled for?

2005-10-28 Thread Andrew P.
On 10/28/05, Micah <[EMAIL PROTECTED]> wrote:
> David Kirchner wrote:
> > On 10/27/05, Will Maier <[EMAIL PROTECTED]> wrote:
> >
> >>Must be -- some flag produces unique bits in the executables. I'm a
> >>little surprised there isn't (AFAICT) anything descriptive in
> >>file(1)'s manpage or /u/s/mi/magic that would explain the
> >>discrepancy. Didn't see anything in quick looks through gcc(1) or
> >>make(1), either.
> >>
> >>Weird.
> >
> >
> > It doesn't look like it's done in the magic file. Rather, it's
> > something built in to file itself. Check out around line 400 of
> > 'readelf.c'.
> >
> > This doesn't explain how it gets in to the binaries built, though.
>
> Here's some more to think about.  I have a simple cpp program I used to
> test something a while back.  Running file on that executable returns:
>
> trisha% file floatpoint
> floatpoint: ELF 32-bit LSB executable, Intel 80386, version 1 (FreeBSD),
> for FreeBSD 5.3.0, dynamically linked (uses shared libs), not stripped
>
> I just now recompiled with "c++ floatpoint.cpp" and now:
> trisha% file a.out
> a.out: ELF 32-bit LSB executable, Intel 80386, version 1 (FreeBSD),
> dynamically linked (uses shared libs), not stripped
>
> And compiled with same commandline on the "working" machine:
> alexis% file a.out
> a.out: ELF 32-bit LSB executable, Intel 80386, version 1 (FreeBSD), for
> FreeBSD 5.4, dynamically linked (uses shared libs), not stripped
>
> I looked at my "env", but I do not see /any/ compiler related variables
> set.  Is there something up with the compiler itself?  My processor?
> (Athlon64 in i386 mode)
>
> Later,
> Micah
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
>

Clearly, something has changed in the compiler suite.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Unable to upgrade kdenetwork using portupgrade

2005-10-28 Thread Ivailo Tanusheff
You should upgrade kdelibs first :) 
But the better approach is to rebuild all the dependencies also, so you 
should use -R option.
Maybe the version you are trying to upgrade from is too old and you should 
foce upgrade all the depends!

Ivailo Tanusheff
Senior System administrator
ProCredit Bank (Bulgaria) AD




Teo De Las Heras <[EMAIL PROTECTED]> 
Sent by: [EMAIL PROTECTED]
10/27/2005 04:06 PM

To
freebsd-questions@freebsd.org
cc

Subject
Unable to upgrade kdenetwork using portupgrade






I'm running FreeBSD 5.4 on my dektop with X.org  and KDE 
3.4.
I'm synchronizing my ports tree using cvsup.
 When I run the following command
 portupgrade -rR kdenetwork
 It fails because it is unable to upgrade the kdelibs. The error messages
says to run -F to force.
 What is the consequence?
 Would it be simpler to run portupgrade -rR kde?
 Thanks,
 Teo
___
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: math/grace port: "libXcursor.so.1.0" not found ?? [SOLVED]

2005-10-28 Thread Rob


--- Igor Robul <[EMAIL PROTECTED]> wrote:

> Rob wrote:
> 
> >--- Igor Robul <[EMAIL PROTECTED]> wrote:
> >  
> >
> >First:
> >NULL return from dlsym() does not always imply an
> >error. dlsym() can return NULL because it has an
> >empty list, but this does not set the error
> >indicator of dlerror(), because it is not an error.
> >However, if an error occurs, dlsym() has NULL as
> >a return (that's probably most sensible return).
> >  
> >
>  From manual page:
> 
> The dlsym() function returns a null pointer if the
> symbol cannot be 
> found, and sets an error condition
>  which may be queried with dlerror().

This is a matter of symantic and logic.

I /can/ read this as follows:

If the symbol cannot be found, then dlsym() returns
a null pointer *AND* sets the error condition.

However, dlsym() can also return the null pointer,
*WITHOUT* setting the error condition. The latter
case seems to be better specified in the Linux
manpages of dlsym(). Hence the conflict between
FreeBSD and Linux/Grace, I guess.

Rob.





__ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


FreeFontPath: FPE "/usr/X11R6/lib/X11/fonts/misc/" refcount is 2,

2005-10-28 Thread George Katsanos
I have the same problem after a fresh 6.0 RC1 install . . . and I thought
everything should work just fine..:(
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: math/grace port: "libXcursor.so.1.0" not found ?? [SOLVED]

2005-10-28 Thread Rob


--- Igor Robul <[EMAIL PROTECTED]> wrote:

> Rob wrote:
> 
> >>
> >>The dlsym() function returns a null pointer if the
> >>symbol cannot be 
> >>found, and sets an error condition
> >> which may be queried with dlerror().
> >>
> >>
> >
> >This is a matter of symantic and logic.
> >
> >I /can/ read this as follows:
> >
> >If the symbol cannot be found, then dlsym() returns
> >a null pointer *AND* sets the error condition.
> >  
> >
> Ok, English is not my native language, and I even
> had not learned it in 
> school :-).

Neither is it for me, though I had some English
language classes at high school.
However, I assume everybody to understand the
language of logic and symantics when it comes to
computer problems :).

> >However, dlsym() can also return the null pointer,
> >*WITHOUT* setting the error condition. The latter
> >case seems to be better specified in the Linux
> >manpages of dlsym(). Hence the conflict between
> >FreeBSD and Linux/Grace, I guess.
> >  
> >
> Maybe. But I see conflict in using
> previous/non-grace result from dlerror(), which
> I think grace should not do.

Indeed, so the proper way is to call dlerror()
prior to a dlsym() call, to reset any previous
error condition. Something like this:

  /* clear error condition */
  dlerror();

  /* use dlsym and check for error */
  data = dlsym();
  if ( (error = dlerror()) != NULL ) {
  errmsg(error);
  return FAILURE;
  }


Rob.




__ 
Yahoo! FareChase: Search multiple travel sites in one click.
http://farechase.yahoo.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re[2]: portupgrade stale dependencies

2005-10-28 Thread Gerard Seibert
On Friday, October 28, 2005 3:25:14 AM, "Andrew P." <[EMAIL PROTECTED]>
Subject: Re: portupgrade stale dependencies
Wrote these words of wisdom:

> On 10/28/05, Michael C. Shultz <[EMAIL PROTECTED]> wrote:
> > On Thursday 27 October 2005 18:49, Eric F Crist wrote:
> > > On Oct 27, 2005, at 8:32 PM, John DeStefano wrote:
> > > > On 10/27/05, Andrew P. <[EMAIL PROTECTED]> wrote:
> > > >> On 10/27/05, John DeStefano <[EMAIL PROTECTED]> wrote:
> > > >>> After clearing out the ports, updating ports (with portsnap) and
> > > >>> source, and rebuilding the system and kernel... it seemed the
> > > >>> ultimate
> > > >>> problem was actually a dependency of the package to apache1.3.
> > > >>> After I
> > > >>> ran 'pkgdb -F' and "fixed" this dependency to point to apache2.1,
> > > >>> but
> > > >>> I still had trouble installing ports.
> > >
> > > At this point, what usually works for me is to:
> > >
> > > #cd /usr && rm -rf ./ports
> > >
> > > #mkdir ./ports && cvsup /root/ports-supfile
> > >
> > > The above will delete your ENTIRE ports tree, provided it's kept in /
> > > usr/ports and as long as you use cvsup (and your ports supfile is /
> > > root/ports-supfile as mine is).  When a whole bunch of ports stop
> > > working, I find this is the easiest thing to do.
> > >
> > > The other thing I do is run a cron job every week that updates, via
> > > cvsup, the ports tree.  About once a year I perform the above, mostly
> > > to clean out the crap.  Re-downloading your entire ports tree will be
> > > quicker if you don't use the ports-all tag and actually define which
> > > port segments you are interested in.  For example, there's no real
> > > reason to download all the x11/kde/gnome crap if you're doing this on
> > > a headless server that isn't going to serve X.
> > >
> > > HTH
> >
> > Replacing /usr/ports won't fix his problems, they reside in /var/db/pkg.
> > I may be a bit biased but I reaaly think John D. should try running
> > portmanager -u (ports/sysutils/portmanager).  Stale dependencies is a non
> > issue for portmanager.
> >
> > -Mike
> >
> I don't think that stale dependencies are an issue for
> portupgrade as well, just add "-O" to the command-
> line.

* REPLY SEPARATOR *
On 10/11/2005 5:29:42 PM, Gerard Replied:

Personally, I feel that portmanager does a much better job of updating
without the problems that seem to crop up so often using portupgrade.

Just my 2¢.

-- 
A: Because it fouls the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on usenet and in e-mail?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


sysctl.conf (formerly packet forwarding)

2005-10-28 Thread Yance Kowara
Thank you for the clarification about setting GATEWAY
(packet forwarding) in systl.conf and rc.conf.

The handbook suggested that "Over five hundred system
variables can be read and set using sysctl(8)" ...

Any clue as to where I can see those "over five
hundred system variables"? ... just being curious ...

Also, is this sysctl.conf a unique feature of FreeBSD
or a feature of nay *NIX O/S?

Kind regards,

Yance




__ 
Yahoo! FareChase: Search multiple travel sites in one click.
http://farechase.yahoo.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: sysctl.conf (formerly packet forwarding)

2005-10-28 Thread Volker Kindermann
Hi Yance,


> Any clue as to where I can see those "over five
> hundred system variables"? ... just being curious ...

some are in the manpage of sysctl. There is also this hint:

"More variables than these exist, and the best and likely only place to
search for their deeper meaning is undoubtedly the source where they
are defined.


> Also, is this sysctl.conf a unique feature of FreeBSD
> or a feature of nay *NIX O/S?

At least OpenBSD and Linux have this feature, too.


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


Re: sysctl.conf (formerly packet forwarding)

2005-10-28 Thread Giorgos Keramidas
On 2005-10-28 03:18, Yance Kowara <[EMAIL PROTECTED]> wrote:
> The handbook suggested that "Over five hundred system
> variables can be read and set using sysctl(8)" ...
>
> Any clue as to where I can see those "over five
> hundred system variables"? ... just being curious ...

To see a list of all the sysctl variables:

sysctl -a | more

Not all of these are read-write though, so it may not be possible to set
all of them.

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


Re: Re[2]: portupgrade stale dependencies

2005-10-28 Thread Andrew P.
On 10/28/05, Gerard Seibert <[EMAIL PROTECTED]> wrote:
>
> Personally, I feel that portmanager does a much better job of updating
> without the problems that seem to crop up so often using portupgrade.
>

I've always been scared off by the comparatively
young age of portmanager. Besides, portupgrade
comes with a set of useful tools, like cvsweb
browser.

But the fat ruby dependency and some other things
make me want something else. I'd be glad to see
a perl-based ports management system. Maybe
I'll write one some day :-)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: portupgrade stale dependencies

2005-10-28 Thread Michael C. Shultz
On Friday 28 October 2005 00:25, Andrew P. wrote:
> On 10/28/05, Michael C. Shultz <[EMAIL PROTECTED]> wrote:
> > On Thursday 27 October 2005 18:49, Eric F Crist wrote:
> > > On Oct 27, 2005, at 8:32 PM, John DeStefano wrote:
> > > > On 10/27/05, Andrew P. <[EMAIL PROTECTED]> wrote:
> > > >> On 10/27/05, John DeStefano <[EMAIL PROTECTED]> wrote:
> > > >>> After clearing out the ports, updating ports (with portsnap) and
> > > >>> source, and rebuilding the system and kernel... it seemed the
> > > >>> ultimate
> > > >>> problem was actually a dependency of the package to apache1.3.
> > > >>> After I
> > > >>> ran 'pkgdb -F' and "fixed" this dependency to point to apache2.1,
> > > >>> but
> > > >>> I still had trouble installing ports.
> > >
> > > At this point, what usually works for me is to:
> > >
> > > #cd /usr && rm -rf ./ports
> > >
> > > #mkdir ./ports && cvsup /root/ports-supfile
> > >
> > > The above will delete your ENTIRE ports tree, provided it's kept in /
> > > usr/ports and as long as you use cvsup (and your ports supfile is /
> > > root/ports-supfile as mine is).  When a whole bunch of ports stop
> > > working, I find this is the easiest thing to do.
> > >
> > > The other thing I do is run a cron job every week that updates, via
> > > cvsup, the ports tree.  About once a year I perform the above, mostly
> > > to clean out the crap.  Re-downloading your entire ports tree will be
> > > quicker if you don't use the ports-all tag and actually define which
> > > port segments you are interested in.  For example, there's no real
> > > reason to download all the x11/kde/gnome crap if you're doing this on
> > > a headless server that isn't going to serve X.
> > >
> > > HTH
> >
> > Replacing /usr/ports won't fix his problems, they reside in /var/db/pkg.
> > I may be a bit biased but I reaaly think John D. should try running
> > portmanager -u (ports/sysutils/portmanager).  Stale dependencies is a non
> > issue for portmanager.
> >
> > -Mike
> >
>
> I don't think that stale dependencies are an issue for
> portupgrade as well, just add "-O" to the command-
> line.


From portupgrade's man page:

   -O
 --omit-check   Omit sanity checks for dependencies.  By default,
portupgrade checks if all the packages to upgrade
have consistent dependencies, though it takes
extra time to calculate dependencies.  If you are
sure you have run ``pkgdb -F'' in advance, you can
specify this option to omit the sanity checks.

Seems to be a caveat to the -O command.  What happens if pkgdb -F
isn't run first?

-Mike

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


error 4 lba 0

2005-10-28 Thread Ivan Omelchenko

Problem: After copy files from CD and rebooting got an error
'error 4 lba 0' from boot manager when i'm trying to choose F2: FreeBSD

HDD: Samsung 80Gb ATA
tryed also clear a mbr records
fdisk /mbr

P.S. Other OS, like Debian, Windows, Mandrake installed well on this HDD.

Thank you


--

Ivan Omelchenko
ICQ# 67077474
MSN: [EMAIL PROTECTED]
[OKAY-UANIC] [OKAY-RIPE]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Maintaining my music collection (off topic)

2005-10-28 Thread Fafa Hafiz Krantz

Here's what I ended up with:

#!/bin/sh
#
#   Generate SFV and M3U for all releases.
#   $URBAN: mp3.sh,v 1.0 2005/10/24 15:05:09 fafa Exp $
#

for file in `find /home/mp3 -name \*.nfo`; do

DIRECTORY="`dirname ${file}`"
PREFIX="`basename ${file} | sed 's/.nfo//g'`"
CURRENT="`basename ${DIRECTORY}`"
SFV="${DIRECTORY}/${PREFIX}.sfv"
M3U="${DIRECTORY}/${PREFIX}.m3u"

cd ${DIRECTORY}
rm -f *.sfv
rm -f *.m3u
touch ${SFV}
cfv -C *.mp3
cat ${CURRENT}.sfv | awk '! /^;/' > ${SFV}
rm -f ${CURRENT}.sfv

for mp3 in `find * -name \*.mp3 -maxdepth 1`; do
echo "${mp3}" >> ${M3U}
done

done

:)

- Original Message -
From: "Will Maier" <[EMAIL PROTECTED]>
To: freebsd-questions@freebsd.org
Subject: Re: Maintaining my music collection (off topic)
Date: Wed, 26 Oct 2005 14:47:39 -0500

> 
> On Wed, Oct 26, 2005 at 06:39:48AM -0400, Parv wrote:
> > Looks like this script is not going to work in FreeBSD /bin/sh.
> > Install one of shells/bash* (guessing) ports and run this script
> > under that shell (unless somebody does the conversion for you).
> 
> FreeBSD sh (1) supports parameter expansion, including expansions used
> in the referenced function.
> 
> --
> 
> o--{ Will Maier }--o
> | jabber:[EMAIL PROTECTED] | email:[EMAIL PROTECTED] |
> | [EMAIL PROTECTED] | [EMAIL PROTECTED] |
> *--[ BSD Unix: Live Free or Die ]--*



--
Fafa Hafiz Krantz
  Research Designer @ http://www.bleed.com


-- 
___
Play 100s of games for FREE! http://games.mail.com/

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


RE: sysctl.conf (formerly packet forwarding)

2005-10-28 Thread Bob Middaugh
Yance Kowara writes:

Thank you for the clarification about setting GATEWAY (packet
forwarding) in systl.conf and rc.conf.

The handbook suggested that "Over five hundred system variables can be
read and set using sysctl(8)" ...

Any clue as to where I can see those "over five hundred system
variables"? ... just being curious ...

Also, is this sysctl.conf a unique feature of FreeBSD or a feature of
nay *NIX O/S?

Kind regards,

Yance


sysctl -a

Check out: http://sysctl.enderunix.org/index.php?tip_id=1&lang=en  

There are 80+ documented there.  The sites goal is to get as many as
possible documented, so if you come across some that aren't there, and
you know what they do, please submit.

Someone was looking for window scaling, rfc 1323 covers that I think:
net.inet.tcp.rfc1323 enables high performance TCP extensions

Bob


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


RE: Hot-Swap HDD hardware recommendations?

2005-10-28 Thread Bob Middaugh
Eric F Crist writes:

Hello list,

I need a cost-effective solution for hot-swap hard drives.  I'm
currently using a removable drive cage available at any CompUSA, but
it's standard IDE/ATA, which is, AFAIK, not hot-swappable.  What kind
of RAID hardware/software would I need so that I can hot swap hard
drives?

TIA


I don't know what kind of case you have for this server, or if you're
looking for an external enclosure.

http://www.topmicrousa.com/superswap1000-black.html

http://www.monarchcomputer.com/Merchant2/merchant.mv?Screen=PROD&Store
_Code=M&Product_Code=150048&AFFIL=FRG&NR=1

http://store.yahoo.com/priceshock/superswap1000.html

I've never used a Promise controller before, they seem pretty popular
for this though.


Bob

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


RE: Hot-Swap HDD hardware recommendations?

2005-10-28 Thread Jean-Paul Natola
http://store.yahoo.com/firmtek/sata1sen2.html

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Bob Middaugh
Sent: Friday, October 28, 2005 8:11 AM
To: 'Eric F Crist'; 'free bsd questions'
Subject: RE: Hot-Swap HDD hardware recommendations?

Eric F Crist writes:

Hello list,

I need a cost-effective solution for hot-swap hard drives.  I'm
currently using a removable drive cage available at any CompUSA, but
it's standard IDE/ATA, which is, AFAIK, not hot-swappable.  What kind
of RAID hardware/software would I need so that I can hot swap hard
drives?

TIA


I don't know what kind of case you have for this server, or if you're
looking for an external enclosure.

http://www.topmicrousa.com/superswap1000-black.html

http://www.monarchcomputer.com/Merchant2/merchant.mv?Screen=PROD&Store
_Code=M&Product_Code=150048&AFFIL=FRG&NR=1

http://store.yahoo.com/priceshock/superswap1000.html

I've never used a Promise controller before, they seem pretty popular
for this though.


Bob

___
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: Having Some Trouble with Java on FreeBSD

2005-10-28 Thread N Deepak
On Thu, Oct 20, 2005 at 02:06:16PM -0600, Franklin E. Powers, Jr. wrote:
> 
> So I tinkered with that a bit and I discovered that the almost 
> complete native build for FreeBSD could run.  So I decided to try to 
> finish the build process, by getting it to build itself.  But it 
> suffered a slightly different error.
> 
> So...  Then I went through the documentation for FreeBSD some more 
> and decided to start over by reinstalling the Linux Java using:
>   cd /usr/ports/java/linux-sun-jdk15
>   make install clean
> 
> But now I get the following error: linux-sun-jdk-1.5.0.01,2 does not 
> run (core dumps: Bad System Call).  Note that previously I manually 
> installed it by simply downloading the Linux version on another 
> computer, transfering it over to the computer, and executing the file.
> 
Try with /usr/ports/java/jdk14 (native JDK 1.4 for FreeBSD).  It worked
for me.  I am running FreeBSD 5.4 STABLE.

Regards,
Deepak

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


Re: portupgrade stale dependencies

2005-10-28 Thread Michael C. Shultz
On Friday 28 October 2005 05:53, John DeStefano wrote:
> On 10/27/05, Michael C. Shultz <[EMAIL PROTECTED]> wrote:
> > On Thursday 27 October 2005 18:49, Eric F Crist wrote:
> > > On Oct 27, 2005, at 8:32 PM, John DeStefano wrote:
> > > > On 10/27/05, Andrew P. <[EMAIL PROTECTED]> wrote:
> > > >> On 10/27/05, John DeStefano <[EMAIL PROTECTED]> wrote:
> > > >>> After clearing out the ports, updating ports (with portsnap) and
> > > >>> source, and rebuilding the system and kernel... it seemed the
> > > >>> ultimate
> > > >>> problem was actually a dependency of the package to apache1.3.
> > > >>> After I
> > > >>> ran 'pkgdb -F' and "fixed" this dependency to point to apache2.1,
> > > >>> but
> > > >>> I still had trouble installing ports.
> > >
> > > At this point, what usually works for me is to:
> > >
> > > #cd /usr && rm -rf ./ports
> > >
> > > #mkdir ./ports && cvsup /root/ports-supfile
> > >
> > > The above will delete your ENTIRE ports tree, provided it's kept in /
> > > usr/ports and as long as you use cvsup (and your ports supfile is /
> > > root/ports-supfile as mine is).  When a whole bunch of ports stop
> > > working, I find this is the easiest thing to do.
> > >
> > > The other thing I do is run a cron job every week that updates, via
> > > cvsup, the ports tree.  About once a year I perform the above, mostly
> > > to clean out the crap.  Re-downloading your entire ports tree will be
> > > quicker if you don't use the ports-all tag and actually define which
> > > port segments you are interested in.  For example, there's no real
> > > reason to download all the x11/kde/gnome crap if you're doing this on
> > > a headless server that isn't going to serve X.
> > >
> > > HTH
> >
> > Replacing /usr/ports won't fix his problems, they reside in /var/db/pkg.
> > I may be a bit biased but I reaaly think John D. should try running
> > portmanager -u (ports/sysutils/portmanager).  Stale dependencies is a non
> > issue for portmanager.
> >
> > -Mike
>
> Biased indeed. ;)  I tried it, and it did work for some ports, but not
> all.  Here's the report output of a second run-through:
>
> status report finished
> 
> percentDone-=>16 = 100 - ( 100 * ( QTY_outOfDatePortsDb-=>10 /
> TOTAL_outOfDatePortsDb-=>12 ) )
> checkForOldDepencies 0.3.0_0 skip: apsfilter-7.2.6 has a dependency
> acroread-5.08 that needs to be updated first
> upgrade 0.3.0_0 info: ignoring scrollkeeper-0.3.12_1,1, reason: failed
> during (2) make
> upgrade 0.3.0_0 info: ignoring cups-pstoraster-7.07, reason: failed
> during (2) make
> checkForOldDepencies 0.3.0_0 skip: eog2-2.2.1 has a dependency
> scrollkeeper-0.3.12_1,1 that needs to be updated first
> checkForOldDepencies 0.3.0_0 skip: apsfilter-7.2.6 has a dependency
> acroread-5.08 that needs to be updated first
> upgrade 0.3.0_0 info: ignoring emacs-21.3, reason: failed during (2) make
> upgrade 0.3.0_0 info: ignoring gconf-editor-2.4.0,1, reason: performed
> (6) emergancy restore
> upgrade 0.3.0_0 info: ignoring apache-2.0.48, reason: failed during (2)
> make checkForOldDepencies 0.3.0_0 skip: gnomeuserdocs2-2.0.6_1 has a
> dependency scrollkeeper-0.3.12_1,1 that needs to be updated first
> upgrade 0.3.0_0 info: ignoring acroread-5.08, reason: marked FORBIDDEN
> 
> update of ports collection complete with either some errors, ignored
> ports or both

A few suggestions:

If you want to update acroread-5.08 you should do that one manually
because it is FORBIDDEN, there is probably an overide switch, I don't
know what it is.  You can also just comment out the FORBIDDEN line in
acroread-5.08's Makefile.  Note ports are marked FORBIDDEN  because
they have security problems

I'm not sure about cups-pstoraster-7.07 builds but  scrollkeeper-0.3.14_1,1 
builds on my system, try pkg_delete -f scrollkeeper-0.3.12_1,1 then
rerun portmanager -u and hopefully you will be down to just 
cups-pstoraster-7.07 failing. You'll have to figure out its problem on your 
own or contact the maintainer for help.

-Mike


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


Re: Linux computability

2005-10-28 Thread Mark Bucciarelli
On Sun, Oct 23, 2005 at 02:45:42PM +1000, Michael Christie wrote:

> Now Linux programs run in side of the jail.

Thanks for posting what you had success with.

I followed your instructions, but when I try to install the java/jdk14 
port inside the jail, I get the message that I need to mount 
/compat/linux/proc.  

Could it be a difference in the value of security.jail.getfsstatroot?
What is the value of this param on your machine?

Any other ideas?

Details (FreeBSD 5.4):

bash-2.05b# mount | grep linprocfs
linprocfs on /web/jail/myjail/compat/linux/proc (linprocfs, local)
bash-2.05b# jexec 41 /usr/local/bin/bash
bash-2.05b# cd /usr/ports/java/jdk14
bash-2.05b# make install clean
[...]
ERROR: You have to have LINPROCFS mounted before
starting to build of native JDK 1.4.2.

You may do it by following set of commands:

# kldload linprocfs
#
# and
#
# # mount -t linprocfs linprocfs /compat/linux/proc
#
# *** Error code 1
#
# Stop in /usr/ports/java/jdk14.

m

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


Dual dvi on FreeBSD

2005-10-28 Thread Kep Woof
Hi Guys,

I've just bought a pair of TFT screens and wanted to connect them to
my FreeBSD box via their DVI connectors.  I've been searching with
google and the list archives, and it seems that the NVidia stuff
doesn't dual head and that ATI are rather unhelpful with regard to
drivers.  I found the project to write drivers for the x800 series
cards, but they look very less than ready.

I'm currently running on i386, but will be building a big amd64
workstation shortly.  These boards seem to use PCI express, and I was
wondering how well supported is that?  What about SLI?

Is anyone running an amd64 system with dual dvi tft's? Are there any
dual dvi cards supported ? Anyone running with two dvi cards?

Any suggestions would be extremely helpful,

Thanks,


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


Re: portupgrade stale dependencies

2005-10-28 Thread John DeStefano
On 10/27/05, Michael C. Shultz <[EMAIL PROTECTED]> wrote:
> On Thursday 27 October 2005 18:49, Eric F Crist wrote:
> > On Oct 27, 2005, at 8:32 PM, John DeStefano wrote:
> > > On 10/27/05, Andrew P. <[EMAIL PROTECTED]> wrote:
> > >> On 10/27/05, John DeStefano <[EMAIL PROTECTED]> wrote:
> > >>> After clearing out the ports, updating ports (with portsnap) and
> > >>> source, and rebuilding the system and kernel... it seemed the
> > >>> ultimate
> > >>> problem was actually a dependency of the package to apache1.3.
> > >>> After I
> > >>> ran 'pkgdb -F' and "fixed" this dependency to point to apache2.1,
> > >>> but
> > >>> I still had trouble installing ports.
> >
> > At this point, what usually works for me is to:
> >
> > #cd /usr && rm -rf ./ports
> >
> > #mkdir ./ports && cvsup /root/ports-supfile
> >
> > The above will delete your ENTIRE ports tree, provided it's kept in /
> > usr/ports and as long as you use cvsup (and your ports supfile is /
> > root/ports-supfile as mine is).  When a whole bunch of ports stop
> > working, I find this is the easiest thing to do.
> >
> > The other thing I do is run a cron job every week that updates, via
> > cvsup, the ports tree.  About once a year I perform the above, mostly
> > to clean out the crap.  Re-downloading your entire ports tree will be
> > quicker if you don't use the ports-all tag and actually define which
> > port segments you are interested in.  For example, there's no real
> > reason to download all the x11/kde/gnome crap if you're doing this on
> > a headless server that isn't going to serve X.
> >
> > HTH
>
> Replacing /usr/ports won't fix his problems, they reside in /var/db/pkg.
> I may be a bit biased but I reaaly think John D. should try running
> portmanager -u (ports/sysutils/portmanager).  Stale dependencies is a non
> issue for portmanager.
>
> -Mike

Biased indeed. ;)  I tried it, and it did work for some ports, but not
all.  Here's the report output of a second run-through:

status report finished

percentDone-=>16 = 100 - ( 100 * ( QTY_outOfDatePortsDb-=>10 /
TOTAL_outOfDatePortsDb-=>12 ) )
checkForOldDepencies 0.3.0_0 skip: apsfilter-7.2.6 has a dependency
acroread-5.08 that needs to be updated first
upgrade 0.3.0_0 info: ignoring scrollkeeper-0.3.12_1,1, reason: failed
during (2) make
upgrade 0.3.0_0 info: ignoring cups-pstoraster-7.07, reason: failed
during (2) make
checkForOldDepencies 0.3.0_0 skip: eog2-2.2.1 has a dependency
scrollkeeper-0.3.12_1,1 that needs to be updated first
checkForOldDepencies 0.3.0_0 skip: apsfilter-7.2.6 has a dependency
acroread-5.08 that needs to be updated first
upgrade 0.3.0_0 info: ignoring emacs-21.3, reason: failed during (2) make
upgrade 0.3.0_0 info: ignoring gconf-editor-2.4.0,1, reason: performed
(6) emergancy restore
upgrade 0.3.0_0 info: ignoring apache-2.0.48, reason: failed during (2) make
checkForOldDepencies 0.3.0_0 skip: gnomeuserdocs2-2.0.6_1 has a
dependency scrollkeeper-0.3.12_1,1 that needs to be updated first
upgrade 0.3.0_0 info: ignoring acroread-5.08, reason: marked FORBIDDEN

update of ports collection complete with either some errors, ignored
ports or both
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Installing from File System

2005-10-28 Thread Dean Weimer
I have setup FreeBSD 5.4, with a minimal installation from the CDRom, I
would like to be able to change configuration options, such as adding
something from the packages collection on the CDs, or adding more of the
distributions at a later point remotely, using /stand/sysinstall.  I figured
I could copy both cds 1 and 2 into a directory on the machine, and choose
file system from the installation media page.  All works good up to a point.
then I receive a message stating that this is Disc 0 and the packages is on
Disc 1.  How do I make the install section realize that all of the files are
on the file system?
 
Thanks,
 Dean Weimer
 Sr. Network Administrator
 Orscheln Management Company
 Phone: (660) 269-3448
 Fax: (660) 269-3950
 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Sed howto

2005-10-28 Thread Kövesdán Gábor

Hello,

I'm looking for a good sed howto that can be useful for contributing to 
ports collection. Replacing text is I'm especially interested in. 
Besides, could somebody explain me, when we use USE_REINPLACE= YES and 
${REINPLACE_CMD}, and when we use just ${SED}?


Thanks in advance,

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


Re: Sed howto

2005-10-28 Thread Bill Campbell
On Fri, Oct 28, 2005, Kövesdán Gábor wrote:
>Hello,
>
>I'm looking for a good sed howto that can be useful for contributing to 
>ports collection. Replacing text is I'm especially interested in. 
>Besides, could somebody explain me, when we use USE_REINPLACE= YES and 
>${REINPLACE_CMD}, and when we use just ${SED}?

It isn't a HOWTO, but the best sed documentation I've ever read is in the
book ``Unix Text Processing'' by Dougherty and O'Reilly.  I think it's out
of print, but you can download it in PDF format from O'Reilly for free.  It
also has excellent documentation on quite a few other *nix utilities, and
is one of those books that I think should be on every *nix hackers
bookshelf along with Kernighan and Pike's ``Unix Programming Environment''.

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

Foreign aid might be defined as a transfer from poor people in rich
countries to rich people in poor countries -- Douglas Casey
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


IPFW - Counter

2005-10-28 Thread Grant Peel

Hi all,

Is is possible, to make a single rule counter, or, a multiple rule counter 
(maybe that pies to 1 single counter), so one can track inclomming and 
outgoing bandwidth?


I would like to say:

01 count from any to any via 1.2.3.4

or

01 count 1.2.3.4

To have the same effect as:

01 count from any to 1.2.3.4 in via fxp0
02 count from 1.2.3.4 to and out via fxp0

but somehow I don't think they will work :-)

-Grant


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


TORQUE 2.0

2005-10-28 Thread Amber Webb
Hi,

I would like to announce that TORQUE Resource Manager
2.0 was just released, and can be downloaded at
www.clusterresources.com/torque.  

TORQUE, which is built on OpenPBS is one of the most
widely used open source batch schedulers.  TORQUE's
improvements since the last patch include an improved
start up feature for quick startup of downed nodes,
enhanced internal diagnostics, simplified install, and
improved API reporting abilities.

TORQUE is a community project with contributions from
NCSA, OSC, USC, the U.S. Department of Energy, Sandia,
PNNL, University of Buffalo, TeraGrid and many other
leading edge HPC organizations.

We invite you to download and try TORQUE and visit our
user community www.clusterresources.com/torque.  We
welcome feedback and patch submissions.

Thank you,

Amber 




__ 
Start your day with Yahoo! - Make it your home page! 
http://www.yahoo.com/r/hs
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


RE: Sed howto

2005-10-28 Thread Gayn Winters
> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of 
> Bill Campbell
> Sent: Friday, October 28, 2005 8:38 AM
> To: freebsd-questions@freebsd.org
> Subject: Re: Sed howto
> 
> 
> On Fri, Oct 28, 2005, Kövesdán Gábor wrote:
> >Hello,
> >
> >I'm looking for a good sed howto that can be useful for 
> contributing to ports collection. Replacing text is I'm especially
interested in. 
> >Besides, could somebody explain me, when we use 
> USE_REINPLACE= YES and ${REINPLACE_CMD}, and when we use just ${SED}?
> 
> It isn't a HOWTO, but the best sed documentation I've ever 
> read is in the book ``Unix Text Processing'' by Dougherty and
O'Reilly.  I 
> think it's out of print, but you can download it in PDF format from
O'Reilly 
> for free.  It also has excellent documentation on quite a few other
*nix 
> utilities, and is one of those books that I think should be on every
*nix hackers
> bookshelf along with Kernighan and Pike's ``Unix Programming 
> Environment''.
> 
> Bill
> --

I concur.  The 20 pages on sed are probably part of what you want.  It
doesn't answer your "besides..." however.  Perhaps someone else can help
there.  Here's a link to O'Reilly:

 http://www.oreilly.com/openbook/utp/UnixTextProcessing.pdf

-gayn


Bristol Systems Inc.
714/532-6776
www.bristolsystems.com 


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


Aztech modem

2005-10-28 Thread Mohsen Pahlevanzadeh

Dears,
I can use my modem in GNU/Linux (each distro,without problem)
My modem is external & its mark is Aztech.I use dos port.
But i can't use /dev/cuaa0 or plus in FreeBSD.
Please guide ..



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


jobs of network layer in broadcast & PPP networks

2005-10-28 Thread Mohsen Pahlevanzadeh

Dears,I have 2 question :
1.What's job of network layers in broadcast networks?
2.What's job of network layer in PPP networks?
Yours,Mohsen
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Dial-up with RS-232 cable modem

2005-10-28 Thread Mohsen Pahlevanzadeh
Dears,If you can connect to the Internet via ppp,Please mail me /etc/ppp 
directory.

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


dial-up with modem

2005-10-28 Thread Mohsen Pahlevanzadeh

Dears,
I wanna install package.But it is in the web,I need to dial up 
modem.So,Am i do compile kernel for supppurting ppp ?

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


Re: Sed howto

2005-10-28 Thread Dan Nelson
In the last episode (Oct 28), Kvesdn Gbor said:
> I'm looking for a good sed howto that can be useful for contributing
> to ports collection. Replacing text is I'm especially interested in. 
> Besides, could somebody explain me, when we use USE_REINPLACE= YES
> and ${REINPLACE_CMD}, and when we use just ${SED}?

Our sed can only do inplace edits in 4.6 and newer, so on older systems
the textproc/sed_inplace port gets installed and REINPLACE_CMD is set
to that binary.  Use ${REINPLACE_CMD} when you modify a file inplace,
use ${SED} when you convert a "file.in" to a "file".

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


5.4 CD and floppies enter boot loop

2005-10-28 Thread Dave

Hello,
   I've got an older, as of june/july 5.4-release official disk. Whenever i 
try to boot a box with it the system enters a boot loop, creating floppies 
also gives me this behavior. This is on a pair of p3 733 mhz systems.

   I've tried new floppies and downloading the bootonly iso same behavior.
Thanks.
Dave.

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


How to get best results from FreeBSD-questions

2005-10-28 Thread Greg Lehey

How to get the best results from FreeBSD questions.
===

Last update $Date: 2005/08/10 02:21:44 $

This is a regular posting to the FreeBSD questions mailing list.  If
you got it in answer to a message you sent, it means that the sender
thinks that at least one of the following things was wrong with your
message:

- You left out a subject line, or the subject line was not appropriate.
- You formatted it in such a way that it was difficult to read.
- You asked more than one unrelated question in one message.
- You sent out a message with an incorrect date, time or time zone.
- You sent out the same message more than once.
- You sent an 'unsubscribe' message to FreeBSD-questions.

If you have done any of these things, there is a good chance that you
will get more than one copy of this message from different people.
Read on, and your next message will be more successful.

This document is also available on the web at
http://www.lemis.com/questions.html.

=

Contents:

I:Introduction
II:   How to unsubscribe from FreeBSD-questions
III:  Should I ask -questions or -hackers?
IV:   How to submit a question to FreeBSD-questions
V:How to answer a question to FreeBSD-questions

I: Introduction
===

This is a regular posting aimed to help both those seeking advice from
FreeBSD-questions (the "newcomers"), and also those who answer the
questions (the "hackers").

   Note that the term "hacker" has nothing to do with breaking
   into other people's computers.  The correct term for the latter
   activity is "cracker", but the popular press hasn't found out
   yet.  The FreeBSD hackers disapprove strongly of cracking
   security, and have nothing to do with it.

In the past, there has been some friction which stems from the
different viewpoints of the two groups.  The newcomers accused the
hackers of being arrogant, stuck-up, and unhelpful, while the hackers
accused the newcomers of being stupid, unable to read plain English,
and expecting everything to be handed to them on a silver platter.  Of
course, there's an element of truth in both these claims, but for the
most part these viewpoints come from a sense of frustration.

In this document, I'd like to do something to relieve this frustration
and help everybody get better results from FreeBSD-questions.  In the
following section, I recommend how to submit a question; after that,
we'll look at how to answer one.

II:  How to unsubscribe from FreeBSD-questions
==

When you subscribed to FreeBSD-questions, you got a welcome message
from [EMAIL PROTECTED]  In this message, amongst
other things, it told you how to unsubscribe.  Here's a typical
message:

  Welcome to the freebsd-questions@freebsd.org mailing list!

If you ever want to unsubscribe or change your options (eg, switch to
or from digest mode, change your password, etc.), visit your
subscription page at:

  http://lists.freebsd.org/mailman/options/freebsd-questions/[EMAIL PROTECTED]
  
(obviously, substitute your mail address for "[EMAIL PROTECTED]").  You can
also make such adjustments via email by sending a message to:

  [EMAIL PROTECTED]
  
with the word 'help' in the subject or body (don't include the
quotes), and you will get back a message with instructions.

You must know your password to change your options (including
changing the password, itself) or to unsubscribe.
  
Normally, Mailman will remind you of your freebsd.org mailing list
passwords once every month, although you can disable this if you
prefer.  This reminder will also include instructions on how to
unsubscribe or change your account options.  There is also a button on
your options page that will email your current password to you.

  Here's the general information for the list you've
  subscribed to, in case you don't already have it:

  FREEBSD-QUESTIONS   User questions
  This is the mailing list for questions about FreeBSD.  You should not
  send "how to" questions to the technical lists unless you consider the
  question to be pretty technical.

Normally, unsubscribing is even simpler than the message suggests: you
don't need to specify your mail ID unless it is different from the one
which you specified when you subscribed.

If Majordomo replies and tells you (incorrectly) that you're not on
the list, this may mean one of two things:

  1.  You have changed your mail ID since you subscribed.  That's where
  keeping the original message from majordomo comes in handy.  For
  example, the sample message above shows my mail ID as
  [EMAIL PROTECTED]  Since then, I have changed it to
  [EMAIL PROTECTED]  If I were to try to remove [EMAIL PROTECTED] from
  the list, it would fail: I would have to specify the name with
  which I joined.

  2.  You're subscribed to a mailing list which is subscribed to
  Fr

"The Complete FreeBSD": errata and addenda

2005-10-28 Thread Greg Lehey
The trouble with books is that you can't update them the way you can a web page
or any other online documentation.  The result is that most leading edge
computer books are out of date almost before they are printed.  Unfortunately,
The Complete FreeBSD, published by O'Reilly, is no exception.  Inevitably, a
number of bugs and changes have surfaced.

"The Complete FreeBSD" has been through a total of five editions, including its
predecessor "Installing and Running FreeBSD".  Two of these have been reprinted
with corrections.  I maintain a series of errata pages.  Start at
http://www.lemis.com/errata-4.html to find out how to get the errata
information.

Have you found a problem with the book, or maybe something confusing?  Please
let me know: I'm constantly updating it.

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


FreeBSD doesn't recognize my hard drive

2005-10-28 Thread Tim Goodaire

Hello everyone,

I'm having an odd problem. I have an old P2 box with two harddrives. 
Both of them are detected fine in the BIOS, and they are both listed at 
boot up, when it lists the BIOS drives. After that, there is no mention 
of the second drive in the boot messages, and there isn't a device 
listed for it in /dev.


I don't know what's going on. Both drives worked find under Linux, and 
it seems like FreeBSD sort of knows about this drive. Any ideas on what 
I can do to track down the problem?


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


Re: IPFW - Counter

2005-10-28 Thread Andrew P.
On 10/28/05, Grant Peel <[EMAIL PROTECTED]> wrote:
> Hi all,
>
> Is is possible, to make a single rule counter, or, a multiple rule counter
> (maybe that pies to 1 single counter), so one can track inclomming and
> outgoing bandwidth?
>
> I would like to say:
>
> 01 count from any to any via 1.2.3.4
>
> or
>
> 01 count 1.2.3.4
>
> To have the same effect as:
>
> 01 count from any to 1.2.3.4 in via fxp0
> 02 count from 1.2.3.4 to and out via fxp0
>
> but somehow I don't think they will work :-)
>
> -Grant
>
>
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
>

You can try using pipes for some kind of
consolidation (they are not meant for it,
of course).

You can also use skips like this:

skipto 1000 
skipto 1000 
...
skipto 1500 ip from any to any

And have rule number 1001 that counts all
the types you have defined.

Or you can try telling us precisely what you
want, we might come up with some rules.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: FreeBSD doesn't recognize my hard drive

2005-10-28 Thread Tim Goodaire

They're IDE drives. The first drive is detected as this:

ad0: 38166MB  at ata0-master UDMA33

Tim

Derrick MacPherson wrote:


ide? scsi? what type of card or controller are the plugged into?

On Fri, 2005-10-28 at 13:06 -0400, Tim Goodaire wrote:
 


Hello everyone,

I'm having an odd problem. I have an old P2 box with two harddrives. 
Both of them are detected fine in the BIOS, and they are both listed at 
boot up, when it lists the BIOS drives. After that, there is no mention 
of the second drive in the boot messages, and there isn't a device 
listed for it in /dev.


I don't know what's going on. Both drives worked find under Linux, and 
it seems like FreeBSD sort of knows about this drive. Any ideas on what 
I can do to track down the problem?


Thanks,
Tim
___
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]"


Wireless Adapter (PCI) for FBSD 4.11

2005-10-28 Thread Jason Morgan
Could someone point me to a wireless adapter that functions with FBSD 
4.11?  I was hoping to get a 802.11g capable card, but it doesn't appear 
that the ath(4) driver is available to 4.11 and wi(4) seems to only 
mention 802.11a cards. The list in wi(4) also seems somewhat out of 
date. Is it even possible to use 802.11g cards with 4.11?  I don't have 
the option of moving the system to 5.x or 6.x.

Thanks for your time,

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


Re: ext2fs and NFS

2005-10-28 Thread Bob Hepple
On Thu, 27 Oct 2005 11:39:03 +1000
Bob Hepple <[EMAIL PROTECTED]> wrote:

> I need to export an ext2fs file system mounted at /mnt/guest - it's a
> removable IDE disc that I carry to & from my linux system at work...
> 
> "mount" shows:
> 
> /dev/ad2s1 on /mnt/guest (ext2fs, local)
> 
> So, I put an entry into /etc/exports:
> 
> /mnt/guest -alldirs -network 192.168.254.0 -mask 255.255.255.0
> 
> and then:
> 
> kill -s HUP `cat /var/run/mountd.pid`
> 
> "showmount localhost" shows nothing and in /var/log/messages I have:
> 
> Oct 27 11:36:01 raita kernel: ext2fs doesn't support the old mount syscall
> Oct 27 11:36:01 raita mountd[417]: can't export /mnt/guest
> Oct 27 11:36:01 raita mountd[417]: bad exports list line /mnt/guest -network 
> 192.168.254.0 -mask 255.255.255.0
> 
> ... so there's really no way to NFS export an ext2fs file system???

Hmmm - looks like no-one has good news for me on this front so I'll try a
different approach:

Can anyone suggest a UNIX filesystem for a removable IDE disc that can be
used on linux and freebsd and that can be exported by NFS?


Thanks

Bob


-- 
Bob Hepple
mailto:[EMAIL PROTECTED] http://bhepple.freeshell.org
Public Key: http://bhepple.freeshell.org/public_keys.txt


pgpuZ4cTqOHeL.pgp
Description: PGP signature


Re: Linux computability

2005-10-28 Thread Mark Bucciarelli
On Fri, Oct 28, 2005 at 10:32:24AM -0400, Mark Bucciarelli wrote:
> On Sun, Oct 23, 2005 at 02:45:42PM +1000, Michael Christie wrote:
> 
> > Now Linux programs run in side of the jail.
> 
> Thanks for posting what you had success with.
> 
> I followed your instructions, but when I try to install the java/jdk14 
> port inside the jail, I get the message that I need to mount 
> /compat/linux/proc.  
> 
> Could it be a difference in the value of security.jail.getfsstatroot?
> What is the value of this param on your machine?

Just for the record, I shut off this restriction and the port started 
compiling inside the jail.  :)

I'd like to turn it back on once jdk builds--can anybody tell me if 
java/jdk14 requires linprocfs?  (I would guess not ...)

m

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


Re: Necessary code or trash?

2005-10-28 Thread Peter Schuller
> Why most of bin (sbin) utilities are so big.
> 
> For example,
> 
>  rm   - 410 268 bytes,
>  mv   - 407 568 bytes,
>  date - 423 748 bytes.
> 
> Do they really contain only necessary code or
> have more than a half of trash?

Presumable they are statically linked; I believe 5.0 falls before the
switch to a dynamically linked /bin by default.

(See eg http://kerneltrap.org/node/1628)

-- 
/ Peter Schuller, InfiDyne Technologies HB

PGP userID: 0xE9758B7D or 'Peter Schuller <[EMAIL PROTECTED]>'
Key retrieval: Send an E-Mail to [EMAIL PROTECTED]
E-Mail: [EMAIL PROTECTED] Web: http://www.scode.org

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


Re: portupgrade stale dependencies

2005-10-28 Thread John DeStefano
On 10/28/05, Michael C. Shultz <[EMAIL PROTECTED]> wrote:
> On Friday 28 October 2005 05:53, John DeStefano wrote:
> > On 10/27/05, Michael C. Shultz <[EMAIL PROTECTED]> wrote:
> > > On Thursday 27 October 2005 18:49, Eric F Crist wrote:
> > > > On Oct 27, 2005, at 8:32 PM, John DeStefano wrote:
> > > > > On 10/27/05, Andrew P. <[EMAIL PROTECTED]> wrote:
> > > > >> On 10/27/05, John DeStefano <[EMAIL PROTECTED]> wrote:
> > > > >>> After clearing out the ports, updating ports (with portsnap) and
> > > > >>> source, and rebuilding the system and kernel... it seemed the
> > > > >>> ultimate
> > > > >>> problem was actually a dependency of the package to apache1.3.
> > > > >>> After I
> > > > >>> ran 'pkgdb -F' and "fixed" this dependency to point to apache2.1,
> > > > >>> but
> > > > >>> I still had trouble installing ports.
> > > >
> > > > At this point, what usually works for me is to:
> > > >
> > > > #cd /usr && rm -rf ./ports
> > > >
> > > > #mkdir ./ports && cvsup /root/ports-supfile
> > > >
> > > > The above will delete your ENTIRE ports tree, provided it's kept in /
> > > > usr/ports and as long as you use cvsup (and your ports supfile is /
> > > > root/ports-supfile as mine is).  When a whole bunch of ports stop
> > > > working, I find this is the easiest thing to do.
> > > >
> > > > The other thing I do is run a cron job every week that updates, via
> > > > cvsup, the ports tree.  About once a year I perform the above, mostly
> > > > to clean out the crap.  Re-downloading your entire ports tree will be
> > > > quicker if you don't use the ports-all tag and actually define which
> > > > port segments you are interested in.  For example, there's no real
> > > > reason to download all the x11/kde/gnome crap if you're doing this on
> > > > a headless server that isn't going to serve X.
> > > >
> > > > HTH
> > >
> > > Replacing /usr/ports won't fix his problems, they reside in /var/db/pkg.
> > > I may be a bit biased but I reaaly think John D. should try running
> > > portmanager -u (ports/sysutils/portmanager).  Stale dependencies is a non
> > > issue for portmanager.
> > >
> > > -Mike
> >
> > Biased indeed. ;)  I tried it, and it did work for some ports, but not
> > all.  Here's the report output of a second run-through:
> >
> > status report finished
> > 
> > percentDone-=>16 = 100 - ( 100 * ( QTY_outOfDatePortsDb-=>10 /
> > TOTAL_outOfDatePortsDb-=>12 ) )
> > checkForOldDepencies 0.3.0_0 skip: apsfilter-7.2.6 has a dependency
> > acroread-5.08 that needs to be updated first
> > upgrade 0.3.0_0 info: ignoring scrollkeeper-0.3.12_1,1, reason: failed
> > during (2) make
> > upgrade 0.3.0_0 info: ignoring cups-pstoraster-7.07, reason: failed
> > during (2) make
> > checkForOldDepencies 0.3.0_0 skip: eog2-2.2.1 has a dependency
> > scrollkeeper-0.3.12_1,1 that needs to be updated first
> > checkForOldDepencies 0.3.0_0 skip: apsfilter-7.2.6 has a dependency
> > acroread-5.08 that needs to be updated first
> > upgrade 0.3.0_0 info: ignoring emacs-21.3, reason: failed during (2) make
> > upgrade 0.3.0_0 info: ignoring gconf-editor-2.4.0,1, reason: performed
> > (6) emergancy restore
> > upgrade 0.3.0_0 info: ignoring apache-2.0.48, reason: failed during (2)
> > make checkForOldDepencies 0.3.0_0 skip: gnomeuserdocs2-2.0.6_1 has a
> > dependency scrollkeeper-0.3.12_1,1 that needs to be updated first
> > upgrade 0.3.0_0 info: ignoring acroread-5.08, reason: marked FORBIDDEN
> > 
> > update of ports collection complete with either some errors, ignored
> > ports or both
>
> A few suggestions:
>
> If you want to update acroread-5.08 you should do that one manually
> because it is FORBIDDEN, there is probably an overide switch, I don't
> know what it is.  You can also just comment out the FORBIDDEN line in
> acroread-5.08's Makefile.  Note ports are marked FORBIDDEN  because
> they have security problems
>
> I'm not sure about cups-pstoraster-7.07 builds but  scrollkeeper-0.3.14_1,1
> builds on my system, try pkg_delete -f scrollkeeper-0.3.12_1,1 then
> rerun portmanager -u and hopefully you will be down to just
> cups-pstoraster-7.07 failing. You'll have to figure out its problem on your
> own or contact the maintainer for help.
>
> -Mike

After tons of manual deinstalling, upgrading, tinkering, etc. (I
wanted to script everything I did, but at this point the audit trail
would have been about a GB in size), I am down to a single outdated
port:

status report finished

percentDone-=>0 = 100 - ( 100 * ( QTY_outOfDatePortsDb-=>1 /
TOTAL_outOfDatePortsDb-=>1 ) )
upgrade 0.3.0_0 info: ignoring apache-2.0.48, reason: failed during (2) make

update of ports collection complete with either some errors, ignored
ports or both


Unfortunat

Re: portupgrade stale dependencies

2005-10-28 Thread Eric F Crist

status report finished
== 
==

percentDone-=>0 = 100 - ( 100 * ( QTY_outOfDatePortsDb-=>1 /
TOTAL_outOfDatePortsDb-=>1 ) )
upgrade 0.3.0_0 info: ignoring apache-2.0.48, reason: failed during  
(2) make
-- 
--

update of ports collection complete with either some errors, ignored
ports or both


Unfortunately, this is the most crucial of all, and ironically the one
about which I've been asking since the beginning.  As I mentioned
earlier, upgrading this port bails consistently with a C callout to
PEM_F_DEF_CALLBACK.  I'd really like to get this port updated, not
only to finally complete this insane goose chase of updating, but
because I know that apache-2.0.48 is chock full of vulerabilities.






cd /usr/ports/www/apache20 && make deinstall && make clean && make  
reinstall


See what happens.


-
Eric F Crist
Secure Computing Networks
http://www.secure-computing.net



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


Fwd: Re: portupgrade stale dependencies

2005-10-28 Thread Michael C. Shultz


--  Forwarded Message  --

Subject: Re: portupgrade stale dependencies
Date: Friday 28 October 2005 15:02
From: "Michael C. Shultz" <[EMAIL PROTECTED]>
To: John DeStefano <[EMAIL PROTECTED]>

On Friday 28 October 2005 13:29, John DeStefano wrote:
> On 10/28/05, Michael C. Shultz <[EMAIL PROTECTED]> wrote:
> > On Friday 28 October 2005 05:53, John DeStefano wrote:
> > > On 10/27/05, Michael C. Shultz <[EMAIL PROTECTED]> wrote:
> > > > On Thursday 27 October 2005 18:49, Eric F Crist wrote:
> > > > > On Oct 27, 2005, at 8:32 PM, John DeStefano wrote:
> > > > > > On 10/27/05, Andrew P. <[EMAIL PROTECTED]> wrote:
> > > > > >> On 10/27/05, John DeStefano <[EMAIL PROTECTED]> wrote:
> > > > > >>> After clearing out the ports, updating ports (with portsnap)
> > > > > >>> and source, and rebuilding the system and kernel... it seemed
> > > > > >>> the ultimate
> > > > > >>> problem was actually a dependency of the package to apache1.3.
> > > > > >>> After I
> > > > > >>> ran 'pkgdb -F' and "fixed" this dependency to point to
> > > > > >>> apache2.1, but
> > > > > >>> I still had trouble installing ports.
> > > > >
> > > > > At this point, what usually works for me is to:
> > > > >
> > > > > #cd /usr && rm -rf ./ports
> > > > >
> > > > > #mkdir ./ports && cvsup /root/ports-supfile
> > > > >
> > > > > The above will delete your ENTIRE ports tree, provided it's kept in
> > > > > / usr/ports and as long as you use cvsup (and your ports supfile is
> > > > > / root/ports-supfile as mine is).  When a whole bunch of ports stop
> > > > > working, I find this is the easiest thing to do.
> > > > >
> > > > > The other thing I do is run a cron job every week that updates, via
> > > > > cvsup, the ports tree.  About once a year I perform the above,
> > > > > mostly to clean out the crap.  Re-downloading your entire ports
> > > > > tree will be quicker if you don't use the ports-all tag and
> > > > > actually define which port segments you are interested in.  For
> > > > > example, there's no real reason to download all the x11/kde/gnome
> > > > > crap if you're doing this on a headless server that isn't going to
> > > > > serve X.
> > > > >
> > > > > HTH
> > > >
> > > > Replacing /usr/ports won't fix his problems, they reside in
> > > > /var/db/pkg. I may be a bit biased but I reaaly think John D. should
> > > > try running portmanager -u (ports/sysutils/portmanager).  Stale
> > > > dependencies is a non issue for portmanager.
> > > >
> > > > -Mike
> > >
> > > Biased indeed. ;)  I tried it, and it did work for some ports, but not
> > > all.  Here's the report output of a second run-through:
> > >
> > > status report finished
> > > ===
> > >= percentDone-=>16 = 100 - ( 100 * ( QTY_outOfDatePortsDb-=>10 /
> > > TOTAL_outOfDatePortsDb-=>12 ) )
> > > checkForOldDepencies 0.3.0_0 skip: apsfilter-7.2.6 has a dependency
> > > acroread-5.08 that needs to be updated first
> > > upgrade 0.3.0_0 info: ignoring scrollkeeper-0.3.12_1,1, reason: failed
> > > during (2) make
> > > upgrade 0.3.0_0 info: ignoring cups-pstoraster-7.07, reason: failed
> > > during (2) make
> > > checkForOldDepencies 0.3.0_0 skip: eog2-2.2.1 has a dependency
> > > scrollkeeper-0.3.12_1,1 that needs to be updated first
> > > checkForOldDepencies 0.3.0_0 skip: apsfilter-7.2.6 has a dependency
> > > acroread-5.08 that needs to be updated first
> > > upgrade 0.3.0_0 info: ignoring emacs-21.3, reason: failed during (2)
> > > make upgrade 0.3.0_0 info: ignoring gconf-editor-2.4.0,1, reason:
> > > performed (6) emergancy restore
> > > upgrade 0.3.0_0 info: ignoring apache-2.0.48, reason: failed during (2)
> > > make checkForOldDepencies 0.3.0_0 skip: gnomeuserdocs2-2.0.6_1 has a
> > > dependency scrollkeeper-0.3.12_1,1 that needs to be updated first
> > > upgrade 0.3.0_0 info: ignoring acroread-5.08, reason: marked FORBIDDEN
> > > ---
> > >- update of ports collection complete with either some errors, ignored
> > > ports or both
> >
> > A few suggestions:
> >
> > If you want to update acroread-5.08 you should do that one manually
> > because it is FORBIDDEN, there is probably an overide switch, I don't
> > know what it is.  You can also just comment out the FORBIDDEN line in
> > acroread-5.08's Makefile.  Note ports are marked FORBIDDEN  because
> > they have security problems
> >
> > I'm not sure about cups-pstoraster-7.07 builds but
> > scrollkeeper-0.3.14_1,1 builds on my system, try pkg_delete -f
> > scrollkeeper-0.3.12_1,1 then rerun portmanager -u and hopefully you will
> > be down to just
> > cups-pstoraster-7.07 failing. You'll have to figure out its problem on
> > your own or contact the maintainer for help.
> >
> > -Mike
>
> After tons of manual deinstalling, upgrading, tinkering, etc. (I
> wanted to script everything I did, but at this point the audit trail
> would have been about a GB in size), I am down to

Re: Apache::DBI Problems

2005-10-28 Thread Philip M. Gollucci

Cody Holland wrote:

I'm having some major issues with perl site I'm trying to get working.
I'm running FreeBSD 5.4 stable using Apache 2.0.55 and perl 5.8.7.  The
error I'm getting is:
Can't locate object method "connect_on_init" via package "Apache::DBI"
(perhaps you forgot to load "Apache::DBI"?)

Make sure you use version 0.9901 in my CPAN dir.


--
END

What doesn't kill us can only make us stronger.
Nothing is impossible.

Philip M. Gollucci ([EMAIL PROTECTED]) 301.254.5198
Consultant / http://p6m7g8.net/Resume/
Senior Developer / Liquidity Services, Inc.
  http://www.liquidityservicesinc.com
   http://www.liquidation.com
   http://www.uksurplus.com
   http://www.govliquidation.com
   http://www.gowholesale.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


FreeBSD 4.11 + imap-uw = PAM problems

2005-10-28 Thread patrick
I'm getting the following errors with imap-uw on FreeBSD 4.11 when I
connect to the POP3 or IMAP server:

Oct 28 15:57:56 bubs imapd[16913]: unable to resolve symbol: pam_sm_open_session
Oct 28 15:57:56 bubs imapd[16913]: unable to resolve symbol:
pam_sm_close_session

I installed imap-uw from the ports collection, and my pam.conf has:

imapauthrequiredpam_unix.so
imapaccount requiredpam_unix.so
imapsession requiredpam_unix.so
pop3authrequiredpam_unix.so
pop3account requiredpam_unix.so
pop3session requiredpam_unix.so

I don't know a lot about PAM, so I'm not even sure where to start to
fix this. I have a similar setup going on a FreeBSD 4.62 machine, and
it works fine.

Any help would be greatly appreciated.

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


Re: FreeBSD 4.11 + imap-uw = PAM problems

2005-10-28 Thread Gary Hayers
On my 4.11-STABLE box I dont get this in my logs, I have enclosed my 
pam.cof for your consideration.


# Mail services
imapauthrequiredpam_unix.so try_first_pass
pop3authrequiredpam_unix.so try_first_pass
#imapauthrequiredpam_unix.so
#imapaccount requiredpam_unix.so
#imapsession requiredpam_unix.so
#pop3authrequiredpam_unix.so
#pop3account requiredpam_unix.so
#pop3session requiredpam_unix.so

patrick wrote:

I'm getting the following errors with imap-uw on FreeBSD 4.11 when I
connect to the POP3 or IMAP server:

Oct 28 15:57:56 bubs imapd[16913]: unable to resolve symbol: pam_sm_open_session
Oct 28 15:57:56 bubs imapd[16913]: unable to resolve symbol:
pam_sm_close_session

I installed imap-uw from the ports collection, and my pam.conf has:

imapauthrequiredpam_unix.so
imapaccount requiredpam_unix.so
imapsession requiredpam_unix.so
pop3authrequiredpam_unix.so
pop3account requiredpam_unix.so
pop3session requiredpam_unix.so

I don't know a lot about PAM, so I'm not even sure where to start to
fix this. I have a similar setup going on a FreeBSD 4.62 machine, and
it works fine.

Any help would be greatly appreciated.

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


HP 1315

2005-10-28 Thread Slavik

Hi!
Help me please.I have HP 1315 All-in-one.How can I set it in FreeBSD(6.0RC).
Thank you!
Vyacheslav Rynkevich.

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


Removing kernel options and devices in today's world

2005-10-28 Thread Doug Poland
Hello,

I've been using FreeBSD since 2.1.5 and have dutifully tweaked my
kernels to include devices I need, and remove unwanted things.  This
made a big difference on 486's with 16MB of memory.  

Over the years I've developed a procedure for keeping track of changes
in GENERIC and reducing the amount of time it takes to build a custom
kernel for a given box.  

Fast-forward to 2005, PCI, SMP, gigabytes of RAM, kernel loadable
modules and FreeBSD 6.x.  As I begin preparing some boxes for updating
to 6, I'm wondering if it's really worth the effort to tweak a kernel?
And by this I mean removing devices and options.  It's trivial to have
an include for the devices/options I need to add to every kernel.  But
the list of things to take out keeps getting bigger and bigger and the
chance for errors in editing increase.

I'm thinking of just running GENERIC with necessary additions.  Most of
my boxes are workstations or department-sized servers supporting basic
web, email, and file/print services.   Architecture is all 32-bit Intel
ranging from modest PIII to 4-way Xeon P4.

I can come up with several arguments for both cases (running GENERIC vs.
trimming all unneeded "fat" from a kernel).  Has anyone else wrestled with
this issue and come up with interesting conclusions?

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


Re: FreeBSD doesn't recognize my hard drive

2005-10-28 Thread Lowell Gilbert
Tim Goodaire <[EMAIL PROTECTED]> writes:

> They're IDE drives. The first drive is detected as this:
> 
>  ad0: 38166MB  at ata0-master UDMA33
> 
> Tim
> 
> Derrick MacPherson wrote:
> 
> >ide? scsi? what type of card or controller are the plugged into?
> >
> >On Fri, 2005-10-28 at 13:06 -0400, Tim Goodaire wrote:
> >
> >>Hello everyone,
> >>
> >> I'm having an odd problem. I have an old P2 box with two
> >> harddrives. Both of them are detected fine in the BIOS, and they
> >> are both listed at boot up, when it lists the BIOS drives. After
> >> that, there is no mention of the second drive in the boot messages,
> >> and there isn't a device listed for it in /dev.
> >>
> >> I don't know what's going on. Both drives worked find under Linux,
> >> and it seems like FreeBSD sort of knows about this drive. Any ideas
> >> on what I can do to track down the problem?

Just the obvious kind of tracking things down:
Is the controller detected for the drive that isn't detected?
Is anything else on that controller?
If not, is the disk in the master slot on that bus?

And all the normal stuff that was posted just before your original
question: http://www.lemis.com/questions.html.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: portupgrade stale dependencies

2005-10-28 Thread John DeStefano
On 10/28/05, Eric F Crist <[EMAIL PROTECTED]> wrote:
> > status report finished
> > ==
> > ==
> > percentDone-=>0 = 100 - ( 100 * ( QTY_outOfDatePortsDb-=>1 /
> > TOTAL_outOfDatePortsDb-=>1 ) )
> > upgrade 0.3.0_0 info: ignoring apache-2.0.48, reason: failed during
> > (2) make
> > --
> > --
> > update of ports collection complete with either some errors, ignored
> > ports or both
> >
> >
> > Unfortunately, this is the most crucial of all, and ironically the one
> > about which I've been asking since the beginning.  As I mentioned
> > earlier, upgrading this port bails consistently with a C callout to
> > PEM_F_DEF_CALLBACK.  I'd really like to get this port updated, not
> > only to finally complete this insane goose chase of updating, but
> > because I know that apache-2.0.48 is chock full of vulerabilities.
> >
> >
> >
>
>
> cd /usr/ports/www/apache20 && make deinstall && make clean && make
> reinstall
>
> See what happens.
>

Talk about strange:

# cd /usr/ports/www/apache20/
# make deinstall
===>  Deinstalling for www/apache20
===>   apache not installed, skipping

# make -V PKGNAME
apache-2.0.55

# pkg_info | grep apache
apache-2.0.48   Version 2 of the extremely popular Apache http server

# apachectl -v
Server version: Apache/2.0.48
Server built:   Nov 19 2003 22:44:21
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


ports manager vs. portupgrade

2005-10-28 Thread Elliot Finley
pros and cons anyone?

I've always used portupgrade and it works pretty well, but I'm curious as to
how ports manager compares.

Elliot

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


Re: FreeBSD 4.11 + imap-uw = PAM problems

2005-10-28 Thread patrick
Thanks, that did the trick. I wonder why the installation instructions
on the port said to add all of those other lines?

Patrick

On 10/28/05, Gary Hayers <[EMAIL PROTECTED]> wrote:
> On my 4.11-STABLE box I dont get this in my logs, I have enclosed my
> pam.cof for your consideration.
>
> # Mail services
> imapauthrequiredpam_unix.so try_first_pass
> pop3authrequiredpam_unix.so try_first_pass
> #imapauthrequiredpam_unix.so
> #imapaccount requiredpam_unix.so
> #imapsession requiredpam_unix.so
> #pop3authrequiredpam_unix.so
> #pop3account requiredpam_unix.so
> #pop3session requiredpam_unix.so
>
> patrick wrote:
> > I'm getting the following errors with imap-uw on FreeBSD 4.11 when I
> > connect to the POP3 or IMAP server:
> >
> > Oct 28 15:57:56 bubs imapd[16913]: unable to resolve symbol: 
> > pam_sm_open_session
> > Oct 28 15:57:56 bubs imapd[16913]: unable to resolve symbol:
> > pam_sm_close_session
> >
> > I installed imap-uw from the ports collection, and my pam.conf has:
> >
> > imapauthrequiredpam_unix.so
> > imapaccount requiredpam_unix.so
> > imapsession requiredpam_unix.so
> > pop3authrequiredpam_unix.so
> > pop3account requiredpam_unix.so
> > pop3session requiredpam_unix.so
> >
> > I don't know a lot about PAM, so I'm not even sure where to start to
> > fix this. I have a similar setup going on a FreeBSD 4.62 machine, and
> > it works fine.
> >
> > Any help would be greatly appreciated.
> >
> > Patrick
> > ___
> > 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: portupgrade stale dependencies

2005-10-28 Thread Michael C. Shultz
On Friday 28 October 2005 17:31, John DeStefano wrote:
> On 10/28/05, Eric F Crist <[EMAIL PROTECTED]> wrote:
> > > status report finished
> > > ==
> > > ==
> > > percentDone-=>0 = 100 - ( 100 * ( QTY_outOfDatePortsDb-=>1 /
> > > TOTAL_outOfDatePortsDb-=>1 ) )
> > > upgrade 0.3.0_0 info: ignoring apache-2.0.48, reason: failed during
> > > (2) make
> > > --
> > > --
> > > update of ports collection complete with either some errors, ignored
> > > ports or both
> > >
> > >
> > > Unfortunately, this is the most crucial of all, and ironically the one
> > > about which I've been asking since the beginning.  As I mentioned
> > > earlier, upgrading this port bails consistently with a C callout to
> > > PEM_F_DEF_CALLBACK.  I'd really like to get this port updated, not
> > > only to finally complete this insane goose chase of updating, but
> > > because I know that apache-2.0.48 is chock full of vulerabilities.
> >
> > cd /usr/ports/www/apache20 && make deinstall && make clean && make
> > reinstall
> >
> > See what happens.
>
> Talk about strange:
>
> # cd /usr/ports/www/apache20/
> # make deinstall
> ===>  Deinstalling for www/apache20
> ===>   apache not installed, skipping
>
> # make -V PKGNAME
> apache-2.0.55
>
> # pkg_info | grep apache
> apache-2.0.48   Version 2 of the extremely popular Apache http server
>
> # apachectl -v
> Server version: Apache/2.0.48
> Server built:   Nov 19 2003 22:44:21
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "[EMAIL PROTECTED]"

Try
ls /var/db/pkg/a*
any apache versions in there?

-Mike



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


Re: Aztech modem

2005-10-28 Thread Greg 'groggy' Lehey
On Tuesday, 15 November 2005 at  6:37:40 +0330, Mohsen Pahlevanzadeh wrote:
> Dears,
> I can use my modem in GNU/Linux (each distro,without problem)
> My modem is external & its mark is Aztech.I use dos port.
> But i can't use /dev/cuaa0 or plus in FreeBSD.
> Please guide ..

http://www.lemis.com/questions.html

Greg
--
When replying to this message, please copy the original recipients.
If you don't, I may ignore the reply or reply to the original recipients.
For more information, see http://www.lemis.com/questions.html
See complete headers for address and phone numbers.


pgpeOKOBnePSJ.pgp
Description: PGP signature


Re: FreeBSD 4.11 + imap-uw = PAM problems

2005-10-28 Thread Gary Hayers

Glad I could be of service.

patrick wrote:

Thanks, that did the trick. I wonder why the installation instructions
on the port said to add all of those other lines?

Patrick

On 10/28/05, Gary Hayers <[EMAIL PROTECTED]> wrote:


On my 4.11-STABLE box I dont get this in my logs, I have enclosed my
pam.cof for your consideration.

# Mail services
imapauthrequiredpam_unix.so try_first_pass
pop3authrequiredpam_unix.so try_first_pass
#imapauthrequiredpam_unix.so
#imapaccount requiredpam_unix.so
#imapsession requiredpam_unix.so
#pop3authrequiredpam_unix.so
#pop3account requiredpam_unix.so
#pop3session requiredpam_unix.so

patrick wrote:


I'm getting the following errors with imap-uw on FreeBSD 4.11 when I
connect to the POP3 or IMAP server:

Oct 28 15:57:56 bubs imapd[16913]: unable to resolve symbol: pam_sm_open_session
Oct 28 15:57:56 bubs imapd[16913]: unable to resolve symbol:
pam_sm_close_session

I installed imap-uw from the ports collection, and my pam.conf has:

imapauthrequiredpam_unix.so
imapaccount requiredpam_unix.so
imapsession requiredpam_unix.so
pop3authrequiredpam_unix.so
pop3account requiredpam_unix.so
pop3session requiredpam_unix.so

I don't know a lot about PAM, so I'm not even sure where to start to
fix this. I have a similar setup going on a FreeBSD 4.62 machine, and
it works fine.

Any help would be greatly appreciated.

Patrick
___
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: OpenAFS for FreeBSD...

2005-10-28 Thread Francisco Reyes

Jack T wrote:


On 10/23/05, Jack T <[EMAIL PROTECTED]> wrote:
 


It's broken only for the reason that it overwrites files from
security/heimdal. Otherwise, I believe it works just fine on FreeBSD 5.4.

   



Is this something that needs to be fixed in the port?

How stable is it? How about performance?
I have been looking into AFS and Arla sounds interesting.

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


Re: Backing up postgresql data

2005-10-28 Thread Francisco Reyes

Pat Maddox wrote:


I've got postgresql 8 running on my system, and want to do nightly
backups of the database.



I recommend
1- Nightly dumpall
2- More frequent backup of databases that change often.

You can setup a script like:
#!/bin/sh
PGUSER=
PGPASSWORD=
export PGUSER
export PGPASSWORD
/usr/local/bin/pg_dumpall |/usr/bin/bzip2 -c > 

Of course you can change it to a "sh" script. :-)

For the single DB ones you can use
#!/bin/sh
PGUSER=
PGPASSWORD=
export PGUSER
export PGPASSWORD

cd 
echo Dumping database to BACKUP directory
pg_dump   > db.sql
echo Making tar file
tar -cyvf `date "+%Y%m%d"`-db.tbz db.sql


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


Re: portupgrade stale dependencies

2005-10-28 Thread Michael C. Shultz
On Friday 28 October 2005 19:51, John DeStefano wrote:
> On 10/28/05, Michael C. Shultz <[EMAIL PROTECTED]> wrote:
> > On Friday 28 October 2005 17:31, John DeStefano wrote:
> > > On 10/28/05, Eric F Crist <[EMAIL PROTECTED]> wrote:
> > > > > status report finished
> > > > > ===
> > > > >=== ==
> > > > > percentDone-=>0 = 100 - ( 100 * ( QTY_outOfDatePortsDb-=>1 /
> > > > > TOTAL_outOfDatePortsDb-=>1 ) )
> > > > > upgrade 0.3.0_0 info: ignoring apache-2.0.48, reason: failed during
> > > > > (2) make
> > > > > ---
> > > > >--- --
> > > > > update of ports collection complete with either some errors,
> > > > > ignored ports or both
> > > > >
> > > > >
> > > > > Unfortunately, this is the most crucial of all, and ironically the
> > > > > one about which I've been asking since the beginning.  As I
> > > > > mentioned earlier, upgrading this port bails consistently with a C
> > > > > callout to PEM_F_DEF_CALLBACK.  I'd really like to get this port
> > > > > updated, not only to finally complete this insane goose chase of
> > > > > updating, but because I know that apache-2.0.48 is chock full of
> > > > > vulerabilities.
> > > >
> > > > cd /usr/ports/www/apache20 && make deinstall && make clean && make
> > > > reinstall
> > > >
> > > > See what happens.
> > >
> > > Talk about strange:
> > >
> > > # cd /usr/ports/www/apache20/
> > > # make deinstall
> > > ===>  Deinstalling for www/apache20
> > > ===>   apache not installed, skipping
> > >
> > > # make -V PKGNAME
> > > apache-2.0.55
> > >
> > > # pkg_info | grep apache
> > > apache-2.0.48   Version 2 of the extremely popular Apache http
> > > server
> > >
> > > # apachectl -v
> > > Server version: Apache/2.0.48
> > > Server built:   Nov 19 2003 22:44:21
> > > ___
> > > freebsd-questions@freebsd.org mailing list
> > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> > > To unsubscribe, send any mail to
> > > "[EMAIL PROTECTED]"
> >
> > Try
> > ls /var/db/pkg/a*
> > any apache versions in there?
> >
> > -Mike
>
> Yep: it was 2.0.48
>
> I ended up deinstalling that apache installation (which I was not keen
> on doing), and installing the apache20 port (which was the same
> version (2.0.55) as the apache2 port ), and, thankfully, it's
> working fine.  I'm also now able to run both 'pkgdb -F'and 'portsdb
> -Uu' without ANY errors (except for a few 'Duplicate INDEX entry'
> warnings).
>
> Needless to say, this process wasn't much fun.  What can I do to keep
> this from happening again?  What can/can't I safely include in cron to
> automate database and index maintenance?
>
> Thanks to all.

Pardon my bias agan ;) but I'd recommend only updating with portmanager.
From cron I'd just run a cvsupdate and portmanager -s > /root/portmanager.log.
Review the log from time toi time and when you see something that should be 
updated run portmanager -u manually.  Some ports do not do well being built 
from cron so will save you much trouble to do the updates manually.  As far 
as the INDEX goes, portmanager doesn't require it, but other utilies do so 
maybe add a make fetch index to cron as well.

Congradulations on getting everything fixed BTW.

-Mike



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


Re: portupgrade stale dependencies

2005-10-28 Thread John DeStefano
On 10/28/05, Michael C. Shultz <[EMAIL PROTECTED]> wrote:
> On Friday 28 October 2005 17:31, John DeStefano wrote:
> > On 10/28/05, Eric F Crist <[EMAIL PROTECTED]> wrote:
> > > > status report finished
> > > > ==
> > > > ==
> > > > percentDone-=>0 = 100 - ( 100 * ( QTY_outOfDatePortsDb-=>1 /
> > > > TOTAL_outOfDatePortsDb-=>1 ) )
> > > > upgrade 0.3.0_0 info: ignoring apache-2.0.48, reason: failed during
> > > > (2) make
> > > > --
> > > > --
> > > > update of ports collection complete with either some errors, ignored
> > > > ports or both
> > > >
> > > >
> > > > Unfortunately, this is the most crucial of all, and ironically the one
> > > > about which I've been asking since the beginning.  As I mentioned
> > > > earlier, upgrading this port bails consistently with a C callout to
> > > > PEM_F_DEF_CALLBACK.  I'd really like to get this port updated, not
> > > > only to finally complete this insane goose chase of updating, but
> > > > because I know that apache-2.0.48 is chock full of vulerabilities.
> > >
> > > cd /usr/ports/www/apache20 && make deinstall && make clean && make
> > > reinstall
> > >
> > > See what happens.
> >
> > Talk about strange:
> >
> > # cd /usr/ports/www/apache20/
> > # make deinstall
> > ===>  Deinstalling for www/apache20
> > ===>   apache not installed, skipping
> >
> > # make -V PKGNAME
> > apache-2.0.55
> >
> > # pkg_info | grep apache
> > apache-2.0.48   Version 2 of the extremely popular Apache http server
> >
> > # apachectl -v
> > Server version: Apache/2.0.48
> > Server built:   Nov 19 2003 22:44:21
> > ___
> > freebsd-questions@freebsd.org mailing list
> > http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> > To unsubscribe, send any mail to
> > "[EMAIL PROTECTED]"
>
> Try
> ls /var/db/pkg/a*
> any apache versions in there?
>
> -Mike

Yep: it was 2.0.48

I ended up deinstalling that apache installation (which I was not keen
on doing), and installing the apache20 port (which was the same
version (2.0.55) as the apache2 port ), and, thankfully, it's
working fine.  I'm also now able to run both 'pkgdb -F'and 'portsdb
-Uu' without ANY errors (except for a few 'Duplicate INDEX entry'
warnings).

Needless to say, this process wasn't much fun.  What can I do to keep
this from happening again?  What can/can't I safely include in cron to
automate database and index maintenance?

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


Re: Linux computability

2005-10-28 Thread Jonathan Chen
On Fri, Oct 28, 2005 at 03:03:54PM -0400, Mark Bucciarelli wrote:

[...]
> I'd like to turn it back on once jdk builds--can anybody tell me if 
> java/jdk14 requires linprocfs?  (I would guess not ...)

The linux stuff is only required to buid java/jdk14. Once you have a
native jdk, you can remove all linux-related stuff.
-- 
Jonathan Chen <[EMAIL PROTECTED]>

"We laugh in the face of danger, we drop icecubes down the vest of fear"
 - Edmond Blackadder III
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Can FreeBSD 4.11 and 5.4 run on a HP DL-140 G2 server?

2005-10-28 Thread Dinesh Nair



On 10/26/05 21:28 Paul Hamilton said the following:

Hi,

I have FreeBSD 4.11 running nicely on a HP DL-140  (80GB Parallel ATA HD),
but is anyone running FreeBSD on a HP DL-140 *G2* (80GB SATA HD)?


works with the HP ML110 G2 with the ICH7 SATA RAID controller. i've had to 
patch sys/dev/ata-pci.c to get it to recognize it but it's a short and 
simple patch.


--
Regards,   /\_/\   "All dogs go to heaven."
[EMAIL PROTECTED](0 0)http://www.alphaque.com/
+==oOO--(_)--OOo==+
| for a in past present future; do|
|   for b in clients employers associates relatives neighbours pets; do   |
|   echo "The opinions here in no way reflect the opinions of my $a $b."  |
| done; done  |
+=+
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Dell Poweredge 830 with Intel ICH7 Sata controller not finding drives on install

2005-10-28 Thread Dinesh Nair



On 10/19/05 06:17 Derrick MacPherson said the following:

When I type lsdev in the boot loader, it shows the hdd and the
partitions that are on it (3 linux). When sysinstall (i've tried with
5.4 and 6.0RC1) starts it says there's no drives, I've done some


i duplicated the entries for the ICH6 controller in sys/dev/ata-pci.c and 
installed freebsd 4.x on a HP ML110 G2 with the ICH7 SATA controller. you'd 
probably need to make a release for this though.


--
Regards,   /\_/\   "All dogs go to heaven."
[EMAIL PROTECTED](0 0)http://www.alphaque.com/
+==oOO--(_)--OOo==+
| for a in past present future; do|
|   for b in clients employers associates relatives neighbours pets; do   |
|   echo "The opinions here in no way reflect the opinions of my $a $b."  |
| done; done  |
+=+
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


FBSD 5.4 and old PC

2005-10-28 Thread Sasa Stupar

Hi!

I have an old Compaq Deskpro 2000 (P166) with 64M RAM and HDD 1.5G. I was 
thinking to make it as router with FBSD 5.4.

Did anyone had any kind of problems with setup on that kind of machine?

Regards,
Sasa

pgpyxZSX8QkjH.pgp
Description: PGP signature