Re: How do you tell pkg_add to just download the packages ?

2006-04-19 Thread Duane Whitty

Low Kian Seong wrote:

Dear all,

I come from a debian background, and in debian you can pass an argument to
apt-get to tell it to download all the packages first without installing
them first, is there a similar argument that I can pass to pkg_add ( I want
to use binaries ) or are there other tools I can use ?

Thanks.
___
  

Hi,

Try portupgrade(1)  (man 1 portupgrade)

# cd /usr/ports
# portupgrade -NFPPv  name-of-package

This says this may be a new installation N
Go get the files (packages), do not install anything F
Use packages only, fail if packages not available PP (important to use 
two upper-case Ps here)

Be verbose v

If you also want to fetch dependencies you can add -R.  This will 
recurse through all

the dependencies the new package needs

# cd /usr/ports
# portupgrade -NFPPRv  name-of-package

Best Regards,

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


What is sppp and how can I use it to set up PPP over Ethernet?

2006-04-19 Thread User Elisej
What is sppp and how can I use it to set up PPP over Ethernet?

I have read sppp(4) and spppcontrol(8) but these two is too superficial.

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


Re: Is Squirrelmail the best webmail choice?

2006-04-19 Thread Igor Robul
On Tue, Apr 18, 2006 at 08:42:20AM -0500, Jonathan Horne wrote:
 ive used squirrelmail for quite a while, and i just want to make sure i
 have my mind as open as possible here.  are there any other choices for
 webmail that are about as easy as SM to configure, but offer a better user
 interface or experience?
Hello!
I have used squirrelmail too, but now I use hastymail:
 http://hastymail.sourceforge.net/

It has cleaner interface (from my point of view of course :-) ), and all
features I need.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: How do uninstall a package and all it's dependencies ?

2006-04-19 Thread Christer Solskogen

Low Kian Seong wrote:

Dear all,

Been digging around but never really found the answer to this one, say if i
install xfce4 package and then later I want to uninstall xfce4 and *all*
it's dependencies, how do i do it ?

Thank you all in advance.
___


You may want to check out sysutils/pkg_rmleaves.

--
cso

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


Re: Is Squirrelmail the best webmail choice?

2006-04-19 Thread Igor Robul
On Wed, Apr 19, 2006 at 10:06:52AM +0400, Igor Robul wrote:
 I have used squirrelmail too, but now I use hastymail:
  http://hastymail.sourceforge.net/
 
 It has cleaner interface (from my point of view of course :-) ), and all
 features I need.
Also it is our corporate webmail system for same reason :-)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


pf problem with table

2006-04-19 Thread Reinhold Platzoeder
Hi

I have a problem with FreeBSD 6 and pf
I am trying to load a 1.7M file in to pf using a tables
but I get this error

/etc/pf.conf:22: cannot define table p2pblock: Cannot allocate memory
pfctl: Syntax error in config file: pf rules not loaded

the table config in pf.conf is
table p2pblock persist file /etc/pfdata/blocklist-p2p
block in log quick on $ext_if from p2pblock to any

I have tried it on two different machines and both gives me the same
error 

everything works when I comment these two lines out

Any ideas as to what i'm doing wrong?

Thanks

-- 
Reinhold Platzoeder

[EMAIL PROTECTED]
[EMAIL PROTECTED]

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


Re: What is sppp and how can I use it to set up PPP over Ethernet?

2006-04-19 Thread Nikos Vassiliadis
On Wednesday 19 April 2006 09:06, User Elisej wrote:
 What is sppp and how can I use it to set up PPP over Ethernet? 

That's not what you want for PPPoE. For PPPoE you can use ppp(8) or
net/mpd, which is the ppp daemon I choose(and i believe many others).
ppp(8) is very simple to setup, mpd is quite simple and quite lighter(mpd 
handles only the connnection's initiliazation, the rest(more or less) is 
kernel-based. That's not the case with ppp(8))

Nikos


 I have read sppp(4) and spppcontrol(8) but these two is too superficial.

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


Maintaining local ports

2006-04-19 Thread Ian A. Tegebo
I couldn't find anything in the handbook, freebsddiary, or the mailing
lists about maintaining your own ports within Ports.

I'd like to write ports that would install scripts local to my site such
that multiple hosts can cvsup our local tree and then be able to
install/uninstall using things like 'portupgrade'.  These would be ports
that only we would be interested in.

Gentoo has the portage overlay feature:

http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=3chap=5#doc_chap2

Does anyone know how FreeBSD may accomplish this?  

I've thought about creating my own ports mirror and then including my ports in 
something like /usr/ports/mysite (or /usr/ports/misc).

Has anyone tried this?

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


memtest86 memory test

2006-04-19 Thread FreeBSD Daemon
Dear list

Is there a memory test suite other them memtest86/memtest86+

TIA

zheyu

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


Hard disk problem? kdm bug? What is going on here...

2006-04-19 Thread Ashley Moran
The last two days I've had freezes when booting up my old 6-STABLE/i386 
desktop.  It gets as far as kdm (3.5.2) which then freezes.

When I reboot into single user mode and after I've fscked the disk (or 
apparently something that sounds very similar) I can't start bash:

# bash
/libexec/ld-elf.so.1: Shared object libintl.so.6 not found, required 
by bash

However, the file exists and gettext, which also depends on the library, still 
runs!  Forcing a recompile of gettext fixes bash.

However, I only noticed this as a side effect of kdm hanging (simply because 
the first thing I do when I want to work in SU mode is mount -a  bash).  
First time it happened I recompiled bash and kdm started; this morning I 
tried it and kdm hung again.  I rebooted and sure enough bash was complaining 
about libintl.so.6, so this time I disabled kdm, recompiled gettext and did a 
startx after booting into multi-user mode.  Works fine.  fsck is reporting no 
errors on /usr/local (dev/ad0s1e)

I'm stumped - I can't work out what the connection is between the symptoms.  
Any ideas anyone?

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


RE: pf problem with table

2006-04-19 Thread fbsd
Error msg means there is something wrong with the content of
/etc/pfdata/blocklist-p2p

check that there are no blank lines in that file.

make file with only ten entries and test.
Then add more content until you break it.
maybe 1.7 MB file size is to large for max table size



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Reinhold
Platzoeder
Sent: Wednesday, April 19, 2006 2:17 AM
To: freebsd-questions@freebsd.org
Subject: pf problem with table


Hi

I have a problem with FreeBSD 6 and pf
I am trying to load a 1.7M file in to pf using a tables
but I get this error

/etc/pf.conf:22: cannot define table p2pblock: Cannot allocate
memory
pfctl: Syntax error in config file: pf rules not loaded

the table config in pf.conf is
table p2pblock persist file /etc/pfdata/blocklist-p2p
block in log quick on $ext_if from p2pblock to any

I have tried it on two different machines and both gives me the same
error

everything works when I comment these two lines out

Any ideas as to what i'm doing wrong?

Thanks

--
Reinhold Platzoeder

[EMAIL PROTECTED]
[EMAIL PROTECTED]

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

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


Re: Gmail vs FreeBSD

2006-04-19 Thread Randi Harper
On 4/16/06, Andrew Pantyukhin [EMAIL PROTECTED] wrote:

 So what's up with gmail and freebsd sites? I haven't
 seen a single message delivered to my inbox since
 April 13. Not from mailing lists, not from gnats scripts -
 nothing.



For what it's worth, I'm on several mailing lists and have noticed no
problems at all. Although I'm not using the gmail service, I'm one of the
beta testers for domain mail hosting, so my MX is pointed at google's
servers..


Randi Harper

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


Re: Is Squirrelmail the best webmail choice?

2006-04-19 Thread Brent
We use to use squirrelmail ...We ended up using openwebmail.

--
Brent Bailey CCNA
Bmyster LLC
Computer Networking and Webhosting
Network Engineer, Webmaster, President
http://www.bmyster.com
[EMAIL PROTECTED]
207-490-5992

--RIP Brother Dime--

-- Original Message ---
From: Igor Robul [EMAIL PROTECTED]
To: freebsd-questions@freebsd.org
Sent: Wed, 19 Apr 2006 10:09:45 +0400
Subject: Re: Is Squirrelmail the best webmail choice?

 On Wed, Apr 19, 2006 at 10:06:52AM +0400, Igor Robul wrote:
  I have used squirrelmail too, but now I use hastymail:
   http://hastymail.sourceforge.net/
  
  It has cleaner interface (from my point of view of course :-) ), and all
  features I need.
 Also it is our corporate webmail system for same reason :-)
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
--- End of Original Message ---

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


Problems with Postfix port

2006-04-19 Thread Chris Hastie
Yesterday I upgraded a 5.1 system to 5.4. I then cvsuped the ports tree and
rebuilt Postfix from mail/postfix.

I am having problems with spawn and pipe. Spawn complains

postfix/spawn[36315]: fatal: unknown user name: nobody

although nobody is a user on the system. Changing the the user in master.cf does
not improve things.

Pipe complains

postfix/pipe[38272]: fatal: invalid option: ?

I've asked the question on the postfix-users list, and with respect to the pipe
problem Wietse has responded:

 postfix/pipe[38272]: fatal: invalid option: ?

You built Postfix with the GNU version of the getopt()
system routine. That version is not compatible with
the FreeBSD getopt() system routine.

To build Postfix on FreeBSD you MUST USE the FreeBSD
getopt() system routine, not the GNU version.

Is this likely to be the case if I installed from the port? If so, how do I get
around it? And any suggestions about spawn?

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


changing a nic's mac address, freebsd6

2006-04-19 Thread Dave

Hello,
   I've got an rl0 nic on a freebsd6 machine that i need to change it's mac 
address on a tempoary basis. I will want to change it back when my testing 
is complete. I read this was feasible with opbnbsd, and was wondering if the 
capability was available in fbsd6? Also, does it matter which tempoary mac 
address i give the card?

Thanks.
Dave.

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


Installing GNOME on FreeBSD 6

2006-04-19 Thread Abhishek Kumar
Hi

 

Can you help me in installing GNOME on FreeBSD Release 6

 

Thanks  Regards,

Abhishek

 



smime.p7s
Description: S/MIME cryptographic signature


Re: from Mongolia

2006-04-19 Thread Jim Stapleton
Sorry, I accidentally sent the last response directly to you and not
the mailing list, putting this back on the mailing list.


