RE: Routing where can I ask a wirless routing question freebsd

2004-07-25 Thread Dan
Hello,

In using FreeBsd 5.2.1-Release I am running into some trouble. I have successfully 
recompiled the kernel with support for atheros based wireless cards. I have also been 
able to setup the card into access point Hostap mode correctly. I have tried the 
bridging recommend in the FreeBSD wireless setup at 
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network-wireless.html but 
was unsuccessful. I have configured the wireless adapter with it's own subnet of ip's 
one for the actual box and the rest client ip''. The subnet is not the same as the one 
on the wireless adapter. When I enable bridge mode as dicussed in the link above, I 
can ping the ip allocated to the ethernet adapter and the one allocated to the 
wireless adapter when wirelessly connected to the freebsd box, but when the bridging 
is disabled I can only ping the ip assigned to the wireless adapter in the machine 
when wirelessly connected. When I ssh to the box either with bridging on or off to the 
wireless ip on the machine I can ping google.com and other common web sites. I need 
help trying to route the adapted and client ip's to the internet.


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


The FreeBSD Diary: 2004-07-04 - 2004-07-24

2004-07-25 Thread Dan Langille
The FreeBSD Diary contains a large number of practical 
examples and how-to guides.  This message is posted weekly
to [EMAIL PROTECTED] with the aim of letting people
know what's available on the website.  Before you post a question
here it might be a good idea to first search the mailing list 
archives http://www.freebsd.org/search/search.html#mailinglists 
and/or The FreeBSD Diary http://www.freebsddiary.org/. 

These are the articles posted during this period:

16-Jul : 5.* on an IBM ThinkPad T41
 Fun and games getting things installed 
 http://freebsddiary.org/ibm-thinkpad-t41.php?2


-- 
Dan Langille
BSDCan - http://www.BSDCan.org/ - BSD Conference

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


Re: FreeBSD v4.10 - Newbie Needs Help - KDE Really Slow !!

2004-07-25 Thread Wojciech Puchar
 I just installed FreeBSD v4.10.
 All installed OK  I choose KDE as the Desktop

 Problem: KDE v3 is reallly SLOW!!

 - Takes 2 minutes to start/load !!
 - Just opening a simple Console takes almost a minute !!
 - Resolution looks really grainy - as if its 256 colors - Don't know how to change 
 this ???

 My System:
 Pentium 200Mhz
 128MB RAM
 16MB PCI Creative Graphics Blaster Riva TNT


yes KDE is really slow, quite like this on P200. the simplest solution is
not to use it at all (on faster machines too).

Unless all you need is fancy graphics KDE doesn't have anything really
useful. Use fvwm2 or icewm as window manager it's fast.

you may like to run few of KDE apps, but without KDE as a whole
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


I have a problem!

