Re: How to watch films???

2003-10-20 Thread Matthew Faircliff
Hello,

Try: 

#cd /usr/ports/multimedia/mplayer
#make install clean
#rehash
#man mplayer

HTH,

Matthew Faircliff

On Sun, Oct 19, 2003 at 06:48:11PM +0300, Alex Zivenko wrote:
From: Alex Zivenko [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Date: Sun, 19 Oct 2003 18:48:11 +0300
X-Mailer: Microsoft Outlook Express 6.00.2600.
Subject: How to watch films???

Hi all! I have a question: How can I watch film in divx? Do i need to download 
something and install?
Please try to explain it to me :)
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]

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


courier-imap + exim quotas

2003-10-20 Thread Matthew Faircliff
Hello,

Can somebody please tell me how to implement quotas using courier-imap and exim.  The 
docs on this seem quite lacking!

Matthew Faircliff

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


Re: Why build INDEX ?

2003-10-20 Thread Matthew Seaman
On Sun, Oct 19, 2003 at 11:49:18PM +0200, Erik Trulsson wrote:
 On Sun, Oct 19, 2003 at 12:42:13PM -0700, Kent Stewart wrote:

  If that was true, why does the man page for portupgrade tell you to do 
  the following 
  
 o   To perform upgrades effectively and correctly, remember to run
  pkgdb(1) with -F on occasions to fix dependency discrepancies, 
  and run portsdb(1) with -Uu every time you CVSup the ports tree 
  to keep your ports INDEX database up-to-date in sync with the 
  tree.

 Ask the people who wrote that manpage.
 The portupgrade port might use INDEX.  I don't use portupgrade, so I
 neither know nor care about what it does.
 The utilities in the base system don't need an up-to-date INDEX.

That's not entirely true.  pkg_version(1) won't work without an INDEX
file. 

In general, INDEX is used by any application that attempts to compare
the version numbers of your installed ports with the version numbers
available in the ports tree.  However the INDEX file has no direct
effect on compiling or installing any particular port.

If you have some other mechanism for deciding which ports need to be
updated, then you don't need the INDEX file.

Outside the base system, portupgrade(1) et al is all about working out
which ports have updates available and updating them in the correct
order: this clearly depends fundamentally on having some sort of index
available.  portupgrade(1) takes the data from the INDEX file and
stores it in a DB hash INDEX.db, so, except as an intermediate file
during index building, technically the portupgrade(1) tools don't need
the INDEX file itself either.

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey Marlow
Tel: +44 1628 476614  Bucks., SL7 1TH UK


pgp0.pgp
Description: PGP signature


GTK

2003-10-20 Thread Andrew Kozak
From: Andrew Kozak
Date: Monday, 20 October 2003 05:42:11 PM
To: FreeBSD Questions
Subject: GTK
 
  
Hi Everyone
 
Hope someone can help me here, I've kinda stuffed up big time. Whilst trying
to install etherape, I received a message that my gtk was too old, and that
I should uninstall it and install the new one. Which I did. Immediately
afterwards, I found that quite a few programs rely on this older version of
gtk I have lost all web browsers other than knoqueror (missing dillo, what a
nice efficient fast little browser that is). I am using FreeBSD 4.9RC on a
Pentium 2 with 128Mb of RAM. I have downloaded the gtk version that used to
run the broken programs (version 1.2.0) and tried to ./configure, which goes
ahead, but complains about glib not being there, so I downloaded that, still
complains that glib is not there. I did download version 1.2.0 and did the
/configure but no good, still complains that this file is missing. The error
I get if I try and run one of the broken programs is /usr/libexec/ld-elf.so
1: Shared Object libintl.so.4 not found If I do a locate libintl.so.4, the
machine tells me that is is located in libexec, right where it should be,
however, when I log into that directory and look, It's not there - and I
have been logging in as root to make sure that I get all privileges and can
see hidden files.
 
I have tried to reinstall some of the broken ports, but once again, I get an
error stopping the build process. It is
 
Could not run the GTK test program, checking why..
The test program compiled but did not run. This usually means that the
run-time linker is not finding GTK or finding the wrong version of GTK. If
it is not finding GTK, you'll need to set your LD-LIBRARY_PATH environment
variable, or edit /etc/ld.so.conf to point to the installed location Also,
make sure you have run ldconfig if that is required on your system.
 
If you have an old version installed, it is best to remove it, although you
may also get things to work by modifying LD_LIBRARY_PATH.
 
Line about Linux
 
configure: error: Unable to find Gtk+ with a version =1.2.0. Dillo needs
Gtk+
=== Script configure failed unexpectedly.
 
Tried pkgdb -F, hasn't worked either.
 
Please don't bother if you are a 'boffin' who likes big words such as just
hiblib the hoobiwhastis with alt 67 and configure the path to match the
environment via port 28774. Don't get me wrong, I'm not unappreciative, but
it goes over my head, and is a waste of time for all of us. I do not
understand code or programming, I am just a workstation operator who is
trying to learn this flexible powerful system. I hope to be able to discuss
and understand terminology associated with code and programming when I get
my head around the basics and have an  opportunity to learn more. I am a
newbie and need laymen terms to understand.
 

All help appreciated.
Thank You
Andy Kozak
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


not updating XFree86 related stuff while performing portupgrade

2003-10-20 Thread Michael Lee(HINET)
Hi,

Is there anyway to avoid updating XFree86 related stuff while performing
portupgrade ?
XFree86 related stuffs are just too big and take too long for my poor PC to
compile them all.
I wonder if I should :

(1) disable fetching the XFree86 related stuffs in the port tree ( to set
something in pkgtools.conf
to avoid future updating XFree86 related stuffs while cvsupping  )
(2) cvsup'd the whole port tree and set some parameters ( and where should I
set them ? )
to prevent portupgrade from upgrading XFree86 related stuffs ?

Thanks!

Michael Lee

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


Re: Sent and Email but did'nt get my copy

2003-10-20 Thread Matthew Seaman
On Mon, Oct 20, 2003 at 02:52:03AM +0900, Rommel B. IKEDA wrote:

 Almost an hour or so ago...I sent an Email to 
 freebsd-questions.org...asking for advice...BUT, I did not get my copy...
 
 I was just wondering where did it go...
 I did check if I am still a subscriber to this list and I am still...
 
 Since, I read somewhere, I was not suppose to send my Emails twice...I 
 am now sending this Email just to check...
 
 Sorry for wasting your time...I did not mean to...just worried...

Since the switch to mailman as the list management software it has
been possible to opt not to receive your own posts to any lists.
That's not the default as far as I know.  It's also possible that your
message may have got held up in the workings of the FreeBSD mail
system: it seems that this morning a number of such apparently lost
messages have suddenly turned up in the lists.  In any case, if you go
to

http://lists.freebsd.org/mailman/options/freebsd-questions

you'll be able to log in and check your settings.  You can also check
the list archives at the same site:

http://lists.freebsd.org/pipermail/freebsd-questions/

to see if your message made it to the list, so long as you wait 24h
after posting.

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey Marlow
Tel: +44 1628 476614  Bucks., SL7 1TH UK


pgp0.pgp
Description: PGP signature


Re: CVSup supfilesrc-all question

2003-10-20 Thread Graham Lillico
On Sat, Oct 18, 2003 at 08:04:54PM -0400, Alden Louis-Pierre wrote:
So running my sample CVSup supfile would not patch my system for the 
 security advisories from SA-03:08 - SA-0318(as of 10/19/03)?  I'm under 
 the impression this supfile would take care of security advisories, 
 being that I'm updating the /usr directory.  For everything to take in 
 effect I must build and install my kernel as well?  I'm looking through 
 the FreeBSD Handbook and I don't
 see this extra step. 
 
 Thank You
 Alden Louis-Pierre

If you are wanting to do binary updates then FreeBSD Update might be what
your looking for. It can be found at http://www.daemonology.net/freebsd-update/

Grez..
-- 

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


Re: Correcting my own msg (was Sanity and /var/tmp)

2003-10-20 Thread Matthew Seaman
On Sun, Oct 19, 2003 at 12:52:52PM -0700, [EMAIL PROTECTED] wrote:
 On Sunday 19 October 2003 12:36 pm, I sent a message with a few ugly 
 typos. 
 
 It should have read: 
   This may be an incredibly stupid question. Nevertheless I'm gonna 
 ask...
 
Is it safe and sane in a RELENG_5_1 system to create and use
  /var/ tmp via a script in /etc/rc.local:
 
  [no entry in FSTAB]
  mdconfig -a -t swap -s ... -u 10
  newfs -O2 /dev/md10
  mount /md10 /var/tmp
  chmod 1777 /var/tmp

Using a memory based filesystem for /tmp (rather than /var/tmp) is
certainly viable.  Which ever temporary file system is involved, you
should be able to configure it entirely out of /etc/fstab -- see the
mdmfs(8) man page.

Historically /var/tmp was always a real filesystem and the contents
of /var/tmp were expected to persist across reboots.  Stuff in /tmp
was expected to disappear.  However, nowadays that distinction is
fading away and many people will advise you to have just one temporary
file system and use sym-links to make it appear in all of the expected
places.

Running with a memory based /var/tmp should be fine generally.  You'll
need to double check that you aren't running any applications which
rely on the persistence of /var/tmp over reboots.  That's going to be
uncommon nowadays, but there are a couple of examples I can think of
directly: eg. vi(1) won't be able to recover editor files across
reboots and the TeX/LaTeX/metafont font cache will be wiped out by the
reboot and so forth.

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey Marlow
Tel: +44 1628 476614  Bucks., SL7 1TH UK


pgp0.pgp
Description: PGP signature


Re: not updating XFree86 related stuff while performing portupgrade

2003-10-20 Thread Matthew Seaman
On Mon, Oct 20, 2003 at 03:49:33PM +0800, Michael Lee(HINET) wrote:

 Is there anyway to avoid updating XFree86 related stuff while performing
 portupgrade ?
 XFree86 related stuffs are just too big and take too long for my poor PC to
 compile them all.

Take a look at the pkgtools.conf file, especially the stuff about HOLD_PKGS
which does exactly what you want.

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey Marlow
Tel: +44 1628 476614  Bucks., SL7 1TH UK


pgp0.pgp
Description: PGP signature


Re: courier-imap + exim quotas

2003-10-20 Thread Matthew Seaman
On Mon, Oct 20, 2003 at 09:15:02AM +, Matthew Faircliff wrote:

 Can somebody please tell me how to implement quotas using courier-imap and exim.  
 The docs on this seem quite lacking!

Quotas aren't provided by the mail software -- they are a function of
the filesystem that you store the mail on.

To set up quotas:

i) Make sure quotas are enabled in your kernel configuration:

options QUOTA

   It's not in the GENERIC kernel for 4.x.  If you don't want to
   rebuild your kernel, you may be able to kldload(8) a quota
   module -- see loader.conf(5).

   ii) Enable quotas on boot up.  Add:

enable_quotas=YES
check_quotas=YES

   to /etc/rc.conf

  iii) Mark the file systems you want to use quotas on in /etc/fstab
   by setting the appropriate options in the mount flags.

/dev/ad0s1e /var ufs 
rw,userquota=/var/quota/var.user,groupquota=/var/quota/var.group 2 2

   See fstab(5) for details.

   iv) Now either reboot or run the following commands while the
   system is fairly quiescent:

# quotacheck -a
# quotaon -a

   This will scan the disk partition (can take some time) and make
   a table showing how much space is being used by each user and
   group.  It will then enable, at the system level, hooks into
   the low level filesystem calls that updates that table whenever
   the filesystem is written to.  See quotaon(8) and
   quotacheck(8).

v) Now the quota system is up and running, and you can use the
   quota(1) and repquota(8) commands to see how much disk space is
   being used by each user.  However, you haven't actually set up
   any limits for any users yet.  To do that, use the edquota(1)
   command.

Your mail programs will automatically operate within the quota
settings you set up, and handle the EDQUOT errors the system will
generate if the user receives over-much mail.

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey Marlow
Tel: +44 1628 476614  Bucks., SL7 1TH UK


pgp0.pgp
Description: PGP signature


Re: not updating XFree86 related stuff while performing portupgrade

2003-10-20 Thread Kent Stewart
On Monday 20 October 2003 01:18 am, Matthew Seaman wrote:
 On Mon, Oct 20, 2003 at 03:49:33PM +0800, Michael Lee(HINET) wrote:
  Is there anyway to avoid updating XFree86 related stuff while performing
  portupgrade ?
  XFree86 related stuffs are just too big and take too long for my poor PC
  to compile them all.

 Take a look at the pkgtools.conf file, especially the stuff about HOLD_PKGS
 which does exactly what you want.


Also look at the man page for portupgrade. The example for -x is exactly what 
you are talking about. 

Kent

-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html

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


Re: courier-imap + exim quotas

2003-10-20 Thread Matthew Faircliff
Hello Matthew,

Thanks for the info. 

I am sorry I did not word my question properly - what I meant was:

Can somebody please tell me how to implement quotas using courier-imap and exim with 
virtual user maildirs?

OS quotas solve quota issues for real system users; but how do you enforce quotas for 
virtual mail users?

Matthew Faircliff


On Mon, Oct 20, 2003 at 09:50:35AM +0100, Matthew Seaman wrote:
Date: Mon, 20 Oct 2003 09:50:35 +0100
From: Matthew Seaman [EMAIL PROTECTED]
To: Matthew Faircliff [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Re: courier-imap + exim quotas
Mail-Followup-To: Matthew Seaman [EMAIL PROTECTED],
Matthew Faircliff [EMAIL PROTECTED],
[EMAIL PROTECTED]

On Mon, Oct 20, 2003 at 09:15:02AM +, Matthew Faircliff wrote:

 Can somebody please tell me how to implement quotas using courier-imap and exim.  
 The docs on this seem quite lacking!

Quotas aren't provided by the mail software -- they are a function of
the filesystem that you store the mail on.

To set up quotas:

i) Make sure quotas are enabled in your kernel configuration:

options QUOTA

   It's not in the GENERIC kernel for 4.x.  If you don't want to
   rebuild your kernel, you may be able to kldload(8) a quota
   module -- see loader.conf(5).

   ii) Enable quotas on boot up.  Add:

enable_quotas=YES
check_quotas=YES

   to /etc/rc.conf

  iii) Mark the file systems you want to use quotas on in /etc/fstab
   by setting the appropriate options in the mount flags.

/dev/ad0s1e /var ufs 
rw,userquota=/var/quota/var.user,groupquota=/var/quota/var.group 2 2

   See fstab(5) for details.

   iv) Now either reboot or run the following commands while the
   system is fairly quiescent:

# quotacheck -a
# quotaon -a

   This will scan the disk partition (can take some time) and make
   a table showing how much space is being used by each user and
   group.  It will then enable, at the system level, hooks into
   the low level filesystem calls that updates that table whenever
   the filesystem is written to.  See quotaon(8) and
   quotacheck(8).

v) Now the quota system is up and running, and you can use the
   quota(1) and repquota(8) commands to see how much disk space is
   being used by each user.  However, you haven't actually set up
   any limits for any users yet.  To do that, use the edquota(1)
   command.

Your mail programs will automatically operate within the quota
settings you set up, and handle the EDQUOT errors the system will
generate if the user receives over-much mail.

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey Marlow
Tel: +44 1628 476614  Bucks., SL7 1TH UK


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


Re: Why build INDEX ?

2003-10-20 Thread Erik Trulsson
On Mon, Oct 20, 2003 at 08:39:37AM +0100, Matthew Seaman wrote:
 On Sun, Oct 19, 2003 at 11:49:18PM +0200, Erik Trulsson wrote:
  On Sun, Oct 19, 2003 at 12:42:13PM -0700, Kent Stewart wrote:
 
   If that was true, why does the man page for portupgrade tell you to do 
   the following 
   
  o   To perform upgrades effectively and correctly, remember to run
   pkgdb(1) with -F on occasions to fix dependency discrepancies, 
   and run portsdb(1) with -Uu every time you CVSup the ports tree 
   to keep your ports INDEX database up-to-date in sync with the 
   tree.
 
  Ask the people who wrote that manpage.
  The portupgrade port might use INDEX.  I don't use portupgrade, so I
  neither know nor care about what it does.
  The utilities in the base system don't need an up-to-date INDEX.
 
 That's not entirely true.  pkg_version(1) won't work without an INDEX
 file.

Yes, it will.  pkg_version will first check against the version of the
port in the ports tree.  Only if that is not available is INDEX
consulted.  Read the manpage for pkg_version(1) if you don't believe
me.
 
 
 In general, INDEX is used by any application that attempts to compare
 the version numbers of your installed ports with the version numbers
 available in the ports tree.  However the INDEX file has no direct
 effect on compiling or installing any particular port.

s/is used/can be used/ and you are correct.

 
 If you have some other mechanism for deciding which ports need to be
 updated, then you don't need the INDEX file.

Like checking the ports tree directly, which is what pkg_version(1)
does.




-- 
Insert your favourite quote here.
Erik Trulsson
[EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: not updating XFree86 related stuff while performing portupgrade

2003-10-20 Thread Michael Lee(HINET)
 On Monday 20 October 2003 01:18 am, Matthew Seaman wrote:
  On Mon, Oct 20, 2003 at 03:49:33PM +0800, Michael Lee(HINET) wrote:
   Is there anyway to avoid updating XFree86 related stuff while
performing
   portupgrade ?
   XFree86 related stuffs are just too big and take too long for my poor
PC
   to compile them all.
 
  Take a look at the pkgtools.conf file, especially the stuff about
HOLD_PKGS
  which does exactly what you want.
 

 Also look at the man page for portupgrade. The example for -x is exactly
what
 you are talking about.


Thanks Kent and Matthew.

Now I know the way to manipulate the actions of portupgrade for not
upgrading everything.
I just posted earlier another question for portupgrade not being able to
upgrade
the installed apache-1.3.27_4 to apache-1.3.28

Some applications ( phpMyAdmin, mod_php4, mod_fastcgi ) that depends on
apache could not be
upgraded either.

I tried to portupgrade -rR apache but after a series of compilation, it
failed.

Here I would like to repost the error messages ( snip some ) and hope that
someone can help me.

I wonder if I should uninstall them all first and then portupgrade -N
( apache-1.3.28, mod_php4, mod_fastcgi, phpMyAdmin )

or I can just do portupgrade -f to force it update to the newer version ?

Thank you again!

Michael Lee

Stop in /usr/ports/www/apache13.
** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade5405.2
make WITH_APACHE_SUEXEC=yes reinstall
egrep: /var/db/pkg/apache-1.3.27_4/+CONTENTS: No such file or directory
---  Restoring the old version
** Fix the installation problem and try again.
[Updating the pkgdb format:bdb1_btree in /var/db/pkg ... - 78 packages
found (-0 +1) . done]
---  Skipping 'www/mod_fastcgi' (mod_fastcgi-2.2.12) because 'www/apache13'
(apache-1.3.27_4) failed
---  Skipping 'www/mod_php4' (mod_php4-4.3.1,1) because 'www/apache13'
(apache-1.3.27_4) failed
---  Skipping 'www/mod_gzip' (mod_gzip-1.3.26.1a) because 'www/apache13'
(apache-1.3.27_4) failed
---  Skipping 'databases/phpmyadmin' (phpMyAdmin-2.3.2) because
'www/mod_php4' (mod_php4-4.3.1,1) failed
** The following packages were not installed or upgraded (*:skipped /
!:failed)
! www/apache13 (apache-1.3.27_4)(install error)
* www/mod_fastcgi (mod_fastcgi-2.2.12)
* www/mod_php4 (mod_php4-4.3.1,1)
* www/mod_gzip (mod_gzip-1.3.26.1a)
* databases/phpmyadmin (phpMyAdmin-2.3.2)

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


Re: Problems with ordinary user permissions

2003-10-20 Thread Andreas Kohn
Hi,

On Mon, 2003-10-20 at 16:06, carmoda wrote:
 ~sigh~
 
 seems like an awful lot of stuffing around for something that a 
 user/developer should be able to access by default *in my opinion*. so 
 far i have about 30% of functionality of my previous W2K system after 
 several times the time required for setup. [as a workstation]
 
 FreeBSD may be 'free' and more stable, but after i add my time to a 
 setup it is over twice the price of XP Pro.
How many Windows setups have you done? How many FreeBSD setups?

 
 Something HAS to be done on the install front. I did select 'developer + 
 X-windows' in the sysinstall and i think it would make more sense if the 
   account security was more 'open' for the average user given they would 
 be 'developing' on the platform. i mean, half of my apps didnt work due 
 to permissions being short. again, i did select that i wanted a 
 'developer - x-windows' install.
 
please try to avoid the mistake of comparing XP and FreeBSD when your
background is Windows. You will always find that FreeBSD (and FWIW Unix
in general) is more difficult, and worse than Windows. The underlying
concept of both operating systems is completely different, and you end
up comparing apples and bananas.

Instead try to understand the heritage of Unix, and you will find that
most of the things you think of as senseless now have actually a
logical reason.

 
 peter lageotakes wrote:
  Please check out the FreeBSD FAQ:
  
  9.22. How do I let ordinary users mount floppies,
  CDROMs and other removable media?
  
  http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/disks.html#USER-FLOPPYMOUNT
  
  Pete
  
  
 Hi,
 
 I have been having a trouble getting various things
 to work on my new 
 5.1 workstation with gnome 2.x.
 
 tonight i was attemtping to get 'gtoaster' [cd
 buring s/w] working as i 
 couldnt see any drives, and when i tried adding them
 i encountered a few 
 errors muttering about permissions. so i logged on a
 root and low and 
 behold not only did i see all the CD drives, but i
 could also browse my 
 Network, something i have not been able to do.
 
 what should  do?
 
 migrate to using 'root' for my everyday login, or
 somehow 'up' my 
 ordinary account..?
 
 anyone have any suggestions on either idea and
 perhaps if i should 
 migrate how i could go about this...?
 
 please 'CC' me directly on replys...
 

Regards, 
-- 
Andreas Kohn [EMAIL PROTECTED]


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


Re: Upgrade to 4.8 RELEASE

2003-10-20 Thread Sergey 'DoubleF' Zaharchenko
On Sat, 18 Oct 2003 20:04:39 -0400 Robert H. Perry [EMAIL PROTECTED] probably 
wrote:

 Hello,
 
 I'm making plans to upgrade from 4.7 RELEASE to 4.8 RELEASE.  My 
 previous attempt was a binary upgrade from 4.5 to 4.7 which did not go 
 very well.  I eventually purchased the 4.7 CD.  
 
 The FreeBSD Handbook stresses  backing up the system and implies that 
 /dump/ is a better backup program.  Chapter 12.9.8.1 of  the handbook 
 recommends having a copy of the boot and fixit floppies available and 
 making sure they have all your devices, otherwise you'll need to prepare 
 two bootable custom floppies  that contain /fdisk, disklabel, newfs, 
 mount, /and your backup program.   It goes on to say that these programs 
 must be statically linked.  I understand hard and soft links but I'm not 
 familiar with static links.  The handbook also provides a script for 
 creatinng a bootable floppy.

A static link is a firm link:) Seriously, static linking has nothing to
do with filesystem links. A statically linked program just uses no
shared libraries. AFAICT the programs in /stand (and /bin and /sbin) are
statically linked (note that those in /stand are also a crunchbox,
that is, a single monolithic program which runs differently depending
on the name it was run as). You really have to mess with this only if
you are going to write your own program to run from a boot floppy.

You can use file(1) if you want to see if a program is staticlally linked:

$ file /usr/bin/find 
/usr/bin/find: ELF 32-bit LSB executable, Intel 80386, version 1 (FreeBSD), for 
FreeBSD 4.8, dynamically linked (uses shared libs), stripped
$ file /stand/find 
/stand/find: ELF 32-bit LSB executable, Intel 80386, version 1 (FreeBSD), for FreeBSD 
4.8, statically linked, stripped


 Can someone help me understand static link?  Secondly, can I assume that 
 the script must be reviewed for likely modifications?  I'm just learning 
 shell programming and if significant modifications are necessary, I may 
 end up purchasing a CD for 4.8.
 
 Any suggestions relative to the upgrade process is also appreciated.

In fact, a source update isn't as dangerous as you expect.

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


-- 
DoubleF
When I was a boy I was told that anybody could become President.  Now
I'm beginning to believe it.
-- Clarence Darrow




pgp0.pgp
Description: PGP signature


Re: Basic printing setup

2003-10-20 Thread David Lodeiro

 I've never gotten around to setting up printing from
 my FreeBSD machine--the discussion in the Handbook is
 rather frightening--and now that I've decided I should
 probably give it a try, I find that the Handbook doesn't
 even let me get started.

 I have two situations for this computer (a laptop
 running FreeBSD-4.8). I have a home network that
 has an older (non-Ethernetted) HP LaserJet 6MP; this
 is attached to the network via an AsanteTalk AppleTalk-
 Ethernet bridge. The Macs on the network (OSX and 8.6)
 can all see the printer. What do I need to do to print
 to this printer from my FreeBSD machine when it's on
 the network?

 In the second case, I just have a desktop printer--
 some HP color thing, the 990 I think--that only has a
 USB connection. The Handbook doesn't mention USB
 printing at all.

 In both cases I'm not looking to do anything fancy,
 none of this user-accounting or header-pages stuff.
 I just want to be able to send jobs to the printer
 and have them come out. I guess I'd also be curious
 how to select one or the other, or more if they were
 added to the network. Thanks for any pointers on
 how to accomplish this.

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

Try apsfilter in the ports collection, I found it the easiest way to set up 
printing under freebsd, I;d seuggest hooking the printer up directly to the 
freebsd box and setting up printing there first, and then  tacling the 
network setup. Thats what I would do anyway.

Hope it helps


David

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


mplayer + xmms issue!

2003-10-20 Thread Bryan Cassidy
I dont want to get into why I had to do a reinstall but I did. Now that
I have mplayer installed and xmms installed I can play cds on xmms but
can't play streaming audio from live365.com *anymore*. I use to be able
to play them. Which was yesterday. I can play videos in mplayer but I
don't have any sound. What is goin on? I never had this problem before.
All I had to do was configure sound in kernel and boom. I was all set.
Wouldn't mind some help here.


pgp0.pgp
Description: PGP signature


Re: not updating XFree86 related stuff while performing portupgrade

2003-10-20 Thread Matthew Seaman
On Mon, Oct 20, 2003 at 05:31:49PM +0800, Michael Lee(HINET) wrote:

 Now I know the way to manipulate the actions of portupgrade for not
 upgrading everything.
 I just posted earlier another question for portupgrade not being able to
 upgrade
 the installed apache-1.3.27_4 to apache-1.3.28

You should just be able to 'pkg_delete -f apache-1.3.27_4' and then
'portinstall www/apache' and then run 'pkgdb -Fvu' and everything
should be happy.

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey Marlow
Tel: +44 1628 476614  Bucks., SL7 1TH UK


pgp0.pgp
Description: PGP signature


Re: mplayer + xmms issue!

2003-10-20 Thread Bryan Cassidy
On Mon, 20 Oct 2003 05:04:38 -0500
Bryan Cassidy [EMAIL PROTECTED] wrote:

 I dont want to get into why I had to do a reinstall but I did. Now
 that I have mplayer installed and xmms installed I can play cds on
 xmms but can't play streaming audio from live365.com *anymore*. I use
 to be able to play them. Which was yesterday. I can play videos in
 mplayer but I don't have any sound. What is goin on? I never had this
 problem before. All I had to do was configure sound in kernel and
 boom. I was all set. Wouldn't mind some help here.
 
Sorry I didn't add this before.
I don't get any errors from mplayer but when I go to play streaming
video from live365.com in xmms I get the 

Please check that
1. You have the correct output plugin selected. Only two and I'm sure
it's not diskwriter I should use.
2. No other programs is blocking the soundcard. NOTHING loading the is
playing audio.
3. Your soundcard is configured properly. lmao.. ya think?


pgp0.pgp
Description: PGP signature


Have anyone seen this benchmark ?

2003-10-20 Thread Supote Leelasupphakorn
Hi, all

  I saw this on www.OsNews.com