That was my answer, in rough, I don't know, however you can go to the
board manufacturers website ( http://www.supermicro.com/ ), and
determine the relevant chipsets through their documentation on the
board (the main description pages), and then look at the driver page
for more details on the IDE/SATA/Network/etc. chipsets. With these,
you can then look at the hardware compatability list (
http://www.freebsd.org/releases/6.0R/hardware-i386.html ) if you are
looking for a 64 bit x86 CPU, replace i386 with amd64 in the URL.

doing some of the footwork for you, on the X6DH8-G2+ board, I found
the following on the front page of supermicro's website, *important
things are surrounded by asterisks*
2. *Intel(r) E7520* (Lindenhurst) Chipset
4. *Intel(r) 82546GB* Dual-port Gigabit
Ethernet Controller
5. *Adaptec AIC-7902* Dual Channel
Ultra320 SCSI
6. 2x SATA Ports via *ICH5R* Controller
SATA Controller

Off the top of my head, I'd say Intel and Adaptec for everything
critical, it should work like a champ, however I cannot gurantee
anything. Also, given some past experience with servers at work, I
might suggest looking at ASUS and Tyan as well (be wary of the latter,
they are very picky with what hardware you use with them).

Also, I've heard some good stuff with the dual core Athlon64/Opterons
on a nForce4 chipset, so that would be something worth considering;
the cpus are more expensive than the multi-core P4s in some cases, but
depending on what your tasks are, they may work better. As a general
rule of thumb: lots of calculations/computations, go AMD, lots of IO,
go Intel. But this is going way beyond the scope of this mailing list,
so I should probably leave it be.


On 4/19/06, Azarsuren A [EMAIL PROTECTED] wrote:
 Hi Jim

 How are you? I need your answer in this week.
 Because, our company is assisting tender. Could you help me.
 I hope hearing from you
 Bye

 azaraa


 --- [EMAIL PROTECTED] wrote:

 From: Jim Stapleton [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Subject: Re: from Mongolia
 Date: Tue, 18 Apr 2006 09:18:18 -0400

 I would check their chipsets and the hardware faq, if the chipset is
 supported by FreeBSD, then the motherboard should work (that would be
 my guess anyway). Some of the peripherials may not work right, but
 I've found BSD has had pretty good hardware support for stuff on
 motherboards, and standard ad-on cards.

 -Jim

 On 4/17/06, Azarsuren A [EMAIL PROTECTED] wrote:
 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Installing GNOME on FreeBSD 6

2006-04-19 Thread michael johnson
On 4/19/06, Abhishek Kumar [EMAIL PROTECTED] wrote:

 Hi



 Can you help me in installing GNOME on FreeBSD Release 6



http://www.freebsd.org/gnome/docs/faq2.html#q1


Thanks  Regards,

 Abhishek






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


Re: where/under what do I look for relaxing the privlege requirements for mounting/accessing devices?

2006-04-19 Thread Jim Stapleton
sorry, I sent a second reply to the newsgroup, here's the error:

mount_smbfs: can not setup kernel iconv table (ISO8859-1:tolower):
syserr = Operation not permitted
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


ata(4)/MV88SX5041 question

2006-04-19 Thread Gergely CZUCZY
hello

i've had a very bad experience with the Marvell MV88SX5041
SATA chipset under linux, the driver is hardly stable in the
kernel tree. I'm thinking of moving the host to freebsd, but
at first, i'd like to ask the current state of the driver
in the RELENG_6(_[01])? branches.

i would most welcome the personal experiences of
any Supermicro 5013C-MT owners, because my box is
also one of these.

to summerize, i'd like to know the current state, stableness
of the driver, and hear some personal experience with this
chipset/box.

thank you very much

Bye,

Gergely Czuczy
mailto: [EMAIL PROTECTED]
PGP: http://phoemix.harmless.hu/phoemix.pgp

Weenies test. Geniuses solve problems that arise.


signature.asc
Description: Digital signature


Re: where/under what do I look for relaxing the privlege requirements for mounting/accessing devices?

2006-04-19 Thread Jim Stapleton
Sorry, my reply got bounced back, didn't realize it, but I sent a
second reply, here it is again:


It's different this time though:

mount_smbfs: can not setup kernel iconv table (ISO8859-1:tolower):
syserr = Operation not permitted



On 4/18/06, Patrick Bowen [EMAIL PROTECTED] wrote:
 Jim Stapleton wrote:

 That did not work either.
 
 
 
 Jim;
 
 Unless I'm mistaken, smbfs_load=YES should go into
 /boot/loader.conf. Use kldstat to see if the module is loaded.
 
 Patrick
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
 
 
 
 Jim;

 not work how? Didn't load (wasn't listed by kldstat), or didn't work
 when it *was* loaded?

 Patrick

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


Installing Gnome (Or possibly other GUI)

2006-04-19 Thread Enigma
I am having problems installing Gnome GUI, I have Xorg working, and I have read 
many install instructions to get the Gnome GUI up and running. My problem is 
this: I am installing onto a small partition (roughly 2.5 gig) with the add_pkg 
-r gnome2 command to download the packets. By about what seems 3/4 the way 
through, my hdd is full and theres no way this option is open to me. I have 
tried copying all the packages across from FreeBSD 6 cd 2 across to my hdd but 
the 'make' command doesnt work, which im guessing is due to the fact there is 
no .tar.gz file to build from?

My question is, how can I install this GUI, or will it be easier to install an 
alternative with less graphics and tag along programs?
I'm essentially getting a GUI going due to the fact I'm new to Unix as a whole 
and would be good to assist learning of the OS and the shell. Due to this, 
something like a windows clone Gnome or KDE may be good, but I'm just as 
willing to have to learn to use a good GUI that isnt windows clone.

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


Re: changing a nic's mac address, freebsd6

2006-04-19 Thread Fabian Keil
Dave [EMAIL PROTECTED] wrote:

 I've got an rl0 nic on a freebsd6 machine that i need to change
 it's mac address on a tempoary basis. I will want to change it back
 when my testing is complete. I read this was feasible with opbnbsd,
 and was wondering if the capability was available in fbsd6? Also,
 does it matter which tempoary mac address i give the card?

You can use ifconfig rl0 ether $NEWMAC to change the mac address,
ether has been around for a while and doesn't require FreeBSD 6.x.

You're free to choose any address you like, but most of the time
taking a free one (not already taken in your network) makes sense.

Fabian
-- 
http://www.fabiankeil.de/


signature.asc
Description: PGP signature


Re: Installing Free over linux

2006-04-19 Thread Aguiar Magalhaes
Hi Parv,

I´m trying but the same error message is continue

Aguiar

--- Parv [EMAIL PROTECTED] escreveu:

 I lost the OP, so replying to this ...
 
 in message [EMAIL PROTECTED],
 wrote Gayn Winters thusly...
 
   [mailto:[EMAIL PROTECTED] On
 Behalf Of Aguiar
   Magalhaes
   Sent: Tuesday, April 18, 2006 1:00 PM
   To: freebsd-questions@freebsd.org
   Subject: Installing Free over linux
 ...
   I'm trying to install the FreeBSD 6.0 where
 exist a
   old linux (It will be full replaced)
   
   I'm receiving a error message about de swap
 slice:
   
   Unable to find device node for /dev/ad0s1b in
 /dev!
   The creation of filesystem will be aborted
 ...
  It sounds like you didn't allocate a swap
 partition during the
  installation when you were asked to allocate
 partitions on ad0s1.
  If you don't take the defaults, then you must
 allocate swap space
  explicitly.  This should be done on partition b,
 i.e. on ad0s1b.
 
 Hi Aguiar,
 
 I was installing FreeBSD 6.0-BETA4 a few moments
 ago, and saw the
 same problem.  I was adjusting the partitions (not
 slices), somehow
 it seems the sysinstall (or the underlying
 subsystem) seemed to have
 forgotten about the swap partition.
 
 Anyway, i re-sliced the disk and repartitioned the
 subsequent slice
 w/ partitions sizes already calculated.  This time i
 had no problem.
 
 Mind you that i installed from the same disc
 previously on a
 different computer, and missing swap node message
 did not come up
 while adjusting the partition size multiple times. 
 Whatever ...
 
 
   - Parv
 
 -- 
 
 









___ 
Yahoo! doce lar. Faça do Yahoo! sua homepage. 
http://br.yahoo.com/homepageset.html 

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


Re: can not su

2006-04-19 Thread Lowell Gilbert
Please don't top-post.

dharam paul [EMAIL PROTECTED] writes:

 You are right to say that /var/lib/ does not exist
 that is what logrotation through webmin said. So I
 created the folder '/var/lib/ and when logrotate
 furhter gave different errors, I removed the folder
 '/var/lib/'

Okay, so it sounds like /var/lib is unrelated to the problem.

So what you have said about the problem is that you can't log in as
root or su to root.  That's really not enough for anybody to help
solve the problem, except by sheer guessing.  Were you able to login
as root in the past?  What else did you change in the meantime?

You could always reboot and use single-user mode to examine the logs,
the password file, etc.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Installing Gnome (Or possibly other GUI)

2006-04-19 Thread P.U.Kruppa

On Wed, 19 Apr 2006, Enigma wrote:

I am having problems installing Gnome GUI, I have Xorg working, 
and I have read many install instructions to get the Gnome GUI 
up and running. My problem is this: I am installing onto a 
small partition (roughly 2.5 gig) with the add_pkg -r gnome2 
command to download the packets. By about what seems 3/4 the 
way through, my hdd is full and theres no way this option is 
open to me. I have tried copying all the packages across from 
FreeBSD 6 cd 2 across to my hdd but the 'make' command doesnt 
work, which im guessing is due to the fact there is no .tar.gz 
file to build from?


My question is, how can I install this GUI, or will it be 
easier to install an alternative with less graphics and tag 
along programs?
You should try a smaller GUI - especially if aou are running an 
older system - let's say 300 MHz and 128 MB RAM - neither gnome 
nor KDE will be much fun then. WindowMaker might be a nice 
alternative.


I'm essentially getting a GUI going due to the 
fact I'm new to Unix as a whole and would be good to assist 
learning of the OS and the shell. Due to this, something like a 
windows clone Gnome or KDE may be good, but I'm just as willing 
to have to learn to use a good GUI that isnt windows clone.

Good Luck,

Uli.



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






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


Re: Installing Gnome (Or possibly other GUI)

2006-04-19 Thread Frank Steinborn
Enigma wrote:
 My problem is this: I am installing onto a small partition (roughly
 2.5 gig) with the add_pkg -r gnome2 command to download the packets. By
 about what seems 3/4 the way through, my hdd is full and theres no way
 this option is open to me.

You have to know that the gnome2 package is a metapackage. It installs
many optional GNOME packages you probably never need. You can use the
gnome2-lite Package (pkg_add -r gnome2-lite), to install just the
necessary packages to run GNOME.

HTH!
Frank 

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


Re: Installing Free over linux

2006-04-19 Thread Bob Johnson
On 4/19/06, Aguiar Magalhaes [EMAIL PROTECTED] wrote:
 Hi Parv,

 I´m trying but the same error message is continue


When you run the installer, are you selecting the standard
installation, the quick installation, or the custom installation?

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


gprof

2006-04-19 Thread Alexandre Biancalana
Hi list,

  I'm trying to compile my C application with gprof but it is not working.
This is a multithreaded program that use mysql and openssl libraries.
  Reading the man page I see that is need add -pg to the compile command
line, but when a do this the following error occurs at linking time

$ gcc -L/usr/local/lib/mysql -Wall -I. -I.. -I/usr/local/include/mysql -o
serverd ../log.o ../mem.o ../misc.o ../threads_wrapper.o ../openssl.o db.o
main.o request.o ssl_server.o ssl_socket.o threads.o threads_control.o
-pthread -lmysqlclient_r -lssl -pg
/lib/libcrypto.so.4: undefined reference to `sysconf'
/lib/libcrypto.so.4: undefined reference to `times'
/lib/libz.so.3: undefined reference to `feof'
/lib/libm.so.4: undefined reference to `ldexp'
/lib/libcrypto.so.4: undefined reference to `chmod'
/lib/libz.so.3: undefined reference to `clearerr'
/lib/libm.so.4: undefined reference to `isnan'
*** Error code 1

Stop in /usr/home/ale/personal/ale_projects/works/program/server.

I tried to substitute the -pg compiler flag by -lc_p, with this flag the
program compile but is not linked with libc_p and don't generate the gprof
output file...

$ gcc -L/usr/local/lib/mysql -Wall -I. -I.. -I/usr/local/include/mysql -lc_p
-o serverd ../log.o ../mem.o ../misc.o ../threads_wrapper.o ../openssl.o
db.o main.o request.o ssl_server.o ssl_socket.o threads.o threads_control.o
-pthread -lmysqlclient_r -lssl
/usr/lib/libc.so: warning: warning: this program uses f_prealloc(), which is
not recommended.

$ ldd serverd
serverd:
libmysqlclient_r.so.14 =
/usr/local/lib/mysql/libmysqlclient_r.so.14 (0x28099000)
libssl.so.4 = /usr/lib/libssl.so.4 (0x280ed000)
libpthread.so.2 = /usr/lib/libpthread.so.2 (0x2811b000)
libc.so.6 = /lib/libc.so.6 (0x2814)
libcrypto.so.4 = /lib/libcrypto.so.4 (0x28217000)
libcrypt.so.3 = /lib/libcrypt.so.3 (0x28309000)
libm.so.4 = /lib/libm.so.4 (0x28321000)
libz.so.3 = /lib/libz.so.3 (0x28337000)


This is my system:
FreeBSD Cruel 6.0-STABLE FreeBSD 6.0-STABLE #0: Tue Jan  3 15:40:07 UTC
2006 [EMAIL PROTECTED]:/usr/src/sys/i386/compile/CRUEL  i386

  Any ideas ?


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


Re: changing a nic's mac address, freebsd6

2006-04-19 Thread David Kelly
On Wed, Apr 19, 2006 at 08:33:53AM -0400, Dave wrote:
 Hello,
I've got an rl0 nic on a freebsd6 machine that i need to change it's mac 
 address on a tempoary basis. I will want to change it back when my testing 
 is complete. I read this was feasible with opbnbsd, and was wondering if 
 the capability was available in fbsd6? Also, does it matter which tempoary 
 mac address i give the card?

Presumably if one needed to change a MAC address one would already know
the MAC address one needed to change to. Otherwise make sure you are not
using an address currently in use on your network or the next router
over. Probably best to increment your current MAC by one.

Once Upon A Time I initialized a cable modem connection at a remote
office using my Mac PowerBook then replaced it with a FreeBSD machine
dedicated to serve as that office's router, firewall, and VPN gateway.
Rather than reinitialize the cable modem service with the FreeBSD
interface's MAC I left it using my PowerBook's MAC. The detriment was I
could no longer use my PowerBook in that office because it confused the
FreeBSD machine which saw another using its MAC address.

To set the MAC address before any other networking starts (such as DHCP)
create /etc/start_if.interface name

#/bin/sh
ifconfig interface name lladdr 00:11:22:33:44:55

If you make up an address the first octet probably should be 0 as there
are bits in that field which have special meaning.

-- 
David Kelly N4HHE, [EMAIL PROTECTED]

Whom computers would destroy, they must first drive mad.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Window Manager Opinions

2006-04-19 Thread Huy Ton That
Just a general question; not sure if it belongs in questions but let me know
otherwise.  I'm currently using gnome2 as my desktop environment on RC
6.1but it is a little dry;  What are you all using out there and any
reasons as
to behind the decision and such.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


How to link CPAN to FreeBSD ports perl modules?

2006-04-19 Thread David Robillard
Hello everyone,

I'm looking for a way to link perl modules found in CPAN and the ones
found in the FreeBSD ports repository.

For example, let's say I need to install the following CPAN module:

http://search.cpan.org/dist/libwww-perl/lib/HTTP/Request/Common.pm

A search in the ports for  ^p5-HTTP  will return all perl modules
which names start with p5-HTTP. But the above CPAN module does not
exist.

Does this means that the CPAN module is not in the ports? Or is there
another way to link CPAN modules to the ports collection?

Any help would be appreciated.

Cheers,

David

--
David Robillard
UNIX systems administrator, CISSP
Montreal: +1 514 966 0122
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Window Manager Opinions

2006-04-19 Thread MBGaskins
[EMAIL PROTECTED] wrote on 04/19/2006 10:48:10 AM:
 Just a general question; not sure if it belongs in questions but let me 
know
 otherwise.  I'm currently using gnome2 as my desktop environment on RC
 6.1but it is a little dry;  What are you all using out there and any
 reasons as
 to behind the decision and such.

Gnome2 works very well for me in most cases, but on systems that have more 
limited resources I've found XFCE to work quite well. 

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


Re: Window Manager Opinions

2006-04-19 Thread Kevin Kinsey

Huy Ton That wrote:


Just a general question; not sure if it belongs in questions but let me know
otherwise.  I'm currently using gnome2 as my desktop environment on RC
6.1but it is a little dry;  What are you all using out there and any
reasons as to behind the decision and such.
 



XFCE4, for a good balance of features vs. bloat, and because
it's BSD licensed instead of GPL, and because mice are cute.

As for GNOME being a little dry, I'd think you'd have to
explain what you mean more fully; AFAIK, GNOME2 and
KDE are the most feature-packed (to put a positive spin
on the analysis) of environments available in F/OSS (Out
of the box, that is).

In the end, your desktop is what you make it.

Kevin Kinsey

--
Don't force it, get a larger hammer.
-- Anthony


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


Re: Installing Free over linux

2006-04-19 Thread Giorgos Keramidas
On Tuesday, April 18, 2006 1:00 PM Aguiar Magalhaes wrote:
 I'm trying to install the FreeBSD 6.0 where exist a
 old linux (It will be full replaced)

 I'm receiving a error message about de swap slice:

 Unable to find device node for /dev/ad0s1b in /dev!
 The creation of filesystem will be aborted

On 2006-04-19 14:02, Aguiar Magalhaes [EMAIL PROTECTED] wrote:
 Hi Parv,
 I'm trying but the same error message is continue

Try doing this in two runs of sysinstall:

* Create the BIOS partitions without any BSD label
* Save the partitions and reboot
* Then create the BSD label and swap

I vaguely remember sysinstall having problems with partitions that were
created in one session, but I haven't used sysinstall in ages now...

- Giorgos

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


Re: Installing Free over linux

2006-04-19 Thread Karol Kwiatkowski
On 19/04/2006 16:20, Bob Johnson wrote:
 On 4/19/06, Aguiar Magalhaes [EMAIL PROTECTED] wrote:
 Hi Parv,

 I´m trying but the same error message is continue

 
 When you run the installer, are you selecting the standard
 installation, the quick installation, or the custom installation?
 
 - Bob

I just got the same error, for the archives:

% Unable to find device node for /dev/ad0s1b in /dev!
% The creation of filesystem will be aborted

It didn't matter if I choose quick, custom or standard installation.

What did matter is slice scheme. With sysinstal I was trying to do:

ad1s1 - UFS2
ad1s2 - ext2

ad1s1a /
ad1s1b swap
ad1s1d /tmp
ad1s1e /usr
ad1s1f /var
ad1s1g /home

This gave me the error. After removing ext2 slice all went OK.

HTH,

Karol

-- 
Karol Kwiatkowski  freebsd at orchid dot homeunix dot org
OpenPGP: http://www.orchid.homeunix.org/carlos/gpg/0x06E09309.asc



signature.asc
Description: OpenPGP digital signature


Re: Problems with Postfix port

2006-04-19 Thread Kevin Kinsey

Chris Hastie wrote:


Yesterday I upgraded a 5.1 system to 5.4. I then cvsuped the ports tree and
rebuilt Postfix from mail/postfix.

I am having problems with spawn and pipe. Spawn complains

postfix/spawn[36315]: fatal: unknown user name: nobody

although nobody is a user on the system. Changing the the user in master.cf does
not improve things.

Pipe complains

postfix/pipe[38272]: fatal: invalid option: ?

I've asked the question on the postfix-users list, and with respect to the pipe
problem Wietse has responded:

 postfix/pipe[38272]: fatal: invalid option: ?

You built Postfix with the GNU version of the getopt()
system routine. That version is not compatible with
the FreeBSD getopt() system routine.

To build Postfix on FreeBSD you MUST USE the FreeBSD
getopt() system routine, not the GNU version.

Is this likely to be the case if I installed from the port? If so, how do I get
around it? And any suggestions about spawn?

Thanks
 



It doesn't seem likely to me that this is the problem,
unless one of a couple of things has occurred:  one
would be that the port maintainer has written a broken
Makefile or made some related error, and the other that
FreeBSD's getopt() has changed in some way.  Neither
of these seems too likely, either.

However, systems do change, and it's a long, long way
from 5.1 to 5.4.  Did you carefully read /usr/src/UPDATING?
/usr/ports/UPDATING?

It might be wise to use portupgrade -rR or something
similar to update PostFix, or, if this isn't a production box,
uninstall and reinstall the port (though that seems too
Microsoftie to me)

HTH,

Kevin Kinsey

--
Clones are people two.


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


Re: memtest86 memory test

2006-04-19 Thread scuba
Hi,

I think memtest86 is the best, but you could use something like 
this bellow. Just adjust the value of N_MEGABYTES, and start as many 
process as you want to full the fisical memory.

[start of code]

#include stdio.h
#define N_MEGABYTES 160
#define TOTAL (N_MEGABYTES * 1024 * 1024)
int main(void)
{
int i;
char *p;
char *mem = malloc(TOTAL);

if ( mem == NULL )
{
perror(malloc);
return 1;
}

while ( 1 )
{
for (i = 0, p = mem; i  TOTAL; i++, p++)
{
if ( *p == 0 )
*p = 1;
*p = 1;
}
}
return 0;
}   


[end of code]

On Wed, 19 Apr 2006, FreeBSD Daemon wrote:

|Dear list
|
|Is there a memory test suite other them memtest86/memtest86+
|
|TIA
|
|zheyu
|
|___
|freebsd-questions@freebsd.org mailing list
|http://lists.freebsd.org/mailman/listinfo/freebsd-questions
|To unsubscribe, send any mail to [EMAIL PROTECTED]
|


- Marcelo

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


SYSTEM HANG - NATD running FINE

2006-04-19 Thread Ben and Jen
My system has recently locked up after 65 days uptime, running only natd for 
my local network.  Natd still works fine and routes information properly - but 
I am no longer able to telnet or login to my machine even from a local 
console(alt f1-fx).  After I enter my root or user name at the login - it just 
hangs there.  When I telnet in, it does not even prompt me with a login.  

Anybody ever had this problem before?  Any suggestions on how to recover my 
system without rebooting? 

Any help appreciated.

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


Replacing base OpenSSL with port

2006-04-19 Thread Kövesdán Gábor

Hello,

I know it's possible, but don't know how and googling doesn't help. 
Could somebody explain me how I can completely replace (I mean 
overwrite) the base OpenSSL with a newer one? Currently, I have OpenSSL 
0.9.7d-p1 and I would like to have the latest stable 0.9.7 version.


Thanks in advance,

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


Re: How to link CPAN to FreeBSD ports perl modules?

2006-04-19 Thread Alex Zbyslaw

David Robillard wrote:


Hello everyone,

I'm looking for a way to link perl modules found in CPAN and the ones
found in the FreeBSD ports repository.

For example, let's say I need to install the following CPAN module:

http://search.cpan.org/dist/libwww-perl/lib/HTTP/Request/Common.pm

A search in the ports for  ^p5-HTTP  will return all perl modules
which names start with p5-HTTP. But the above CPAN module does not
exist.

Does this means that the CPAN module is not in the ports? Or is there
another way to link CPAN modules to the ports collection?
 


The CPAN module is libwww-perl, in the ports as p5-libwww-perl

$ pkg_info -o p5-libwww\*
Information for p5-libwww-5.805:

Origin:
www/p5-libwww

hth,

--Alex


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


Re: Several questions

2006-04-19 Thread scuba
Hi Rhys,

On Tue, 18 Apr 2006, Rhys Sage wrote:

|3. Is there any software for FreeBSD that will read
|Canon CR2 files from my Canon XT?

You can use gPhoto2 to convert your raw files:

http://www.gphoto.org/

Or Dcraw:

http://www.insflug.org/raw/software/tools/dcraw.php3

And GIMP to edit the images.

http://www.gimp.org/

They're powerfull tools, but you may have some learn 
curve, if you're familiar to Photoshop i.e.

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


RE: Replacing base OpenSSL with port

2006-04-19 Thread Zimmerman, Eric
 -Original Message-
 From: [EMAIL PROTECTED] [mailto:owner-freebsd-
 [EMAIL PROTECTED] On Behalf Of Kövesdán Gábor
 Sent: Wednesday, April 19, 2006 10:27 AM
 To: freebsd-questions@freebsd.org
 Subject: Replacing base OpenSSL with port
 
 Hello,
 
 I know it's possible, but don't know how and googling doesn't help.
 Could somebody explain me how I can completely replace (I mean
 overwrite) the base OpenSSL with a newer one? Currently, I have OpenSSL
 0.9.7d-p1 and I would like to have the latest stable 0.9.7 version.
 

Isn't there a port that does exactly this?

/usr/ports/security/openssh-portable/


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


RE: Replacing base OpenSSL with port

2006-04-19 Thread Zimmerman, Eric
 -Original Message-
 From: [EMAIL PROTECTED] [mailto:owner-freebsd-
 [EMAIL PROTECTED] On Behalf Of Kövesdán Gábor
 Sent: Wednesday, April 19, 2006 10:27 AM
 To: freebsd-questions@freebsd.org
 Subject: Replacing base OpenSSL with port
 
 Hello,
 
 I know it's possible, but don't know how and googling doesn't help.
 Could somebody explain me how I can completely replace (I mean
 overwrite) the base OpenSSL with a newer one? Currently, I have OpenSSL
 0.9.7d-p1 and I would like to have the latest stable 0.9.7 version.
 

Oops, you said openssl =)

/usr/ports/security/openssl

cat /usr/ports/security/openssl/distinfo
MD5 (openssl-0.9.8a.tar.gz) = 1d16c727c10185e4d694f87f5e424ee1
SHA256 (openssl-0.9.8a.tar.gz) = 
30f8f61fb1316f4fb51410c740b4879b8e26b417c8d870e486144b10b8041c73
SIZE (openssl-0.9.8a.tar.gz) = 3271435
MD5 (openssl-0.9.7i.tar.gz) = f69d82b206ff8bff9d0e721f97380b9e
SHA256 (openssl-0.9.7i.tar.gz) = 
2fdd9235fc08c4353875d0981741947f2fa9f8835f04d97c30461cc14a986dd0
SIZE (openssl-0.9.7i.tar.gz) = 3280907

Looks like 0.9.8a is the latest in the ports tree


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


Re: Replacing base OpenSSL with port

2006-04-19 Thread Kövesdán Gábor

Zimmerman, Eric wrote:

-Original Message-
From: [EMAIL PROTECTED] [mailto:owner-freebsd-
[EMAIL PROTECTED] On Behalf Of Kövesdán Gábor
Sent: Wednesday, April 19, 2006 10:27 AM
To: freebsd-questions@freebsd.org
Subject: Replacing base OpenSSL with port

Hello,

I know it's possible, but don't know how and googling doesn't help.
Could somebody explain me how I can completely replace (I mean
overwrite) the base OpenSSL with a newer one? Currently, I have OpenSSL
0.9.7d-p1 and I would like to have the latest stable 0.9.7 version.




Isn't there a port that does exactly this?

/usr/ports/security/openssh-portable/


  

I asked about *OpenSSL*, not OpenSSH. :)

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


Re: Problems with Postfix port

2006-04-19 Thread Chris Hastie

On Wed, 19 Apr 2006, Kevin Kinsey [EMAIL PROTECTED] wrote:


Chris Hastie wrote:


Yesterday I upgraded a 5.1 system to 5.4. I then cvsuped the ports tree and
rebuilt Postfix from mail/postfix.

I am having problems with spawn and pipe. Spawn complains

postfix/spawn[36315]: fatal: unknown user name: nobody

Pipe complains

postfix/pipe[38272]: fatal: invalid option: ?

I've asked the question on the postfix-users list, and with respect 
to the pipe

problem Wietse has responded:

 postfix/pipe[38272]: fatal: invalid option: ?

You built Postfix with the GNU version of the getopt()
system routine. That version is not compatible with
the FreeBSD getopt() system routine.



It doesn't seem likely to me that this is the problem,
unless one of a couple of things has occurred:  one
would be that the port maintainer has written a broken
Makefile or made some related error, and the other that
FreeBSD's getopt() has changed in some way.  Neither
of these seems too likely, either.

However, systems do change, and it's a long, long way
from 5.1 to 5.4.  Did you carefully read /usr/src/UPDATING?
/usr/ports/UPDATING?


I did my best to read through /usr/src/UPDATING, but as you say, it's a long
long way from 5.1 to 5.4, so there's an awful lot to take in. I confess I
haven't looked at /usr/ports/UPDATING, but will.


It might be wise to use portupgrade -rR or something
similar to update PostFix, or, if this isn't a production box,
uninstall and reinstall the port (though that seems too
Microsoftie to me)


Sounds like what I did. make. make deinstall. make reinstall.

The getopt thing doesn't seem to explain the problem with spawn, since it
reports the username it doesn't recognise in the error, suggesting that it did
at least understand the arguments passed.

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


Re: Replacing base OpenSSL with port

2006-04-19 Thread Kövesdán Gábor

Zimmerman, Eric wrote:

-Original Message-
From: [EMAIL PROTECTED] [mailto:owner-freebsd-
[EMAIL PROTECTED] On Behalf Of Kövesdán Gábor
Sent: Wednesday, April 19, 2006 10:27 AM
To: freebsd-questions@freebsd.org
Subject: Replacing base OpenSSL with port

Hello,

I know it's possible, but don't know how and googling doesn't help.
Could somebody explain me how I can completely replace (I mean
overwrite) the base OpenSSL with a newer one? Currently, I have OpenSSL
0.9.7d-p1 and I would like to have the latest stable 0.9.7 version.




Oops, you said openssl =)

/usr/ports/security/openssl

cat /usr/ports/security/openssl/distinfo
MD5 (openssl-0.9.8a.tar.gz) = 1d16c727c10185e4d694f87f5e424ee1
SHA256 (openssl-0.9.8a.tar.gz) = 
30f8f61fb1316f4fb51410c740b4879b8e26b417c8d870e486144b10b8041c73
SIZE (openssl-0.9.8a.tar.gz) = 3271435
MD5 (openssl-0.9.7i.tar.gz) = f69d82b206ff8bff9d0e721f97380b9e
SHA256 (openssl-0.9.7i.tar.gz) = 
2fdd9235fc08c4353875d0981741947f2fa9f8835f04d97c30461cc14a986dd0
SIZE (openssl-0.9.7i.tar.gz) = 3280907

Looks like 0.9.8a is the latest in the ports tree


  

Yes, but there is 0.9.7i, too. Look at below 0.9.8.

I tried to make a package from that before I install it, but I got this 
error, and I don't know what to do now:


[EMAIL PROTECTED] /usr/ports/security/openssl]# make 
OPENSSL_OVERWRITE_BASE=YES WITH_OPENSSL_097=YES package

#
# this ports does not support the dynamic root
# please undefine OPENSSL_OVERWRITE_BASE
# and use WITH_OPENSSL_PORT=yes instead.
#
*** Error code 1

Stop in /usr/ports/security/openssl.
[EMAIL PROTECTED] /usr/ports/security/openssl]#

Gabor Kovesdan

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


Re: changing a nic's mac address, freebsd6

2006-04-19 Thread Anth Courtney
Dave,

On 4/19/06, Dave [EMAIL PROTECTED] wrote:
 Hello,
I've got an rl0 nic on a freebsd6 machine that i need to change it's mac
 address on a tempoary basis.

You can do this with ifconfig and the link parameter.

i.e

# /sbin/ifconfig rl0 link $NEWMACADDRESS

cheers,

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


Help

2006-04-19 Thread Deepak Venkatesan
I wish to use softwares of Adobe, Nero, Microsoft,etc. Can you send me
the softwares that support FreeBSD OS.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Problems with Postfix port

2006-04-19 Thread Paul Schmehl

Kevin Kinsey wrote:

Chris Hastie wrote:

Yesterday I upgraded a 5.1 system to 5.4. I then cvsuped the ports 
tree and

rebuilt Postfix from mail/postfix.

I am having problems with spawn and pipe. Spawn complains

postfix/spawn[36315]: fatal: unknown user name: nobody

although nobody is a user on the system. Changing the the user in 
master.cf does

not improve things.

Pipe complains

postfix/pipe[38272]: fatal: invalid option: ?

I've asked the question on the postfix-users list, and with respect to 
the pipe

problem Wietse has responded:

 postfix/pipe[38272]: fatal: invalid option: ?

You built Postfix with the GNU version of the getopt()
system routine. That version is not compatible with
the FreeBSD getopt() system routine.

To build Postfix on FreeBSD you MUST USE the FreeBSD
getopt() system routine, not the GNU version.

Is this likely to be the case if I installed from the port? If so, how 
do I get

around it? And any suggestions about spawn?

Thanks
 



It doesn't seem likely to me that this is the problem,


To me either.  I ran into a problem a while back with Postfix, and 
that's the same answer they gave me.  It turned out to be a problem with 
SPF.  Once I deselected that, postfix compiled fine.


It might be wise to use portupgrade -rR or something
similar to update PostFix, or, if this isn't a production box,
uninstall and reinstall the port (though that seems too
Microsoftie to me)


Good advice.

--
Paul Schmehl ([EMAIL PROTECTED])
Adjunct Information Security Officer
The University of Texas at Dallas
http://www.utdallas.edu/ir/security/


smime.p7s
Description: S/MIME Cryptographic Signature


Re: Help

2006-04-19 Thread James Riendeau
I'm guessing you want FreeBSD equivalents to popular software  
packages created by Adobe and Microsoft.  See this page:


http://en.wikipedia.org/wiki/List_of_free_software_packages

Virtually everything there can run on FreeBSD and chances are it's in  
the ports or packages collections:


http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports.html

James Riendeau
MMI Computer Support Technician
1300 University Ave
Rm. 436, Dept. of MedMicro
Madison, WI  53706

Phone: (608) 262-3351
After-hours Phone: (608) 260-2696
Fax: (608) 262-8418
Email: [EMAIL PROTECTED]



On Apr 19, 2006, at 11:03 AM, Deepak Venkatesan wrote:


I wish to use softwares of Adobe, Nero, Microsoft,etc. Can you send me
the softwares that support FreeBSD OS.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions- 
[EMAIL PROTECTED]


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


Re: Help

2006-04-19 Thread Giorgos Keramidas
On 2006-04-19 21:33, Deepak Venkatesan [EMAIL PROTECTED] wrote:
 I wish to use softwares of Adobe, Nero, Microsoft,etc. Can you send me
 the softwares that support FreeBSD OS.

Hi Deepak,

I'm almost positively sure that you are looking at the wrong list.

FreeBSD is a UNIX system (see the description at its homepage, at
http://www.FreeBSD.org for example).  While *some* of the software
vendors you listed above (i.e. Adobe) make *some* versions of their
software available for *some* UNIX systems, I don't think it is a very
common or widespread practice for large, commercial software vendors to
ship FreeBSD versions of their software.

Having said that, FreeBSD can run and does support thousands of Free
Software and Open Source Software packages.  Perhaps you can tell us
what you are trying to do, and we can find some FS/OSS program that can
assist you?

- Giorgos

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


Re: Installing Gnome (Or possibly other GUI)

2006-04-19 Thread MKR
So far I've had success running fluxbox on my old dell laptop with a
600mhz CPU and 128mb of RAM.

pkg_add -r fluxbox

It has a nice menu generator that will pick up most installed programs
and make them available to you through its menus.

I usualy have enough memory left to run konsole with a few shells,
gedit and opera with minimal swapping.

On 4/19/06, Frank Steinborn [EMAIL PROTECTED] wrote:
 Enigma wrote:
  My problem is this: I am installing onto a small partition (roughly
  2.5 gig) with the add_pkg -r gnome2 command to download the packets. By
  about what seems 3/4 the way through, my hdd is full and theres no way
  this option is open to me.

 You have to know that the gnome2 package is a metapackage. It installs
 many optional GNOME packages you probably never need. You can use the
 gnome2-lite Package (pkg_add -r gnome2-lite), to install just the
 necessary packages to run GNOME.

 HTH!
 Frank

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

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


ural driver , Belkin F5D7050 USB not working..

2006-04-19 Thread Rakesh Prajapati
FreeBSD Version : 6.0 - RELEASE
Laptop: AMD 64 laptop
Wireless Adapter: Belkin F5D7050 Wireless G USB Network Adapter, 802.11g

I am trying to make the Belkin Adapter work on my Laptop but without any 
success.

As per the Handbook and other sources this adapter should work with ural driver 
and this device
should show as ural0 in my dmesg output but it does not instead it shows as 

ugen0: Belkin USB2.0 WLAN, rev 2.00/48.10, addr 2


I have recompiled the kernel with the following 

   device ehci
   device uhci
   device ohci
   device usb
   device ural
   device wlan

In fact the GENERIC kernel config had all these uncommented so I did not have 
to change it at all but I compiled it anyway by copying GENERIC to WIRELESS and 
then buildkernel and installkernel.

As per the Handbook I expect to see

# ifconfig -a
wi0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu 1500
inet6 fe80::202:2dff:fe2d:c938%wi0 prefixlen 64 scopeid 0x7
inet 0.0.0.0 netmask 0xff00 broadcast 255.255.255.255
ether 00:09:2d:2d:c9:50
media: IEEE 802.11 Wireless Ethernet autoselect (DS/2Mbps)
status: no carrier
ssid 
stationname FreeBSD Wireless node
channel 10 authmode OPEN powersavemode OFF powersavesleep 100
wepmode OFF weptxkey 1

but my ifconfig -a lists

vr0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu 1500
inet6 fe80::203:25ff:fe10:8327%vr0 prefixlen 64 scopeid 0x1 
inet 192.168.0.4 netmask 0xff00 broadcast 192.168.0.255
ether 00:03:25:10:83:27
media: Ethernet autoselect (100baseTX full-duplex)
status: active
fwe0: flags=108802BROADCAST,SIMPLEX,MULTICAST,NEEDSGIANT mtu 1500
options=8VLAN_MTU
ether 02:03:25:00:43:96
ch 1 dma -1
lo0: flags=8049UP,LOOPBACK,RUNNING,MULTICAST mtu 16384
inet6 ::1 prefixlen 128 
inet6 fe80::1%lo0 prefixlen 64 scopeid 0x3 
inet 127.0.0.1 netmask 0xff00 


What am I missing? Please suggest another USB wireless g adapter if that will 
work. Model # of the adapter will be appreciated.

My laptop has a builtin wireless (BROADCOM) but I guess it wont work with 
FreeBSD.

My dmesg output can be found here if required.

http://rprajapa.freeshell.org/

You input is highly appreciated.

Thanks,
Rakesh



(__)
(++)-i\  
 ~~| BSD | * 
  |_|~|_|

If you understand what you're doing, you're not learning anything.
-A. L.

-
Yahoo! Messenger with Voice. Make PC-to-Phone Calls to the US (and 30+ 
countries) for 2¢/min or less.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


KDE + GNOME?

2006-04-19 Thread Duane Whitty

Hello everyone,

I'm contemplating installing GNOME .  I am currently
using KDE.  Does anyone know of any issues I should
be aware of before I proceed.  I'm mostly concerned
about dependency issues, especially wtih respect to the
xorg clients and firefox.

Essentially I would like to be able to choose which
environment I am going to run on a per-session basis.
Any hints, pointer, RTFMs, would be greatly appreciated.

Sincerely,

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


Re: KDE + GNOME?

2006-04-19 Thread Joe Marcus Clarke
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Duane Whitty wrote:
 Hello everyone,
 
 I'm contemplating installing GNOME .  I am currently
 using KDE.  Does anyone know of any issues I should
 be aware of before I proceed.  I'm mostly concerned
 about dependency issues, especially wtih respect to the
 xorg clients and firefox.
 
 Essentially I would like to be able to choose which
 environment I am going to run on a per-session basis.
 Any hints, pointer, RTFMs, would be greatly appreciated.

http://www.freebsd.org/gnome/ should get you started.  Check out the
FAQ.  You can get more help from freebsd-gnome@ or on IRC.

Joe

 
 Sincerely,
 
 Duane Whitty


- --
Joe Marcus Clarke
FreeBSD GNOME Team  ::  [EMAIL PROTECTED]
FreeNode / #freebsd-gnome
http://www.FreeBSD.org/gnome
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFERntTb2iPiv4Uz4cRAgSQAJ9zlbC6WZWtjvHyxr3gPM/yX3HQVQCgoIgN
yZq40oOOGCD69b7tKFywTrk=
=1iZL
-END PGP SIGNATURE-
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: KDE + GNOME?

2006-04-19 Thread Harley D. Eades
 I'm contemplating installing GNOME .  I am currently
 using KDE.  Does anyone know of any issues I should
 be aware of before I proceed.  I'm mostly concerned
 about dependency issues, especially wtih respect to the
 xorg clients and firefox.
 
 Essentially I would like to be able to choose which
 environment I am going to run on a per-session basis.
 Any hints, pointer, RTFMs, would be greatly appreciated.
I am running the current GNOME release and I have experienced
zero problems.  The only thing I don't like about my current
installation is that the GNOME systrey does not work.  Besides
that it runs very nicely.

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


top for tcpdump

2006-04-19 Thread Michael Grant
Does anyone know of a tool like top that displays the open tcp
connections and sorts them by which is causing the most bandwidth?

I have someone consuming a lot of bandwidth but with so many tcp
connections, I'm not sure who it is.

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


Free BSD - Suggestion

2006-04-19 Thread Everton Sanches

   Hi,


   I'm designer and I really appreciate the = freeBSD.


   I would like that you take a look on my = suggestion to the logo of
   freeBDS®.


   It's simple and innovative.


   Thank you.





   [3Dcid:image001.gif@01C663C2.2CBA2600]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]

k3b

2006-04-19 Thread eoghan

Hi
Does anyone know of an app similar to k3b for gnome. I know i can run it 
from gnome but it keeps crashing on me so id like some for gnome. Had a 
look around gnomefiles but couldnt find anything like it.

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


Re: k3b

2006-04-19 Thread albi
On Wed, 19 Apr 2006 19:09:45 +0100
eoghan [EMAIL PROTECTED] wrote:

 Does anyone know of an app similar to k3b for gnome. I know i can run
 it from gnome but it keeps crashing on me so id like some for gnome.
 Had a look around gnomefiles but couldnt find anything like it.

/usr/ports/sysutils/gnomebaker

-- 
grtjs, albi
gpg-key: lynx -dump http://scii.nl/~albi/gpg.asc | gpg --import
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: k3b

2006-04-19 Thread Dev Tugnait
None that can do as much as k3b. But gnomebaker can do the basic job or
nautilus cd burner.

On Wed, 2006-04-19 at 19:09 +0100, eoghan wrote:
 Hi
 Does anyone know of an app similar to k3b for gnome. I know i can run it 
 from gnome but it keeps crashing on me so id like some for gnome. Had a 
 look around gnomefiles but couldnt find anything like it.
 Thanks
 Eoghan
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
-- 
Dev Tugnait [EMAIL PROTECTED]

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


Re: top for tcpdump

2006-04-19 Thread Kurt Buff
ntop is your best bet.

http://www.ntop.org, and look in ports for it.

On 4/19/06, Michael Grant [EMAIL PROTECTED] wrote:
 Does anyone know of a tool like top that displays the open tcp
 connections and sorts them by which is causing the most bandwidth?

 I have someone consuming a lot of bandwidth but with so many tcp
 connections, I'm not sure who it is.

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

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


Re: top for tcpdump

2006-04-19 Thread Noah Silverman

Look at ettercap.  Not exactly what you asked for, but close..

-N


On Apr 19, 2006, at 11:08 AM, Michael Grant wrote:


Does anyone know of a tool like top that displays the open tcp
connections and sorts them by which is causing the most bandwidth?

I have someone consuming a lot of bandwidth but with so many tcp
connections, I'm not sure who it is.

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




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


Re: KDE + GNOME?

2006-04-19 Thread Paul Schmehl

Duane Whitty wrote:

Hello everyone,

I'm contemplating installing GNOME .  I am currently
using KDE.  Does anyone know of any issues I should
be aware of before I proceed.  I'm mostly concerned
about dependency issues, especially wtih respect to the
xorg clients and firefox.

Essentially I would like to be able to choose which
environment I am going to run on a per-session basis.
Any hints, pointer, RTFMs, would be greatly appreciated.

I just switched from Gnome to KDE because I had to many problems with 
Gnome.  KDE is a much more finished product (IMNSHO) and it's much 
easier to work with regarding adding new menus, printer configuration 
and other things that are the real reason you have a desktop.


Gnome requires dbus and seems to have problems connecting to it at 
times.  Gnome updates are also a royal PITA (keep in mind, I haven't 
done a KDE update yet), and I got tired of having to run and rerun the 
updates to try and get everything working right again.  It also 
generates a bunch of errors that I was never able to successfully 
eradicate, some of which make no sense.


Gnome is prettier (IMNSHO), but pretty is secondary to functionality, 
and KDE has Gnome beat hands down in that category.


Don't shoot - just one man's opinion.

--
Paul Schmehl ([EMAIL PROTECTED])
Adjunct Information Security Officer
The University of Texas at Dallas
http://www.utdallas.edu/ir/security/


smime.p7s
Description: S/MIME Cryptographic Signature


Re: KDE + GNOME?

2006-04-19 Thread Duane Whitty

Duane Whitty wrote:

Hello everyone,

I'm contemplating installing GNOME .  I am currently
using KDE.  Does anyone know of any issues I should
be aware of before I proceed.  I'm mostly concerned
about dependency issues, especially wtih respect to the
xorg clients and firefox.

Essentially I would like to be able to choose which
environment I am going to run on a per-session basis.
Any hints, pointer, RTFMs, would be greatly appreciated.

Sincerely,

Duane Whitty

Perhaps I should be more clear.  Is there anyone reading
who currently has KDE 3.5.x and GNOME 2.12.x installed
concurrently on their systems?  Did you experience installation
problems with respect to dependencies?   Are you able to choose
between running KDE and GNOME as simply as by running
startkde or startgnome (or whatever the start gnome command is)?

I like KDE and some of its applications and I don't necessarily wish
to switch to using something else exclusively.  I have many good
things about GNOME and would like to try it out.  I want to be able
to switch back-and-forth whenever I want.  Has anyone else tried this?

Thanks for your responses.

Sincerely,

Duane Whitty
--
[EMAIL PROTECTED]

P.S.

I looked at the FAQ and DOCs but
didn't see this mentioned. Did I miss
something?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: KDE + GNOME?

2006-04-19 Thread Greg Groth

Perhaps I should be more clear.  Is there anyone reading
who currently has KDE 3.5.x and GNOME 2.12.x installed
concurrently on their systems?  Did you experience installation
problems with respect to dependencies?   Are you able to choose
between running KDE and GNOME as simply as by running
startkde or startgnome (or whatever the start gnome command is)?

I like KDE and some of its applications and I don't necessarily wish
to switch to using something else exclusively.  I have many good
things about GNOME and would like to try it out.  I want to be able
to switch back-and-forth whenever I want.  Has anyone else tried this?

Thanks for your responses.

Sincerely,

Duane Whitty


I have both installed on a 6.0 box, had no real problems with 
dependencies that I can recall.  I use KDM to switch between the two.


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


Re: top for tcpdump

2006-04-19 Thread Dan Nelson
In the last episode (Apr 19), Michael Grant said:
 Does anyone know of a tool like top that displays the open tcp
 connections and sorts them by which is causing the most bandwidth?
 
 I have someone consuming a lot of bandwidth but with so many tcp
 connections, I'm not sure who it is.

Both trafshow and iftop in ports do this.  Trafshow lets you drill into
individual streams and watch the data flow, and iftop gives you nice
bar graphs. :)

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


Re: SYSTEM HANG - NATD running FINE

2006-04-19 Thread Andy Reitz
On Wed, 19 Apr 2006, Ben and Jen wrote:

 My system has recently locked up after 65 days uptime, running only
 natd for my local network.  Natd still works fine and routes information
 properly - but I am no longer able to telnet or login to my machine even
 from a local console(alt f1-fx).  After I enter my root or user name at
 the login - it just hangs there.  When I telnet in, it does not even
 prompt me with a login.

 Anybody ever had this problem before?  Any suggestions on how to recover
 my system without rebooting?

Hi Ben,

Since you are unable to get a shell, it is unlikely that you will be able
to recover without rebooting.

However, you can try dropping into the online Kernel debugger, to try and
get more information about what is going on:

http://www.freebsd.org/doc/en/books/developers-handbook/kerneldebug-online-ddb.html

I think from there you can force a panic, which could provide you with
some post-mortem information to go over:

http://www.onlamp.com/pub/a/bsd/2002/03/21/Big_Scary_Daemons.html

Good luck,
-Andy.

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


postfix smtp_sasl_auth

2006-04-19 Thread Alan Curtis
I had postfix set up to use  smtp_sasl_auth for outgoing mail. But now
it's broken and I get this message in maillog.

Apr 19 15:11:23  postfix/smtp[17464]: warning:
smtp_sasl_auth_enable is true, but SASL support is not compiled in
Apr 19 15:11:23  postfix/smtp[17464]: warning: TLS has been
selected, but TLS support is not compiled in

I think I must have broken something during a port upgrade. How do I fix this?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: postfix smtp_sasl_auth

2006-04-19 Thread Emil Thelin

On Wed, 19 Apr 2006, Alan Curtis wrote:


I had postfix set up to use  smtp_sasl_auth for outgoing mail. But now
it's broken and I get this message in maillog.

Apr 19 15:11:23  postfix/smtp[17464]: warning:
smtp_sasl_auth_enable is true, but SASL support is not compiled in
Apr 19 15:11:23  postfix/smtp[17464]: warning: TLS has been
selected, but TLS support is not compiled in

I think I must have broken something during a port upgrade. How do I fix this?


You need to reinstall postfix, and make sure you compile in support for 
sasl/tls.


/e

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


Re: postfix smtp_sasl_auth

2006-04-19 Thread Giorgos Keramidas
On 2006-04-19 15:35, Alan Curtis [EMAIL PROTECTED] wrote:
 I had postfix set up to use  smtp_sasl_auth for outgoing mail. But now
 it's broken and I get this message in maillog.

 Apr 19 15:11:23  postfix/smtp[17464]: warning:
 smtp_sasl_auth_enable is true, but SASL support is not compiled in
 Apr 19 15:11:23  postfix/smtp[17464]: warning: TLS has been
 selected, but TLS support is not compiled in

 I think I must have broken something during a port upgrade. How do I fix this?

Remove /usr/ports/mail/postfix/Makefile.inc and rebuild postfix.  You
will be prompted for configuration options again.  You seem to have TLS
and SASL in your `main.cf' file but forgot to include them in the latest
build.

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


Re: postfix smtp_sasl_auth

2006-04-19 Thread Paul Schmehl

Alan Curtis wrote:

I had postfix set up to use  smtp_sasl_auth for outgoing mail. But now
it's broken and I get this message in maillog.

Apr 19 15:11:23  postfix/smtp[17464]: warning:
smtp_sasl_auth_enable is true, but SASL support is not compiled in
Apr 19 15:11:23  postfix/smtp[17464]: warning: TLS has been
selected, but TLS support is not compiled in

I think I must have broken something during a port upgrade. How do I fix this?


make deinstall clean
make install clean - make sure you select SASL during the install 
process (you'll be prompted.)


--
Paul Schmehl ([EMAIL PROTECTED])
Adjunct Information Security Officer
The University of Texas at Dallas
http://www.utdallas.edu/ir/security/


smime.p7s
Description: S/MIME Cryptographic Signature


RE: postfix smtp_sasl_auth

2006-04-19 Thread Zimmerman, Eric
 -Original Message-
 From: [EMAIL PROTECTED] [mailto:owner-freebsd-
 [EMAIL PROTECTED] On Behalf Of Giorgos Keramidas
 Sent: Wednesday, April 19, 2006 2:42 PM
 To: Alan Curtis
 Cc: freebsd-questions@freebsd.org
 Subject: Re: postfix smtp_sasl_auth
 
 On 2006-04-19 15:35, Alan Curtis [EMAIL PROTECTED] wrote:
  I had postfix set up to use  smtp_sasl_auth for outgoing mail. But
now
  it's broken and I get this message in maillog.
 
  Apr 19 15:11:23  postfix/smtp[17464]: warning:
  smtp_sasl_auth_enable is true, but SASL support is not compiled in
  Apr 19 15:11:23  postfix/smtp[17464]: warning: TLS has been
  selected, but TLS support is not compiled in
 
  I think I must have broken something during a port upgrade. How do I
fix
 this?
 
 Remove /usr/ports/mail/postfix/Makefile.inc and rebuild postfix.  You
 will be prompted for configuration options again.  You seem to have
TLS
 and SASL in your `main.cf' file but forgot to include them in the
latest
 build.
 

I think you can do a 'make config' as well in the port directory to
reconfigure
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: k3b

2006-04-19 Thread eoghan

Dev Tugnait wrote:

None that can do as much as k3b. But gnomebaker can do the basic job or
nautilus cd burner.


Ok thanks will give that a go.
Eoghan


On Wed, 2006-04-19 at 19:09 +0100, eoghan wrote:

Hi
Does anyone know of an app similar to k3b for gnome. I know i can run it 
from gnome but it keeps crashing on me so id like some for gnome. Had a 
look around gnomefiles but couldnt find anything like it.

Thanks
Eoghan

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


Re: Problems with Postfix port

2006-04-19 Thread Chris Hastie

On Wed, 19 Apr 2006, Paul Schmehl [EMAIL PROTECTED] wrote

Kevin Kinsey wrote:

To build Postfix on FreeBSD you MUST USE the FreeBSD
getopt() system routine, not the GNU version.

Is this likely to be the case if I installed from the port? If so, 
how  do I get

around it? And any suggestions about spawn?

Thanks


 It doesn't seem likely to me that this is the problem,


To me either.  I ran into a problem a while back with Postfix, and 
that's the same answer they gave me.  It turned out to be a problem 
with SPF.  Once I deselected that, postfix compiled fine.


Ah, I think they are connected. I had a response off list that suggested 
adding -DPREPEND_PLUS_TO_OPTSTRING to  MAKEFILEFLAGS in the postfix 
makefile. A google on this led me to a suggestion from Wietse that this 
hack is unnecessary and Perhaps you linked Postfix with some 
third-party library (SSL? SASL? SQL?) that includes its own 
brain-damaged getopt() routine.


Digging a bit deeper, I spotted a suggestion that SPF might be that 
third-party library, so recompiled without that option and bingo! It all 
works again.

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


6.0 and fsck_snapshot

2006-04-19 Thread patrick
I rebooted out FreeBSD 6.0 server today. I noticed that it froze
during the shutdown, so I had to do a hard reset. After it reboot, I
did an ls on one of our filesystems (250GB SATA drive). Instead of all
of the files that would normally be there, all there was was a .snap
folder. When I did an ls in there, the process hung. I rebooted once
again, and I can get into the .snap folder just fine. Except that all
of my files are still missing, and instead it appears I have one big
fsck_snapshot file.

Is there any way I can recover from this and restore my files? Looking
through my logs, I see a couple errors just before I did the initial
reboot:

Apr 19 12:12:29 pompom kernel: g_vfs_done():ad8s1d[READ(offset=114688,
length=16384)]error = 6
Apr 19 12:12:29 pompom kernel: g_vfs_done():ad8s1d[READ(offset=114688,
length=16384)]error = 6

Any help would be greatly appreciated.

Thanks,

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


Re: Free BSD - Suggestion

2006-04-19 Thread Daniel A.
On 4/19/06, Everton Sanches [EMAIL PROTECTED] wrote:

Hi,


I'm designer and I really appreciate the  freeBSD.


I would like that you take a look on my  suggestion to the logo of
freeBDS(r).


It's simple and innovative.


Thank you.





[3Dcid:image001.gif@01C663C2.2CBA2600]


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


I think you're sorta late..
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: KDE + GNOME?

2006-04-19 Thread David J Brooks
On Wednesday 19 April 2006 13:34, Duane Whitty wrote:

 Perhaps I should be more clear.  Is there anyone reading
 who currently has KDE 3.5.x and GNOME 2.12.x installed
 concurrently on their systems?  Did you experience installation
 problems with respect to dependencies?   Are you able to choose
 between running KDE and GNOME as simply as by running
 startkde or startgnome (or whatever the start gnome command is)?

 I like KDE and some of its applications and I don't necessarily wish
 to switch to using something else exclusively.  I have many good
 things about GNOME and would like to try it out.  I want to be able
 to switch back-and-forth whenever I want.  Has anyone else tried this?

 Thanks for your responses.

I have both Kde 3.5.2 and Gnome 2.12 installed. I don't actually use gnome, 
but I need several parts of it as dependencies for other packages that I do 
run, and having enough drive space to do so, I just keep the whole thing up 
to date. Both run without any problems.

FWIW, I have the opposite opinion from Paul on which is prettier. I think Kde 
is much more attractive than the rather spartan Gnome environment.

David
-- 
Sure God created the world in only six days,
but He didn't have an established user-base.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Text files going double lined

2006-04-19 Thread Kyrre Nygard

At 15:33 18.04.2006, [EMAIL PROTECTED] wrote:

Stop wrinting code with notepad... If you search or
perhaps within the handbook an elegant script file
exists will fix your woes. Try searching in Gentoo
forums and FreeBSD I can't remeber where I found it.
The issue is unix uses carridge returns at the end of
line. Windows uses carridge returns and line feeds.
Unless your coders' editor allows you to stop this I
would suggest the finding of this script to eliminate
the extra line feed.


I use vim, or Notepad2 in Windows.

But hey this is not a carriage return problem.

You might like this though:

#!/usr/local/bin/bash
#
#   Remove carriage returns and trailing whitespaces.
#   $NINJA: text_clean.sh,v 1.0 2007/11/11 15:09:05 kyrre Exp $
#

for file in `find -s . -type f`; do

if file -b $file | grep -q 'text'; then

tr -d '\r'  $file | sed -E -e 's/[[:space:]]+$//'  $file.tmp

mv -f $file.tmp $file
echo $file: Done

fi

done

Regards,
Kyrre

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


Re: Text files going double lined

2006-04-19 Thread Kyrre Nygard

At 15:22 18.04.2006, Jim Stapleton wrote:

would this by chance be happening after doing a network file transfer,
such as ftp, with said files?



Yes, you are most right Mr. Stapleton!

All the best,
Kyrre

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


Re: Text files going double lined

2006-04-19 Thread Kyrre Nygard

At 15:38 18.04.2006, Derek Ragona wrote:
Usually this is a result of the wrong end-of-line characters being 
used, depending on what the output device expects.


In UNIX, end-of-line is just a line-feed, in MS-DOS/Windows 
end-of-line is a carriage-return line-feed pair.


You may need to change the end-of-line characters to suit your needs 
and output device.


-Derek


I see, so this is them damn carriage returns after all huh?

Damn them! 


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


Re: a favorite graphical ftp client?

2006-04-19 Thread martinko
Jonathan Horne wrote:
 On Sunday 16 April 2006 20:17, [EMAIL PROTECTED] wrote:
 
i would like to ask the list for opinions on a good graphical ftp client

for a


freebsd desktop.  before i try them all, id like to get a few
recomendations :)

gftp is quite nice imho -- http://gftp.seul.org/
 
 
 sorry, i should have mentioned i use KDE.  will gftp be any trouble to 
 compile, or is it going to pull down the entire gnome to go with it?  im 
 really looking for something that works well under KDE.
 

afair, gftp can be compiled against gtk2 or gtk1 or even text mode. and
no, it doesn't need the entire gnome.

m:)

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


Re: KDE + GNOME?

2006-04-19 Thread MBGaskins
David J Brooks [EMAIL PROTECTED] wrote on 04/19/2006 04:30:16 PM:
 I have both Kde 3.5.2 and Gnome 2.12 installed. I don't actually use 
gnome, 
 but I need several parts of it as dependencies for other packages that I 
do 
 run, and having enough drive space to do so, I just keep the whole thing 
up 
 to date. Both run without any problems.
 
 FWIW, I have the opposite opinion from Paul on which is prettier. I 
think Kde 
 is much more attractive than the rather spartan Gnome environment.
 
 David

I've got both KDE and Gnome working fine on my Gentoo system at home (I 
use FreeBSD for server use more than desktop), and they play together just 
fine.

As yet another oddball opinion on the subject, I find KDE to be 
graphically prettier, but Gnome has a better flow to it.  It's a bit 
more subdued (KDE seems to be very in your face).  Also, the rendered of 
KDE just seems to mess stuff up more often.  Desktop icon labels are cut 
off in the middle of a word  for example, or toolbar icon labels have an 
off center appearance to them.  I used KDE almost exclusively since 
Mandrake 5.1, but I've switched to Gnome as my primary interface as of 
Gnome 2.10.

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


[Fwd: Re: Problems with Postfix port]

2006-04-19 Thread Paul Schmehl
I'm forwarding this to the ports list.  Obviously someone needs to look 
in to the libspfs port and fix the problem with it.


 Original Message 
Subject: Re: Problems with Postfix port
Date: Wed, 19 Apr 2006 20:57:55 +0100
From: Chris Hastie [EMAIL PROTECTED]
To: freebsd-questions@freebsd.org
References: [EMAIL PROTECTED] 
[EMAIL PROTECTED] [EMAIL PROTECTED]


On Wed, 19 Apr 2006, Paul Schmehl [EMAIL PROTECTED] wrote

Kevin Kinsey wrote:

To build Postfix on FreeBSD you MUST USE the FreeBSD
getopt() system routine, not the GNU version.

Is this likely to be the case if I installed from the port? If so, 
how  do I get

around it? And any suggestions about spawn?

Thanks


 It doesn't seem likely to me that this is the problem,


To me either.  I ran into a problem a while back with Postfix, and 
that's the same answer they gave me.  It turned out to be a problem 
with SPF.  Once I deselected that, postfix compiled fine.


Ah, I think they are connected. I had a response off list that suggested
adding -DPREPEND_PLUS_TO_OPTSTRING to  MAKEFILEFLAGS in the postfix
makefile. A google on this led me to a suggestion from Wietse that this
hack is unnecessary and Perhaps you linked Postfix with some
third-party library (SSL? SASL? SQL?) that includes its own
brain-damaged getopt() routine.

Digging a bit deeper, I spotted a suggestion that SPF might be that
third-party library, so recompiled without that option and bingo! It all
works again.
--
Chris Hastie
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]

--
Paul Schmehl ([EMAIL PROTECTED])
Adjunct Information Security Officer
The University of Texas at Dallas
http://www.utdallas.edu/ir/security/


smime.p7s
Description: S/MIME Cryptographic Signature


Re: KDE + GNOME?

2006-04-19 Thread pete wright
On 4/19/06, Duane Whitty [EMAIL PROTECTED] wrote:
 Duane Whitty wrote:
  Hello everyone,
 
  I'm contemplating installing GNOME .  I am currently
  using KDE.  Does anyone know of any issues I should
  be aware of before I proceed.  I'm mostly concerned
  about dependency issues, especially wtih respect to the
  xorg clients and firefox.
 
  Essentially I would like to be able to choose which
  environment I am going to run on a per-session basis.
  Any hints, pointer, RTFMs, would be greatly appreciated.
 
  Sincerely,
 
  Duane Whitty
 Perhaps I should be more clear.  Is there anyone reading
 who currently has KDE 3.5.x and GNOME 2.12.x installed
 concurrently on their systems?  Did you experience installation
 problems with respect to dependencies?   Are you able to choose
 between running KDE and GNOME as simply as by running
 startkde or startgnome (or whatever the start gnome command is)?


I have this same setup (plus xfce4/fvwm2) and have no problems.  Been
doing it for a while via both ports and packages and they work like a
charm.  i'd suggest using packages, unless you have time to build
everything from scratch.  so yea, i can happily report no issues going
this route.

-pete


--
~~o0OO0o~~
Pete Wright
www.nycbug.org
NYC's *BSD User Group
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: [Fwd: Re: Problems with Postfix port]

2006-04-19 Thread Marcus Alves Grando
It's a known problem.

Use mail/postfix-policyd-spf instead of SPF patch.

Regards

Paul Schmehl wrote:
 I'm forwarding this to the ports list.  Obviously someone needs to look
 in to the libspfs port and fix the problem with it.
 
  Original Message 
 Subject: Re: Problems with Postfix port
 Date: Wed, 19 Apr 2006 20:57:55 +0100
 From: Chris Hastie [EMAIL PROTECTED]
 To: freebsd-questions@freebsd.org
 References: [EMAIL PROTECTED]
 [EMAIL PROTECTED] [EMAIL PROTECTED]
 
 On Wed, 19 Apr 2006, Paul Schmehl [EMAIL PROTECTED] wrote
 Kevin Kinsey wrote:
 To build Postfix on FreeBSD you MUST USE the FreeBSD
 getopt() system routine, not the GNU version.

 Is this likely to be the case if I installed from the port? If so,
 how  do I get
 around it? And any suggestions about spawn?

 Thanks

  It doesn't seem likely to me that this is the problem,

 To me either.  I ran into a problem a while back with Postfix, and
 that's the same answer they gave me.  It turned out to be a problem
 with SPF.  Once I deselected that, postfix compiled fine.
 
 Ah, I think they are connected. I had a response off list that suggested
 adding -DPREPEND_PLUS_TO_OPTSTRING to  MAKEFILEFLAGS in the postfix
 makefile. A google on this led me to a suggestion from Wietse that this
 hack is unnecessary and Perhaps you linked Postfix with some
 third-party library (SSL? SASL? SQL?) that includes its own
 brain-damaged getopt() routine.
 
 Digging a bit deeper, I spotted a suggestion that SPF might be that
 third-party library, so recompiled without that option and bingo! It all
 works again.

-- 
Marcus Alves Grando
marcus(at)corp.grupos.com.br  |  Grupos Internet S/A
  mnag(at)FreeBSD.org |  FreeBSD.org
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: mysql rc.d script

2006-04-19 Thread Lowell Gilbert
Vlad GURDIGA [EMAIL PROTECTED] writes:

 I have a FreeBSD 6-current build from almost the most recent source.
 I have installed mysql41-server port and observed a strange behaviour:
 as usual, I only have to put the mysqld_enable=yes in my
 /etc/rc.conf to have mysql server started at boot, but this time it
 did not work. I've checked the script mode and it was OK, just like
 other scripts in there, and like the Apache starter script that worked
 fine and after i put enable_apache=YES in rc.conf.
 
 The only difference between mysql server starter script and others was
 the missing .sh suffix. After I renamed mysql-server to
 mysql-server.sh everything worked fine.
 
 Is that OK?

It should be okay.  It changes the way that the script is called a bit
(details in man rc), but start and stop should be fine.  Just be
careful when you upgrade.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: memtest86 memory test

2006-04-19 Thread Lowell Gilbert
FreeBSD Daemon [EMAIL PROTECTED] writes:

 Is there a memory test suite other them memtest86/memtest86+

There are others in the ports, but they aren't nearly as effective.  
Of course, if you really want effective, there is no substitute
for a dedicated device...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


booting problems

2006-04-19 Thread boy red
i have so far installed freeBSD OS and set up the
accounts but im having some problems. it just takes me
2 a black DOS type screen and i dont know how 2 get
in. by getting in i mean that it doesnt take me to the
place where i actually start using the computer.
please help.

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: mysql rc.d script

2006-04-19 Thread Jerry McAllister
 
 Vlad GURDIGA [EMAIL PROTECTED] writes:
 
  I have a FreeBSD 6-current build from almost the most recent source.
  I have installed mysql41-server port and observed a strange behaviour:
  as usual, I only have to put the mysqld_enable=yes in my
  /etc/rc.conf to have mysql server started at boot, but this time it
  did not work. I've checked the script mode and it was OK, just like
  other scripts in there, and like the Apache starter script that worked
  fine and after i put enable_apache=YES in rc.conf.
  
  The only difference between mysql server starter script and others was
  the missing .sh suffix. After I renamed mysql-server to
  mysql-server.sh everything worked fine.
  
  Is that OK?

If you mean is adding the '.sh' to the name OK, then yes.
That is what you are supposed to do, as well as check to make
sure it has execute permission.

jerry

 
 It should be okay.  It changes the way that the script is called a bit
 (details in man rc), but start and stop should be fine.  Just be
 careful when you upgrade.
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
 

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


Re: Installing Gnome (Or possibly other GUI)

2006-04-19 Thread Parv
in message [EMAIL PROTECTED], wrote
Enigma thusly...


Please wrap your lines around 70 characters or so, instead of
writing one-line paragraphs.

 My question is, how can I install this GUI, or will it be easier
 to install an alternative with less graphics and tag along
 programs?  I'm essentially getting a GUI going due to the fact I'm
 new to Unix as a whole and would be good to assist learning of the
 OS and the shell. Due to this, something like a windows clone
 Gnome or KDE may be good, but I'm just as willing to have to learn
 to use a good GUI that isnt windows clone.

Try x11-themes/fvwm-themes, which will install x11-wm/fvwm2-devel as
a dependency.  Put fvwm-themes-start in your ~/.xinitrc, then run
startx.

On the resulting screen, if you left click the empty area, called
root window (or desktop if you prefer), a menu will pop up which
will have Theme Configuration or some such title.  From there, you
can choose Redmond 98 or Redmond XP themes for button-shapes,
start menu, taskbar  other thingumadoodles.

You may need to do adjustments to your theme as you may or may not
have all the programs installed (or even care about) which are
listed in the menus and|or displayed as buttons.


  - Parv

-- 

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


Re: postfix smtp_sasl_auth

2006-04-19 Thread Giorgos Keramidas
On 2006-04-19 14:49, Zimmerman, Eric [EMAIL PROTECTED] wrote:
 Giorgos Keramidas wrote:
  Remove /usr/ports/mail/postfix/Makefile.inc and rebuild
  postfix.  You will be prompted for configuration options
  again.  You seem to have TLS and SASL in your `main.cf' file
  but forgot to include them in the latest build.

 I think you can do a 'make config' as well in the port
 directory to reconfigure

Very cool.  I didn't know that :)

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


Re: 6.0 and fsck_snapshot

2006-04-19 Thread patrick
I used smartctl (part of /usr/ports/sysutils/smartmontools) to run a
diagnostic on the disk, and while it does acknowledge an error, it
seems to think the drive is okay. However, given that all of my files
are still missing, I'm still a bit skeptical.

Error 1 occurred at disk power-on lifetime: 2920 hours (121 days + 16 hours)
  When the command that caused the error occurred, the device was
active or idle.

  After command completion occurred, registers were:
  ER ST SC SN CL CH DH
  -- -- -- -- -- -- --
  84 51 0f b0 bc 5d 4f  Error: ICRC, ABRT 15 sectors at LBA =
0x0f5dbcb0 = 257801392

  Commands leading to the command that caused the error were:
  CR FR SC SN CL CH DH DC   Powered_Up_Time  Command/Feature_Name
  -- -- -- -- -- -- -- --    
  c8 00 20 9f bc 5d 4f 00  00:02:34.209  READ DMA
  c8 00 20 7f fe 57 4f 00  00:02:34.202  READ DMA
  c8 00 20 5f 40 52 4f 00  00:02:34.191  READ DMA
  c8 00 20 3f 82 4c 4f 00  00:02:30.735  READ DMA
  c8 00 20 1f c4 46 4f 00  00:02:34.965  READ DMA

SMART Self-test log structure revision number 1
Num  Test_DescriptionStatus  Remaining 
LifeTime(hours)  LBA_of_first_error
# 1  Extended offlineCompleted without error   00%  3300 -



On 4/19/06, patrick [EMAIL PROTECTED] wrote:
 I rebooted out FreeBSD 6.0 server today. I noticed that it froze
 during the shutdown, so I had to do a hard reset. After it reboot, I
 did an ls on one of our filesystems (250GB SATA drive). Instead of all
 of the files that would normally be there, all there was was a .snap
 folder. When I did an ls in there, the process hung. I rebooted once
 again, and I can get into the .snap folder just fine. Except that all
 of my files are still missing, and instead it appears I have one big
 fsck_snapshot file.

 Is there any way I can recover from this and restore my files? Looking
 through my logs, I see a couple errors just before I did the initial
 reboot:

 Apr 19 12:12:29 pompom kernel: g_vfs_done():ad8s1d[READ(offset=114688,
 length=16384)]error = 6
 Apr 19 12:12:29 pompom kernel: g_vfs_done():ad8s1d[READ(offset=114688,
 length=16384)]error = 6

 Any help would be greatly appreciated.

 Thanks,

 Patrick

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


raid5 with gvinum on 6.1-RC1

2006-04-19 Thread Johan Nilsson
Hi,

I'm having problem setting up raid5 with gvinum on my FreeBSD
6.1-RC1(amd64). I have used gmirror without problem, but when I wanted
to add some
storage space with raid5 i failed, unfortunately it's because of the
documentation:

* The first question, does gvinum support raid5 today, or is it just the old
vinum?

* On what file systems can gvinum operate? Vinum required vinum as the
fstype, but the new geom implementation's doc says nothing about this?

I have searched a lot on news-groups etc. but all I found was examples on
how to set up the organisation types concat and striped, but not how to
setup raid5. The documenation doesn't give me any help in this question
either - actually it's the first time I have found a badly documented
project in FreeBSD.

But accordning to the old documentation I figured out the following
configuraiton file:

# cat gvinum.conf
drive sata2 device /dev/ad4s1d
drive sata3 device /dev/ad6s1d
drive sata5 device /dev/ad10s1d

volume site
   plex org raid5 512k
 sd length 305242m drive sata2
 sd length 305242m drive sata3
 sd length 305242m drive sata5
~

* Is it possible to use a device's c-partiton (e.g. /dev/ad4s1c), i.e. the
complete disc?

* Is 512kb for the stripe size good, or can/should it be bigger when having
such big subdiscs?

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


Re: booting problems

2006-04-19 Thread Victor Lundwall
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

boy red wrote:
 i have so far installed freeBSD OS and set up the
 accounts but im having some problems. it just takes me
 2 a black DOS type screen and i dont know how 2 get
 in. by getting in i mean that it doesnt take me to the
 place where i actually start using the computer.
 please help.
 
 __
 Do You Yahoo!?
 Tired of spam?  Yahoo! Mail has the best spam protection around 
 http://mail.yahoo.com 
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
 
How far do you get? Can you login? Do you get a prompt? Are you just
missing a GUI? Dose it hang i the booting process? Write as verbose as
you can 'cause I'm not getting how far you get, and then i can't help you.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.3 (FreeBSD)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFERrd5st+Hv5XgQPwRAiTOAJsGvUEeeoESeKep5fwnFitX5OgJvgCdGYh4
ztFvbfoGNcgt63s8J4cIORM=
=wYJd
-END PGP SIGNATURE-
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: booting problems

2006-04-19 Thread David J Brooks
On Wednesday 19 April 2006 16:46, boy red wrote:
 i have so far installed freeBSD OS and set up the
 accounts but im having some problems. it just takes me
 2 a black DOS type screen and i dont know how 2 get
 in. by getting in i mean that it doesnt take me to the
 place where i actually start using the computer.
 please help.

It sounds like everything has gone well so far, and that you are booting into 
a shell (command line interface). You ARE 'in' at this point. Where you go 
from there depends on how you intend to use the computer.

You'll probably want to read the Handbook for further information. Here are a 
few chapters that will likely be helpful for you starting out:

UNIX Basics: 
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/basics.html

Installing Applications: 
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports.html

Setting up a graphical user interface:
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/x11.html

FreeBSD is going to give you a lot of choices in how you do things from this 
point on. (And honestly, up to this point as well ;) Which choices you make 
will depend on your personal preferences, what you want the machine to do for 
you, and how you want it do do those things.

For all of these, the Handbook is your first and best resource.If you get lost 
along the way, this list isn't a bad place to ask for clarification.

David
-- 
Sure God created the world in only six days,
but He didn't have an established user-base.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


File - MewBkdD

2006-04-19 Thread MewBkd Moderator

MewBkd(MidEastWeb News Service Background) is a companion to Mewnews, the free 
balanced Middle East e-news service.
The Background service includes opinion, analysis and other items not posted to 
the MewNews list for reasons of space or timeliness. 
MewBkD completes the picture and gives you a large, searcheable archive of news 
and background, including a spectrum of opinion about the Middle East. 

MewNews and MewBkd are initiatives of MideastWeb at http://www.mideastweb.org.

Opinions in items sent to his list are not those of MidEastWeb or the editors.
MidEastWeb has a separate Newsletter, that provides opinion about Middle East 
events as well as announcements of activities related to MidEastWeb's mission 
as an NGO.  

The Mideastweb web site www.mideastweb also has historical background, new 
reports and features. 

Subscribers cannot send mail to this group, but you can send mail to the 
editors by replying to messages. Mail to editors should not usually include 
opinions. Please do send us news items with sources. 

News items can be discussed by joining the MidEastWebdialog list.
Send mail to [EMAIL PROTECTED] after you have read the guidelines for that list 
at http://www.mideastweb.org/mewdialoglist.htm.

Information about this and other MidEastWeb lists is available at 
http://www.mideastweb.org/mewnewslist.htm and links. 
Please use the automatic mail commands given at 
http://www.mideastweb.org/mewnewslist.htm to manage your subscription.
Ask us for help only if you got an error message from the yahoo server,
and include the message in your e-mail. 
Unsubscribe - send mail to [EMAIL PROTECTED]

Thanks,
The Editors

Diane Balay, Adel Darwish, Joseph Hochstein, Ami Isseroff,  Josh Pollack, Len 
Grossman, Yasmeen Taeb, Samir Suwellam
Note: Each editor is an independent contributor and is not responsible
for content posted by others.

Items posted on MewNews are copyright by the sources or 
contributors and may not be reproduced without permission.





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


Re: pf problem with table

2006-04-19 Thread Reinhold Platzoeder
On Wed, 19 Apr 2006 07:41:33 -0400
fbsd [EMAIL PROTECTED] wrote:

 Error msg means there is something wrong with the content of
 /etc/pfdata/blocklist-p2p
 
 check that there are no blank lines in that file.
 
 make file with only ten entries and test.
 Then add more content until you break it.
 maybe 1.7 MB file size is to large for max table size
 
 
 
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Behalf Of Reinhold
 Platzoeder
 Sent: Wednesday, April 19, 2006 2:17 AM
 To: freebsd-questions@freebsd.org
 Subject: pf problem with table
 
 
 Hi
 
 I have a problem with FreeBSD 6 and pf
 I am trying to load a 1.7M file in to pf using a tables
 but I get this error
 
 /etc/pf.conf:22: cannot define table p2pblock: Cannot allocate
 memory
 pfctl: Syntax error in config file: pf rules not loaded
 
 the table config in pf.conf is
 table p2pblock persist file /etc/pfdata/blocklist-p2p
 block in log quick on $ext_if from p2pblock to any
 
 I have tried it on two different machines and both gives me the same
 error
 
 everything works when I comment these two lines out
 
 Any ideas as to what i'm doing wrong?
 
 Thanks
 
 --
 Reinhold Platzoeder
 
 [EMAIL PROTECTED]
 [EMAIL PROTECTED]
 
 http://www.violetlan.net
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]
 
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]

Hi

My problem looks like the file is to big to be loaded into pf
My firewall stops responding when the file has about 7000 IPs in it
The old file has 104450 IPs in it and I would like to block them

Does anyone know how I can get this file to load into pf without
killing my machine?

Here is my top stats
last pid:  4899;  load averages:  0.00,  0.00,  0.00  up 1+02:06:53
01:23:55 30
processes:  1 running, 29 sleeping CPU states:  0.0% user, 0.0% nice,
0.0% system,  1.6% interrupt, 98.4% idle
Mem: 13M Active, 4884K Inact, 23M Wired, 2852K Cache, 13M Buf, 9788K
Free
Swap: 512M Total, 5364K Used, 507M Free, 1% Inuse

Thanks

-- 
Reinhold Platzoeder

[EMAIL PROTECTED]
[EMAIL PROTECTED]

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


Re: How do uninstall a package and all it's dependencies ?

2006-04-19 Thread Patrick Bowen

Low Kian Seong wrote:


Dear all,

Been digging around but never really found the answer to this one, say if i
install xfce4 package and then later I want to uninstall xfce4 and *all*
it's dependencies, how do i do it ?

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

 



Seong;

I do that fairly often when I'm just looking at packages. Try 
pkg_deinstall -R package-name, where package-name is replaced with the 
name of the package you want to delete, in your case xfce4.


pkg_deinstall -R xfce4.

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


  1   2   >