2004-07-25 Thread Vlad Tudorache
I'm using FreeBSD 4.10-RELEASE with two systems. Both have VIA chipsets - the older 
KT133A (my parents' home) and the newer KM266 (my home). For both of them I've 
compiled specific kernels, with ACPI support. KT133A works perfectly - no errors, 
warnings or anything of this kind. With KM266 there is a problem: fdc0 is NOT 
detected, for the kernel cannot reserve I/O ports. With ACPI disabled, on the other 
hand, USB subsytem reports various errors - restarting one or more ports, then giving 
up with controller configuration. The GENERIC kernel you provide works well when apm0 
is off (the ASROCK MB I use has only ACPI), but it has no ACPI support. What can I do 
(in order to have ACPI, fdc0 and USB working well)?

Thank you.

Vlad Tudorache,
[EMAIL PROTECTED]






Home, no matter how far...
http://www.home.ro
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Interface Statistics

2004-07-25 Thread Angus Barrow
Hi,
I'm a relative newbie to the world of computer admining and have the
following problem.  I'm one of a group of students sharing a connection
which is limited (by the cabelco) to 1GB maximum transfer in any 24 hour
period.  I've been trying in vain to find a way to at least warn us if
the transfer in a 24 hour period approaches a gigabyte.

I know that on linux ifconfig shows a counter of the total amount of
data transfered over an interface and was wondering if there is a
similar tool for FreeBSD as the ifconfig provided doesn't seem to show
this information.

I've tried googleing in vain and have attempted to set up ntop and
zabbix to see if they could provide the information (ntop didn't want to
play and zabbix still has me beat).

I'm running the configuration shown below:



-=INTERNET=-
 |
 |
-=ROUTER.STUDNET=-
|
|
 -=SWITCH=-
|
|
   -=Computers in rooms=-

The router has two NIC's, xl0 is DHCP configured and is the internet,
the other (dc0) is 192.168.1.1.  The router is running FreeBSD
5.2.1-RELEASE and drops almost all incoming traffic via ipfw and uses
natd to masquerade the connections.

Sorry about the rambling post I'm not really sure how much detail to
provide.  Thanks in advance for any help you can give me.

Angus Barrow

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


Re: Interface Statistics

2004-07-25 Thread Erik Trulsson
On Sun, Jul 25, 2004 at 12:12:40PM +0100, Angus Barrow wrote:
 Hi,
   I'm a relative newbie to the world of computer admining and have the
 following problem.  I'm one of a group of students sharing a connection
 which is limited (by the cabelco) to 1GB maximum transfer in any 24 hour
 period.  I've been trying in vain to find a way to at least warn us if
 the transfer in a 24 hour period approaches a gigabyte.
 
   I know that on linux ifconfig shows a counter of the total amount of
 data transfered over an interface and was wondering if there is a
 similar tool for FreeBSD as the ifconfig provided doesn't seem to show
 this information.
 
   I've tried googleing in vain and have attempted to set up ntop and
 zabbix to see if they could provide the information (ntop didn't want to
 play and zabbix still has me beat).
 
   I'm running the configuration shown below:
 
 
 
   -=INTERNET=-
|
|
   -=ROUTER.STUDNET=-
   |
   |
-=SWITCH=-
   |
   |
  -=Computers in rooms=-
 
 The router has two NIC's, xl0 is DHCP configured and is the internet,
 the other (dc0) is 192.168.1.1.  The router is running FreeBSD
 5.2.1-RELEASE and drops almost all incoming traffic via ipfw and uses
 natd to masquerade the connections.

Parsing the output of 'netstat -I xl0 -b' (or 'netstat -ib' for all
interfaces) seems like a viable solution.


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


RE: FreeBSD v4.10 - Newbie Needs Help - KDE Really Slow !!

2004-07-25 Thread mark rowlands
 -Original Message-
 From: [EMAIL PROTECTED] [mailto:owner-freebsd-
 [EMAIL PROTECTED] On Behalf Of DK
 Sent: Sunday, July 25, 2004 4:09 AM
 To: [EMAIL PROTECTED]
 Subject: FreeBSD v4.10 - Newbie Needs Help - KDE Really Slow !!
 
 Hi all,
 
 I just installed FreeBSD v4.10.
 All installed OK  I choose KDE as the Desktop
 
 Problem: KDE v3 is reallly SLOW!!
 
 - Takes 2 minutes to start/load !!

Does dns resolution work? Open up a console and try 
nslookup something.somewhere.com

 - Just opening a simple Console takes almost a minute !!
 - Resolution looks really grainy - as if its 256 colors - Don't know
how
 to change this ???

That is an X configuration issue, not a kde issue. What do you have
in /etc/X11/XF86Config


 My System:
 Pentium 200Mhz
 128MB RAM
 16MB PCI Creative Graphics Blaster Riva TNT

Kde / X are never going to exactly rock with this config




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


BerkeleyDB 4.2

2004-07-25 Thread Gerard Seibert
I have tried to locate the latest version of the BerkeleyDB. It is version 
4.2 I believe. I cannot find it in the ports collection. If it is in fact 
not available through the ports collection, would it be all right to just 
download the program and install it?

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


dismount error on 5.2.1

2004-07-25 Thread J.D. Bronson
I reboot my machine at about 50% of the time..I see
this in the logs:
Mounting root from ufs:/dev/ad0s1a
WARNING: / was not properly dismounted
Is this a known issue?
I dont know why its complaining...any pointers would be appreciated!

--
J.D. Bronson
Aurora Health Care // Information Services // Milwaukee, WI USA
Office: 414.978.8282 // Email: [EMAIL PROTECTED] // Pager: 414.314.8282
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: dismount error on 5.2.1

2004-07-25 Thread Remko Lodder
J.D. Bronson wrote:
I reboot my machine at about 50% of the time..I see
this in the logs:
Mounting root from ufs:/dev/ad0s1a
WARNING: / was not properly dismounted
Is this a known issue?
I dont know why its complaining...any pointers would be appreciated!

Hey J.D
This tells you that your drive's did not properly shutdown when 
requested. So that could imply a reset, or a crash. When you reboot
normally your disk would sync itself and then properly shutdown.

The message tells you that that was not the case, so it needs checks 
(which i think follows after the message you describe)

Cheers
--
Kind regards,
Remko Lodder   |[EMAIL PROTECTED]
Reporter DSINet|[EMAIL PROTECTED]
Projectleader Mostly-Harmless  |[EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: dismount error on 5.2.1

2004-07-25 Thread J.D. Bronson
At 07:01 AM 7/25/2004, you wrote:
This tells you that your drive's did not properly shutdown when requested. 
So that could imply a reset, or a crash. When you reboot
normally your disk would sync itself and then properly shutdown.

The message tells you that that was not the case, so it needs checks 
(which i think follows after the message you describe)
Thanks - this of course is what I had expected, but trying to find out WHY 
its not dismounting properly

Yes, fsck does run after this message as expected too...
thanks-

--
J.D. Bronson
Aurora Health Care // Information Services // Milwaukee, WI USA
Office: 414.978.8282 // Email: [EMAIL PROTECTED] // Pager: 414.314.8282
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: dismount error on 5.2.1

2004-07-25 Thread Remko Lodder
J.D. Bronson wrote:
Thanks - this of course is what I had expected, but trying to find out 
WHY its not dismounting properly

Yes, fsck does run after this message as expected too...
thanks-
Ah , well i have it with my SATA controller. It does not handle the 
reboot cyclus very well, perhaps you can watch the reboot to see whether 
it sync's and such..

Cheers
--
Kind regards,
Remko Lodder   |[EMAIL PROTECTED]
Reporter DSINet|[EMAIL PROTECTED]
Projectleader Mostly-Harmless  |[EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: FreeBSD v4.10 - Newbie Needs Help - KDE Really Slow !!

2004-07-25 Thread Matthew Seaman
On Sat, Jul 24, 2004 at 11:09:34PM -0500, Kevin D. Kinsey, DaleCo, S.P. wrote:
 DK wrote:

 If it helps, the only thing I can think of is whether the system loaded 
 the correct Graphics Card
 ??
 - BUT I don't know how to check this ?? - Cannot find a Display Properties 
 like windows that lists
 the Graphics Card ??

 KDE, and any other wm/environment, runs on top of XFree86.  XFree86 reads
 from configuration files ... mine is /etc/X11/XF868Config.  Like I said 
 above, you
 need to read up a bit before you get it going.

The XF86Config file is actually not going to be amazingly helpful.
Nowadays X Windows essentially configures itself completely
automatically -- you can often run it successfully *without* any
XF86Config file -- and the XF86Config just serves to override various
default choices.  When X autoconfigures it will choose the graphics
mode that gives the largest possible screen resolution it knows your
monitor and card will support (but not necessarily the greatest colour
depth).  However, if your monitor doesn't provide the X server with
the horizontal and vertical frequency information it needs, it will
choose a conservative low resolution setup that any monitor should be
able to cope with.

To see exactly what settings are being used run:

% xdpyinfo | less

Scroll down until you find the section marked 'screen #0' where it
tells you the display size and colour depth.  Most of the rest of the
information that command prints out is unlikely to be interesting to
you.

To see exactly what X Windows recognises your graphincs hardware as,
you need to look into the log file: /var/log/XFree86.0.log Again,
that's much more information than what you need, but if you scan
through the file you should see an entry like:

(--) PCI:*(1:0:0) nVidia Corporation NV15 [GeForce2 GTS/Pro] rev 164, Mem @ 
0xee00/24, 0xf000/27, BIOS @ 0xefff/16

although the details will be different from system to system.

Cheers,

Matthew

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


pgpy8MfNcYZYP.pgp
Description: PGP signature


problem found, not solved (was: NVidia vs. KT600)

2004-07-25 Thread Uwe Laverenz
On Thu, Jul 22, 2004 at 06:24:24PM +0200, Karel J. Bosschaart wrote:

 Same problem here on FreeBSD 5.2 (recent -current), I have the same
 nvidia card with an Asus A7M-266 board (AMD chipset). I haven't observed
 it on 4.10 (yet?).

Ok, I've been trying to find out the reason for this problem, I changed the
hardware between several computers, tested older FreeBSD-versions and upgraded
to Xorg. Finally I removed the GF4 and tested with an old GF2-pro, which works
without problems in all tested systems.

I still have no explanation, but I guess this must be another NVidia-bug?!
I think we have to wait for a new release from NVidia. :-/

cu,
Uwe

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


Re: Portupgrade Stale dependency: specify -O to force

2004-07-25 Thread Matthew Seaman
On Sat, Jul 24, 2004 at 11:20:10PM -0500, Kevin D. Kinsey, DaleCo, S.P. wrote:
 Rob wrote:

 When I use commands from the portupgrade port, I get this message:
 
   Stale dependency: kde-3.2.3 -- autoconf-2.57_1 -- manually run
   'pkgdb -F' to fix, or specify -O to force.
 
 I wanted to use the '-O' option, but that does not seem to exist.
 I've tried 'pkgdb -O' or 'pkgdb -FO'
 
 Is this '-O' suggestion mistake in the portupgrade port?
 
 How can I use the force option?

 Hmm, pretty sure that should be a little o.  At least that's
 what the help screen and the manpage seem to indicate...
 
 [EMAIL PROTECTED] [/usr/ports] 
 [23:16] 
 % pkgdb --help
 pkgdb rev.1.69
 
 usage: pkgdb [-hafFQQquv] [-c pkgname] [-o pkgname] [-s 
 /old_pkgname/new_pkgname/] [file ...]
 
-h, --help Show this message

The message is a mite confusing.  It means you should either run:

# pkgdb -F

to fix up the dependency records within /var/db/pkg before you run
portupgrade(1), or that you should run:

# portupgrade -O ...

to tell portupgrade to omit the dependency checks as it does its work.
The former is considerably preferable to the latter.

Cheers,

Matthew

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


pgpujo9lW4Nxe.pgp
Description: PGP signature


Re: BerkeleyDB 4.2

2004-07-25 Thread Karol Kwiatkowski
Gerard Seibert wrote:
 I have tried to locate the latest version of the BerkeleyDB. It is version 
 4.2 I believe. I cannot find it in the ports collection.

A quick search gives me:

orchid# cd /usr/ports
orchid# make search name=db42
Port:   db42-4.2.52_2
Path:   /usr/ports/databases/db42
Info:   The Berkeley DB package, revision 4.2
Maint:  [EMAIL PROTECTED]
B-deps: libtool-1.5.2_1
R-deps:

Port:   db42-nocrypto-4.2.52_2
Path:   /usr/ports/databases/db42-nocrypto
Info:   The Berkeley DB package, revision 4.2
Maint:  [EMAIL PROTECTED]
B-deps: libtool-1.5.2_1
R-deps:


If I'm not sure about a port name I find ports site very useful:
http://www.freebsd.org/ports/index.html

Cheers,

Karol

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


Re: How to Handle the Three Newest Additions to the /usr/ports/CHANGES?

2004-07-25 Thread Joshua Tinnin
On Saturday 24 July 2004 12:52 pm, Matthew Seaman 
[EMAIL PROTECTED] wrote:
 On Sat, Jul 24, 2004 at 11:25:16AM -0700, Joshua Tinnin wrote:
  On Saturday 24 July 2004 10:00 am, Matthew Seaman
  [EMAIL PROTECTED] wrote:
   On Sat, Jul 24, 2004 at 09:12:47AM -0700, Joshua Tinnin wrote:
smogmonster# portsdb -uU
Updating the ports index ... Generating INDEX.tmp - please
wait..Makefile, line 34: Malformed conditional (${XFREE86_VERSION}
== 3  !defined(WITHOUT_X))
Makefile, line 36: if-less endif
Makefile, line 36: Need an operator
make: fatal errors encountered -- cannot continue
=== chinese/arphicttf failed
*** Error code 1
1 error
  
   Run cvsup(1) again -- looks like you managed to cvsup in the middle of
   all of the commits being made to add the xorg capability to the ports
   tree.  It's been fixed now.
 
  I hate to tell you this, but I tried it again and it's still getting this
  error. BTW, I'm updating ports-all.

 Then take 'chinese' out of your refuse file.  In fact, if you want to
 be able to build an INDEX yourself, you have to take all of the
 language categories out of the refuse file.

 Otherwise, just download a recently built INDEX by:

 # make fetchindex

 and forget all about running portsdb before running portupgrade.

I appreciate this. I went ahead and renamed my refuse file, and portsdb -Uu 
(does the order of the options matter?) worked after that. I was focused too 
much on the XFree86/XOrg issue and didn't see that was the problem.

Thanks again,

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


GRE + natd

2004-07-25 Thread
What is status of GRE support within NATD ?

Regards, ( )
Ilia Chipitsine ( )

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


merging ipfilter-4.1.3 into FreeBSD-5.X

2004-07-25 Thread
Is ipfilter-4.1.3 expected any time in FreeBSD-5.X ?

Regards, ( )
Ilia Chipitsine ( )

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


Re: I have a problem!

2004-07-25 Thread Matthew Seaman
On Sun, Jul 25, 2004 at 08:38:52AM -, Vlad Tudorache wrote:

 I'm using FreeBSD 4.10-RELEASE with two systems. Both have VIA
 chipsets - the older KT133A (my parents' home) and the newer KM266
 (my home). For both of them I've compiled specific kernels, with
 ACPI support. KT133A works perfectly - no errors, warnings or
 anything of this kind. With KM266 there is a problem: fdc0 is NOT
 detected, for the kernel cannot reserve I/O ports. With ACPI
 disabled, on the other hand, USB subsytem reports various errors -
 restarting one or more ports, then giving up with controller
 configuration. The GENERIC kernel you provide works well when apm0
 is off (the ASROCK MB I use has only ACPI), but it has no ACPI
 support. What can I do (in order to have ACPI, fdc0 and USB working
 well)?

[ Format recovered, as Greg says.  Pressing the return key is good for
your Karma]

Other than waiting patiently, I don't think that there is actually a
good solution to this problem right now.  Turning on ACPI support
kills access to the floppy drive on quite a few motherboards and for
most available system versions.  

There was this thread on [EMAIL PROTECTED] quite recently, which
offers a glimmer of hope that a fix is on the horizon, but no
indication when, or indeed, if, anything will be MFC's to 4.x:

   http://lists.freebsd.org/pipermail/freebsd-current/2004-June/028938.html

Cheers,

Matthew

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


pgppt8FVQVBRR.pgp
Description: PGP signature


Re: dismount error on 5.2.1

2004-07-25 Thread Matthew Seaman
On Sun, Jul 25, 2004 at 06:41:08AM -0500, J.D. Bronson wrote:
 I reboot my machine at about 50% of the time..I see
 this in the logs:
 
 Mounting root from ufs:/dev/ad0s1a
 WARNING: / was not properly dismounted
 
 Is this a known issue?
 
 I dont know why its complaining...any pointers would be appreciated!

If you reboot your machine by typing 'reboot' you don't run the
various rc.d scripts to turn off any services you have running.  If a
process has an open file descriptor onto the root FS and doesn't play
ball with the usual sync and dismount procedure, it could have the
results you observe.

Try using the command:

# shutdown -r now

to get a clean shutdown and reboot.

Cheers,

Matthew

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


pgplSlVK1pSUp.pgp
Description: PGP signature


Duplicate INDEX entry

2004-07-25 Thread Anders Mansson
Hi! When trying to update my ports with 'portsdb -Uu', I get the 
following error message:

Updating the ports index ... Generating INDEX.tmp - please 
wait..Warning: Duplicate INDEX entry: freeciv-gtk2-1.14.1
Warning: Duplicate INDEX entry: fvwm-imlib-2.4.18
Done.
done
[Updating the portsdb format:bdb1_btree in /usr/ports ... - 11406 port 
entries found 
.1000.2000.3000.4000.5000.6000.7000.8000.9000.1.11000 
. done]

Can someone please explaine what this means and how to remedy it?
Regards
Anders
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


burncd question

2004-07-25 Thread kisha
%uname -a
FreeBSD SOULFLY.BACK.TO.THE.PRIMITIVE.PH
5.2.1-RELEASE-p8 FreeBSD 5.2.1-RELEASE-p8 #0: Mon Jun
21 14:53:05 PHT 2004
[EMAIL PROTECTED]:/usr/src/sys/i386/compile/MMP  i386

cd-RW dmesg: 
ata1-slave: FAILURE - SETFEATURES SET TRANSFER MODE no
interrupt
acd0: CDRW SONY CD-RW CRX185E1 at ata1-slave BIOSPIO

SOULFLY# burncd -f /dev/acd0 -s 12 data downloads.iso
fixate
burncd: ioctl(CDIOCSTART): Device busy

SOULFLY# $ ls -l /usr/sbin/burncd
-r-xr-xr-x  1 root  wheel  18196 Jun 24 17:51
/usr/sbin/burncd

i always get this message, when i attempt to burn an
.iso, anyone whats this error is all about, my sony 24x
burner is fine when i burn files from my windows XP
which is my first partition, i hope anyone can help me
fixing this problem, thanks ;)
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


jails: am I missing something or..

2004-07-25 Thread Hugo Silva
Hi,

Ok, so I decided to use jails instead of vmware and try to live with the
limitations (only 1 ip address, etc..)..

Well, another jail limitation is the impossibility of setting user quotas
inside a jail UNLESS the jail has a filesystem on its own (at least this
is the most satisfatory answer I found after googling for some hours).
Great, so I have 2x80G + 1x200G hdds. I had a jail running on ad2, and I
wanted to create another jail on the same hdd.

To my surprise, sysinstall would complain about not being able to write
data to ad2. I had this problem before, so I couldn't believe the cause
was what I thought.. I unmounted the first jail and tried again.. this
time, I could create the new partition on ad2.

so...

It is unthinkable to be umount'ing EVERY jail if I want to add one.
I need separate filesystems for jails if I want (I *need* to) user quotas
on jails
If I have separate filesystems, I can't create a new jail while the disk
is being used (ie other jails mount'ed).

Living with 1 ip? I could do it. Now, this is a major drawback.

I've been a FreeBSD user for a long time, so I'm hoping there is a
solution to this matter-- (bottom line: working user quotas INSIDE jails:
need either a way to have them w/ different partitions and be able to
create new jails with all other jails running, or need a way to use quotas
with only a big partition) I find it weird there exists this big
limitation on the jail system.


Any ideias are so very welcome

Regards,


Hugo



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


Re: Duplicate INDEX entry

2004-07-25 Thread Kent Stewart
On Sunday 25 July 2004 07:24 am, Anders Mansson wrote:
 Hi! When trying to update my ports with 'portsdb -Uu', I get the
 following error message:

 Updating the ports index ... Generating INDEX.tmp - please
 wait..Warning: Duplicate INDEX entry: freeciv-gtk2-1.14.1
 Warning: Duplicate INDEX entry: fvwm-imlib-2.4.18
  Done.
 done
 [Updating the portsdb format:bdb1_btree in /usr/ports ... - 11406
 port entries found
 .1000.2000.3000.4000.5000
.6000.7000.8000.9000.1
.11000 . done]

 Can someone please explaine what this means and how to remedy it?


You have something installed that looks identical to those ports. I get 
the same messages and ignor them.

Kent

-- 
Kent Stewart
Richland, WA

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


FreeBSD 5.3

2004-07-25 Thread Shamil Sabirov
Hello!!! I have question: 
When FreeBSD 5.3 will be released?
Thanks. Bye.
 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: FreeBSD 5.3

2004-07-25 Thread Benjamin Sobotta
Hi!

I guess when the stuff below is done... :)

http://www.de.freebsd.org/releases/5.3R/todo.html

Cheers,

Ben

On Sunday 25 July 2004 15:41, Shamil Sabirov wrote:
 Hello!!! I have question:
 When FreeBSD 5.3 will be released?
 Thanks. Bye.

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


Re: Duplicate INDEX entry

2004-07-25 Thread Matthew Seaman
On Sun, Jul 25, 2004 at 08:33:29AM -0700, Kent Stewart wrote:
 On Sunday 25 July 2004 07:24 am, Anders Mansson wrote:
  Hi! When trying to update my ports with 'portsdb -Uu', I get the
  following error message:
 
  Updating the ports index ... Generating INDEX.tmp - please
  wait..Warning: Duplicate INDEX entry: freeciv-gtk2-1.14.1
  Warning: Duplicate INDEX entry: fvwm-imlib-2.4.18
   Done.
  done
  [Updating the portsdb format:bdb1_btree in /usr/ports ... - 11406
  port entries found
  .1000.2000.3000.4000.5000
 .6000.7000.8000.9000.1
 .11000 . done]
 
  Can someone please explaine what this means and how to remedy it?
 
 
 You have something installed that looks identical to those ports. I get 
 the same messages and ignor them.

Agreed, those messages are harmless and can be ignored.  However,
what's happening is that those ports are actually part of a
master-slave pairing, where the difference is enabling some feature
like gtk support.  Either you have a Makefile setting somewhere
(/etc/make.conf possibly) which unconditionally turns on that support,
or the port tries to be too clever for it's own good, and turns on
support for the feature automatically if it detects that the required
libraries are installed.  That effectively makes the master port
identical to the slave port, hence the error message.

Cheers,

Matthew

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


pgpxLyQn9XjnU.pgp
Description: PGP signature


Compiling Application, always a nightmare.

2004-07-25 Thread Mark Jayson Alvarez
Hi,

I have one main question to ask:

  Do I always have to wait for freebsd to make a port
for a certain application(that there might be somewhat
special process involve) or is it possible for me to
compile it from its sources by myself? 

   For example, I am looking for kaffeine and as its
dependency, it says I will have to install xinelib
first so I downloaded its latest sources from their
main website xinehq.de(failing from retrieving it
first from freebsd.org/ports), but then, same as with
most of the applications that I have compiled from
their sources, it stops in the middle of make and I
always end up just installing a precompiled package in
.tgz format(sort of better luck next time: no package
available for xinelib)

   I know there's something wrong while I'm doing a
`./configure`, only I'm not really sure what it is.
I've examined the config.log and found some lines
similar to these:


 configure: WARNING: libmng.h: accepted by the
compiler, rejected by the preprocessor!
configure: WARNING: libmng.h: proceeding with the
preprocessor's result
configure: WARNING: ##
 ##
configure: WARNING: ## Report this to
[EMAIL PROTECTED] ##
configure: WARNING: ##
 ##

and also these:


configure: WARNING: ucontext.h: present but cannot be
compiled
configure: WARNING: ucontext.h: check for missing
prerequisite headers?
configure: WARNING: ucontext.h: proceeding with the
preprocessor's result
configure: WARNING: ##
 ##
configure: WARNING: ## Report this to
[EMAIL PROTECTED] ##
configure: WARNING: ##
 ##
checking for ucontext.h... yes


Do you know if they are relevant?


I also have the following packages installed in my
system:

pkg_info |grep make

automake-1.7.9_1
gmake-3.80_2 
imake-4.3.0_2   

I really want to know what processess, or
pointers(ex;tools, environment variables and so on and
so forth.) should I consider when compiling from the
sources. 

Any help is greatly appreciated.
-jay:)







__
Do you Yahoo!?
New and Improved Yahoo! Mail - 100MB free storage!
http://promotions.yahoo.com/new_mail 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: jails: am I missing something or..

2004-07-25 Thread Bill Moran
Hugo Silva [EMAIL PROTECTED] wrote:

 Hi,
 
 Ok, so I decided to use jails instead of vmware and try to live with the
 limitations (only 1 ip address, etc..)..
 
 Well, another jail limitation is the impossibility of setting user quotas
 inside a jail UNLESS the jail has a filesystem on its own (at least this
 is the most satisfatory answer I found after googling for some hours).
 Great, so I have 2x80G + 1x200G hdds. I had a jail running on ad2, and I
 wanted to create another jail on the same hdd.
 
 To my surprise, sysinstall would complain about not being able to write
 data to ad2. I had this problem before, so I couldn't believe the cause
 was what I thought.. I unmounted the first jail and tried again.. this
 time, I could create the new partition on ad2.
 
 so...
 
 It is unthinkable to be umount'ing EVERY jail if I want to add one.

Format the second drive as one big vinum partition.  You can then manipulate
the space into different filesystems using vinum without affecting the other
partitions.  This is also nice as vinum allows you to turn non-contiguous
space into a single filesystem.  So, if you allocate 5G for a jail and then
realize you need 10G, you can allocate more space into the vinum partition
and use growfs to enlarge the filesystem.

-- 
Bill Moran
Potential Technologies
http://www.potentialtech.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


All-recursive errors when doing a 'portupgrade -arR'

2004-07-25 Thread Anders Mansson
Hi! When i do a 'portupgrade -arR' the following error messages appears:
.
.
panel-applet-atk-object.c:115: error: `ATK_ROLE_EMBEDDED' undeclared 
(first use in this function)
panel-applet-atk-object.c:115: error: (Each undeclared identifier is 
reported on ly once
panel-applet-atk-object.c:115: error: for each function it appears in.)
gmake[2]: *** [panel-applet-atk-object.lo] Error 1
gmake[2]: Leaving directory 
`/usr/ports/x11-toolkits/libgail-gnome/work/libgail- gnome-1.0.5/gail-gnome'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory 
`/usr/ports/x11-toolkits/libgail-gnome/work/libgail- gnome-1.0.5'
gmake: *** [all-recursive-am] Error 2
*** Error code 2

Stop in /usr/ports/x11-toolkits/libgail-gnome.
** Command failed [exit code 1]: /usr/bin/script -qa 
/tmp/portupgrade32048.23 ma ke
** Fix the problem and try again.
---  Skipping 'x11/gnome2' (gnome2-2.6.2) because a requisite package 
'libgail- gnome-1.0.4' (x11-toolkits/libgail-gnome) failed (specify -k 
to force)
** Listing the failed packages (*:skipped / !:failed)
   ! x11-toolkits/libgail-gnome (libgail-gnome-1.0.4)  
(compiler error)
   * x11/gnome2 (gnome2-2.6.2)
---  Packages processed: 0 done, 222 ignored, 1 skipped and 1 failed

As a freeBSD newbie I haven't got a clue on how to fix it. Can someone 
please help me fix it and help me understand the error messages?

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


Font issue under linux-emulation

2004-07-25 Thread Svein Halvor Halvorsen

Lately fonts in linux-programs running under the linux-emulation on my
FreeBSD system aren't rendered as they used to. The antialiasing doesn't
seem to work anymore. I'm not sure what caused this, but it happened after
a major portupgrade of lots of ports.

Both Mathematica, Maple and Opera are affected. I've included the output
of linux-opera -debugfont, but it doesn't seem to be any useful though.

I've placed symliks to fonts.conf, fonts.dtd and local.conf in
/usr/compat/linux/etc/fonts. And as I said: this used to work perfectly.

Any hints?


sveX RENDER extension supported (required by Xft 1): Yes
libXrender load status: Success
Trying to load Xft library from Opera executable.
Trying to load Xft 2...
Symbol resolution problem: /usr/X11R6/share/linux-opera/bin/opera: undefined 
symbol: XftFontOpen
Symbol resolution problem: /usr/X11R6/share/linux-opera/bin/opera: undefined 
symbol: XftFontClose
Symbol resolution problem: /usr/X11R6/share/linux-opera/bin/opera: undefined 
symbol: XftListFonts
Symbol resolution problem: /usr/X11R6/share/linux-opera/bin/opera: undefined 
symbol: XftTextExtents16
Symbol resolution problem: /usr/X11R6/share/linux-opera/bin/opera: undefined 
symbol: XftTextExtents32
Symbol resolution problem: /usr/X11R6/share/linux-opera/bin/opera: undefined 
symbol: XftCharExists
Symbol resolution problem: /usr/X11R6/share/linux-opera/bin/opera: undefined 
symbol: XftDrawCreate
Symbol resolution problem: /usr/X11R6/share/linux-opera/bin/opera: undefined 
symbol: XftDrawString16
Symbol resolution problem: /usr/X11R6/share/linux-opera/bin/opera: undefined 
symbol: XftDrawString32
Symbol resolution problem: /usr/X11R6/share/linux-opera/bin/opera: undefined 
symbol: XftDrawDestroy
Symbol resolution problem: /usr/X11R6/share/linux-opera/bin/opera: undefined 
symbol: XftDrawSetClip
Failed
Trying to load Xft 1...
Symbol resolution problem: /usr/X11R6/share/linux-opera/bin/opera: undefined 
symbol: XftFontOpen
Symbol resolution problem: /usr/X11R6/share/linux-opera/bin/opera: undefined 
symbol: XftFontClose
Symbol resolution problem: /usr/X11R6/share/linux-opera/bin/opera: undefined 
symbol: XftListFonts
Symbol resolution problem: /usr/X11R6/share/linux-opera/bin/opera: undefined 
symbol: XftFontSetDestroy
Symbol resolution problem: /usr/X11R6/share/linux-opera/bin/opera: undefined 
symbol: XftPatternGetString
Symbol resolution problem: /usr/X11R6/share/linux-opera/bin/opera: undefined 
symbol: XftPatternGetInteger
Symbol resolution problem: /usr/X11R6/share/linux-opera/bin/opera: undefined 
symbol: XftTextExtents16
Symbol resolution problem: /usr/X11R6/share/linux-opera/bin/opera: undefined 
symbol: XftTextExtents32
Symbol resolution problem: /usr/X11R6/share/linux-opera/bin/opera: undefined 
symbol: XftGlyphExists
Symbol resolution problem: /usr/X11R6/share/linux-opera/bin/opera: undefined 
symbol: XftDrawCreate
Symbol resolution problem: /usr/X11R6/share/linux-opera/bin/opera: undefined 
symbol: XftDrawString16
Symbol resolution problem: /usr/X11R6/share/linux-opera/bin/opera: undefined 
symbol: XftDrawString32
Symbol resolution problem: /usr/X11R6/share/linux-opera/bin/opera: undefined 
symbol: XftDrawDestroy
Symbol resolution problem: /usr/X11R6/share/linux-opera/bin/opera: undefined 
symbol: XftDrawSetClip
Failed
Loading Xft library from Opera executable failed. Trying to load it on our own.
Trying to load Xft 2...
dlopen(libXft.so.2) succeeded
Success
Xft fonts available:
Verdana [microsoft]
Flash [Xft]
CN-Arial [Xft]
Bauhaus 93 [urw]
Georgia [microsoft]
Nimbus Mono L [urw]
Fixedsys [Xft]
Tahoma [microsoft]
Lucida Console [bh]
Snap ITC [Xft]
Eras Bold ITC [itc]
Arial Rounded MT Bold [monotype]
WST_Czec [Xft]
Lucida Sans Unicode [bh]
OpenSymbol [Xft]
Cupola [Xft]
Uncial [Xft]
Estrangelo Edessa [Xft]
Goudy Stout [microsoft]
Mistral [urw]
Wide Latin [urw]
GentiumAlt [Xft]
Haettenschweiler [Xft]
Blackadder ITC [itc]
Bookshelf Symbol 7 [ricoh]
Beesknees ITC [itc]
Comic Sans MS [microsoft]
Calisto MT [monotype]
Bitstream Vera Serif [bitstream]
Garamond [monotype]
Code2000 [Xft]
8514oem [Xft]
Palatino Linotype [linotype]
Rockwell Extra Bold [monotype]
Signs MT [monotype]
Nimbus Sans L [urw]
Keystrokes MT [monotype]
Century Schoolbook L [urw]
Caslon [Xft]
Luxi Serif [bh]
WST_Span [Xft]
Walbaum [adobe]
Wingdings 2 [microsoft]
Wingdings 3 [microsoft]
Junicode [Xft]
Almanac MT [monotype]
Felix Titling 

Re: Compiling Application, always a nightmare.

2004-07-25 Thread Chuck Swiger
Mark Jayson Alvarez wrote:
  Do I always have to wait for freebsd to make a port
for a certain application (that there might be somewhat
special process involve) or is it possible for me to
compile it from its sources by myself? 
With time and skilled effort, it's possible to compile any application from 
sources yourself.

People who possess the appropriate knowledge may create instructions for how 
to build the software on FreeBSD without errors.  This is what ports are, a 
set of Makefiles (and patches where needed) which make it easy and convenient 
for normal users to compile software for themselves, and also enable building 
precompiled packages.

   For example, I am looking for kaffeine and as its
dependency, it says I will have to install xinelib
first so I downloaded its latest sources from their
main website xinehq.de(failing from retrieving it
first from freebsd.org/ports), but then, same as with
most of the applications that I have compiled from
their sources, it stops in the middle of make and I
always end up just installing a precompiled package in
.tgz format(sort of better luck next time: no package
available for xinelib)
If you take a look at /usr/ports/multimedia/libxine, you will see exactly what 
is needed to build xinelib under FreeBSD.  In particular, there are about a 
dozen changes to the source code under libxine/files which are needed for the 
software to compile and run under FreeBSD.

That's somewhat unusual, and generally implies that libxine was not written 
very well or very portably.  Good software requires zero changes to run on a 
different platform, but multimedia software tends to be finicky.

I really want to know what processess, or
pointers(ex;tools, environment variables and so on and
so forth.) should I consider when compiling from the
sources. 
Well, it obviously helps to be able to write and debug code.  If you are 
reasonably competent as a software developer, the next step would be to read 
the Porter's Handbook at:

http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook
If you aren't a developer, your best bet is probably to use the ports or 
precompiled packages for now, and learn about coding by writing your own 
programs until you know enough to be able to understand and change/fix other 
people's code.

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


Re: Are you truly a M$ desktop alternative?

2004-07-25 Thread Vulpes Velox
On Sat, 24 Jul 2004 20:41:54 +0200 (CEST)
Jorn Argelo [EMAIL PROTECTED] wrote:

 
 
  Hi,
   
  This email is going to any Linux house whom has pitched themselves
  via their websites and reviews, from my research as being possible
  alternatives to XP at this stage. Depends on your Google hit and
  thereafter (if found within 2 pages) site FAQ's I suppose.
   
  As a currently dedicated M$ house (apart from Oracle Databases), 
  we question the move to a XP desktop amid the Linux hype in recent
  times. Any IT department trying to save company money is only
  doing the right thing and ask the question, what can Linux do for
  us?
 
 As mentioned before, FreeBSD is NOT Linux. Keep that in mind.
 
  I've flipped through your FAQ's and over forums but result in no
  answer for Active Directory 2K3 and Exchange 2K3 server client
  connectivity, integration and functionality? Note that we have not
  moved to these product versions yet. Hence this email.
 
 KDE's Kmail can connect to Exchange servers, I believe. As for
 logging into active directory ... That doesn't exist AFAIK. Perhaps
 there are programs that allow such things, but I wouldn't count on
 that. Windows is an excellent OS for integration with Active
 Directory.

AFAIK sylpheed-claws can too... IIRC Exchange is imap... or
something...

Windows see below for more info on active directory integration. :)

  I ask because I cannot see a server based centralised
  authentication and administrative option in Linux. If there were,
  say a centralised server option for Linux, this would be
  seriously considered. Is there a User Manager equivalent (NT4
  domain for example) or Exchange Administrator equivalent (Exchange
  5.5) functional alternative? More importantly, 2K3 Server and
  Exchange integration?
 

YP/NIS works and can be gotten to work on Windows(using something free
similiar to below from Microsoft.) Many unixes(note lower case :P) are
also begining to supprt LDAP now. IIRC FreeBSD 5x does.

 Not AFAIK.
 
  Failing that, connecting clients as above to M$ servers would be
  sufficient. Stay with M$ in servers, go with Linux in desktops.
  I've seen enough glossy brochures and want to know the facts.
 
 Again, you can't do this when you want centralised server option. 
 
  The cost difference is obvious. The functional difference is not.
  I've still no reason to choose your Linux over Windows XP Pro at
  this stage. Cost is not enough. Any sane IT department doesn't
  need screaming users due to lack of pure functionality. Experience
  suggests most find it difficult enough getting around the OS to
  even perform basic functions, let alone usability.
   
  Assuming aforementioned functionality, where does your Linux stand
  with converting between M$ Office 97/2K/2K3? Will our accounts
  department be able to work with their previous 40Mb Excel files
  full of VLookups and Formulas straightup, or is it going to be
  bigger than a Lotus 4.1 to Excel 5 conversion debacle?
  Of course Word,PowerPoint,Publisher and Access are questioned
  also.
 
 OpenOffice.org can do the job there, but a file created with OOo
 will be rather misshapen when opened with Excel and vica versa. So
 it's not advicable.

What about gnumeric? There are also other assorted programs out there
to fill the need desired.

Remember, on unix you are not as limited in vendor options as you are
on windows and there is a much larger software base to choose from. :)

  I'm talking up to 500 user desktops to be upgraded. Upgraded need
  not be a literal word. Installing Linux from scratch would be
  expected. Anything upgrade wise extra would be a bonus.
   
  Outside of M$ Office, current application functionality would have
  to be trialed. This is expected. A list of currently supported M$
  applications would be helpful.
   
  Your detailed reply appreciated
   
 
 So, for your needs, upgrading to Linux or BSD or whatever is a BAD
 idea, IMHO. Your employees and your desktops simply don't have any
 use of it, with the desires mentioned above. As long as you wish for
 integration with Active Directory, then an Microsoft OS is still the
 best for you.

Can be done :)

http://www.microsoft.com/windows/sfu/productinfo/features/default.asp

Those idiots still have not put in ssh, thought!?!?! :/
/me feels telnet should be a executable offense :P



BTW I have been using unix since it is simpler to type than unix-like
os or unix derivative... not to be confused with the upper case UNIX
^_^
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: burncd question

2004-07-25 Thread arden
have you tried cdrecord?
On Sun, 2004-07-25 at 16:25, [EMAIL PROTECTED] wrote:
 %uname -a
 FreeBSD SOULFLY.BACK.TO.THE.PRIMITIVE.PH
 5.2.1-RELEASE-p8 FreeBSD 5.2.1-RELEASE-p8 #0: Mon Jun
 21 14:53:05 PHT 2004
 [EMAIL PROTECTED]:/usr/src/sys/i386/compile/MMP  i386
 
 cd-RW dmesg: 
 ata1-slave: FAILURE - SETFEATURES SET TRANSFER MODE no
 interrupt
 acd0: CDRW SONY CD-RW CRX185E1 at ata1-slave BIOSPIO
 
 SOULFLY# burncd -f /dev/acd0 -s 12 data downloads.iso
 fixate
 burncd: ioctl(CDIOCSTART): Device busy
 
 SOULFLY# $ ls -l /usr/sbin/burncd
 -r-xr-xr-x  1 root  wheel  18196 Jun 24 17:51
 /usr/sbin/burncd
 
 i always get this message, when i attempt to burn an
 .iso, anyone whats this error is all about, my sony 24x
 burner is fine when i burn files from my windows XP
 which is my first partition, i hope anyone can help me
 fixing this problem, thanks ;)
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
 

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


Cant get daemons starting during boot

2004-07-25 Thread /root/of/all/evil
Definition of the problem:
Installed applications daemons which have their startup scripts in 
/usr/local/etc/rc.d/ are 
not starting during system boot as they should (only one script is starting - apache2).

Description of the problem:
I had very good working server at FBSD 5.2.1 with several applications (such as 
apache2, 
mysql, pureftpd, postfix, saslauth) and I have upgraded it one day, due to security 
advisories
of FBSD developers, and application advisories due to portaudit advisories.
Buildworld and whole process of upgrading system from cvsup goes well, portupgrade of 
applications
also. And after that I discovered, that upgraded applications does not start during 
system boot.
I chcecked my srcipts permissions (fine), same scripts (fine too - if I run any script 
from 
commandline after the system start, it boots the proper daemon nicely) and config 
files of
applications (fine too).
After that I started to read forums, and google, then find out  that daemons now needs 
declarations
in /etc/rc.conf so I added them. Still nothing. I finished with that I added the 
scripts at the end
of the only starting script which is apache2 script, but this is *NOT* proper 
solution, even
if daemons are working.
Also, I dont see anything uncommon content in any system log. 
Can *anybody* give me *any* hint/tip or tell me what I did wrong? Im fightng with that 
for almost 
two weeks right now, and that affects all 3 of my machines.

System details:

rc.conf:
apache2_enable=YES
oidentd_enable=YES
mysqld_enable=YES
pureftpd_enable=YES
local_startup=/usr/local/etc/rc.d 

installed versions:
apache-2.0.50
mysql-client-4.0.20
mysql-server-4.0.20
pure-ftpd-1.0.19 
postfix-2.1.3,1
cyrus-sasl-saslauthd-2.1.18_2

sample startup script from .../rc.d/:
pure-ftpd.sh:
#!/bin/sh

# PROVIDE: pureftpd
# REQUIRE: NETWORKING SERVERS
# BEFORE: DAEMON
# KEYWORD: FreeBSD shutdown

#
# Add the following lines to /etc/rc.conf to enable pure-ftpd:
#
# pureftpd_enable=YES
#

. /etc/rc.subr

name=pureftpd
rcvar=`set_rcvar`

command=/usr/local/sbin/pure-config.pl
pureftpd_config=${pureftpd_config:-/usr/local/etc/pure-ftpd.conf}
required_files=${pureftpd_config}
pidfile=/var/run/pure-ftpd.pid
procname=pure-ftpd

pureftpd_enable=YES
command_args=${pureftpd_config}

load_rc_config $name
run_rc_command $1 

file permissions:
-rwxr-xr-x  1 root  wheel50 23 Maj 14:42 000.compat4x.sh
-rwxr-xr-x  1 root  wheel   181 24 Cze 23:50 000.mysql-client.sh
-rwxr-xr-x  1 root  wheel   248 13 Lip 19:11 000.pkgtools.sh
-rwxr-xr-x  1 root  wheel  1809 21 Lip 20:30 apache2.sh
-rwxr-xr-x  1 root  wheel   407 31 Maj 20:29 apache2.sh.orig
-rwxr-xr-x  1 root  wheel   227  9 Lip 14:27 helix.sh
-rwxr-xr-x  1 root  wheel   549 24 Cze 23:41 mysql-server.sh
-rwxr-xr-x  1 root  wheel   550 24 Cze 13:48 oidentd.sh
-rwxr-xr-x  1 root  wheel   558 21 Lip 20:23 pure-ftpd.sh

system:
FreeBSD 5.2.1-RELEASE-p8

Please, give me any help, if you know what is going on here.
Thanks a lot, r.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Are you truly a M$ desktop alternative?

2004-07-25 Thread Wojciech Puchar
  will be rather misshapen when opened with Excel and vica versa. So
  it's not advicable.

 What about gnumeric? There are also other assorted programs out there
 to fill the need desired.

works fine - actually i use it and works well
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: BerkeleyDB 4.2

2004-07-25 Thread Gerard Seibert
On Sunday, July 25, 2004 1:46:04 PM Karol Kwiatkowski [EMAIL PROTECTED] wrote:

|Date: Sun, 25 Jul 2004 14:39:45 +0200
|From: Karol Kwiatkowski [EMAIL PROTECTED]
|Subject: Re: BerkeleyDB 4.2
|To: Gerard Seibert [EMAIL PROTECTED]
|Cc: [EMAIL PROTECTED]
|Message-ID: [EMAIL PROTECTED]
|Content-Type: text/plain; charset=us-ascii
|
|Gerard Seibert wrote:
| I have tried to locate the latest version of the BerkeleyDB. It is version 
| 4.2 I believe. I cannot find it in the ports collection.
|
|A quick search gives me:
|
|orchid# cd /usr/ports
|orchid# make search name=db42
|Port:   db42-4.2.52_2
|Path:   /usr/ports/databases/db42
|Info:   The Berkeley DB package, revision 4.2
|Maint:  [EMAIL PROTECTED]
|B-deps: libtool-1.5.2_1
|R-deps:
|
|Port:   db42-nocrypto-4.2.52_2
|Path:   /usr/ports/databases/db42-nocrypto
|Info:   The Berkeley DB package, revision 4.2
|Maint:  [EMAIL PROTECTED]
|B-deps: libtool-1.5.2_1
|R-deps:
|
|
|If I'm not sure about a port name I find ports site very useful:
|http://www.freebsd.org/ports/index.html
|
|Cheers,
|
|Karol
|
|-- 
|Karol Kwiatkowski  freebsd at orchid dot homeunix dot org


** Reply Separator **
Sunday, July 25, 2004 5:32:27 PM

Yes, you are correct. I was looking for:

1) BerkeleyDB
2) BerkeleyDB 4.2
3) SleepyCat

and a few other variants. I never thought to just try DB or DB42.

Thanks

Gerard Seibert
[EMAIL PROTECTED]


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


4.10 - something strange

2004-07-25 Thread Maksym Marchenko
Hello,
I've installed for a two days 4.10 on my laptop
And new kernel with options
options PNPBIOS
device  pcm  # for my onboard sound
device  wi  # for my Lucent ORiNOCO
(so was in 4.9 kernel also)
But in 4.9 my soundcard and wi0 worked perfectly
Now in 4.10 it worked very strange:
during boot-process it starts wi0 only about every 2-nd reboot(e.g. time - 
50%)
and sound (I'm using KDE) - sometimes I hear *garbage* during
KDE-start-up, sometimes good sound; but even when I hear good
sound at start-up, later I want to hear mp3 (in the same X_session)
but I hear *garbage*. Then (for example in 10 minuts) I can hear
again *real* musik (e.g. mp3, wav). And vice versa.
So I don't know, what that can be ...

Can I handle this problem or the better way - back in 4.9???
May be someone already knew, how to make it right?
Or someone have the same problem?
Thanks in advance
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Apaching binding to *:* ?? (Weirdness)

2004-07-25 Thread Bill Moran

I have a FreeBSD 5.1 server (can't upgrade to 5.2 yet, until the em driver is
fixed)  and I'm getting it ready to set up a jail for a staging environment.

I'm having some weird action from Apache.  It seems that every apache process
binds to *:* twice, in addition to IP:80 and IP:443.  Has anyone seen this
before?  This is Apache 1.3.28 (although an upgrade is on the schedule)  I
had _wanted_ to test the new version of Apache in the jail prior to upgrading,
but I'm not so sure that's going to work.

Anyone seen this before?

-- 
Bill Moran
Potential Technologies
http://www.potentialtech.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


error compiling php4-domxml

2004-07-25 Thread Antoine Jacoutot
Hi :)

I'm trying to compile php4-domxml without success.
Here is the output from make install, anybody has an idea on how to fix this ?
Thanks in advance.

$ pwd
/usr/ports/textproc/php4-domxml
$ make
===  Vulnerability check disabled
===  Found saved configuration for php4-domxml-4.3.8_1
===  Extracting for php4-domxml-4.3.8_1
 Checksum OK for php-4.3.8.tar.bz2.
===  Patching for php4-domxml-4.3.8_1
===   php4-domxml-4.3.8_1 depends on executable: phpize - found
===   php4-domxml-4.3.8_1 depends on file: /usr/local/bin/automake - found
===   php4-domxml-4.3.8_1 depends on file: /usr/local/bin/autoconf - found
===   php4-domxml-4.3.8_1 depends on file: /usr/local/bin/libtool13 - found
===   php4-domxml-4.3.8_1 depends on executable: pkg-config - found
===   php4-domxml-4.3.8_1 depends on shared library: xml2.5 - found
===  PHPizing for php4-domxml-4.3.8_1
autoheader: `config.h.in' is created
Configuring for:
  PHP Api Version:   20020918
  Zend Module Api No:   20020429
  Zend Extension Api No:   20021010
===  Configuring for php4-domxml-4.3.8_1
configure: WARNING: you should use --build, --host, --target
checking build system type... i386-portbld-freebsd5.2.1
checking host system type... i386-portbld-freebsd5.2.1
checking for i386-portbld-freebsd5.2.1-gcc... cc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking whether cc understands -c and -o together... yes
checking if compiler supports -R... yes
checking for PHP prefix... /usr/local
checking for PHP includes... -I/usr/local/include/php 
-I/usr/local/include/php/main -I/usr/local/include/php/Zend 
-I/usr/local/include/php/TSRM
checking for PHP extension directory... /usr/local/lib/php/20020429
checking for re2c... exit 0;
checking for gawk... no
checking for mawk... no
checking for nawk... nawk
checking for DOM support... yes, shared
checking for the location of libz... /usr
checking how to run the C preprocessor... cc -E
checking for libxml version... = 2.4.14
checking for DOM XSLT support... no
checking for DOM EXSLT support... no
checking for i386-portbld-freebsd5.2.1-ranlib... no
checking for ranlib... ranlib
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
loading cache /dev/null within ltconfig
checking for object suffix... o
checking for executable suffix... no
checking for cc option to produce PIC... -fPIC
checking if cc PIC flag -fPIC works... yes
checking if cc supports -c -o file.o... yes
checking if cc supports -c -o file.lo... yes
checking if cc supports -fno-rtti -fno-exceptions ... no
checking if cc static flag -static works... -static
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the linker (/usr/bin/ld) supports shared libraries... yes
checking command to parse /usr/bin/nm -B output... ok
checking how to hardcode library paths into programs... immediate
checking for /usr/bin/ld option to reload object files... -r
checking dynamic linker characteristics... freebsd5.2.1 ld.so
checking if libtool supports shared libraries... yes

*** Warning: the command libtool uses to detect shared libraries,
*** /usr/bin/file, produces output that libtool cannot recognize.
*** The result is that libtool may fail to recognize shared libraries
*** as such.  This will affect the creation of libtool libraries that
*** depend on shared libraries, but programs linked with such libtool
*** libraries will work regardless of this problem.  Nevertheless, you
*** may want to report the problem to your system manager and/or to
*** [EMAIL PROTECTED]

checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for objdir... .libs
creating libtool
updating cache /dev/null
configure: creating ./config.status
config.status: creating config.h
===  Building for php4-domxml-4.3.8_1
/bin/sh /usr/local/bin/libtool13 --mode=compile cc  -I. 
-I/usr/ports/textproc/php4-domxml/work/php-4.3.8/ext/domxml -DPHP_ATOM_INC 
-I/usr/ports/textproc/php4-domxml/work/php-4.3.8/ext/domxml/include 
-I/usr/ports/textproc/php4-domxml/work/php-4.3.8/ext/domxml/main 
-I/usr/ports/textproc/php4-domxml/work/php-4.3.8/ext/domxml 
-I/usr/local/include/php -I/usr/local/include/php/main 
-I/usr/local/include/php/Zend -I/usr/local/include/php/TSRM 
-I/usr/local/include/libxml2  -DHAVE_CONFIG_H  -O -pipe -march=pentium4  
-prefer-pic 
-c /usr/ports/textproc/php4-domxml/work/php-4.3.8/ext/domxml/php_domxml.c -o 
php_domxml.lo
mkdir .libs
cc -I. -I/usr/ports/textproc/php4-domxml/work/php-4.3.8/ext/domxml 
-DPHP_ATOM_INC 
-I/usr/ports/textproc/php4-domxml/work/php-4.3.8/ext/domxml/include 

make installworld trouble

2004-07-25 Thread Bernt. H
Trying to install world on this machine but it does not like
make installworld.
I have not much of a clue. is it perl? vm?
help!
uname -a
FreeBSD usenet2.ath.cx 4.10-RELEASE FreeBSD 4.10-RELEASE #0: Thu Jul 15 
13:44:12 CEST 2004 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/DELLFW  i386

vm/vnode_pager.h - vm/vnode_pager.ph
*** Error code 1
Stop in /usr/src/gnu/usr.bin/perl/utils/h2ph.
*** Error code 1
Stop in /usr/src/gnu/usr.bin/perl/utils.
*** Error code 1
Stop in /usr/src/gnu/usr.bin/perl.
*** Error code 1
Stop in /usr/src/gnu/usr.bin.
*** Error code 1
Stop in /usr/src/gnu.
*** Error code 1
Stop in /usr/src.
*** Error code 1
Stop in /usr/src.
*** Error code 1
Stop in /usr/src.
*** Error code 1
Stop in /usr/src.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Driver support for 3ware 8506-12 in i386?

2004-07-25 Thread Peter Losher
Hi - 

Many of you saw my messages last month on getting a 3ware 8506-12 SATA 
RAID controller working under heavy I/O on 5.2.1/amd64, and despite the 
work of Paul Saab in getting me a version of the -CURRENT twe driver, it 
still locks up under heavy I/O.  

So since this box is behind schedule, and I need to get this box stable, 
I am likely to side-grade this box to 5.2.1/i386, with the understanding 
that the twe driver as it stands now just isn't 64-bit compatible.  When 
5.3-RELEASE is out and the twe driver is hopefully 64-bit clean, I can 
reconsider going back to amd64 on this box.

Does anyone have a 8506 series (esp. a 8506-12) controller running under 
5.2.1/i386 in production?  I'd like to know before hand before I make 
the jump.

Best Wishes - Peter
-- 
[EMAIL PROTECTED] | ISC | OpenPGP Key E8048D08 | The bits must flow


pgpq0hP3R8n0f.pgp
Description: signature


High interrupt load under 5.2.1-RELEASE

2004-07-25 Thread Alex Helbig
Hi Everyone,
I am having some issues with 5.2.1-RELEASE on an Intel SE7500WV2 with
an Intel SRCU42L Raid controller. The issue I have is the number of
interrupts per second being caught by the code for either the em or iir
device. The output of vmstat and top will show what I mean:
%vmstat -i
interrupt  total   rate
irq1: atkbd0 163  0
irq6: fdc0 3  0
irq8: rtc 803888127
irq9: em0 em1 iir0+360580529  57408
irq13: npx01  0
irq15: ata1   49  0
irq0: clk 628017 99
Total  362012650  57636
%top -s
last pid:   829;  load averages:  0.89,  0.71,  0.62
54 processes:  5 running, 41 sleeping, 7 waiting, 1 lock
CPU states:  0.1% user,  0.0% nice,  0.4% system, 14.4% interrupt, 85.2% idle
Mem: 6944K Active, 6012K Inact, 39M Wired, 9312K Buf, 1952M Free Swap: 
4071M Total, 4071M Free

  PID USERNAME PRI NICE   SIZERES 
STATE  C   TIME   WCPUCPU COMMAND
   11 root -160 0K12K CPU3   3 104:59 99.02% 
99.02% idle: cpu3
   12 root -160 0K12K RUN2 104:58 99.02% 
99.02% idle: cpu2
   13 root -160 0K12K CPU1   1 104:42 99.02% 
99.02% idle: cpu1
   22 root -68 -187 0K12K *Giant 0  61:32 55.18% 
55.18% irq9: em0 em1 iir0+
   14 root -160 0K12K CPU0   0  42:46 40.77% 
40.77% idle: cpu0
  829 alexh-680  2208K  1468K CPU2   2   0:00  6.66%  0.63% top

%dmesg | head -n 15
Copyright (c) 1992-2004 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993,
1994
The Regents of the University of California. All rights
reserved.
FreeBSD 5.2.1-RELEASE #0: Mon Feb 23 20:45:55 GMT 2004
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC
Preloaded elf kernel /boot/kernel/kernel at 0xc0a35000.
Preloaded elf module /boot/kernel/acpi.ko at 0xc0a35244.
ACPI APIC Table: INTEL  SWV20   
Timecounter i8254 frequency 1193182 Hz quality 0
CPU: Intel(R) XEON(TM) CPU 2.40GHz (2392.95-MHz 686-class CPU)
  Origin = GenuineIntel  Id = 0xf24  Stepping = 4
Features=0x3febfbffFPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM
  Hyperthreading: 2 logical CPUs
real memory  = 2147418112 (2047 MB)
avail memory = 2080645120 (1984 MB)
The points that seem relevant to me in diagnosing this are:
* This is a default install of 5.2.1-RELEASE. No custom kernel, no
additional software installed.
* The box is currently doing nothing other than sitting in a rack
* The same box with 5.1-RELEASE did not exhibit this behavior
* It seems that the em and iir devices are all sitting behind IRQ9 - I
suspect this is not a good thing for when the box does become loaded
Does anyone have any suggestions that may either clarify my problem or
help me resolve it.
Please reply to me and to the list as I am not currently subscribed.
Thanks in advance
Alex Helbig.

-
Alex Helbig
Head of IT Services
Redeemer Lutheran College
745 Rochedale Rd
Rochedale Q 4123
Australia
Ph:   +61 7 3341 4555
Fax:  +61 7 3341 9143  
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: make installworld trouble

2004-07-25 Thread Matt Emmerton
 Trying to install world on this machine but it does not like
 make installworld.
 I have not much of a clue. is it perl? vm?

 help!

 uname -a
 FreeBSD usenet2.ath.cx 4.10-RELEASE FreeBSD 4.10-RELEASE #0: Thu Jul 15
 13:44:12 CEST 2004 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/DELLFW  i386

 vm/vnode_pager.h - vm/vnode_pager.ph
 *** Error code 1

 Stop in /usr/src/gnu/usr.bin/perl/utils/h2ph.
 *** Error code 1

Looks like this is failing in the installation of Perl -- the part where it
generates a perl-ized version of every system header.

Are you following the procedure outlined here?
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html#AEN26900

--
Matt Emmerton

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


Re: Mozilla Thunderbird on FreebSD

2004-07-25 Thread 'Andy'
Hello -
I did a search on the freebsd.org website and I can't find any info 
regarding the porting of Mozilla Thunderbird.

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


Re: The FreeBSD Diary: 2004-07-04 - 2004-07-24

2004-07-25 Thread Reza Muhammad
I belive that freesbie-1.0 use 5.2.1 as a core,
but why freesbie-1.0 cant detect my nic on T41
automatically ?
please help me to solve it.

regards
reza

--- Dan Langille [EMAIL PROTECTED] wrote:
 The FreeBSD Diary contains a large number of
 practical 
 examples and how-to guides.  This message is posted
 weekly
 to [EMAIL PROTECTED] with the aim of
 letting people
 know what's available on the website.  Before you
 post a question
 here it might be a good idea to first search the
 mailing list 
 archives

http://www.freebsd.org/search/search.html#mailinglists
 
 and/or The FreeBSD Diary
 http://www.freebsddiary.org/. 
 
 These are the articles posted during this period:
 
 16-Jul : 5.* on an IBM ThinkPad T41
  Fun and games getting things installed 
  http://freebsddiary.org/ibm-thinkpad-t41.php?2
 
 
 -- 
 Dan Langille
 BSDCan - http://www.BSDCan.org/ - BSD Conference
 
 ___
 [EMAIL PROTECTED] mailing list

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




__
Do you Yahoo!?
Yahoo! Mail - 50x more storage than other providers!
http://promotions.yahoo.com/new_mail
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Mozilla Thunderbird on FreebSD

2004-07-25 Thread Jonathan Chen
On Mon, Jul 26, 2004 at 03:03:33AM +, 'Andy' wrote:
 Hello -
 
 I did a search on the freebsd.org website and I can't find any info 
 regarding the porting of Mozilla Thunderbird.

# cd /usr/ports
# make key=thunderbird search

will return you the results you want: /usr/ports/mail/thunderbird
-- 
Jonathan Chen [EMAIL PROTECTED]
--
   Lots of folks confuse bad management with destiny
 - Kin Hubbard
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Mozilla Thunderbird on FreebSD

2004-07-25 Thread Jonathan Chen
[Please don't remove the Cc: [EMAIL PROTECTED]

On Mon, Jul 26, 2004 at 03:35:54AM +, 'Andy' wrote:
 So just to confirm,  Mozilla Thunderbird will work with FreeBSD ?

Yes. Has for ages.
-- 
Jonathan Chen  |  To do is to be  -- Nietzsche
[EMAIL PROTECTED] |  To be is to do  -- Sartre 
   |  Scooby do be do -- Scooby
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Program for diagrams.

2004-07-25 Thread Murray Taylor
[EMAIL PROTECTED] (/usr/ports)ttyp0 # make search key=tcm | more
Port:   tcm-2.20_1
Path:   /usr/ports/graphics/tcm
Info:   The Toolkit for Conceptual Modeling, create
diagrams/tables/trees

TCM does ER, State machines, Some UML (I dont use this yet)
DFD diagrams etc ... with a lot of rule based checking ..



On Fri, 2004-07-23 at 23:27, Joseph Peterson wrote:
 Is that along the lines of visio?
 Have you looked at dia? (/usr/ports/graphics/dia)
 
 -joe
 
 On Fri, 23 Jul 2004 15:01:09 +0200, Alex de Kruijff
 [EMAIL PROTECTED] wrote:
  Hi,
  
  I was looking for a open-source altenative for Rational Rose or Together
  to create use-case-, classe-, collabaration-, sequance-, state-, ect.
  diagrams. I was wondering if you could advise me what program to use for
  this.
  
  Tanks,
  Alex
  
  Articles based on solutions that I use:
  http://www.kruijff.org/alex/FreeBSD/
  ___
  [EMAIL PROTECTED] mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to [EMAIL PROTECTED]
 
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
 
 
 This Email has been scanned for Viruses by MailMarshal.
 
-- 
Murray Taylor
Special Projects Engineer
-
Bytecraft Systems  Entertainment
P: +61 3 8710 2555
F: +61 3 8710 2599
D: +61 3 9238 4275
M: +61 417 319 256
E: [EMAIL PROTECTED]
or visit us on the web
http://www.bytecraftsystems.com
http://www.bytecraftentertainment.com



---
The information transmitted in this e-mail is for the exclusive
use of the intended addressee and may contain confidential
and/or privileged material. Any review, re-transmission,
dissemination or other use of it, or the taking of any action
in reliance upon this information by persons and/or entities
other than the intended recipient is prohibited. If you
received this in error, please inform the sender and/or
addressee immediately and delete the material. 

E-mails may not be secure, may contain computer viruses and
may be corrupted in transmission. Please carefully check this
e-mail (and any attachment) accordingly. No warranties are
given and no liability is accepted for any loss or damage
caused by such matters.
---


This Email has been scanned for Viruses by MailMarshal.

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


Converting or Reading UFS?

2004-07-25 Thread Joe Pokupec

   Hey= Guys,


   I have 4 large (120- 200 Gig) hard drives= that were used in my 5.1
   server. The server died and I'm no longer using= FreeBSD. Any idea how
   I can get the data off these drives?


   - Convert UFS to any other mountable and= readable format XP, Linux or
   OS X? If so, where? I thought maybe Ghost, but= it will only allow
   sector copies, which are not readable by Ghost= Explorer...


   - Mount these drives in VMWare FreeBSD 5.1= session via USB 2.0? If
   so, how can I do this? Is there a simple automount= app that will scan
   and mount available partitions in Gnome or KDE? I'm able= to see the
   da0 device show up in the terminal when I plug in the device,= but how
   can I tell what the partitioning scheme is? And how can I mount= them?


   - If I re-install 5.1 on a spare box, I'm= still stuck with dealing
   with how to view the partitions of these hard= drives and mounting
   them appropriately...


   Maybe I'm going about this all wrong... If= I throw a previously
   partitioned hd in a FreeBSD 5.1 box, is there an easy= way to mount
   and view the data on it? Can I tell what type of formatting= was used?
   It will be either UFS or NTFS...


   Thanks


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


Re: make installworld trouble

2004-07-25 Thread Bernt. H
Matt Emmerton wrote:
Trying to install world on this machine but it does not like
make installworld.
I have not much of a clue. is it perl? vm?
help!
uname -a
FreeBSD usenet2.ath.cx 4.10-RELEASE FreeBSD 4.10-RELEASE #0: Thu Jul 15
13:44:12 CEST 2004 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/DELLFW  i386
vm/vnode_pager.h - vm/vnode_pager.ph
*** Error code 1
Stop in /usr/src/gnu/usr.bin/perl/utils/h2ph.
*** Error code 1

Looks like this is failing in the installation of Perl -- the part where it
generates a perl-ized version of every system header.
Are you following the procedure outlined here?
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html#AEN26900
--
Matt Emmerton
Yes i'm following that. But when i look in 
/usr/src/gnu/usr.bin/perl/utils/h2ph

There is only empty dirs. So I changed the makefile from:
beforedepend all:   links
SUBDIR= c2ph h2ph h2xs perlbug perlcc perldoc pl2pm splain
.include bsd.prog.mk
.PATH:  ${PERL5SRC}
To this.
beforedepend all:   links
SUBDIR=
.include bsd.prog.mk
.PATH:  ${PERL5SRC}
And now it manage to get passed that bit.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: make installworld trouble - - - Solved

2004-07-25 Thread Bernt. H
Matt Emmerton wrote:
Stop in /usr/src/gnu/usr.bin/perl/utils/h2ph.
*** Error code 1

Looks like this is failing in the installation of Perl -- the part where it
generates a perl-ized version of every system header.
Are you following the procedure outlined here?
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html#AEN26900
--
Matt Emmerton
 Yes i'm following that. But when i look in
 /usr/src/gnu/usr.bin/perl/utils/
 There is only empty dirs. So I changed the makefile from:
 beforedepend all:   links
 SUBDIR= c2ph h2ph h2xs perlbug perlcc perldoc pl2pm splain
 .include bsd.prog.mk
 .PATH:  ${PERL5SRC}
 To this.
 beforedepend all:   links
 SUBDIR=
 .include bsd.prog.mk
 .PATH:  ${PERL5SRC}
 And now it manage to get passed that bit.
Now it's working as it should. Even color in midnight commander.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Converting or Reading UFS?

2004-07-25 Thread Vulpes Velox
On Sun, 25 Jul 2004 19:39:39 -0800
Joe Pokupec [EMAIL PROTECTED] wrote:

snip

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


You don't have permissions to send to this user!

2004-07-25 Thread sys
You have sent a mail to [EMAIL PROTECTED] with Re: Re: Thanks! 
in the Subject line.

Unfortunately your mail has been stopped by the anti-SPAM system of 
SecondBox.net, because your e-mail address is not on the list of Dimiter Dobrev's 
friends. 

If you wish to have your mail received by Dimiter Dobrev, you should include 
strawberry in the Subject line, or deposit 10 cents by way of anti-SPAM 
guarantee. If Dimiter Dobrev decides that you have wasted his time, he may well 
retain this amount. 

If you wish to send a message with an anti-SPAM deposit attached to it, then:
1. Open an e-mail box at Second Box (http://2-box.net).
2. Pay in 10 cents in your Second Box wallet.
3. Send your letter to Dimiter Dobrev from your Second Box address.

Your letter was received on 26.07.2004 at 01:41 EDT. 
Its contents is given at the bottom of this message.

-
Vie ste izpratili pismo do Dimiter Dobrev [EMAIL PROTECTED] sys 
Subject: Re: Re: Thanks!. 

Za syxalenie pismoto vi e sprjano ot anti-SPAM zawtitata na 
SecondBox.net, zawtoto vawijat e-mail adres ne e vkljuqen v spisyka na 
prijatelite na Dimiter Dobrev.

Ako iskate vaweto pismo da byde poluqeno ot Dimiter Dobrev, to trjabva da  
vkljuqite dumata strawberry v Subject-a na pismoto si ili da  depozirate 
10 centa kato garancija, qe pismoto vi ne sydyrxa SPAM. Ako Dimiter Dobrev 
rewi, qe ste mu zagubili vremeto, to toj moxe da zadyrxi tezi pari.

Ako iskate da izpratite pismo s prikrepen kym nego anti-SPAM depozit, to trjabva:
1. Da si napravite kutija v Second Box (http://2-box.net).
2. Da vnesete 10 centa v Second Box portfejla si.
3. Da izpratite pismoto si do Dimiter Dobrev ot vawija Second Box adres.

Vaweto pismoto be poluqeno na 26.07.2004 v 01:41 EDT. Eto i sydyrxanieto mu:


-
Please have a look at the attached file.

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