(http://bulk.fefe.de/scalability/)
but no FreeBSD_4. Is there any benchmark between linux-2.6 and
FreeBSD_4 in various aspects.

Or any comments are welcome,
pjn


Want to chat instantly with your online friends?  Get the FREE Yahoo!
Messenger http://mail.messenger.yahoo.co.uk
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: Windows XP and FreeBSD 4.4 on the same hard drive

2003-10-20 Thread Aaron Burke
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Behalf Of Rod Person
 Sent: Tuesday, October 14, 2003 4:16 PM
 To: Walt Haynes; [EMAIL PROTECTED]
 Subject: Re: Windows XP and FreeBSD 4.4 on the same hard drive


 On Tuesday 14 October 2003 04:48 pm, Walt Haynes wrote:
  I am currently running Windows XP Professional on a HP
 Pavilion with a
  27.95GB hard drive which I've partitioned with FDISK. Windows is in the
  primary DOS partition (about 7GB)  on disk drive C and the extended DOS
  partition had three logical drives (D, E, and F) defined in it; they are
  7.3GB, 7.3GB, and 6.3GB respectively. I want to create my FreeBSD
  environment in the first logical drive (D). I know the starting
 and ending
  sector numbers so that I won't overwrite any data already on the drive.
  Does this sound reasonable ? And will I be able to install
 FreeBSD's boot
  manager to give me a choice of which OS I want to come up ? I'd
 really like
  to do this right the first time.

 It been quit some time since I've used 4.4 or installed FreeBSD with DOS
 partitions that existed, so someone can correct me if I am mistaken. As
 memory serves me you can install FreeBSD into a extended DOS partition.

 I would delete the partition that you want FreeBSD to be in. Then
 when you
 install FreeBSD let it take care of the formating for you.

 Otherwise, you should have no problem.
This is bad information. If you dont want to kill your logical
drives, dont delete them. Windows places all extended drives in one
extended partition. (FDISK wont let you choose otherwise).

It is my opinion that you obtain a copy of some partition movement
utilities such as Partition Magic. (even though it runs in Windows/DOS
only) you should still be able to use it. You can then resize your
partitions and make room for a FreeBSD slice.

* Positive not for Partition magic: You can create Emergency Disks
that are bootable. So having DOS/Windows installed is not a requirement.



 --
 Rod

 @ Home So No Cool Signature
 http://opensourcebeef.bsd.st


Aaron Burke
[EMAIL PROTECTED]


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


restoring DOS partition from a tar file

2003-10-20 Thread Kent Hauser
Is it possible to backup a DOS partition (bootable)  restore it from a tar 
file? I recently had a disk failure  used dump/restore on FreeBSD partitions 
 made a tar dump of the DOS one. After newfs_msdos  tar x, the 
partition is not bootable. Is there a way to do this?

Thanks, Kent

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


JPSNAP build time

2003-10-20 Thread ict technician
I have JPSNAP 20030731 installed on one of our servers. I need to build a 
debug kernel. What's the cvsup date I should use?

Midnight?

*default release=cvs tag=RELENG_4
*default date=2003.07.31.00.00.00

Thanks

-- 
i j hart

ICT Technician
Cardinal Newman Catholic School  Community College

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


Re: Sanity and /var/tmp

2003-10-20 Thread Rob
But rc.local runs at the end of the startup - if something has already
put files in /var/tmp, they're going to disappear

Can't you use /etc/fstab to create  mount a memory disk?

- Original Message -
From: [EMAIL PROTECTED]
Subject: Sanity and /var/tmp


 This may be an incredibly stupid. Nevertheless I'm gonna ask...

 (1) Is it safe and sane in a RELENG_5_1 system to create and use /var/
 tmp via a script in /etc/rc.local:

 [no entry in FSTAB]
 mdconfig -a -t swap -s ... -u 10
 newfs -O2 /dev/md10
 mount /md10 /var/tmp
 chmod 1777 /tmp

 (2) Am I sane?

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


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


Re: FreeBSD with Router

2003-10-20 Thread Simon Gray
hello, I would like to ask how can I setup my FreeBSD with a router. I
am new to UNIX world and I hope you can help me. Should I set the
PPPoE in /etc/ppp/ppp.conf file? I am using an ADSL Broadband
Connection. I am using Aztech ADSL 1100R Modem + Router with 4 ports.
I have 2 PC and the other one is using Windows XP, and my computer, I
am using FreeBSD. I hope you can help me. Thanks

Hi,

You'll probably want to have a read of the manual - theres lots of info on
there for setting up things like this.
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/routing.html

Also try looking through google (www.google.com/bsd) for anything your stuck
on, that will usually find most problems.

Good luck!

Simon

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


Re: Why build INDEX ?

2003-10-20 Thread Matthew Seaman
On Mon, Oct 20, 2003 at 11:16:04AM +0200, Erik Trulsson wrote:
 On Mon, Oct 20, 2003 at 08:39:37AM +0100, Matthew Seaman wrote:

  That's not entirely true.  pkg_version(1) won't work without an INDEX
  file.

 Yes, it will.  pkg_version will first check against the version of the
 port in the ports tree.  Only if that is not available is INDEX
 consulted.  Read the manpage for pkg_version(1) if you don't believe
 me.

You are entirely correct, except in the niggling pedantic sense that
the script will always try and read some sort of INDEX file into
itself.  Since the return value of the open() on the INDEX file is
never checked, it seems that you can just manage without.

pkg_version(1) always checks against the ports tree first, and then
reads the INDEX file to fill in any gaps.  That information was
cunningly hidden in the man page right above the paragraph I read, and
similarly in the script itself.  While you do have to provide an INDEX
file to keep it placated, I guess you could just use an empty file.
You lose out occasionally for ports that get deleted or renamed so
that the package origin no londer exists, but that's pretty uncommon.

About the only thing that /usr/ports/INDEX gets you which you can't
easily get by other means is the ability to do the package updates in
the correct order.  However there isn't an application in the base
system that can make use of that information.

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey Marlow
Tel: +44 1628 476614  Bucks., SL7 1TH UK


pgp0.pgp
Description: PGP signature


zebra + gre

2003-10-20 Thread Oles Hnatkevych
Hi!

Is it possible to make latest zebra port
to run OSPF on gre interface?
So far I see OSPF is disabled on this interface
and have no idea how to enable it.

Thanks in advance.
  

-- 

mailto:[EMAIL PROTECTED]

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


Re: Using poptop....

2003-10-20 Thread Jim Hatfield
On Sat, 18 Oct 2003 05:52:57 +0100, in local.freebsd.questions you
wrote:

It's really pretty easy.  I beat my head on the wall about a year ago,
so I
don't recall where all the docs are, but this is what my configs look
like:
/etc/ppp/ppp.conf:
pptp:
 set timeout 0
 set dial
 set login
 set ifaddr {IP address of internal interface} {IP address range
xxx.xxx.xxx.xxx - xxx.xxx.xxx.xxx}
 set server /var/run/pptp_ppp_%d  0700
 enable mschapv2 mppe  # --- these two lines enable encryption
 set mppe * *#---

OK thanks I'll try this one. I did eventually find an example which I
used and it did work but there were some errors logged. The
config I used included:

enable mppe * stateful

in the ppp.conf file, but that generated the following in ppp.log

Oct 20 12:52:38 field ppp[53548]: Command: loop: enable mppe * stateful
Oct 20 12:52:38 field ppp[53548]: Warning: enable *: Invalid command
Oct 20 12:52:38 field ppp[53548]: Warning: enable *: Failed 1
Oct 20 12:52:38 field ppp[53548]: Warning: enable stateful: Invalid command
Oct 20 12:52:38 field ppp[53548]: Warning: enable stateful: Failed 1

The connection did appear to be encrypted though, at least the XP
client said it was.

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


Re: Patching source in a port

2003-10-20 Thread Rob
Any patches named files/patch-* in the port's directory will be applied
as the port is built. So you should be able to add your patch and do a
'make clean build' to create patched binaries.

You can also 'make patch' to just apply the patches, then inspect the
results under the work directory.

Have a look at file:/usr/share/doc/en/books/porters-handbook/index.html
for all the details.

- Original Message -
From: Jamie [EMAIL PROTECTED]
Subject: Patching source in a port




Is it possible to patch the source code in a port, and then make,
make
 install again to get it to install the patched code? I tried applying
the
 sendmail patch. I had previously installed 8.12.9 from ports.

 This is basically what I did:

 cd /usr/ports/mail/sendmail-sasl/work/sendmail-8.9.12/sendmail

 patch  /path/to/patch

 -patch confirms that it went successfully.

 -I also edited version.c and changed the version number.

 cd ../../../

 make PREFIX=/usr
 make PREFIX=/usr install

   But the patch doesn't seem to be taking effect. After restarting
 sendmail I:

 sendmail -bt -d0.11  /dev/null

  and it tells me that it is still version 8.12.9.

  Am I doing something obviously wrong? The compilation seemed to run
 successfully.


 - Jamie





 A friend is someone who lets you have total freedom to be yourself.

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


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


Re: ipfw routing

2003-10-20 Thread Lowell Gilbert
Petre Bandac [EMAIL PROTECTED] writes:

 I have to use a freebsd machine as a gateway router; I did manage to make natd 
 work, but now I have also a subnet routed to the machine

That sounds fine.  How you handle it will depend on whether you want
outside hosts to be able to initiate connections into that subnet or
not.  If not, it's easy:  you just need '-unregistered_only'.

If you do want full access into those machines, I don't see why
just setting up a route on the gateway machine shouldn't be enough to
just do it on a machine already configured for IP forwarding.  Of
course, you'll need to let the packets through the firewall.

 I'm looking for the ipfw command similar to iptables' -A FORWARD -d $subnet/
 $mask -j ACCEPT

Sorry, I don't use iptables, so that doesn't mean anything to me.

I can guess that it's going to just let in all packets destined for
subnet/mask, but surely you want to do *some* firewalling...

 also, what's the difference between ipfw add pass and ipfw add forward ?

The former accepts a packet for processing by the IP stack, while the
latter bypasses the forwarding portions of the stack.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: IPFW Antics

2003-10-20 Thread Lowell Gilbert
Tom Servo [EMAIL PROTECTED] writes:

 I am trying to run an IRC file server inside my network that is protected by
 a FreeBSD box that is running natd.  I am running natd with the following
 options to enable IP forwarding to allow people to request files from my
 file server (192.168.0.101):
 
 /sbin/natd -f /etc/natd.conf -redirect_port tcp 192.168.0.101:-7000
 -7000 -n ep1
 
 Unfortunately, it appears that the natd box is not forwarding the incoming
 request packets correctly.  Can anyone provide some insight on this?  Thanks
 in advance.

Is anything getting forwarded at all?  How are those packets incorrect?
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


VXA-2 Packet Drive

2003-10-20 Thread Jeronimo Romero
Does anyone know if FreeBSD supports Exabyte VXA-2 Packet 
Drives??
We are interested in purchasing one but i didn't see it in 
the hardware compatibility list and we wanted to make 
sure. 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ipfw routing

2003-10-20 Thread Petre Bandac
On Monday 20 October 2003 15:48 Anno Domini, Lowell Gilbert wrote using one of 
his keyboards:
 Petre Bandac [EMAIL PROTECTED] writes:
  I have to use a freebsd machine as a gateway router; I did manage to make
  natd work, but now I have also a subnet routed to the machine

 That sounds fine.  How you handle it will depend on whether you want
 outside hosts to be able to initiate connections into that subnet or
 not.  If not, it's easy:  you just need '-unregistered_only'.

 If you do want full access into those machines, I don't see why
 just setting up a route on the gateway machine shouldn't be enough to
 just do it on a machine already configured for IP forwarding.  Of
 course, you'll need to let the packets through the firewall.

all I did was 
ipfw add pass all from any to $subnet 
ipfw add pass all from $subnet to any

and it works

my problem was that I googled around and didn't find the answer to my problem, 
so I had to figure it out myself

if you are familiar with freebsd routers/gateways, I would welcome any hints/
advices/howtoes/links/etc

what I want is to get the LAN behind rl1 to the internet (connected via rl0) 
with routable (i.e. public) IP addresses

  I'm looking for the ipfw command similar to iptables' -A FORWARD -d
  $subnet/ $mask -j ACCEPT

 Sorry, I don't use iptables, so that doesn't mean anything to me.

I am new to freebsd (and slowly moving to the intermediate level), but I have 
a few years of linux experience behind, that's why I tried a comparison 
between the 2 

 I can guess that it's going to just let in all packets destined for
 subnet/mask, but surely you want to do *some* firewalling...

yes, I surely do

  also, what's the difference between ipfw add pass and ipfw add forward ?

 The former accepts a packet for processing by the IP stack, while the
 latter bypasses the forwarding portions of the stack.

got it

thanks,

petre

-- 
 3:56PM  up 8 days,  4:01, 4 users, load averages: 0.94, 0.47, 0.26

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


errors with dependant packages while installing ports.

2003-10-20 Thread carmoda
Hi,

I seem to get failures just about every time i try to install anything:

in particular errors with dependant packages:

An older version of whatever/whatever is already installed...

now, on attempts to update any of these dependancy packages i break my 
system... so. do i just accept i cannot update or run certain things, or 
is there some trick t this i am missing...?

please 'CC' me as i am on digest mode...

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


Re: Odd network interface (PCMCIA) problem; going insane

2003-10-20 Thread Lowell Gilbert
Heath Volmer [EMAIL PROTECTED] writes:

 The problem: My PCMCIA network interface (Linksys PCM100) doesn't seems to
 work - SORT OF.  This is odd.  I can get online okay, use Mozilla to browse
 the web, but when I fire up sshd or apache or any other kind of server they
 don't seem to be accessible from the machines sitting right next to it on
 the desk.
 
 The BSD machine is @ 10.0.0.3, have a mac @ .2, XP @ .4.
 
 Subnets are fine.
 
 I can't ssh, telnet, ftp or even ping!! .3 from .2 or .4.
 
 When I ping FROM .3 to any another, I get some strange dup responses.  This
 only happens on this machine.
 
 I CAN ping to .3 from .3.  This makes sense.
 
 Have tried direct x-over cable connection between machines.  No good.
 
 Have removed card and installed in XP machine.  Good.
 
 Have reinstalled FBSD.  No luck.
 
 In order to confirm that the machine is okay, I reloaded win2K clean over
 the BSD.  Good!
 
 The PCM100 is listed in the pccard.conf file (I think that's it's name.)  I
 do not see any reference to it in dmesg.
 
 I swear this worked at one point.  Any suggestions?

This sounds like some sort of cabling problem (at least from the
router's point of view).  What does the physical topology (connections
between machines/routers/bridges) look like?
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Postfix problems

2003-10-20 Thread Nicolai P Guba
On Saturday 20 September 2003 15:34, fbsd_user wrote:
 server you have to disable sendmail and reboot FBSD.

*ouch*  reboots are evil.

surely there is another way of doing this. or?

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


Re: IP Bandwidth Usage Monitoring Question

2003-10-20 Thread Lowell Gilbert
Jason L. Schwab [EMAIL PROTECTED] writes:

   I have a machine with several ip addresses where users run alot of
   different services, and I am wondeirng if anyone knows a way or
   some recommended software than can monitor the inbound and
   outbound bandwidth usage per ip-address.
 
   I have SNMPd and MRTG setup, but that just does the entire machine
   as a whole, which is useful also, but I need to know per ip, as
   its one ip per customer for the bigger users, and there the ones
   I need to know, so I can doing billing, etc, etc.
 
   Let me know you folks thoughts, thanks very much!

I've never done any of this sort of thing, but
wouldn't, e.g., mrtg be able to handle this fine 
just by diverting each address of interest over a 
separate divert socket?  It doesn't scale well,
of course...
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Hacking calendar(1)

2003-10-20 Thread Lowell Gilbert
Charles Howse [EMAIL PROTECTED] writes:

 When I get my daily calendar email, there is no explanation of which
 entries come from which calendars.
 Other than hacking the source code, is there a way to get some headers
 like this? 
 
 Music History:
 Oct 20Three members of Lynyrd Skynyrd die in a plane crash, 1977
 
 World History:
 Blah blah blah
 
 Computer History:
 Blah blah blah

Not really.
The only cheap-and-easy hack I can think of is to modify (each line
of) the calendar files themselves.

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


RE: Postfix problems

2003-10-20 Thread Vince Hoffman

 
 On Saturday 20 September 2003 15:34, fbsd_user wrote:
  server you have to disable sendmail and reboot FBSD.
 
 *ouch*  reboots are evil.
 
 surely there is another way of doing this. or?
 

you shouldnt have to reboot. try making the rc.conf changes then,
$ killall sendmail
to get rid of any sendmail processes hanging on.
then since you are disabling sendmail in rc.conf i assume you are using the
startup wrapper /usr/local/etc/rc.d/postfix.sh rather than the
/etc/mail/mailer.conf wrappper. if this is so then try
$ /usr/local/etc/rc.d/postfix.sh start


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


Re: errors with dependant packages while installing ports.

2003-10-20 Thread David Lodeiro
Hi, 

# cd /usr/ports/xxx/directory of port that wont compile

# make deinstall

# make install  or  # make install clean  or   # make package

works for me without any problems

Seeya

David Lodeiro
 Hi,

 I seem to get failures just about every time i try to install anything:

 in particular errors with dependant packages:

 An older version of whatever/whatever is already installed...

 now, on attempts to update any of these dependancy packages i break my
 system... so. do i just accept i cannot update or run certain things, or
 is there some trick t this i am missing...?

 please 'CC' me as i am on digest mode...

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

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


Re: errors with dependant packages while installing ports.

2003-10-20 Thread Matthew Seaman
On Mon, Oct 20, 2003 at 11:06:40PM +, carmoda wrote:

 I seem to get failures just about every time i try to install anything:
 
 in particular errors with dependant packages:
 
 An older version of whatever/whatever is already installed...
 
 now, on attempts to update any of these dependancy packages i break my 
 system... so. do i just accept i cannot update or run certain things, or 
 is there some trick t this i am missing...?
 
 please 'CC' me as i am on digest mode...

This is the main problem that portupgrade(1) solves: package
dependency ordering.  Generally what happens is that a port looks for,
say, a particular version of a shared library.  If you've got an older
version of the shared library installed, the test to find the
particular shared library will fail, and the ports system will try and
re-install the dependent package.  As you've discovered, trying to
install a package on top of an older version of itself generates
errors.

The trick is to update the dependencies first, and then the ports that
depend on them.  It's also a good rule of thumb to take all your
ports/packages from a consistent source: ie. always use the packages
directory for your particular release from the FTP servers, or always
install from a freshly cvsup(1)'d ports tree.  That isn't a hard and
fast rule, but it generally helps you to avoid this sort of version
mismatch thing if you stick to it as closely as you can.

Note that sometimes a port providing a particular shared library may
have any number of dependents, and they can be broken by your updating
the shared library.  The gettext port seems to be a prime offender in
this reguard, as witnessed by the regular floods of messages to this
list about 'libintl.so.N not found'.  portupgrade(1) gets around that
shared library problem by keeping a copy of old version of shlibs in
/usr/local/lib/compat/pkg and there will generally be a heads-up
e-mail to [EMAIL PROTECTED] when some particularly important port gets
updated.

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey Marlow
Tel: +44 1628 476614  Bucks., SL7 1TH UK


pgp0.pgp
Description: PGP signature


Anyone know of a good way to handle mail for multiple domains (my own _and_ not my own)?

2003-10-20 Thread Scott W
Hey all- this is something I've looked for a good solution for for some 
time, and I'm sure someone else has already worked out.  Any ideas 
appreciated.

The scenario:
I have entirely too many email addresses, several of which from domains 
that are mine, but others that are not mine, but am
unable to get rid of entirely.

My freeBSD system is going to become a mail server among other things, 
to handle mail for several of my own domains.  Not
a big deal there, have done that enough times...however:

I'd like to also pull email from the mail accounts which are _not_ mine, 
so I can simply use IMAP to my mail server to access all
of my different accounts email.

In the past, I've used fetchmail to accomplish this somewhat, but that 
was on a per user basis via user cron jobs.  I'd rather avoid adding 
user accounts (at the shell/system level) for each email account I have.

Does anyone know of an alternative way to do this, that would work well 
for say, a dozen accounts for multiple domains of my own, and perhaps 
another dozen accounts from domains that are not my own?

Thanks in advance,

Scott



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


Re: Postfix problems

2003-10-20 Thread Lowell Gilbert
Nicolai P Guba [EMAIL PROTECTED] writes:

 On Saturday 20 September 2003 15:34, fbsd_user wrote:
  server you have to disable sendmail and reboot FBSD.
 
 *ouch*  reboots are evil.
 
 surely there is another way of doing this. or?

Yes.  You can just kill your sendmail processes.

In this case, though, I would recommend doing the reboot so that you
can be sure it will come up properly if you have an unscheduled
reboot.  E-mail is too important to trust in untested startup
procedures.  
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: errors with dependant packages while installing ports.

2003-10-20 Thread Lowell Gilbert
Matthew Seaman [EMAIL PROTECTED] writes:

 On Mon, Oct 20, 2003 at 11:06:40PM +, carmoda wrote:
 
  I seem to get failures just about every time i try to install anything:
  
  in particular errors with dependant packages:
  
  An older version of whatever/whatever is already installed...
  
  now, on attempts to update any of these dependancy packages i break my 
  system... so. do i just accept i cannot update or run certain things, or 
  is there some trick t this i am missing...?
  
  please 'CC' me as i am on digest mode...
 
 This is the main problem that portupgrade(1) solves: package
 dependency ordering.

*Most* of the time, just building from ports instead of installing
from packages solves this particular case of the dependency problem.

If the new program really *requires* an updated version of the
dependency (as opposed to the packages case, where it's linked against
that version but could -- typically -- just as easily have been linked
against an older version), then you need to update the dependency, and
everything else that's dependent on it.  This is where portupgrade
really saves you an awful lot of (tedious) effort.

Telling the two cases apart can be a bit tricky for non-programmers,
but building the port will usually tell you.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: IPFW Antics

2003-10-20 Thread Tom Servo
Each time that I see the request dialog come up in my IRC client the request
times out because I think that my gateway is dropping the request packets
instead of forwarding them to my IRC machine.  I know that ircd usually runs
on port 6667 so I am guessing that DCC requests must land in the same area.
I specified all ports from -7000 to be safe but maybe these are the
wrong ports???

-Original Message-
From: Lowell Gilbert [mailto:[EMAIL PROTECTED] 
Sent: Monday, October 20, 2003 8:51 AM
To: Tom Servo
Cc: [EMAIL PROTECTED]
Subject: Re: IPFW Antics


Tom Servo [EMAIL PROTECTED] writes:

 I am trying to run an IRC file server inside my network that is 
 protected by a FreeBSD box that is running natd.  I am running natd 
 with the following options to enable IP forwarding to allow people to 
 request files from my file server (192.168.0.101):
 
 /sbin/natd -f /etc/natd.conf -redirect_port tcp 
 192.168.0.101:-7000 -7000 -n ep1
 
 Unfortunately, it appears that the natd box is not forwarding the 
 incoming request packets correctly.  Can anyone provide some insight 
 on this?  Thanks in advance.

Is anything getting forwarded at all?  How are those packets incorrect?


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


Re: IP Bandwidth Usage Monitoring Question

2003-10-20 Thread Adam Gardner
Check out ipa in the ports.

/usr/ports/sysutils/ipa

Requires a firewall though.

On Mon, 20 Oct 2003, Lowell Gilbert wrote:

 Jason L. Schwab [EMAIL PROTECTED] writes:

  I have a machine with several ip addresses where users run alot of
  different services, and I am wondeirng if anyone knows a way or
  some recommended software than can monitor the inbound and
  outbound bandwidth usage per ip-address.
 
  I have SNMPd and MRTG setup, but that just does the entire machine
  as a whole, which is useful also, but I need to know per ip, as
  its one ip per customer for the bigger users, and there the ones
  I need to know, so I can doing billing, etc, etc.
 
  Let me know you folks thoughts, thanks very much!

 I've never done any of this sort of thing, but
 wouldn't, e.g., mrtg be able to handle this fine
 just by diverting each address of interest over a
 separate divert socket?  It doesn't scale well,
 of course...
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

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


Re: CVSup supfilesrc-all question

2003-10-20 Thread Alden Louis-Pierre
Graham Lillico wrote:

On Sat, Oct 18, 2003 at 08:04:54PM -0400, Alden Louis-Pierre wrote:
 

  So running my sample CVSup supfile would not patch my system for the 
security advisories from SA-03:08 - SA-0318(as of 10/19/03)?  I'm under 
the impression this supfile would take care of security advisories, 
being that I'm updating the /usr directory.  For everything to take in 
effect I must build and install my kernel as well?  I'm looking through 
the FreeBSD Handbook and I don't
see this extra step. 

Thank You
Alden Louis-Pierre
   

If you are wanting to do binary updates then FreeBSD Update might be what
your looking for. It can be found at http://www.daemonology.net/freebsd-update/
Grez..
 

   Thanks everyone for your help.  I manage to do a source upgrade.  I 
did not know if it would be this involved.  Updating the
source was simple, but a little tedious.  I never thought I would be 
compiling so many different things, which made me a little
hesitate at first.

   Graham, thank for the info on the binary update.  This is exactly 
the kind of tool I wanted.  For a second there I thought my supfile
would do a binary update.

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


Re: Howto change from RELEASE to STABLE

2003-10-20 Thread Mailing Lists Catcher
On Fri, 2003-10-17 at 15:50, Dinesh Nadarajah wrote:
 I am running 5.1-RELEASE and would like to update to 5.1-STABLE. How
 can I go about it? I just want to install the software and not the
 kernel itself. Is that possible? 
 
 Also, where is the information for pkg_add kept? I mean when I say
 'pkg_add -r bash2' how does it know where to go get it? Is there a
 config file for pkg_add somewhere? I searched for it but could not find
 it. 
 
I am not certain where the config file is but I am sure there is
probably one somewhere.  But pkg_add pretty much gets everything from
ftp.freebsd.org which is the only place I know of to get reliable
packages.

Jason Cribbins

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

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


Re: Best place to start a misc program at bootup

2003-10-20 Thread Mike Maltese
So there's /etc/rc, and etc/rc.local, and then there's the fancy
rc.conf
 scripts which stat programs. /etc/rc and /etc/rc.local don't appear to be
 designated places for starting up misc. programs, so where do we put
these
 misc programs which we want to run at startup?

Take a look in /usr/local/etc/rc.d/.

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


Re: mplayer + xmms issue!

2003-10-20 Thread Mailing Lists Catcher
Are you getting any sounds at all?
Check in /dev to see if you even have a sound device.  My guess is no.

All sound drivers (I believe) are disabled initially.  Check out
/boot/defaults/loader.conf and /boot/loader.conf.  Also the Handbook has
a sound card section.

Most PCs have a cable connected directly from the CDROM to the sound
card so CDs might play even if FreeBSD is not setup to use your sound
card.

Jason Cribbins

On Mon, 2003-10-20 at 06:09, Bryan Cassidy wrote:
 On Mon, 20 Oct 2003 05:04:38 -0500
 Bryan Cassidy [EMAIL PROTECTED] wrote:
 
  I dont want to get into why I had to do a reinstall but I did. Now
  that I have mplayer installed and xmms installed I can play cds on
  xmms but can't play streaming audio from live365.com *anymore*. I use
  to be able to play them. Which was yesterday. I can play videos in
  mplayer but I don't have any sound. What is goin on? I never had this
  problem before. All I had to do was configure sound in kernel and
  boom. I was all set. Wouldn't mind some help here.
  
 Sorry I didn't add this before.
 I don't get any errors from mplayer but when I go to play streaming
 video from live365.com in xmms I get the 
 
 Please check that
 1. You have the correct output plugin selected. Only two and I'm sure
 it's not diskwriter I should use.
 2. No other programs is blocking the soundcard. NOTHING loading the is
 playing audio.
 3. Your soundcard is configured properly. lmao.. ya think?

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


5.1-Realease UPDATE PORTS

2003-10-20 Thread Osmany Guirola Cruz
 I have 5.1 Realease and i want install mozilla-firebird, but in these realease don 
exist, what can ido?
i found the package  for the 4.8-Stable and can  not install it due to dependencies 
whit gettext xfree_libraries . Waht should i do? How can i update my ports 
collection ? AHH very important I CAN NOT CVSUP
Thanks


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


Re: burncd ``only wrote -1...'' coasting discs.

2003-10-20 Thread Lewis Thompson
On Mon, Oct 20, 2003 at 09:26:28AM -0400, Lowell Gilbert wrote:
 Lewis Thompson [EMAIL PROTECTED] writes:
 
  I'm trying to use burncd to write an ISO to a blank disc.  The discs are
  all fine, etc. and this is a new DVD drive (writes DVDs and CDs), so I'm
  guessing that is the problem.
 
 By itself, it shouldn't be.  If you're running 5.x, that's another
 story.

In true me style I am and as ever I always forget to add some relevant
detail to all posts, so this is it.  I'm using 5.1-RELEASE-p8.

  Could you point me (or just tell me ;) in the direction of where I can
find out about this problem?

  Thanks very much,

-lewiz.

-- 
I was so much older then, I'm younger than that now.  --Bob Dylan, 1964.

-| msn:[EMAIL PROTECTED] | jabber:[EMAIL PROTECTED] | url:www.lewiz.org |-


pgp0.pgp
Description: PGP signature


info on FreeBSD

2003-10-20 Thread nigel p lawrence
Dear Sirs

I aew to linux what is Freeebsd ?
Is some kind of unix or linux ?
Thanks Nigel P Lawrence
  Amateur Radio Call sign os G0MEJ
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: 5.1-Realease UPDATE PORTS

2003-10-20 Thread Derek Zeanah

Waht should i do? How can i update my ports collection ? AHH very important I CAN NOT 
CVSUP 

I'm something of a newbie with FreeBSD, but it seems like cvsup'ing your ports tree is 
the preferred solution.  Why can't you do this?  Can you use the package management 
system instead or ports, or is there a basic issue that keeps you from using both?



Encrypted e-mail preferred; see keyservers
for most recent PGP key 

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


Re: info on FreeBSD

2003-10-20 Thread Matthew Seaman
On Mon, Oct 20, 2003 at 06:07:30PM +0100, nigel p lawrence wrote:

 I aew to linux what is Freeebsd ?
 Is some kind of unix or linux ?

Like it says right at the top of the page at http://www.freebsd.org/ --

What is FreeBSD?

FreeBSD is an advanced operating system for x86 compatible, DEC
Alpha, IA-64, PC-98 and UltraSPARC(R) architectures. It is derived
from BSD, the version of UNIX(R) developed at the University of
California, Berkeley. It is developed and maintained by a large
team of individuals. Additional platforms are in various stages of
development.

It's not Linux, although there are some similarities and both OSes can
run a large amount of software in common.

Cheers,

Matthew 

-- 
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey Marlow
Tel: +44 1628 476614  Bucks., SL7 1TH UK


pgp0.pgp
Description: PGP signature


Re: info on FreeBSD

2003-10-20 Thread Mailing Lists Catcher
everything you wanted to know is on http://www.freebsd.org
In particular check out:
http://www.freebsd.org/projects/newbies.html

Then before you attempt an install besure to read through the handbook
at: http://www.freebsd.org/doc/en/books/handbook/index.html and the faq
a: http://www.freebsd.org/doc/en/books/faq/index.html

After all that if you have a more specific question feel free to ask.

Jason Cribbins

On Mon, 2003-10-20 at 13:07, nigel p lawrence wrote:
 Dear Sirs
 
 I aew to linux what is Freeebsd ?
 Is some kind of unix or linux ?
 
 Thanks Nigel P Lawrence
Amateur Radio Call sign os G0MEJ
 
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

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


Re: 5.1-Realease UPDATE PORTS

2003-10-20 Thread Mailing Lists Catcher
There is no port for 5.x that I can find so updating your ports tree
wont do much good.

You can try downloading the package for 4-stable or wait for it to
appear for 5.x.  I am not certain what would happen if you downloaded
the package for 4-stable and tried pgk_adddo this at your own risk.

Jason Cribbins

On Mon, 2003-10-20 at 12:27, Osmany Guirola Cruz wrote:
  I have 5.1 Realease and i want install mozilla-firebird, but in these realease don 
 exist, what can ido?
 i found the package  for the 4.8-Stable and can  not install it due to dependencies 
 whit gettext xfree_libraries . Waht should i do? How can i update my ports 
 collection ? AHH very important I CAN NOT CVSUP
 Thanks
 
 
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

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


RE: 5.1-Realease UPDATE PORTS

2003-10-20 Thread Osmany Guirola Cruz
I can not use cvsup due to restrictions on my network and i need to do updates of my 
ports. 
how and what can i do?


-Original Message-
From:   Derek Zeanah [mailto:[EMAIL PROTECTED]
Sent:   Mon 10/20/2003 1:23 PM
To: Osmany Guirola Cruz; [EMAIL PROTECTED]
Cc: 
Subject:Re: 5.1-Realease UPDATE PORTS

Waht should i do? How can i update my ports collection ? AHH very important I CAN NOT 
CVSUP 

I'm something of a newbie with FreeBSD, but it seems like cvsup'ing your ports tree is 
the preferred solution.  Why can't you do this?  Can you use the package management 
system instead or ports, or is there a basic issue that keeps you from using both?



Encrypted e-mail preferred; see keyservers
for most recent PGP key 






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


Re: 5.1-Realease UPDATE PORTS

2003-10-20 Thread Kris Kennaway
On Mon, Oct 20, 2003 at 01:25:49PM -0400, Mailing Lists Catcher wrote:
 There is no port for 5.x that I can find so updating your ports tree
 wont do much good.

There certainly is a port.  What makes you think otherwise?

Kris


pgp0.pgp
Description: PGP signature


Re: 5.1-Realease UPDATE PORTS

2003-10-20 Thread Kris Kennaway
On Mon, Oct 20, 2003 at 01:38:03PM -0400, Osmany Guirola Cruz wrote:
 I can not use cvsup due to restrictions on my network and i need to do updates of my 
 ports. 
 how and what can i do?

This is answered in the handbook - there are other ways to obtain
updates to FreeBSD, like CTM.

Kris


pgp0.pgp
Description: PGP signature


Can I get SMBFS to cooperate with NT apps as well as Sharity Light?

2003-10-20 Thread Doug Lee
I am trying to open a series of database files from FreeBSD that are
hosted by a Windows NT share.  I only need read-only access at this
point.

For some reason though, if a file is opened by a Windows program,
FreeBSD can't get read access to it if I use smbfs, but other Windows
machines can and so can FreeBSD if I mount the share with Sharity
instead of smbfs.  I tried to find information in the mount_smbfs man
page and in the smbfs source code on how to make smbfs grant me read
access to an already-opened file, but I didn't find anything.

Is there a way to get smbfs to grant the same access to files that
Windows is using?

This is FreeBSD 4.8-RC, in case it matters for this.

Thanks much.


-- 
Doug Lee   [EMAIL PROTECTED]http://www.dlee.org
Bartimaeus Group   [EMAIL PROTECTED]   http://www.bartsite.com
Sometimes I think my learning curve is a circle. -- David Andrews
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: 5.1-Realease UPDATE PORTS

2003-10-20 Thread Jud

On 20 Oct 2003 13:25:49 -0400, Mailing Lists Catcher
[EMAIL PROTECTED] said:
 There is no port for 5.x that I can find so updating your ports tree
 wont do much good.
 
 You can try downloading the package for 4-stable or wait for it to
 appear for 5.x.  I am not certain what would happen if you downloaded
 the package for 4-stable and tried pgk_adddo this at your own risk.
 
 Jason Cribbins
 
 On Mon, 2003-10-20 at 12:27, Osmany Guirola Cruz wrote:
   I have 5.1 Realease and i want install mozilla-firebird, but in these realease 
  don exist, what can ido?
  i found the package  for the 4.8-Stable and can  not install it due to 
  dependencies whit gettext xfree_libraries . Waht should i do? How can i update 
  my ports collection ? AHH very important I CAN NOT CVSUP
  Thanks

[Sigh] Don't believe everything you read.  The ports are the same for 4.x
and 5.x.

Do you have the ports collection (the /usr/ports directory and contents)
in your version of 5.1-RELEASE?  If so, you can cd to
/usr/ports/www/mozilla-firebird and type 'make install clean' (no
quotes).  That should get you version 0.6, I believe.

Why are you unable to cvsup?  If it is because you don't have the cvsup
application installed, see if you can download and install the package
for it (I'd recommend choosing the cvsup-without-gui package; you can
also install cvsup using the port, but that takes a very long time
downloading, compiling and installing Modula-3).  Once you have cvsup
installed, you can use it to install/update the ports collection.  If you
cannot use cvsup for some other reason, you might try FTP-ing the latest
ports collection.  (Since I am behind a firewall without FTP access ATM,
can someone tell us whether there is an FTP-able ports collection with
version 0.7 of Mozilla-Firebird?)

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


Error Message

2003-10-20 Thread Bob Moore Computer Recruiters TekJobs.com
I'm doing 
pine -inbox-path=users/tekjobs/mail/Trash

Gives me this message
Your terminal, of type ansi, is lacking functions needed to run pine.
What do I need to do?
Thanks for your help
Bob Moore 
tekjobs.com




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


Re: Error Message

2003-10-20 Thread Charles Swiger
On Monday, October 20, 2003, at 02:11 PM, Bob Moore Computer Recruiters 
TekJobs.com wrote:
I'm doing
pine -inbox-path=users/tekjobs/mail/Trash
Gives me this message
Your terminal, of type ansi, is lacking functions needed to run pine.
What do I need to do?
Where are you running pine?  If you're logging in directly on the 
machine, setting TERM to 'cons25' is likely correct.  If you're running 
X-windows, try using 'xterm' or 'vt100' as the value of TERM.

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


RE: 5.1-Realease UPDATE PORTS

2003-10-20 Thread Osmany Guirola Cruz
 I do cd to  /usr/ports/www/mozilla-firebird and these port does not exist
 I can do cvsup due to restrictions on my FIREWALL


Do you have the ports collection (the /usr/ports directory and contents)
in your version of 5.1-RELEASE?  If so, you can cd to
/usr/ports/www/mozilla-firebird and type 'make install clean' (no
quotes).  That should get you version 0.6, I believe.

Why are you unable to cvsup?  If it is because you don't have the cvsup
application installed, see if you can download and install the package
for it (I'd recommend choosing the cvsup-without-gui package; you can
also install cvsup using the port, but that takes a very long time
downloading, compiling and installing Modula-3).  Once you have cvsup
installed, you can use it to install/update the ports collection.  If you
cannot use cvsup for some other reason, you might try FTP-ing the latest
ports collection.  (Since I am behind a firewall without FTP access ATM,
can someone tell us whether there is an FTP-able ports collection with
version 0.7 of Mozilla-Firebird?)

Jud





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


Any ideas on X freezing up with NVIDIA drivers?

2003-10-20 Thread Don Whitteker
Hello all and thank you in advance...first off I am
still a bit of a
newbie with FreeBSD (and *NIX in general) but am
learning more every
day = ) I hope I got this on the correct list but feel
free to point
me in the right direction if I did not

OK...here's the problem. I have an A7N8X board
(deluxe) and am trying
to use the nvidia driver with my GeForceFX. I've
installed 5.1-Release
(I tries 4.8 too but the 5.1 just seemed to flow
better with me) and
have ACPI turned off in my BIOS and in FBSD. However
no matter what I
do all I seem to be able to get when I start up X is
the nvidia logo.
I lose all keyboard function and thus have to do a
hard reboot. I have
been working on this particular little problem for a
number of weeks
now to no avail. I have searched any relevant docs I
could find
(nvidia, handbook,XFree86 site, nforce2 site) to no
avail. I have
googles so much I have trouble remembering which
keyword combination I
used to get to a particular page. Basically I am
clueless on what to
try next. I have tried make setup with the
WITH_FREEBSD_AGP with agp
in the kernel, tried the WITH_FREEBSD_AGP with it not
in the kernel
but as a module, I have tried with no agp in kernel or
agp.ko and
using the cards AGPGART. I have even tried
combinations between them.
I have compiled and recompiled with optimizations
(-march=athlon-xp
CHFLAGS= -o -pipe) and without but nothing seems to
change.

The only errors I am getting in my XFree86.0.log is a
couple of
warnings about some resolution I don't use anyway not
working with my
monitor and of course it not being able to verify AGP
usage when I am
using freebsd's agpgart. Other than that everything
looks peachy keen.
Everything works fine with nv

Looking back I probably would not have gotten such a
problematic
chipset if I had known I was going to be giving up
windows and moving
to something a little more fun = )...btw besides the
whole video
driver thing I am loving this OS.

oh yeahif you need me to post my dmesg or config
file or log or
anything just let me know

= )
Don Whitteker

__
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
http://shopping.yahoo.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: GTK

2003-10-20 Thread C. Ulrich
On Mon, 2003-10-20 at 03:53, Andrew Kozak wrote:
 From: Andrew Kozak
 Date: Monday, 20 October 2003 05:42:11 PM
 To: FreeBSD Questions
 Subject: GTK
  
   
 Hi Everyone
  
 Hope someone can help me here, I've kinda stuffed up big time. Whilst trying
 to install etherape, I received a message that my gtk was too old, and that
 I should uninstall it and install the new one. Which I did. Immediately
 afterwards, I found that quite a few programs rely on this older version of
 gtk I have lost all web browsers other than knoqueror (missing dillo, what a
 nice efficient fast little browser that is). I am using FreeBSD 4.9RC on a
 Pentium 2 with 128Mb of RAM. I have downloaded the gtk version that used to
 run the broken programs (version 1.2.0) and tried to ./configure, which goes
 ahead, but complains about glib not being there, so I downloaded that, still
 complains that glib is not there. I did download version 1.2.0 and did the
 /configure but no good, still complains that this file is missing. 

From your description, this machine sounds like its had some of its
parts (software parts, that is) upgraded over a period of time and now
you're running into problems with version compatibility. We call this
dependency hell, though the phrase is usually used in a slightly
different context. I'm afraid I don't have any advice specific to your
problem, but I can give some general advice starting with: Consider
saving all of your important data (to include networking configuration,
custom scripts, and X configuration) and start from scratch with a new
install of 4.9RC.

 The error
 I get if I try and run one of the broken programs is /usr/libexec/ld-elf.so
 1: Shared Object libintl.so.4 not found If I do a locate libintl.so.4, the
 machine tells me that is is located in libexec, right where it should be,
 however, when I log into that directory and look, It's not there - and I
 have been logging in as root to make sure that I get all privileges and can
 see hidden files.

The 'locate' utility uses a database, located in
/var/db/locate.database, to keep track of things. Theoretically, this
database is supposed to be updated weekly via a cron job, which can
result in a confusing scenario for those not familiar with how locate
works. If you do any work to the filesystem (installing a program,
deleting some files, etc) then the locate database will be out of date
until the the next time the cron job is run. This is the problem that
you're describing. Do an 'ls -l' on the database file and look at the
timestamp--that will tell you the exact time that the database was last
synched with the system.

I personally lothe the locate system because it's most useless when it's
most needed. I tinker on my system a lot, and if I've just installed
something and run into library dependency issues, I usually want to know
where my libraries are *now*, not last Saturday at 4:15AM. For this
reason, I usually disable the weekly database sync (to save wear and
tear on my disks) and resort to 'which', 'whereis', and 'find'. See the
manpages for each.

[snip]

 Please don't bother if you are a 'boffin' who likes big words such as just
 hiblib the hoobiwhastis with alt 67 and configure the path to match the
 environment via port 28774. Don't get me wrong, I'm not unappreciative, but
 it goes over my head, and is a waste of time for all of us. I do not
 understand code or programming, I am just a workstation operator who is
 trying to learn this flexible powerful system. I hope to be able to discuss
 and understand terminology associated with code and programming when I get
 my head around the basics and have an  opportunity to learn more. I am a
 newbie and need laymen terms to understand.

I'm sure you're not unappreciative, but bear in mind that FreeBSD is a
complex, technical system and that technical language is usually
required to communicate any meaningful solution or idea. There might be
a few on this list who enjoy trying to flex their alleged superiority
over newbies by using throwing in advanced words and highly technical
concepts, but most of us are just here volunteering our valuable time to
help. Understanding, however, can never simply be given. That's a
journey that you have to take up yourself. If you're having trouble with
the technical jargon, you should strive to learn it by reading as many
docs and manpages as you can, especially since you indicate that your
intention is to learn. I can sympathize with your situation, though,
because I'm not much of a programmer either. This is a significant
disadvantage when it comes to learning FreeBSD as its surrounding
culture is deeply intertwined with programming and development, even
compared to other Unix clones and derivatives. But with persistance and
a LOT of reading, FreeBSD is far from impossible to learn.

Charles Ulrich
-- 
http://bityard.net

___
[EMAIL PROTECTED] mailing list

Re: 5.1-Realease UPDATE PORTS

2003-10-20 Thread Eric Pogroski
On Mon, 20 Oct 2003 13:38:03 -0400
Osmany Guirola Cruz [EMAIL PROTECTED] wrote:

 I can not use cvsup due to restrictions on my network and i need to do updates of my 
 ports. 
 how and what can i do?

can you ftp? or use a browser (relatively) freely? If so, go here:
ftp://ftp.freebsd.org/pub/FreeBSD/ports/ports/ports.tar.gz
untar it to your /usr directory, and you'll have a only slightly out-of-sync ports 
tree.

or you could attempt to tell cvsup to use alternate ports.

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


Re: Virtual Console Keyboard Layout

2003-10-20 Thread Lowell Gilbert
Rommel B. IKEDA [EMAIL PROTECTED] writes:

 My shell is the default Bourne Shell...can anyone help or give me
 advice on where to search in the man pages about setting my virtual
 console keyboard layout to 105...

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


Oracle client question

2003-10-20 Thread Louis LeBlanc
Hey all.  I'm sure this has been asked a few times, but I've not found
the answer to my specific question regarding Oracle on FreeBSD.

Here goes:  I don't need to run the Oracle server on FreeBSD, so I'm
not above simply copying in the headers and libraries by hand.  So the
installation procedure is NOT necessary.  The handbook and FAQ do not
discuss actually *linking* linux specific libraries.

Here's the real question:  Is anyone out there linking CLIENT
applications that successfully connect to a separate Oracle server?

If this can be done easily enough, then I may be porting a very high
volume network application (500+ HTTP transactions/sec on a base
Netra running Solaris8) to FreeBSD 5.x.  The problem is that I am
inextricably tied to Oracle.

If anyone has had any experience in this area, I'd certainly
appreciate some pointers.  I'd also appreciate knowing if anyone has
actually built an Oracle client on Linux and run it on FreeBSD.

And no, I don't believe Linux is being considered as an actual runtime
platform option.

TIA
Lou
-- 
Louis LeBlanc   [EMAIL PROTECTED]
Fully Funded Hobbyist, KeySlapper Extrordinaire :)
http://www.keyslapper.org ԿԬ
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: STrange network problem

2003-10-20 Thread Wes Zuber
Hi Rus, looks like you added an alias beyond the usable range. inet 
63.247.81.167 netmask 0x broadcast 63.247.81.167 is your 
broadcast.

--WEs

On Oct 20, 2003, at 12:43 PM, Rus Foster wrote:

Hi All,
I've just tried to bring up a new IP alias and am having trouble using 
it

Currently

ls512# ifconfig -a
vr0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu 1500
inet 63.247.81.162 netmask 0xfff8 broadcast 63.247.81.167
inet6 fe80::230:1bff:fe37:fb48%vr0 prefixlen 64 scopeid 0x1
inet 63.247.81.163 netmask 0x broadcast 63.247.81.163
inet 63.247.81.164 netmask 0x broadcast 63.247.81.164
inet 63.247.81.165 netmask 0x broadcast 63.247.81.165
inet 63.247.81.166 netmask 0x broadcast 63.247.81.166
inet 63.247.81.167 netmask 0x broadcast 63.247.81.167
ether 00:30:1b:37:fb:48
media: Ethernet autoselect (100baseTX full-duplex)
status: active
lp0: flags=8810POINTOPOINT,SIMPLEX,MULTICAST mtu 1500
faith0: flags=8002BROADCAST,MULTICAST mtu 1500
lo0: flags=8049UP,LOOPBACK,RUNNING,MULTICAST mtu 16384
inet6 ::1 prefixlen 128
inet6 fe80::1%lo0 prefixlen 64 scopeid 0x4
inet 127.0.0.1 netmask 0xff00
ppp0: flags=8010POINTOPOINT,MULTICAST mtu 1500
sl0: flags=c010POINTOPOINT,LINK2,MULTICAST mtu 552
ls512# ping 63.247.81.167
PING 63.247.81.167 (63.247.81.167): 56 data bytes
ping: sendto: Can't assign requested address
ping: sendto: Can't assign requested address
ping: sendto: Can't assign requested address
ping: sendto: Can't assign requested address
^C
--- 63.247.81.167 ping statistics ---
4 packets transmitted, 0 packets received, 100% packet loss
but ...

ls512# ping 63.247.81.166
PING 63.247.81.166 (63.247.81.166): 56 data bytes
64 bytes from 63.247.81.166: icmp_seq=0 ttl=64 time=0.048 ms
64 bytes from 63.247.81.166: icmp_seq=1 ttl=64 time=0.031 ms
^C
--- 63.247.81.166 ping statistics ---
2 packets transmitted, 2 packets received, 0% packet loss
round-trip min/avg/max/stddev = 0.031/0.040/0.048/0.009 ms
ls512# netstat -rn
Routing tables
Internet:
DestinationGatewayFlagsRefs  Use  Netif 
Expire
default63.247.81.161  UGSc   9891635vr0
63.247.81.160/29   link#1 UC  10vr0
63.247.81.161  00:0a:8a:f2:e1:00  UHLW   950vr0   
1188
63.247.81.163  00:30:1b:37:fb:48  UHLW231131lo0 =
63.247.81.163/32   link#1 UC  10vr0
63.247.81.164  00:30:1b:37:fb:48  UHLW268201lo0 =
63.247.81.164/32   link#1 UC  10vr0
63.247.81.165  00:30:1b:37:fb:48  UHLW2 2336lo0 =
63.247.81.165/32   link#1 UC  10vr0
63.247.81.166  00:30:1b:37:fb:48  UHLW04lo0 =
63.247.81.166/32   link#1 UC  10vr0
63.247.81.167  00:30:1b:37:fb:48  UHLWb   0   27lo0 =
63.247.81.167/32   link#1 UC  10vr0
127.0.0.1  127.0.0.1  UH  0   48lo0

Any ideas?

Nothing in dmesg
Nothing in /var/log/messages
rus
--
w: http://www.jvps.com  | Virtual Dedicated Servers from $15/mo
e: [EMAIL PROTECTED]| Dontations made to Debian, FreeBSD
t: +44 7919 373537  | and Slackware
t: 1-888-327-6330   | email: [EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
[EMAIL PROTECTED]


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


Re: STrange network problem

2003-10-20 Thread Steve Hovey

You show 167 as a broadcast on the first IP line then try to use it also
as an available ip


On Mon, 20 Oct 2003, Rus Foster wrote:

 Hi All,
 I've just tried to bring up a new IP alias and am having trouble using it
 
 Currently
 
 ls512# ifconfig -a
 vr0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu 1500
 inet 63.247.81.162 netmask 0xfff8 broadcast 63.247.81.167
 inet6 fe80::230:1bff:fe37:fb48%vr0 prefixlen 64 scopeid 0x1
 inet 63.247.81.163 netmask 0x broadcast 63.247.81.163
 inet 63.247.81.164 netmask 0x broadcast 63.247.81.164
 inet 63.247.81.165 netmask 0x broadcast 63.247.81.165
 inet 63.247.81.166 netmask 0x broadcast 63.247.81.166
 inet 63.247.81.167 netmask 0x broadcast 63.247.81.167
 ether 00:30:1b:37:fb:48
 media: Ethernet autoselect (100baseTX full-duplex)
 status: active
 lp0: flags=8810POINTOPOINT,SIMPLEX,MULTICAST mtu 1500
 faith0: flags=8002BROADCAST,MULTICAST mtu 1500
 lo0: flags=8049UP,LOOPBACK,RUNNING,MULTICAST mtu 16384
 inet6 ::1 prefixlen 128
 inet6 fe80::1%lo0 prefixlen 64 scopeid 0x4
 inet 127.0.0.1 netmask 0xff00
 ppp0: flags=8010POINTOPOINT,MULTICAST mtu 1500
 sl0: flags=c010POINTOPOINT,LINK2,MULTICAST mtu 552
 ls512# ping 63.247.81.167
 PING 63.247.81.167 (63.247.81.167): 56 data bytes
 ping: sendto: Can't assign requested address
 ping: sendto: Can't assign requested address
 ping: sendto: Can't assign requested address
 ping: sendto: Can't assign requested address
 ^C
 --- 63.247.81.167 ping statistics ---
 4 packets transmitted, 0 packets received, 100% packet loss
 
 but ...
 
 ls512# ping 63.247.81.166
 PING 63.247.81.166 (63.247.81.166): 56 data bytes
 64 bytes from 63.247.81.166: icmp_seq=0 ttl=64 time=0.048 ms
 64 bytes from 63.247.81.166: icmp_seq=1 ttl=64 time=0.031 ms
 ^C
 --- 63.247.81.166 ping statistics ---
 2 packets transmitted, 2 packets received, 0% packet loss
 round-trip min/avg/max/stddev = 0.031/0.040/0.048/0.009 ms
 
 ls512# netstat -rn
 Routing tables
 
 Internet:
 DestinationGatewayFlagsRefs  Use  Netif Expire
 default63.247.81.161  UGSc   9891635vr0
 63.247.81.160/29   link#1 UC  10vr0
 63.247.81.161  00:0a:8a:f2:e1:00  UHLW   950vr0   1188
 63.247.81.163  00:30:1b:37:fb:48  UHLW231131lo0 =
 63.247.81.163/32   link#1 UC  10vr0
 63.247.81.164  00:30:1b:37:fb:48  UHLW268201lo0 =
 63.247.81.164/32   link#1 UC  10vr0
 63.247.81.165  00:30:1b:37:fb:48  UHLW2 2336lo0 =
 63.247.81.165/32   link#1 UC  10vr0
 63.247.81.166  00:30:1b:37:fb:48  UHLW04lo0 =
 63.247.81.166/32   link#1 UC  10vr0
 63.247.81.167  00:30:1b:37:fb:48  UHLWb   0   27lo0 =
 63.247.81.167/32   link#1 UC  10vr0
 127.0.0.1  127.0.0.1  UH  0   48lo0
 
 Any ideas?
 
 Nothing in dmesg
 Nothing in /var/log/messages
 
 rus
 -- 
 w: http://www.jvps.com  | Virtual Dedicated Servers from $15/mo
 e: [EMAIL PROTECTED]| Dontations made to Debian, FreeBSD
 t: +44 7919 373537| and Slackware
 t: 1-888-327-6330 | email: [EMAIL PROTECTED]
 
 
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
 

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


RE: 5.1-Realease UPDATE PORTS

2003-10-20 Thread Osmany Guirola Cruz
Ok People i download the latest port.tar.gz
it includes the mozilla-firebird if i install it what could happen whit my system it 
needs xfree greater than i have installed 
?what should i do? upgrade the entite syste? 


-Original Message-
From:   Jud [mailto:[EMAIL PROTECTED]
Sent:   Mon 10/20/2003 1:56 PM
To: [EMAIL PROTECTED]; Osmany Guirola Cruz
Cc: freebsd-questions
Subject:Re: 5.1-Realease UPDATE PORTS

On 20 Oct 2003 13:25:49 -0400, Mailing Lists Catcher
[EMAIL PROTECTED] said:
 There is no port for 5.x that I can find so updating your ports tree
 wont do much good.
 
 You can try downloading the package for 4-stable or wait for it to
 appear for 5.x.  I am not certain what would happen if you downloaded
 the package for 4-stable and tried pgk_adddo this at your own risk.
 
 Jason Cribbins
 
 On Mon, 2003-10-20 at 12:27, Osmany Guirola Cruz wrote:
   I have 5.1 Realease and i want install mozilla-firebird, but in these realease 
  don exist, what can ido?
  i found the package  for the 4.8-Stable and can  not install it due to 
  dependencies whit gettext xfree_libraries . Waht should i do? How can i update 
  my ports collection ? AHH very important I CAN NOT CVSUP
  Thanks

[Sigh] Don't believe everything you read.  The ports are the same for 4.x
and 5.x.

Do you have the ports collection (the /usr/ports directory and contents)
in your version of 5.1-RELEASE?  If so, you can cd to
/usr/ports/www/mozilla-firebird and type 'make install clean' (no
quotes).  That should get you version 0.6, I believe.

Why are you unable to cvsup?  If it is because you don't have the cvsup
application installed, see if you can download and install the package
for it (I'd recommend choosing the cvsup-without-gui package; you can
also install cvsup using the port, but that takes a very long time
downloading, compiling and installing Modula-3).  Once you have cvsup
installed, you can use it to install/update the ports collection.  If you
cannot use cvsup for some other reason, you might try FTP-ing the latest
ports collection.  (Since I am behind a firewall without FTP access ATM,
can someone tell us whether there is an FTP-able ports collection with
version 0.7 of Mozilla-Firebird?)

Jud





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


Re: Hacking calendar(1) - SOLVED

2003-10-20 Thread Charles Howse
 When I get my daily calendar email, there is no explanation of which
 entries come from which calendars.
 Other than hacking the source code, is there a way to get some
headers
 like this? 
 
 Music History:
 Oct 20  Three members of Lynyrd Skynyrd die in a plane crash, 1977
 
 World History:
 Blah blah blah
 
 Computer History:
 Blah blah blah

 Not really.
 The only cheap-and-easy hack I can think of is to modify (each line
 of) the calendar files themselves.

I found an old post by Greg Lehey that I have modified.
I run it from cron at midnight every day.
It's working great so far!
Comments, suggestions?

-
#!/usr/local/bin/bash
#
# Go through the calendars and find out what happened today.

dir=/usr/share/calendar
file=/root/today_cal

if [ -a $file ] ; then
rm $file
fi

if [ -n `/usr/bin/calendar -f $dir/calendar.birthday` ] ; then
echo Birthdays:  $file
/usr/bin/calendar -f $dir/calendar.birthday  $file
echo  $file
fi

if [ -n `/usr/bin/calendar -f $dir/calendar.christian` ] ; then
echo Christian:  $file
/usr/bin/calendar -f $dir/calendar.christian  $file
echo  $file
fi

if [ -n `/usr/bin/calendar -f $dir/calendar.computer` ] ;then
echo Computer:  $file
/usr/bin/calendar -f $dir/calendar.computer  $file
echo  $file
fi

if [ -n `/usr/bin/calendar -f $dir/calendar.music` ] ; then
echo Music:  $file
/usr/bin/calendar -f $dir/calendar.music  $file
echo  $file
fi

if [ -n `/usr/bin/calendar -f $dir/calendar.usholiday` ] ; then
echo U.S. Holidays:  $file
/usr/bin/calendar -f $dir/calendar.usholiday  $file
fi

cat $file | mail -s Today's Calendar charles
-

Output of today's email:

Birthdays:
Oct 21  Alfred Nobel born in Stockholm, 1833

Computer:
Oct 20  Zurich ALGOL report published, 1958

Music:
Oct 20  Three members of Lynyrd Skynyrd die in a plane crash, 1977



Thanks,
Charles

Got a computer with idle CPU time?
Join [EMAIL PROTECTED] and help make history!
http://setiathome.ssl.berkeley.edu/


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


weird KDE alt-tab problem

2003-10-20 Thread David Gerard
Every now and then, I press alt-tab to go between applications
in KDE 3, and it goes into a strange mode: I press alt, hold and
press tab, and the window menu comes up ... I press alt again
and it actually goes to the next window.
1. What is happening?
2. How did it get there?
3. What can I do to get out of it without just restarting KDE?
- d.



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


I upgraded from CVSup: did I get a -stable branch ?

2003-10-20 Thread [EMAIL PROTECTED]

Hi,

just a question for a doubt I have:I updated the src tree via cvsup using
the file included below.According to some BSD literature (not found in the handbook),
by using the 'RELENG_4' tag in the supfile, I will get the source tree for the latest 
-STABLE branch, and that is what I wanted.I CVSuped,the I recompiled the source tree 
and the kernel,according to the FreeBSD Handbook instructions.
All went OK.This is the output from the 'uname -a' command after the process:

FreeBSD ciao.singles.it 4.9-RC FreeBSD 4.9-RC #0: Wed Oct 15 00:12:26 CEST 2003 
root@:/usr/obj/usr/src/sys/CURRENT_WINE  i386

I have two questions:
1)looking at the output of 'uname', is this a STABLE version of FreeBSD (as I would 
expect) ?
2)if I wanted, for example, 4.5 stable, or instead 4.3 stable, which options should I 
put in the supfile ?

Thank you very much.
Bruno

THE SUPFILE:
--
# $FreeBSD: /root/cvsup/stable-supfile,v 1.19.2.4 2000/08/18 18:50:21 jkh Exp $
#
*default host=cvsup10.FreeBSD.org
*default base=/usr
*default prefix=/usr
*default release=cvs tag=RELENG_4
*default delete use-rel-suffix

*default compress

## Main Source Tree.
src-all
--


---
[Quipo ISP - Questa E-mail e' stata controllata dal programma Declude Virus]
[Quipo ISP - This E-mail was scanned for viruses by Declude Virus]

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


RE: IPFW Antics

2003-10-20 Thread Tyler McGeorge
Fortunately for you, natd offers DCC forwarding support without mapping
ports.
Take a gander at `man natd` and pay particular attention to -punch_fw

Tyler McGeorge
...to the rescue...

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Tom Servo
Sent: Saturday, October 18, 2003 1:37 PM
To: [EMAIL PROTECTED]
Subject: IPFW Antics


Hey-
I am trying to run an IRC file server inside my network that is protected by
a FreeBSD box that is running natd.  I am running natd with the following
options to enable IP forwarding to allow people to request files from my
file server (192.168.0.101):

/sbin/natd -f /etc/natd.conf -redirect_port tcp 192.168.0.101:-7000
-7000 -n ep1

Unfortunately, it appears that the natd box is not forwarding the incoming
request packets correctly.  Can anyone provide some insight on this?  Thanks
in advance.

-ts

~
  :::!~!:.
  .xUHWH!! !!?M88WHX:.
[EMAIL PROTECTED]  !X!M$$WWx:.
   :!!?H! :!$!$$8X:
  !!~  ~:~!! :~!$!#$$8X:
 :!~::!H!   ~.U$X!?RMM!
 ~!~~~ .:XW$$$U!!?$$$MM!
  !:~~~ .:!MT#WX??#MRRMMM!
   ~?WuxiW*`  `#8??!!!
 M  `T#$T~!8$WUXU~
 ~#$$$m:   ~!~ ?$$
  ~T8xx. .xWW- ~##* .-.
   !~?T#$$@@[EMAIL PROTECTED] /` /I stop at all BBQ pits,\
  !! .:XUW$W!~ `~:   :  /  firework stands, and   \
  !H:   !WMTi.: .!WUn+!` \   Norma Jean shows...   /
   ?H.!u $$$B$$$!W:U!T$$M~   \_  /
[EMAIL PROTECTED](*$$$W$TH$! `|/
 ?$$$B$Wu(**$RM!
 ~$B$$en:``
  ~##*M~


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

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


Re: 5406 warnings during buildworld other q's

2003-10-20 Thread David Carter-Hitchin
Hi Kris,

Thanks for replying...  

 d) installworld failed the first time as the user 'smmsp' didn't
 exist.  I dutifully followed the advice given in UPGRADE by building
 and running mergemaster.  Second run of installworld also failed - at
 mergemaster, saying Don't know how to build mergemaster.sh.  I'm not
 sure if I did the right thing, but copying  /usr/sbin/mergemaster to the
 source directory /usr/src/usr.sbin/mergemaster and renaming it to
 mergemaster.sh, fixed the problem.  Can anyone comment on this?

= It looks like your buildworld didn't complete before you tried to
= installworld it.

As far as the process is concerned it definitely completed, and I grepped
for errors and found none in the logfile.  The last thing buidlworld
logged was:

chmod 444 freebsd.submit.cf

Having done this for the first time, I don't know what the last line
should be.  Does it say buildworld complete?

 I checked the timestamp on both ld-elf.so.1 and libm.so.2 and they were
 built today - anyone know what might have caused this?  Do I need to
 rebuild cvsup, if so how?

= This is explained in UPDATING.

Ah yes... thanks.  

 Readme.html's.  Is that a bug? 

= No, you told cvsup to delete your ports collection (the ports tree is
= not branched).  This is also explained in the handbook.

DOOF! Won't be doing that again in a hurry.

Thanks,
David

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


thunderbird 0.3 wont compile

2003-10-20 Thread Alin-Adrian Anton
Hi guys,

I am using FBSD-4.8 STABLE with ports upgraded to the latest as I am 
writing. I compiled firebird 0.7 with no problem, thunderbird 0.2 is 
installed, but I can't upgrade it to 0.3 because:
../../../dist/include/string/nsBufferHandle.h:388: See 
URL:http://www.gnu.org/software/gcc/bugs.html for instructions.
gmake[4]: *** [nsDocumentEncoder.o] Error 1
gmake[4]: Leaving directory 
`/usr/ports/mail/mozilla-thunderbird/work/mozilla/content/base/src'
gmake[3]: *** [libs] Error 2
gmake[3]: Leaving directory 
`/usr/ports/mail/mozilla-thunderbird/work/mozilla/content/base'
gmake[2]: *** [libs] Error 2
gmake[2]: Leaving directory 
`/usr/ports/mail/mozilla-thunderbird/work/mozilla/content'
gmake[1]: *** [tier_9] Error 2
gmake[1]: Leaving directory 
`/usr/ports/mail/mozilla-thunderbird/work/mozilla'
gmake: *** [default] Error 2
*** Error code 2

Stop in /usr/ports/mail/mozilla-thunderbird.

Any advice will be appreciated. Thanks.

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


Re: I upgraded from CVSup: did I get a -stable branch ?

2003-10-20 Thread Chris Readle
--- [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:
 FreeBSD ciao.singles.it 4.9-RC FreeBSD 4.9-RC #0: Wed Oct 15 00:12:26
 CEST 2003 root@:/usr/obj/usr/src/sys/CURRENT_WINE  i386
 
 I have two questions:
 1)looking at the output of 'uname', is this a STABLE version of FreeBSD
 (as I would expect) ?

Yes this is the -STABLE branch.  It just happens that at the present
moment 4.9-STABLE is a release candidate, which is why you see 4.9-RC. 
Once it's released then it will be 4.9-RELEASE and they'll increment
-STABLE to 4.9.1 (or would it go to 4.10?).

 2)if I wanted, for example, 4.5 stable, or instead 4.3 stable, which
 options should I put in the supfile ?

Change the default release line in the sup file from:
*default release=cvs tag=RELENG_4

to:
*default release=cvs tag=RELENG_4_5
or:
*default release=cvs tag=RELENG_4_3

respectively.  Those tags will also get any future security updates to
either of those versions as well.

 
 Thank you very much.
 Bruno

You are quite welcome,

chris


__
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
http://shopping.yahoo.com

__
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
http://shopping.yahoo.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


How to get out of Africa?

2003-10-20 Thread Wayne M Barnes
Dear FreeBSD,

   During installation, I accidentally hit Africa for my timezone.

   I have looked all over the documentation, and I cannot find
out to reset my time zone.

   Does anybody else know?  I installed 5.1 from the CD.

   Thank you,

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


RE: HP Deskjet 5150

2003-10-20 Thread Derrick Ryalls

 
 I really need to know if my HP Deskjet 5150 works with 
 freebsd, if not, i have to change it in 3 days, please help me!
 
 I've configured cups like it said in www.freebsddiary.org, 
 with a difference, i dont have a compatible browser to 

What browser are you trying?  I have had success with IE and Opera.  You
will need to change 2 places in the cups.conf file to access the web config
from anywhere but localhost.

 adminsistrate cups, so i do these to add my printer in the server:
 
 /usr/sbin/lpadmin -p DeskJet -E -v usb:/dev/ulpt0 -m 
 deskjet.ppd (is this correct?)
 

I don't know, I have only used the web utility.  Anything helpful appear in
the logs?  Is the daemon running?

 is this correct?! and when i access to CUPS with workstation 
 i see the printer, but i can't print anything, neither from 
 the server or from the workstation!!!
 

Once you can print via CUPS, if you share it out via samba, on the client
end you will need to add it like so:

1) Add new printer
2) Local Printer (not remote)
3) Specify new port
4) Dialog comes up, specify printer (i.e. \\printserver\PrintShare)

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


`atacontrol enclosure` does not work (ioctl(ATAENCSTAT): Device not configured)

2003-10-20 Thread Constantine
Hello.

It just does not seem to work. How do I fix that?

cnst# whoami
root
cnst# atacontrol enclosure 0 0
atacontrol: ioctl(ATAENCSTAT): Device not configured
cnst# uname -r
4.8-RELEASE
Cheers,
Constantine.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Setting time zones (was: How to get out of Africa?)

2003-10-20 Thread Greg 'groggy' Lehey
On Tuesday, 21 October 2003 at 18:24:51 +, Wayne M Barnes wrote:
 Dear FreeBSD,

During installation, I accidentally hit Africa for my timezone.

I have looked all over the documentation, and I cannot find
 out to reset my time zone.

Does anybody else know?  I installed 5.1 from the CD.

Find the appropriate time zone file in the hierarchy
/usr/share/zoneinfo and copy it to /etc/localtime.

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.


pgp0.pgp
Description: PGP signature


Re: How to get out of Africa?

2003-10-20 Thread Alex de Kruijff
On Tue, Oct 21, 2003 at 06:24:51PM +, Wayne M Barnes wrote:
 Dear FreeBSD,
 
During installation, I accidentally hit Africa for my timezone.
 
I have looked all over the documentation, and I cannot find
 out to reset my time zone.
 
Does anybody else know?  I installed 5.1 from the CD.
 

You can reenter the same tool be typing /stand/sysinstall. Go to
configuration section. This should do it.

-- 
Alex

Articles based on solutions that I use:
http://www.kruijff.org/alex/index.php?dir=docs/FreeBSD/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: How to get out of Africa?

2003-10-20 Thread Erik Trulsson
On Tue, Oct 21, 2003 at 06:24:51PM +, Wayne M Barnes wrote:
 Dear FreeBSD,
 
During installation, I accidentally hit Africa for my timezone.
 
I have looked all over the documentation, and I cannot find
 out to reset my time zone.
 
Does anybody else know?  I installed 5.1 from the CD.

Running the tzsetup(8) utility might prove to be useful.
('man -k timezone' is useful for finding out what commands might be
useful for this purpose.)

-- 
Insert your favourite quote here.
Erik Trulsson
[EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: How to get out of Africa?

2003-10-20 Thread mpd
On Tue, Oct 21, 2003 at 06:24:51PM +, Wayne M Barnes wrote:
 Dear FreeBSD,
 
During installation, I accidentally hit Africa for my timezone.
 
I have looked all over the documentation, and I cannot find
 out to reset my time zone.
 
Does anybody else know?  I installed 5.1 from the CD.
 
Thank you,
 
  Wayne

tzsetup

mike
-- 
___
 
I DID NOT KNOW SQUIRRELS WERE SO TASTY POKEY!
- Little Girl from POKEY AND THE SQUIRREL
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: GTK

2003-10-20 Thread Andrew Kozak
Hi All

Thank You very much to C Ulrich and Sergey 'Double F' Zaharchen for your
help with my GTK problem. Unfortunately I think that  C Ulrich is right in
that I will have to install again from scratch. Unfortunately reinstalling
GTK, gettext etc. has not helped. Ohh well, practice make perfect, and
Sergey, you have started something now, what on earth does 'In the words of
M. Bulghakov, Annushkauzhe razlila maslo...' mean ? Thank you both so much
for using terms I can understand, and although it seems I cannot repair the
problem, I have learnt a valuable lesson, and picked up a couple of tips
along the way :) I definitely do intend to read a great deal more about
FreeBSD, I just have trouble finding time (work 60+ hours a week, new Dad
etc.) so I guess I will just take a little longer than some :) But I'll get
there !!

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


Re: weird KDE alt-tab problem

2003-10-20 Thread JacobRhoden

On Tue, 21 Oct 2003 08:28 am, David Gerard wrote:
 Every now and then, I press alt-tab to go between applications
 in KDE 3, and it goes into a strange mode: I press alt, hold and
 press tab, and the window menu comes up ... I press alt again
 and it actually goes to the next window.

 1. What is happening?
Dont know..

 2. How did it get there?
Dont know (Well actually, it got there by pressing alt tab)

 3. What can I do to get out of it without just restarting KDE?
Why would you restart kde? I just use alt tab a few times and it goes away 
again (:

_
JacobRhoden -- http://jacob.rhoden.id.au/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Noob FreeBSD 5.1 install question

2003-10-20 Thread whizkid
Hi All,
I am new to this list and new to freeBSD.  I run a Mandrake 9.1 server and
wish to convert to FreeBSD.  Here are 2 questions that I have.

A) I have reinstall freeBSD many times over and over.  I work with W2k
machine at work and do a Unattended install when I don't want to select
the same options over and over again on multiple machines.  Is there a way
I can create a install Config file to select all my options for me?  Is
there a way I can take a snapshot of the way the OS is currently
configured and make a Install Config File?  Maybe something that will auto
set my TimeZone, Partition / Slice sizes, just to get the Base OS
installed without any ports (except for maybe Lynx Text Web Browser)

B) after installing Various ports on the system, do I have to do a Make
Clean after each install or can I run Make Clean after installing all of
my required Ports?

Just as FYI I am running FreeBSD 5.1, I have downloaded and Burned the 2
ISO's (Full Install and Repair / Fix It) I run the install from the cd,
then I choose to NOT install the ports, download the 19.x meg file from
FreeBSD.org/ports and un Tar it into the /usr folder.

Thanks for any help you can provide.

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


Re: Odd network interface (PCMCIA) problem; going insane

2003-10-20 Thread Heath Volmer
When in doubt, check for updates...

After about twenty hours of messing with this, I decided to check for an
update.  I was running 5.0; downloaded 5.1: Viola!  Everything is good.  I
was sure that the problem was in FreeBSD and I guess it was.

Thanks for the reply.
Heath



On 10/20/03 7:03 AM, Lowell Gilbert
[EMAIL PROTECTED] wrote:

 Heath Volmer [EMAIL PROTECTED] writes:
 
 The problem: My PCMCIA network interface (Linksys PCM100) doesn't seems to
 work - SORT OF.  This is odd.  I can get online okay, use Mozilla to browse
 the web, but when I fire up sshd or apache or any other kind of server they
 don't seem to be accessible from the machines sitting right next to it on
 the desk.
 
 The BSD machine is @ 10.0.0.3, have a mac @ .2, XP @ .4.
 
 Subnets are fine.
 
 I can't ssh, telnet, ftp or even ping!! .3 from .2 or .4.
 
 When I ping FROM .3 to any another, I get some strange dup responses.  This
 only happens on this machine.
 
 I CAN ping to .3 from .3.  This makes sense.
 
 Have tried direct x-over cable connection between machines.  No good.
 
 Have removed card and installed in XP machine.  Good.
 
 Have reinstalled FBSD.  No luck.
 
 In order to confirm that the machine is okay, I reloaded win2K clean over
 the BSD.  Good!
 
 The PCM100 is listed in the pccard.conf file (I think that's it's name.)  I
 do not see any reference to it in dmesg.
 
 I swear this worked at one point.  Any suggestions?
 
 This sounds like some sort of cabling problem (at least from the
 router's point of view).  What does the physical topology (connections
 between machines/routers/bridges) look like?

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


Re: I upgraded from CVSup: did I get a -stable branch ?

2003-10-20 Thread Lowell Gilbert
Chris Readle [EMAIL PROTECTED] writes:

 *default release=cvs tag=RELENG_4_5
 or:
 *default release=cvs tag=RELENG_4_3
 
 respectively.  Those tags will also get any future security updates to
 either of those versions as well.

Maybe.  Nobody's promising to support them, but many updates get put
onto those branches anyway.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Virtual Console Keyboard Layout

2003-10-20 Thread Rommel B. IKEDA
Thank you very much for the reply.
I was not only ABLE to configure my proper Keyboard Layout for my 
virtual consoles...I was also ABLE to FINALLY compile my FIRST KERNEL...
Thank you...
Actually, the compilation was the most challenging and interesting not 
to mention that I have been preparing so much in HOW TO compile my 
kernel...Failed at my FIRST try though...but succeeded on the second 
try...FreeBSD Handbook is the BEST!

Rommel B. Ikeda

Lowell Gilbert wrote:

Rommel B. IKEDA [EMAIL PROTECTED] writes:

 

My shell is the default Bourne Shell...can anyone help or give me
advice on where to search in the man pages about setting my virtual
console keyboard layout to 105...
   

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

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


Re: I upgraded from CVSup: did I get a -stable branch ?

2003-10-20 Thread Johan Hendriks
If you installed 4.5 and want to stay that way use :
*default release=cvs tag=RELENG_4_5

This way you stay at the release engenering stream!

Succes

- Original Message - 
From: [EMAIL PROTECTED] [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Tuesday, October 21, 2003 12:38 AM
Subject: I upgraded from CVSup: did I get a -stable branch ?



 Hi,

 just a question for a doubt I have:I updated the src tree via cvsup using
 the file included below.According to some BSD literature (not found in the
handbook),
 by using the 'RELENG_4' tag in the supfile, I will get the source tree for
the latest
 -STABLE branch, and that is what I wanted.I CVSuped,the I recompiled the
source tree
 and the kernel,according to the FreeBSD Handbook instructions.
 All went OK.This is the output from the 'uname -a' command after the
process:

 FreeBSD ciao.singles.it 4.9-RC FreeBSD 4.9-RC #0: Wed Oct 15 00:12:26 CEST
2003 root@:/usr/obj/usr/src/sys/CURRENT_WINE  i386

 I have two questions:
 1)looking at the output of 'uname', is this a STABLE version of FreeBSD
(as I would expect) ?
 2)if I wanted, for example, 4.5 stable, or instead 4.3 stable, which
options should I put in the supfile ?

 Thank you very much.
 Bruno

 THE SUPFILE:
 --

 # $FreeBSD: /root/cvsup/stable-supfile,v 1.19.2.4 2000/08/18 18:50:21 jkh
Exp $
 #
 *default host=cvsup10.FreeBSD.org
 *default base=/usr
 *default prefix=/usr
 *default release=cvs tag=RELENG_4
 *default delete use-rel-suffix

 *default compress

 ## Main Source Tree.
 src-all
 --



 ---
 [Quipo ISP - Questa E-mail e' stata controllata dal programma Declude
Virus]
 [Quipo ISP - This E-mail was scanned for viruses by Declude Virus]

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



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


Re: thunderbird 0.3 wont compile

2003-10-20 Thread Joe Marcus Clarke
On Mon, 2003-10-20 at 18:59, Alin-Adrian Anton wrote:
 Hi guys,
 
 I am using FBSD-4.8 STABLE with ports upgraded to the latest as I am 
 writing. I compiled firebird 0.7 with no problem, thunderbird 0.2 is 
 installed, but I can't upgrade it to 0.3 because:
 ../../../dist/include/string/nsBufferHandle.h:388: See 
 URL:http://www.gnu.org/software/gcc/bugs.html for instructions.
 gmake[4]: *** [nsDocumentEncoder.o] Error 1
 gmake[4]: Leaving directory 
 `/usr/ports/mail/mozilla-thunderbird/work/mozilla/content/base/src'
 gmake[3]: *** [libs] Error 2
 gmake[3]: Leaving directory 
 `/usr/ports/mail/mozilla-thunderbird/work/mozilla/content/base'
 gmake[2]: *** [libs] Error 2
 gmake[2]: Leaving directory 
 `/usr/ports/mail/mozilla-thunderbird/work/mozilla/content'
 gmake[1]: *** [tier_9] Error 2
 gmake[1]: Leaving directory 
 `/usr/ports/mail/mozilla-thunderbird/work/mozilla'
 gmake: *** [default] Error 2
 *** Error code 2
 
 Stop in /usr/ports/mail/mozilla-thunderbird.
 
 Any advice will be appreciated. Thanks.

Not enough information to go on here, but I bet you're using
non-standard CFLAGS.  Try reducing your optimization level, and try the
build again.  Alternatively, if this is a P4, you may be experiencing
data corruption caused by an active PSE instruction.  This was fixed in
4.9-RC.  It could also be bad hardware.

Joe

 
 Regards,
 Alin.
 
 
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
-- 
PGP Key : http://www.marcuscom.com/pgp.asc


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


Re: 5406 warnings during buildworld other q's

2003-10-20 Thread Kris Kennaway
On Mon, Oct 20, 2003 at 06:38:18PM +0100, David Carter-Hitchin wrote:

  d) installworld failed the first time as the user 'smmsp' didn't
  exist.  I dutifully followed the advice given in UPGRADE by building
  and running mergemaster.  Second run of installworld also failed - at
  mergemaster, saying Don't know how to build mergemaster.sh.  I'm not
  sure if I did the right thing, but copying  /usr/sbin/mergemaster to the
  source directory /usr/src/usr.sbin/mergemaster and renaming it to
  mergemaster.sh, fixed the problem.  Can anyone comment on this?
 
 = It looks like your buildworld didn't complete before you tried to
 = installworld it.
 
 As far as the process is concerned it definitely completed, and I grepped
 for errors and found none in the logfile.  The last thing buidlworld
 logged was:
 
 chmod 444 freebsd.submit.cf
 
 Having done this for the first time, I don't know what the last line
 should be.  Does it say buildworld complete?

I forgot you're upgrading from an old version of FreeBSD..it could be
related to your other bootstrapping problems.

Kris


pgp0.pgp
Description: PGP signature


Re: 5.1-Realease UPDATE PORTS

2003-10-20 Thread Kris Kennaway
On Mon, Oct 20, 2003 at 02:42:55PM -0400, Osmany Guirola Cruz wrote:
  I do cd to  /usr/ports/www/mozilla-firebird and these port does not exist
  I can do cvsup due to restrictions on my FIREWALL

I already told you how to get around this..see my earlier mail.

Kris


pgp0.pgp
Description: PGP signature


error in packet Ierrs

2003-10-20 Thread Your Name
Hi all

How can I verify the 3 in Ierrs coming from?

Thank you for your help

netstat -i
-- 
NameMtu Network   Address  Ipkts IerrsOpkts 
Oerrs  Coll
vr01500 Link#3  00:0c:6e:93:14:8515569 3  253 
0 0
vr01500 24.100.96/24  route51498 -  
249 - -
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


portupgrade -arR problem

2003-10-20 Thread ivan georgiev
Hello,

I use 5-1p10. I do not know what happened but now I get:

-su-2.05b# portupgrade -arR
/usr/local/lib/ruby/site_ruby/1.6/pkgdb.rb:325:in `deorigin': failed 
to convert nil into String (PkgDB::DBError)
from /usr/local/lib/ruby/site_ruby/1.6/pkgdb.rb:918:in `tsort_build'
from /usr/local/lib/ruby/site_ruby/1.6/pkgdb.rb:917:in `each'
from /usr/local/lib/ruby/site_ruby/1.6/pkgdb.rb:917:in `tsort_build'
from /usr/local/lib/ruby/site_ruby/1.6/pkgdb.rb:909:in `each'
from /usr/local/lib/ruby/site_ruby/1.6/pkgdb.rb:909:in `tsort_build'
from /usr/local/lib/ruby/site_ruby/1.6/pkgdb.rb:931:in `sort_build'
from /usr/local/lib/ruby/site_ruby/1.6/pkgdb.rb:935:in `sort_build!'
from /usr/local/sbin/portupgrade:674:in `main'
from /usr/local/sbin/portupgrade:207:in `initialize'
from /usr/local/sbin/portupgrade:207:in `new'
from /usr/local/sbin/portupgrade:207:in `main'
from /usr/local/sbin/portupgrade:1846

Can someone tell how to fix it. I tried pkgdb -uf but it doesn't 
help.

Ivan

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


  1   2   >