rmdir

2004-10-16 Thread metallarch

How can i remove not empty directory for console?
rmdir -?
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: rmdir

2004-10-16 Thread NetAdmin
rm -rf somedirectory
check out - man rm

On Sat, 2004-10-16 at 02:35, metallarch wrote:

 How can i remove not empty directory for console?
 rmdir -?
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

-- 
NetAdmin for the FoxChat.Net IRC Network.
The FoxSurfer Group


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


Re: NFS data integrity failure

2004-10-16 Thread Gary Dunn
On Thu, 2004-10-14 at 07:58, Bigbrother wrote:

 
 MachineB mounts machineA:/disk and puts 1.2 GB of data from its disk to the
 machineA dick.  A CRC check performed on the copied files show that
 everything is correct. (always!)

Then do it this way :-)

Seriously, though, to isolate NFS you need to exercise the network and
file systems using other methods. How about transfering the same files
using a) ftp and b) scp. If the problem is dropped packets or
fragmentation or stuck bits in the NIC, those methods will be equally
unsuccessful.

Does either machine ever display an error message about nfs going down
then coming back? I can't remember the exact words, something like
connection lost then restored. When this happens to me at work it is due
to the ethernet switch port one system is connected to coming up in half
duplex instead of full duplex. Once it was a bad cat5 cable. 

Are the file sizes different?
 
-- 

Gary Dunn
[EMAIL PROTECTED]
Honolulu

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


malloc.conf and malloc debugging

2004-10-16 Thread Niclas Zeising
Hi list!
I know you can turn malloc debugging on and of by symlinking 
/etc/malloc.conf, i.e. ln -s AJ /etc/malloc.conf. But how do i check if 
the debugging is on or not? I can't find a /etc/malloc.conf in my 
system, niether can i find a AJ symlink.
I'm running 5.3-BETA7 now, but are planning to upgrade to HEAD. Will 
malloc debugging be turned on in the upgrade?

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


Re: topposting (was: colourization in ls command)

2004-10-16 Thread Greg 'groggy' Lehey
On Wednesday, 13 October 2004 at  8:20:19 -0400, Bart Silverstrim wrote:

 On Oct 12, 2004, at 6:44 PM, Greg 'groggy' Lehey wrote:

 On Tuesday, 12 October 2004 at  8:42:39 -0400, Bart Silverstrim wrote:
 It gets to a point where I solve it by doing this or just no reply at
 all.

 Problem solved.

 I don't see a problem.  What are you talking about?

 :-)  Exactly!

No, you're missing the point.  IIRC (and I'm not going to check),
you've again removed relevant content.  Please don't bother to reply
if you don't want to tell people what you're talking about.

Greg
--
When replying to this message, please copy the original recipients.
If you don't, I may ignore the reply or reply to the original recipients.
For more information, see http://www.lemis.com/questions.html
See complete headers for address and phone numbers
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Named configuration question

2004-10-16 Thread Albert Vila
Hi all, 

 I've got a freebsd dedicated server in germany. My web page is only
accessible by www.mydomain.com. Now, I wanna create subdomains by
country, for instance, france.mydomain.com, spain.mydomain.com, 

I think I have to set-up the named and create virtual-hosts in my
apache. However, my server has the named and bind already installed,
but no /etc/namedb folder exists. I've tried to create it and its
files, but the named does not work.

I didn't found any web that explains the whole process clearly. 

Could anyone please provide a default example with this initial
configuration for my domain?, just the basic one, I don't have any
other special requirement.

Thanks in advance.

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


0.93 crashes just as well... Re: firefox-1.0.1.p_2 crashing on javascript

2004-10-16 Thread Volker Eckert
On Sat, Oct 16, 2004 at 12:20:22AM +0200, h wrote:
 On Saturday 16 October 2004 00:05, Dan Finn wrote:
  Finally got it back installed.  I had to use portinstall, 
  very wierd.
  Even after the suggested fix above regarding un-install and 
  delete of
  the directories I still see the same problem.  Please keep 
  me posted
  with a fix, this is rather annoying.

i am using firefox 0.93 on freebsd 5.21p11 - it crashes once in a 
while when loading 'ordinary' pages with chunk already free and
a segfault. when i try loading them again later it usually works. 
from googling i learned that this might be related to Xft...
anybody got a solution to that (apart from disabling Xft, it looks
so nice ;-)? 

it also almost inevitably crashes if i close a window that was
previously popped up by javascript; and the flashplugin (i use one
of the netscape plugins from the jdk1.4.2 plugins directory) seems
to have issues, too. any advice on these would also be greatly 
appreciated.

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


Re: Named configuration question

2004-10-16 Thread DanGer
Hello Albert,

Saturday, October 16, 2004, 11:22:49 AM, you wrote:

 Hi all, 

  I've got a freebsd dedicated server in germany. My web page is only
 accessible by www.mydomain.com. Now, I wanna create subdomains by
 country, for instance, france.mydomain.com, spain.mydomain.com, 

I have no experiencies with named or any other name-servers, but I
think you are right.

 I think I have to set-up the named and create virtual-hosts in my
 apache. However, my server has the named and bind already installed,
 but no /etc/namedb folder exists. I've tried to create it and its
 files, but the named does not work.

If you are using 5.3-beta7 the named is in the chroot by default now.
The chroot directory is located in /var/named, so the config files you
can found there.

 I didn't found any web that explains the whole process clearly. 

I think, this could help you.

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

 Could anyone please provide a default example with this initial
 configuration for my domain?, just the basic one, I don't have any
 other special requirement.

 Thanks in advance.

 Albert

-- 
Best regards

+--==/\/\==--+
| DanGer [EMAIL PROTECTED] |
| [EMAIL PROTECTED] ICQ261701668 |
| http://danger.homeunix.org |
+--==\/\/==--+

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


Re: IDE for gcc

2004-10-16 Thread Benjamin Walkenhorst
Phusion wrote:
I was wondering if anyone could give me some recommendations for an
IDE for gcc. Let me know. Thanks.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]
 

Emacs. =)
Or, if you really want something graphical - try kDevelop or Anjuta.
Kind regards,
Benjamin
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Double IP address for tun /dev/tunN

2004-10-16 Thread Andrew
Hi!

I use /usr/sbin/ppp to connect my FreeBSD-4.10 box to my ADSL provider.
Each time I connect I am assigned a new dynamic IP address. Sometimes I
notice that an old address lingers on for days (through several
reconnects) like this:

satbsd# ifconfig
...
tun0: flags=8051UP,POINTOPOINT,RUNNING,MULTICAST mtu 1480
inet 83.237.41.95 -- 83.237.41.1 netmask 0x
inet 83.237.23.176 -- 83.237.23.1 netmask 0x
Opened by PID 32932
...

This address - 83.237.41.95 - has been assigned to me four days ago!
83.237.23.176 this is my current address, and I've had a few addresses
in between.

Here is the reconnect log when the old address remained:

Oct 12 16:07:08 satbsd ppp[32932]: Phase: deflink: open - lcp
Oct 12 16:07:08 satbsd ppp[32932]: Phase: bundle: Terminate
Oct 12 16:07:11 satbsd ppp[32932]: Phase: deflink: Disconnected!
Oct 12 16:07:11 satbsd ppp[32932]: Phase: deflink: lcp - logout
Oct 12 16:07:11 satbsd ppp[32932]: Phase: deflink: logout - hangup
Oct 12 16:07:11 satbsd ppp[32932]: Phase: deflink: Disconnected!
Oct 12 16:07:11 satbsd ppp[32932]: Phase: deflink: Connect time: 86405
secs: 1792934760 octets in, 97733143 octets out
Oct 12 16:07:11 satbsd ppp[32932]: Phase: deflink: 8951000 packets in,
8802534 packets out
Oct 12 16:07:11 satbsd ppp[32932]: Phase:  total 21881 bytes/sec, peak
490137 bytes/sec on Mon Oct 11 18:33:49 2004
Oct 12 16:07:11 satbsd ppp[32932]: Phase: deflink: hangup - opening
Oct 12 16:07:11 satbsd ppp[32932]: Phase: bundle: Establish
Oct 12 16:07:11 satbsd ppp[32932]: Phase: deflink: Enter pause (3) for
redialing.
Oct 12 16:07:14 satbsd ppp[32932]: Phase: deflink: Connected!
Oct 12 16:07:14 satbsd ppp[32932]: Phase: deflink: opening - dial
Oct 12 16:07:14 satbsd ppp[32932]: Phase: deflink: dial - carrier
Oct 12 16:07:15 satbsd ppp[32932]: Phase: Received NGM_PPPOE_ACNAME
(hook STREAM)
Oct 12 16:07:15 satbsd ppp[32932]: Phase: Received NGM_PPPOE_SESSIONID
Oct 12 16:07:15 satbsd ppp[32932]: Phase: Received NGM_PPPOE_SUCCESS
Oct 12 16:07:15 satbsd ppp[32932]: Phase: deflink: carrier - login
Oct 12 16:07:15 satbsd ppp[32932]: Phase: deflink: login - lcp
Oct 12 16:07:16 satbsd ppp[32932]: Warning: deflink: Reducing configured
MRU from 1500 to 1480
Oct 12 16:07:16 satbsd ppp[32932]: Phase: bundle: Authenticate
Oct 12 16:07:16 satbsd ppp[32932]: Phase: deflink: his = CHAP 0x05, mine
= none
Oct 12 16:07:16 satbsd ppp[32932]: Phase: Chap Input: CHALLENGE (16
bytes from A444-rb01)
Oct 12 16:07:16 satbsd ppp[32932]: Phase: Chap Output: RESPONSE
(userpppoemtu)
Oct 12 16:07:16 satbsd ppp[32932]: Phase: Chap Input: SUCCESS
Oct 12 16:07:16 satbsd ppp[32932]: Phase: deflink: lcp - open
Oct 12 16:07:16 satbsd ppp[32932]: Phase: bundle: Network

This log is perfectly similar to other reconnects, when the address was
changed successfully and the old address didn't linger. Please suggest a
solution to this problem, as some dynamic-ip services refuse to work
because of it.

Thanks,
Andrew P.

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


bind9 control

2004-10-16 Thread Uro Gruber
Hello,

  Today I transfer my domain from bind8 to bind9. It works ok, except ndc.
  I read  bind9 administrator manual. But there is always about rndc.

  because bind is by default chrooted (which is great) ndc report an error

ndc: error: ctl_client: evConnect(fd 3): No such file or directory
ndc: error: cannot connect to command channel (/var/run/ndc)

  I think I have to use rndc insted. But I want to know simple config to
  allow controling local dns like ndc in old days.

-- 
Best regards,
 Uros

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


Re: Use pkg_delete or make deinstall?

2004-10-16 Thread Dancho Penev
On Fri, Oct 15, 2004 at 11:31:19PM -0500, Dan Nelson wrote:
Date: Fri, 15 Oct 2004 23:31:19 -0500
From: Dan Nelson [EMAIL PROTECTED]
To: Ben Washington-Yule [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Re: Use pkg_delete or make deinstall?
In the last episode (Oct 16), Ben Washington-Yule said:
I've been wondering lately if there is any difference between the two 
methods of removing software from the system; pkg_delete software-name 
and cd /usr/ports/catagory/software-name  make deinstall. This 
question is not answered in the FAQ, I mainly ask out of curiousity.
make deinstall just runs pkg_delete, so they're identical.
It's important to know that make deinstall runs pkg_delete -f ...
--
Dan Nelson
[EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]
--
Dancho Penev
Home page:   http://www.mnet.bg/~dpenev
GnuGP public key:http://www.mnet.bg/~dpenev/gnupg.asc
Key fingerprint: E88D 8B7B 3EF6 E9C8 C5D2  7554 2AA8 C347 71A1 4277


pgpNb29woGg1n.pgp
Description: PGP signature


Re: bind9 control

2004-10-16 Thread Matthew Seaman
On Sat, Oct 16, 2004 at 12:55:22PM +0200, Uro Gruber wrote:
 Hello,
 
   Today I transfer my domain from bind8 to bind9. It works ok, except ndc.
   I read  bind9 administrator manual. But there is always about rndc.
 
   because bind is by default chrooted (which is great) ndc report an error
 
 ndc: error: ctl_client: evConnect(fd 3): No such file or directory
 ndc: error: cannot connect to command channel (/var/run/ndc)
 
   I think I have to use rndc insted. But I want to know simple config to
   allow controling local dns like ndc in old days.

If all you want is to be able to control an instance of named on your
local machine, you can use something like the following in your
named.conf:

// Authentication for communicating with rndc --- only listen on the loopback
// port 953 for control connections
key rndc-key {
algorithm hmac-md5;
secret XX==;
};
 
controls {
inet 127.0.0.1 port 953
allow { 127.0.0.1; } keys { rndc-key; };
inet ::1 port 953
allow { ::1; } keys { rndc-key; };
};

That's basically copied with some small modifications from
/usr/local/etc/rndc.conf, which you can automatically generate with a
random key by:

# rndc-confgen

and following the instructions.

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


pgpMTT4MzzOmI.pgp
Description: PGP signature


Re: alternative options for ports

2004-10-16 Thread Michael Nottebrock
On Saturday 16 October 2004 01:14, Parv wrote:
 I suppose i had to wade in sooner or later ...


 in message [EMAIL PROTECTED],
 wrote Michael Nottebrock thusly...

  On Friday 15 October 2004 16:15, Erik Trulsson wrote:
   I almost never use binary packages but build everything from
   source. (I.e. I would probably barely notice if all binary
   packages suddenly disappeared never to return.)

 Well, i certainly be mightily ticked off (due to lack of *some* of
 the packages) when i lack the resources to build a humongous port
 like Open Office.

  I realise that there is a fraction of ports users which don't care
  about packages at all ...  but they are not the primary target
  audience of ports, as I pointed out before.

 Michael N, do you imply in above quote that FreeBSD ports system's
 main purpose is to provide packages?

No, it's _one_ main purpose. Unlike portage or certain big rpm-based Linux 
distributions, freebsd ports does not lean towards either source or binary. 
This implies however both the package and 'the cd portdir; make; make 
install' of installing a port need to be taken into consideration when 
creating and maintaining a port. Packages are NOT a second class byproduct of 
ports which are nice when they are nice and if they're not, it doesn't matter 
anyway. If the package of a certain port sucks, the port sucks, it's as 
simple as that.

-- 
   ,_,   | Michael Nottebrock   | [EMAIL PROTECTED]
 (/^ ^\) | FreeBSD - The Power to Serve | http://www.freebsd.org
   \u/   | K Desktop Environment on FreeBSD | http://freebsd.kde.org


pgpcNESd50wGl.pgp
Description: PGP signature


Re: Named configuration question

2004-10-16 Thread Dick Davies
* Albert Vila [EMAIL PROTECTED] [1023 10:23]:
 Hi all, 
 
  I've got a freebsd dedicated server in germany. My web page is only
 accessible by www.mydomain.com. Now, I wanna create subdomains by
 country, for instance, france.mydomain.com, spain.mydomain.com, 
 
 I think I have to set-up the named and create virtual-hosts in my
 apache. 

Are you running primary DNS for mydomain.com? Probably not, since you
don't have BIND running :)

Then you don't need to run bind, you need to speak to whoever looks
after that domain for you and get them to add the extra hostnames
for you.


-- 
If it looks like a duck, and quacks like a duck, we have at least to consider
the possibility that we have a small aquatic bird of the family anatidae on our hands. 
- Dirk Gently
Rasputin :: Jack of All Trades - Master of Nuns
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Getting LD_LIBRARY_PATH to work

2004-10-16 Thread Dave Horsfall
On Fri, 15 Oct 2004, Matthew Seaman wrote:

  [ Re-sent; I forgot I wasn't on the list ]

 No need to resend: non members are allowed to post to freebsd-questions@

Gawd; I hope it's moderated in that case...  Anyway, I believe in joining
a list if I'm going to want to use it.

[ FreeBSD/Solaris differences in use of LD_LIBRARY_PATH and ldconfig ]

 See libmap.conf(5) for what is probably the answer to your problem. If
 you fiddle the ABI version number on your regressed OpenSSL shlib, you
 can use libmap.cong(5) to force whatever applications you're interested
 in to link against it.  Note that playing with shlib mappings like this
 is fraught with pitfalls and likely to result in premature hair loss, so
 proceed carefully.

Many thanks!  Although I still have lots of hair, my beard is greying by
the moment.

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


Vinum swap partition tutorial?

2004-10-16 Thread Andrea Venturoli
Hello.
I've got a 4.10 server which sometimes reboots itself, so I'd like it to 
create crash dumps for me to analize, but, after an upgrade, no swap 
partition is big enough to hold its entire RAM. So I tought I could join 
two of them with vinum...
Any hint?
Any tutorial?
Any reason this would be a bad idea?

 bye  Thanks
av.


smime.p7s
Description: S/MIME Cryptographic Signature


Freebsd 5.3-RELEASE

2004-10-16 Thread Mark Frasa
Hello,

Is there anyone who can tell me when Build and release of 5.3-RELEASE will be there?


I am closely following this link last weeks:
http://www.freebsd.org/releases/5.3R/schedule.html

But even the 5.3-RC1 is not out yet. Because there is a error in vinum for 
5.2.1-RELEASE i need the new g_vinum function that comes with 5.3-RELEASE.

Cheers

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


Re: Freebsd 5.3-RELEASE

2004-10-16 Thread Erik Trulsson
On Sat, Oct 16, 2004 at 02:21:46PM +0200, Mark Frasa wrote:
 Hello,
 
 Is there anyone who can tell me when Build and release of 5.3-RELEASE will be there?

No.  5.3 will be released when the developers feel it is ready.
My personal guess is that -RC1 will be released in a few days time, and
the release about a week after that, but that assumes no new
last-minute issues come up.
I don't think *any* FreeBSD release so far has actually been released
on schedule, but all of them have suffered some delays and 5.3 is no
exception in this regard.


-- 
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 5.3-RELEASE

2004-10-16 Thread Spiral Eyed Girl
Hello,
Is there anyone who can tell me when Build and release of 5.3-RELEASE will 
be there?

I am closely following this link last weeks:
http://www.freebsd.org/releases/5.3R/schedule.html
But even the 5.3-RC1 is not out yet. Because there is a error in vinum for 
5.2.1-RELEASE i need the new g_vinum function that comes with 5.3-RELEASE.

Cheers
Mark.
If you want to be notified of the new release, you should sign up for the 
announce mailing list

_
Is your PC infected? Get a FREE online computer virus scan from McAfee® 
Security. http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963

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


To be a partner

2004-10-16 Thread Vilson Borile

   Dear Sir,


   Our company is dedicated to give support and consulting in the open
   source systems. As we have a very good skill and expertise on FreeBSD,
   OpenBSD, SuSE Linux and other distributions we would like to know what
   is necessary to be a partner or consulting company licensed by FreeBSD
   in our region. We are located in Porto Alegre, south of Brazil, near
   1000 Km from Argentina. Our city is a Capital of the State of Rio
   Grande do Sul, one of the most rising State of Brazil and with many
   industries and commerce.

   If FreeBSD are interested to have a Spearhead in this region, please,
   send us an e-mail giving the coordinates to initiate us as partner or
   consultors for you.

   Thanks in advance and best regards

   --
   Ricardo Rothfeld Tech Dept.
   LNX IT Informação e Tecnologia
   Av. Venâncio Aires 1137 Porto Alegre RS
   Fone (55-51)3331-1446 www.lnx-it.inf.br
   --
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


gtk-sharp build hangs

2004-10-16 Thread Benjamin Walkenhorst
Hello everyone,
I am just trying to install gtk-sharp from ports. mono installed just 
fine, but the gtk-sharp build seems to hang at some point:

#
===  Building for gtk-sharp-1.0_2
gmake  all-recursive
gmake[1]: Entering directory 
`/usr/ports/x11-toolkits/gtk-sharp/work/gtk-sharp-1.0'
Making all in sources
gmake[2]: Entering directory 
`/usr/ports/x11-toolkits/gtk-sharp/work/gtk-sharp-1.0/sources'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory 
`/usr/ports/x11-toolkits/gtk-sharp/work/gtk-sharp-1.0/sources'
Making all in generator
gmake[2]: Entering directory 
`/usr/ports/x11-toolkits/gtk-sharp/work/gtk-sharp-1.0/generator'
/usr/local/bin/mcs /out:gapi_codegen.exe  ./AliasGen.cs ./BoxedGen.cs 
./ByRefGen.cs ./CallbackGen.cs ./ClassBase.cs ./ClassGen.cs 
./CodeGenerator.cs ./ConstStringGen.cs ./Ctor.cs ./CustomMarshalerGen.cs 
./EnumGen.cs ./Field.cs ./GenBase.cs ./GenerationInfo.cs ./GObjectGen.cs 
./IGeneratable.cs ./ImportSignature.cs ./InterfaceGen.cs 
./ManagedCallString.cs ./ManualGen.cs ./MethodBody.cs ./Method.cs 
./ObjectGen.cs ./OpaqueGen.cs ./Parameters.cs ./Parser.cs ./Property.cs 
./Signal.cs ./SignalHandler.cs ./Signature.cs ./SimpleGen.cs 
./Statistics.cs ./StringGen.cs ./StructBase.cs ./StructGen.cs 
./SymbolTable.cs ./TimeTGen.cs ./VMSignature.cs
Compilation succeeded
gmake[2]: Leaving directory 
`/usr/ports/x11-toolkits/gtk-sharp/work/gtk-sharp-1.0/generator'
Making all in parser
gmake[2]: Entering directory 
`/usr/ports/x11-toolkits/gtk-sharp/work/gtk-sharp-1.0/parser'
source='formatXml.c' object='formatXml.o' libtool=no \
depfile='.deps/formatXml.Po' tmpdepfile='.deps/formatXml.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include/glib-2.0 
-I/usr/local/lib/glib-2.0/include   -I/usr/local/include/libxml2 
-I/usr/local/include  -Wall -Wunused -Wmissing-prototypes 
-Wmissing-declarations -Wstrict-prototypes  -Wmissing-prototypes 
-Wnested-externs  -Wshadow -Wpointer-arith -Wno-cast-qual -Wcast-align 
-Wwrite-strings -c `test -f 'formatXml.c' || echo './'`formatXml.c
/bin/sh ../libtool --mode=link cc  -Wall -Wunused -Wmissing-prototypes 
-Wmissing-declarations -Wstrict-prototypes  -Wmissing-prototypes 
-Wnested-externs  -Wshadow -Wpointer-arith -Wno-cast-qual -Wcast-align 
-Wwrite-strings   -o gapi_format_xml  formatXml.o -L/usr/local/lib 
-lgobject-2.0 -lglib-2.0 -liconv   -L/usr/local/lib -lxml2 -lz -liconv -lm
mkdir .libs
cc -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations 
-Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wshadow 
-Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -o 
gapi_format_xml formatXml.o  -L/usr/local/lib -lgobject-2.0 -lglib-2.0 
-lxml2 -lz -liconv -lm
/usr/bin/ld: warning: libm.so.2, needed by /usr/local/lib/libxml2.so, 
may conflict with libm.so.3
/usr/local/bin/mcs /out:gapi-fixup.exe ./gapi-fixup.cs
Compilation succeeded
#

At this point mono will start eating huge amount of cpu-cycles. I don't 
know if this is to be expected, but after mono had gathered about an 
hour of cpu-time, I aborted.
I'm going to give it another try tonight, but I wanted to ask, if it is 
normal for a gtk-sharp build to take so long.
The machine is a dual AthlonMP 2400+ (only one cpu used for building)  
with 512MB RAM, the system is 5.3-BETA7.
mono is version 1.0_1 and gtk-sharp - as you can see above - is version 
1.0_2

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


Re: To be a partner

2004-10-16 Thread h
you gotta write to [EMAIL PROTECTED] or [EMAIL PROTECTED] for that


On Saturday 16 October 2004 01:25, Vilson Borile wrote:
Dear Sir,


Our company is dedicated to give support and consulting in the open
source systems. As we have a very good skill and expertise on FreeBSD,
OpenBSD, SuSE Linux and other distributions we would like to know what
is necessary to be a partner or consulting company licensed by FreeBSD
in our region. We are located in Porto Alegre, south of Brazil, near
1000 Km from Argentina. Our city is a Capital of the State of Rio
Grande do Sul, one of the most rising State of Brazil and with many
industries and commerce.

If FreeBSD are interested to have a Spearhead in this region, please,
send us an e-mail giving the coordinates to initiate us as partner or
consultors for you.

Thanks in advance and best regards

--
Ricardo Rothfeld Tech Dept.
LNX IT Informação e Tecnologia
Av. Venâncio Aires 1137 Porto Alegre RS
Fone (55-51)3331-1446 www.lnx-it.inf.br
--
 ___
 [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]


Diskless setup for 5.3 ?

2004-10-16 Thread Rob
Michael Collette wrote:
After running through a stack of little pitfalls in trying to get a diskless 
client running from a 5-CURRENT server I'm down to the last nasty here.  
Sorry, I have no answers to you question, but questions myself.
I am trying to have a diskless PC boot from a server, running
5.3-Beta7, but so far I have not been able to get it work.
I wonder if you would be willing to share your knowledge and experience
on how to get this work.
With a 4.X system, I already have been running a master PC (dual homed
lan setup), which serves a cluster of 7 diskless PCs on its private
network. So I quite understand how to set this up for 4.X.
Soon, I will have to upgrade this cluster to 5.X.
Meanwhile, for testing purpose, I have a separate PC (also dual homed
lan) running 5.X-Beta7, which serves a single diskless PC. This is
not yet working; the kernel seems to load well, but then nothing
further happens.
See also
 http://lists.freebsd.org/mailman/htdig/freebsd-current/2004-October/040449.html
for a report and question on how far I've got with my setup.
Help is very much appreciated, because I sensed that help with diskless
setup is quite rare on the mailing list (not many people use it?).
Thanks so much in advance!
Rob.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Hi,there.is.a.FreeBSD-questions.letter.From.a.Chinese.boy!

2004-10-16 Thread FreeBSDer China
Hi,FreeBSDers!

First of all, I am a Chinese FreeBSD fan. I am only 16-year-old May be
the youngest boy using FreeBSD in China!!!

I've accessed http://www.cn.freebsd.org/mailto.html , and got this
email address.
so,I decided to write to you! to ask  tell something.

Since I am a freebsd fan,so i study freebsd hard(harderharder).and
i've already built some servers which runs on freebsd,like
apache,samba,squid,BIND8,ftpd,..etc.[I even tried some 0day
software ( Zeus web server / NcFTPd ),lol !]

I am going to build a Group called ' China FreeBSD-teenagers' Group '.
now i am asking you --- I hope you can agree me build such a group in
China for freebsd-teenagers!(access it at http://horus.kingisme.com
later)

Contacte u later!
Best wishes to FreeBSD!

   Horus



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


Upgrade from 4.10-p3 to 5.3-BETA7

2004-10-16 Thread Eric Crist
Hello list,
I've tried in the past to complete an upgrade from 4.x to 5.x with 
little luck.  Most people I've talked to indicate the only way to 
accomplish this is to do a complete reinstall.  I was wondering if 
anyone now has been able to do this.  I have one system that does all 
my server operations, and I can't afford to take it completely offline 
for a rebuild.

Any documents or information you might have would be helpful.
Thanks!
-
Eric F Crist
Secure Computing Networks


PGP.sig
Description: This is a digitally signed message part


Re: Upgrade from 4.10-p3 to 5.3-BETA7

2004-10-16 Thread h
then stick with 4-stable. upgrading from 4-stable to 5.* without reinstall 
would be nothing else than a work of art.


On Saturday 16 October 2004 16:26, Eric Crist wrote:
 Hello list,

 I've tried in the past to complete an upgrade from 4.x to 5.x with
 little luck.  Most people I've talked to indicate the only way to
 accomplish this is to do a complete reinstall.  I was wondering if
 anyone now has been able to do this.  I have one system that does all
 my server operations, and I can't afford to take it completely offline
 for a rebuild.

 Any documents or information you might have would be helpful.

 Thanks!

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


Re: Diskless setup for 5.3 ?

2004-10-16 Thread Michael Ross
Rob wrote:
Michael Collette wrote:
After running through a stack of little pitfalls in trying to get a 
diskless client running from a 5-CURRENT server I'm down to the last 
nasty here.  

Help is very much appreciated, because I sensed that help with diskless
setup is quite rare on the mailing list (not many people use it?).
Thanks so much in advance!
Rob.

There are two recent articles on the subject there:
   http://www.onlamp.com/topics/bsd/FreeBSD
I did not actually read them, but nevertheless.
HTH
Michael
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Upgrade from 4.10-p3 to 5.3-BETA7

2004-10-16 Thread Subhro
On Sat, 16 Oct 2004 09:26:47 -0500, Eric Crist
[EMAIL PROTECTED] wrote:
 Hello list,
 
 I was wondering if
 anyone now has been able to do this.  

The upgrade can be definitely done. In other words it is not
impossible. But put it down plain and simple, its VERY VERY difficult
and not worth it as upgrading from 4.X to 5.Y wwould not upgrade the
filesystem from UFS to UFS2. UFS2 has better performance, scurity,
fault tolerance ( I can go on blabbering) than UFS.

 Any documents or information you might have would be helpful.
 

/usr/src/UPDATING . Read from Bottom to Top i.e read it upside down.

 Thanks!

You are welcome

Regards
S.

-- 
Subhro Sankha Kar
School of Information Technology
Block AQ-13/1 Sector V
ZIP 700091
India
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


portupgrade recovery procedure ?

2004-10-16 Thread h
hi all,

my old laptop has been upgrading ports overnight but all updates
failed because portupgrade was bork and couldn't deinstall any old port.

i now fixed it, but how do i recover all ports that were ready to install ? if 
i do portupgrade -a again, it will make clean each port and start again ... 
and reinstalling them one by one is painful.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: gtk-sharp build hangs

2004-10-16 Thread Subhro
On Sat, 16 Oct 2004 16:01:56 +0200, Benjamin Walkenhorst [EMAIL PROTECTED] wrote:
 Hello everyone,
Hi,

 At this point mono will start eating huge amount of cpu-cycles. I don't
 know if this is to be expected, 

Nopes its not expected. But you need to clean up the old libraries.
Refer to /usr/src/UPDATING. A few libraries had been updated like
/lib/libm.so.2 and a few more. Also go for a rebuild of all the ports
as removing the old libraries would make them stop working. BTW any
non standard CFLAGS in /etc/make.conf? Also set up CPUTYPE to further
optimize things.

 Thank you very much,
You are most welcome

Regards
S.

-- 
Subhro Sankha Kar
School of Information Technology
Block AQ-13/1 Sector V
ZIP 700091
India
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: portupgrade recovery procedure ?

2004-10-16 Thread h
oops, nevermind that one. i forgot to read the manpage before i posted.


On Saturday 16 October 2004 17:09, h wrote:
 hi all,

 my old laptop has been upgrading ports overnight but all updates
 failed because portupgrade was bork and couldn't deinstall any old port.

 i now fixed it, but how do i recover all ports that were ready to install ?
 if i do portupgrade -a again, it will make clean each port and start again
 ... and reinstalling them one by one is painful.
 ___
 [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: Need help with IPFW rule

2004-10-16 Thread Norm Vilmer
Lowell Gilbert wrote:
Norm Vilmer [EMAIL PROTECTED] writes:

I get this message (below) on the console of my FreeBSD 4.10 firewall:
Connection attempt to TCP my public ip:20388 from 61.151.248.42:80
flags 0x12
It appears that this is getting through the firewall and is logged to
the console because log_in_vain is 1.
Question: What IPFW rule would block this without interfering with
normal http traffic on port 80 (I have Apache running on the box and
nat'd machines on the inside interface that access the Internet)?

In most peoples' configurations, this would be getting blocked by a
default block-all rule.  The users' connection out on port 80 would be
accepted by a rule that is specific to the outgoing direction, and
incoming packets on those connections would be accepted by either
keeping state or by letting in only non-SYN packets.
I added log statements to every ipfw rule last night and ran tethereal
against my public interface to get more info on what is happening. It
looks like rule 600 is letting the connection attempts through before it
gets to the deny all rule.
Here's what rule 600 looks like:
${cmd} add 600 pass log tcp from any to any established
Here's the console messages from log_in_vain:
Oct 16 00:03:42 mother /kernel: Oct 16 00:03:42 mother /kernel:
Connection attempt to TCP my public ip:3672 from 69.93.197.98:80
flags:0x12
Oct 16 01:47:34 mother /kernel: Oct 16 01:47:34 mother /kernel:
Connection attempt to TCP my public ip:22813 from 69.93.197.98:80
flags:0x12
Oct 16 01:59:35 mother /kernel: Oct 16 01:59:35 mother /kernel:
Connection attempt to TCP my public ip:25475 from 69.93.197.98:80
flags:0x12
Oct 16 02:14:23 mother /kernel: Oct 16 02:14:23 mother /kernel:
Connection attempt to TCP my public ip:14512 from 69.93.197.98:80
flags:0x12
Here's the IPFW logs:
Oct 16 00:03:42 mother /kernel: ipfw: 600 Accept TCP 69.93.197.98:80
my public ip:3672 in via tun0
Oct 16 01:47:34 mother /kernel: ipfw: 600 Accept TCP 69.93.197.98:80
my public ip:22813 in via tun0
Oct 16 01:59:35 mother /kernel: ipfw: 600 Accept TCP 69.93.197.98:80
my public ip:25475 in via tun0
Oct 16 02:14:23 mother /kernel: ipfw: 600 Accept TCP 69.93.197.98:80
my public ip:14512 in via tun0
Here's the tethereal output:
 74 1132.587912 69.93.197.98 - my public ip TCP http  3672 [SYN,
ACK] Seq=0 Ack=1 Win=65535 Len=0 MSS=1452
238 7364.391310 69.93.197.98 - my public ip TCP http  22813 [SYN,
ACK] Seq=0 Ack=1 Win=65535 Len=0 MSS=1452
259 8085.745452 69.93.197.98 - my public ip TCP http  25475 [SYN,
ACK] Seq=0 Ack=1 Win=65535 Len=0 MSS=1452
270 8973.898736 69.93.197.98 - my public ip TCP http  14512 [SYN,
ACK] Seq=0 Ack=1 Win=65535 Len=0 MSS=1452
I am stumped, how can I block these packets? Is the person sending
the packets trying to get packets through as established when they are
really not? Why? Is this a threat?

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


Re: FreeBSD and poor ata performance

2004-10-16 Thread fandino
Kenneth Culver wrote:
but then why does read/write tests over raw devices performs so bad?
AFAIK on raw devices not filesystem, journaling, caches, etc are 
involved.
___

Like I said before, you might not have been testing the throughput of 
the disks,
instead you may have been testing the throughput of /dev/zero.
I woluld like to have the throughput of /dev/zero on my disks. :-)
# dd if=/dev/zero of=/dev/null bs=1024k count=1024
1024+0 records in
1024+0 records out
1073741824 bytes transferred in 3.414659 secs (314450672 bytes/sec)
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


ISDN and userland PPP

2004-10-16 Thread Hiram Abiff

Greeting and salutations,

 my everyday idyll has recently been interrupted while I
was trying to set up my FreeBSD box as a gateway.
It has an ISDN card for connecting to the Internet and
an ethernet card for connection to the rest of my network.

First, I had to recompile the kernel to enable support for my
ISDN card(W9662 chip) as iwic0.
Then came the tweaking of several configuration files. Finally,
I tried establishing the connection as follows:

wier# ppp
Working in interactive mode
Using interface: tun0
ppp ON wier dial papchap
ppp ON wier

after the dial papchap command I just get hte ppp prompt back.
Shouldn't it be informing me about the status of the dialing?
the command ifconfig tun0 says:

tun0: flags=8051UP,POINTOPOINT,RUNNING,MULTICAST mtu 1500
Opened by PID 54

What am I doing wrong, am I using the correct procedure to establish
a connection? I want to establish only one 64k link.

I am using FreeBSD Release 4.7. Here are my configuration files:

  /etc/ppp/options  

/dev/cuaa0 115200
crtscts
modem
passive
noipdefault
defaultroute


  /etc/ppp/ppp.conf  

default:
 set log Phase Chat LCP IPCP CCP tun command
 ident user-ppp VERSION (built COMPILATIONDATE)
 set device /dev/i4brbch0
 set speed sync
 set dial ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \
   \\ AT OK-AT-OK ATE1Q0 OK \\dATDT\\T TIMEOUT 40 CONNECT
 set timeout 180# 3 minute idle timer (the default)
 enable dns # request DNS info (for resolv.conf)
 papchap:

 set phone ISP_NUMBER
 set authname MY_USERNAME
 set authkey MY_PASSWORD

 enable lqr
 set reconnect 3 5
 set redial 3 10
 set lqrperiod 45
 disable pred1 deflate mppe
 deny pred1 deflate mppe

 set dial
 set login
 set logout
 set hangup

 set ifaddr 0 0
 add default HISADDR

  /etc/isdn/isdnd.rc   

system

acctall = on
acctfile= /var/log/isdnd.acct
useacctfile = yes
isdntime = on
monitor-allowed = off

entry
name= WBDU0
usrdevicename   = rbch
usrdeviceunit   = 0
isdncontroller  = 0
isdnchannel = -1
local-phone-incoming= MY_NUMBER
remote-phone-incoming   = *
local-phone-dialout = MY_NUMBER
remote-phone-dialout= ISP_NUMBER
remdial-handling= first
dialin-reaction = ignore
dialout-type= normal
b1protocol  = hdlc
idletime-incoming   = 900
idletime-outgoing   = 900
unitlength  = 0
unitlengthsrc   = conf
dialretries = 1
dialrandincr= off
recoverytime= 1
direction   = out


  /etc/resolv.conf   

nameserver MY_ISP'S_NAMESERVER
nameserver MY_ISP'S_NAMESERVER2

  /etc/rc.conf

hostname=wier
network interfaces=lo tun0
ifconfig_tun0=
ifconfig_rl0=inet 10.10.10.1
gateway_enable=YES
kern_securelevel_enable=NO
moused_enable=YES
moused_port=/dev/cuaa1
moused_type=logitech
nfs_reserved_port_only=YES
sendmail_enable=NO
router_enable=NO
sshd_enable=YES
ppp_enable=YES


I spent 7 hours trying to configure this box as a gateway with an
ISDN connection. Could someone provide me with some clue or hints
as to where I am erring.


--
I get high on a buzz
Then a rush when I'm plugged in you
I connect when I'm flush
You get love when told what to do
Wonderful electric
Cover me in you
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Freebsd 5.3-RELEASE

2004-10-16 Thread Henrik W Lund
Mark Frasa wrote:
Hello,
Is there anyone who can tell me when Build and release of 5.3-RELEASE
will be there?
I am closely following this link last weeks: 
http://www.freebsd.org/releases/5.3R/schedule.html

But even the 5.3-RC1 is not out yet. Because there is a error in
vinum for 5.2.1-RELEASE i need the new g_vinum function that comes
with 5.3-RELEASE.
Cheers
Mark.
Greetings!
You could just install one of the betas, and upgrade to -RELEASE when 
the time comes.

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


4.10

2004-10-16 Thread Maximo Lopez
on this version the central standart time is incorrect , for the united
states and mexico

you have to use belize , in that wy you can have -0600 gmt

Oscar Maximo Lopez S
Equipo Compumax
Proyectos y Compras
Laredo Tamps (867) 710-78-10,724-15-28, 724-15-73
Laredo Tx (956) 729-83-72, 729-92-39

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


RE: CST in 4.10 [was: 4.10]

2004-10-16 Thread Pratt, Benjamin E.
When I was using 4.10 I had no problem with the time zones.  I too am in the central 
time zone, Minnesota, USA.  Did you accidentally select to use daylight savings time, 
or choose not to use it??  If you are in a CST/CDT area you'll switch to CST on Oct. 
31.
 
Ben



From: [EMAIL PROTECTED] on behalf of Maximo Lopez
Sent: Sat 10/16/2004 12:24 PM
To: [EMAIL PROTECTED]
Subject: 4.10



on this version the central standart time is incorrect , for the united
states and mexico

you have to use belize , in that wy you can have -0600 gmt

Oscar Maximo Lopez S
Equipo Compumax
Proyectos y Compras
Laredo Tamps (867) 710-78-10,724-15-28, 724-15-73
Laredo Tx (956) 729-83-72, 729-92-39

___
[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: CST in 4.10 [was: 4.10]

2004-10-16 Thread Maximo Lopez
4.10i am not so sure , what i ma doing wrong 

but if i am in texas 0600 , when i select central time y get cdt and its -0500 gmt 

i do a telnet texas.ttforwarding.com 25 and in that way i see my gmt 

the reason is that any email i sent is 1 hour pass 


Oscar Maximo Lopez S
Equipo Compumax
Proyectos y Compras
Laredo Tamps (867) 710-78-10,724-15-28, 724-15-73
Laredo Tx (956) 729-83-72, 729-92-39
  - Original Message - 
  From: Pratt, Benjamin E. 
  To: Maximo Lopez ; [EMAIL PROTECTED] 
  Sent: Saturday, October 16, 2004 12:34 PM
  Subject: RE: CST in 4.10 [was: 4.10]


  When I was using 4.10 I had no problem with the time zones.  I too am in the central 
time zone, Minnesota, USA.  Did you accidentally select to use daylight savings time, 
or choose not to use it??  If you are in a CST/CDT area you'll switch to CST on Oct. 
31.

  Ben


--
  From: [EMAIL PROTECTED] on behalf of Maximo Lopez
  Sent: Sat 10/16/2004 12:24 PM
  To: [EMAIL PROTECTED]
  Subject: 4.10


  on this version the central standart time is incorrect , for the united
  states and mexico

  you have to use belize , in that wy you can have -0600 gmt

  Oscar Maximo Lopez S
  Equipo Compumax
  Proyectos y Compras
  Laredo Tamps (867) 710-78-10,724-15-28, 724-15-73
  Laredo Tx (956) 729-83-72, 729-92-39

  ___
  [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: automount vs Solaris

2004-10-16 Thread Lowell Gilbert
Alfred Perlstein [EMAIL PROTECTED] writes:

 * Lowell Gilbert [EMAIL PROTECTED] [041015 12:11] wrote:

  In the meantime, I came up with the following bit of awk to translate
  the table syntax, for my fairly simple case:
  
match($2,/[^/]*$) { 
print substr($2, RSTART+1, RLENGTH)  \trhost:= $1 ;rsf:=
substr($2, 1, RSTART-1) ;
print 
}

Actually, I ended up changing that some more...

 So you're saying, you're using my autofs in a production environment?

No; that incantation translates the NIS-distributed autofs maps into
amd file maps; I am running it in a cron job.  

The regular expression handling for the glue you're missing will, I
suspect, be along the same lines (probably not in awk, though :-).  I
will try to use autofs when you merge it down to RELENG_5.  And
although it's a production environment, it's just my own desktop,
which is a non-critical machine.

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


ntop 3.0 in daemon mode not working

2004-10-16 Thread matt virus
Installed ntop 3.0 today, edited the ntop.sh shell script and when I run 
the script ntop launches and I can connect to the webserver interface. 
The frame cross the top loads, but when I click ANY link to look at the 
reports, i get a popup window that is blank.

Ntop load -- top frame only loads - click link - new blank window 
pops up.

Now -- if i just run  /usr/local/bin/ntop  (via a ssh session)
ntop runs in interactive mode -- perfectly
I thought a ha, that shellscript is just messed up
so i run ntop with this:
/usr/local/bin/ntop -d(as a daemon)
and i get the same behavior as the shellscript - blank windows and empty 
new windows.

Revert to  /usr/local/bin/ntop  (interactive)
and it works perfectly again
Anybody have suggestions???
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ntop 3.0 in daemon mode not working

2004-10-16 Thread Emanuel Strobl
Am Samstag, 16. Oktober 2004 20:13 schrieb matt virus:
 Installed ntop 3.0 today, edited the ntop.sh shell script and when I run
 the script ntop launches and I can connect to the webserver interface.
 The frame cross the top loads, but when I click ANY link to look at the
 reports, i get a popup window that is blank.

 Ntop load -- top frame only loads - click link - new blank window
 pops up.


 Now -- if i just run  /usr/local/bin/ntop  (via a ssh session)
 ntop runs in interactive mode -- perfectly

 I thought a ha, that shellscript is just messed up

 so i run ntop with this:

 /usr/local/bin/ntop -d(as a daemon)

 and i get the same behavior as the shellscript - blank windows and empty
 new windows.

 Revert to  /usr/local/bin/ntop  (interactive)
 and it works perfectly again

 Anybody have suggestions???

What OS version? 4.10-REL/-stable, 5.3-BETA, 6-current?



 ___
 [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: RES: pause on kernel panic how-to

2004-10-16 Thread Claudio Destro
I've seen the configuration option is 'PANIC_REBOOT_WAIT_TIME = -1',
maybe I asked the wrong question :)

I meant: Is there a way to make a panic more noisy when tinkering with X?

5.3-BETA7 is quite stable, then I use it with KDE; but sometimes I get a 
panic, and sometimes I send a PR.

The problem is how I can effectively dump a fatal trap during normal 
operation.

As far as I can understand reading 'src/sys/kern/subr_prf.c' (putchar), 
trapframe is printed only on screen.

If I need to write them down by hand, then I need to see them...
Is it correct?

On Friday 15 October 2004 19:51, [EMAIL PROTECTED] wrote:
 No, it isn't a way to switch to text mode. When a panic occurs, the
 Operating System as hole freezes up.

 There is a special configuration option in the kernel to reboot the
 Operating System automatically (I just don't remember it right now).

 If your system goes panic, you have to reboot it! There is no option!

 Regards,

 Marcio.

 -Mensagem original-
 De: Claudio Destro [mailto:[EMAIL PROTECTED]
 Enviada em: sexta-feira, 15 de outubro de 2004 14:28
 Para: [EMAIL PROTECTED]
 Assunto: pause on kernel panic how-to

 Hello folks!
 since I am tracking RELENG_5 (just for fun), sometimes I get a kernel
 panic while in graphics mode (X + KDE). I can recognize a panic due to
 the fact that the mouse freezes and hitting randomly on the keyboard has
 no effects...
 until I randomly hit the Enter key: the system then reboots...

 Is there a way to instruct the kernel to switch in text mode when a
 panic occurs? Or to avoid the automatic reboot + the Enter key?

 Thanks!

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



 Esta mensagem pode conter informação confidencial e/ou privilegiada.  Se
 você não for o destinatário ou a pessoa autorizada a receber esta mensagem,
 não pode usar, copiar ou divulgar as informações nela contidas ou tomar
 qualquer ação baseada nessas informações.  Se você recebeu esta mensagem
 por engano, por favor avise imediatamente o remetente, respondendo o e-mail
 e em seguida apague-o.  Agradecemos sua cooperação.
   This message may contain confidential and/or privileged information.  If
 you are not the addressee or authorized to receive this for the addressee,
 you must not use, copy, disclose or take any action based on this message
 or any information herein.  If you have received this message in error,
 please advise the sender immediately by reply e-mail and delete this
 message. Thank you for your cooperation.

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


how to recover from stalled USB disk?

2004-10-16 Thread Karel J. Bosschaart
Hi,

Is there a way to recover, without reboot, from a USB flash drive showing

umass0: BBB bulk-in clear stall failed, TIMEOUT
umass0: BBB bulk-out clear stall failed, TIMEOUT
umass0: BBB reset failed, TIMEOUT

? I guess I need to unplug/replug it but I have a process (mdir, from
the mtools collection) attempting to read it. It can't be killed, my
understanding is that it ignores all signals (from top I noticed it
in state cbwait, later g_wait).

A 'camcontrol reset 1' gives: Reset of bus 1 returned error 0x3a

I'm waiting now to see if there is (hopefully) a timeout on the mdir
command but if there is it is taking a very long time :-(. 

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


Re: Development Resources

2004-10-16 Thread stheg olloydson
it was said: 

I am a software developer for Windows, and moving to FreeBSD has been
very 
nice, especially since the tools to make software are completly free!
My 
question is: Where can I find information on programming for FreeBSD?
Things 
like how it differs from Windows, what it can and can't do, how to
develop 
for X/KDE. I am good with C and C++, and know my way around gcc/make,
but I 
don't know about system and 'net API calls that are specific to
FreeBSD, and 
*NIX in general.

Hello,

Welcome to FreeBSD! Probably you'll want to read _The Design and
Implementation of the FreeBSD Operating System_ by McKusick, et al.
ISBN 0-201-70245-2. It came out two months ago. Another good book is
_Porting Unix Software_ by Lehey ISBN 1-56592-126-7. It's from 1995 and
out of print, but you can get it used from amazon.com for US$2.00 and
well worth the read.
For additional references, you may want to ask on the hackers@ list.

HTH,

Stheg




___
Do you Yahoo!?
Declare Yourself - Register online to vote today!
http://vote.yahoo.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Hi,there.is.a.FreeBSD-questions.letter.From.a.Chinese.boy!

2004-10-16 Thread Kevin D. Kinsey, DaleCo, S.P.
FreeBSDer China wrote:
Hi,FreeBSDers!
First of all, I am a Chinese FreeBSD fan. I am only 16-year-old May be
the youngest boy using FreeBSD in China!!!
 

Well, you could be right!  But, there are a lot of 16 year old boys
in China, I'll bet.  I don't know how many of them have a computer,
but probably quite a number of them.  Hopefully, though you're
not the *only* one ... if so, then you'll have trouble with the plans
you've outlined below, won't you? :-)
I've accessed http://www.cn.freebsd.org/mailto.html , and got this
email address.
so,I decided to write to you! to ask  tell something.
Since I am a freebsd fan,so i study freebsd hard(harderharder).and
i've already built some servers which runs on freebsd,like
apache,samba,squid,BIND8,ftpd,..etc.[I even tried some 0day
software ( Zeus web server / NcFTPd ),lol !]
 

That's cool
I am going to build a Group called ' China FreeBSD-teenagers' Group '.
now i am asking you --- I hope you can agree me build such a group in
China for freebsd-teenagers!(access it at http://horus.kingisme.com
later)
 

I doubt that any permission is needed for a users' group from
anyone associated with FreeBSD.  Just be sure and obey local
laws and such, and international standards of good behavior
(no one likes spam, viruses, trojans, spyware, adware or unauthorized
computer access attempts in most of the world - I assume it's frowned
upon in China as well?) ... and have fun with FreeBSD!
Contacte u later!
Best wishes to FreeBSD!
  Horus
 

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


Re: Development Resources

2004-10-16 Thread Giorgos Keramidas
On 2004-10-16 14:25, Spiral Eyed Girl [EMAIL PROTECTED] wrote:
 Hello,

 After looking at the FreeBSD website and looking at docs all over the
 place, I havent found what I'm looking for, so I decided to mail this list.

 I am a software developer for Windows, and moving to FreeBSD has been very
 nice, especially since the tools to make software are completly free! My
 question is: Where can I find information on programming for FreeBSD?
 Things like how it differs from Windows, what it can and can't do, how to
 develop for X/KDE. I am good with C and C++, and know my way around
 gcc/make, but I don't know about system and 'net API calls that are
 specific to FreeBSD, and *NIX in general.

Look at the bibliography section of the FreeBSD Handbook for interesting
books.  Out of the top of my head, you should try to get yourself a copy
of at least the following:

a.  ``The Design and Implementation of the 4.4BSD Operating System'',
by Marshall Kirk McKusick.

b.  ``The Design and Implementation of the FreeBSD Operating System'',
by Marshall Kirk McKusick.

c.  ``UNIX Network Programming'' by Richard W. Stevens.

d.  ``TCP/IP Illustrated'' by Richard W. Stevens, Volumes I  II.

These might amount to a large sum of money, so you might want to explore
the manpages and online docs at www.FreeBSD.org/docs.html first 
experiment a bit with an installed FreeBSD system to see if you can find
something interesting.

Finally, a great source of knowledge about the way FreeBSD works is the
source itself.  I still can't believe all the stuff I've learned by
reading parts of the source tree during the past 4-5 years, and I have
*so* *much* more to learn...

- Giorgos

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


Site link

2004-10-16 Thread Ian Bert Tusil
Hi!

I'm Ian. I'm making a personal website and I'd like to
ask if it's possible to post a link to your site from
mine. Hope to hear from you soon. Thank you and God
Bless!!! 

by the way, my url is http://www.iyanski.cjb.net


ian

=
--
Human knowledge belongs to the world...
--
 
Ian Bert Tusil
Reach me via: [EMAIL PROTECTED]
www.isnare.com
http://v4.livegate.net/iyanski







___
Do you Yahoo!?
Declare Yourself - Register online to vote today!
http://vote.yahoo.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: firefox-1.0.1.p_2 crashing on javascript

2004-10-16 Thread Erich Dollansky
Hi,
h wrote:
bogus ports such as firefox-1.0.1.p_2 should be moved to firefox-devel or 
The problems are never detected if the port is not brought to the 
masses like this.

As an example, it works perfectly on my machine like it is working 
perfectly on many others.

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


Freebsd work on Toshiba Satellite A25 laptop?

2004-10-16 Thread Peter Kurpis
Hi, I've had problems installing FreeBSD on laptops before, so I'm asking in advance. 
:-)

Does FreeBSD work on a Toshiba Satellite A25 laptop?  What version?  Does 4.x?

Does X?  (Windows says it has a Trident CyberALADDiN-P4 video, and a SoundMAX 
Integrated Digital Audio (Analog Devices, Inc.) sound.)

Any tips for kernel rebuild?

Thanks in advance!



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


Re: Freebsd work on Toshiba Satellite A25 laptop?

2004-10-16 Thread Mike
Peter Kurpis wrote:
Hi, I've had problems installing FreeBSD on laptops before, so I'm asking in advance. 
:-)
Does FreeBSD work on a Toshiba Satellite A25 laptop?  What version?  Does 4.x?
Does X?  (Windows says it has a Trident CyberALADDiN-P4 video, and a SoundMAX 
Integrated Digital Audio (Analog Devices, Inc.) sound.)
Any tips for kernel rebuild?
Thanks in advance!

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]
Peter:
Try this site for reference: (The FreeBSD Laptop Compatibility List)
http://gerda.univie.ac.at/freebsd-laptops/
Michael
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


gmplayer config file question

2004-10-16 Thread Ned Harrison
I am running mplayer-gtk-esound-0.99.5_2 using the default GUI skin 
Blue.   Running mplayer from the command line, using -vo x11, I've 
been able to open sample clip's which I download.  However, when I try 
to run the same clips via the GUI, I get this error message:

   Error opening/initializing the selected video_out (-vo) device.
Running gmplayer from a terminal, I get a more specific error message.
***
Playing /usr/home/ned/flix/clip1.avi.
Cache fill:  0.00% (0 bytes)AVI file format detected.
VIDEO:  [MPG4]  320x240  24bpp  14.994 fps  331.0 kbps (40.4 kbyte/s)
Clip info:
Software: C:\WINNT\system32\MSVBVM60.DLL -AVICAP32- o100vc.dll - Osprey 
Capture Card 1,
Digitization Time: Fri Nov  7  9:36:25 2003
==
Opening audio decoder: [pcm] Uncompressed PCM audio decoder
AUDIO: 8000 Hz, 2 ch, 16 bit (0x10), ratio: 32000-32000 (256.0 kbit)
Selected audio codec: [pcm] afm:pcm (Uncompressed PCM)
==
It seems there is no Xvideo support for your video card available.
Run 'xvinfo' to verify its Xv support and read DOCS/HTML/en/devices.html#xv!
See 'mplayer -vo help' for other (non-xv) video out drivers. Try -vo x11
**
I copied the sample config file to my personal ~/.mplayer directory.  
Most of the options I left commented out, except for; vo=x11, fs=yes, 
and skin = Blue.  (And yes I commented out the last line of the config 
file.)

Any suggestions would be appreciated.  If more information is needed 
just let me know. 

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


installation of sendmail milters, security questions

2004-10-16 Thread Gary Aitken
Hello all,
Searches on freebsd.org, google and sendmail.org didn't really resolve
this to my satisfaction; probably my lack of brain cells...
Trying to install milter-greylist.
After configuring sendmail, and without the milter-greylist daemon
running, maillog contains messages of the type:
sm-mta[59533]: i9H12H4P059533: Milter (greylist): local socket name 
/var/milter-greylist/milter-greylist.sock unsafe

From what I've been able to dig up, this is because sendmail thinks
it's unsafe to read/write that socket.
Since milter-greylist was not actually running when I did this,
(I hadn't started it manually or configured a script to auto start it)
I assumed it had something to do with directory prermissions /
ownership.
Upon checking, I discovered /var/milter-greylist was owned by smmsp,
so I changed it to root.  Unfortunately, that didn't solve the
problem.
I'm at a loss to understand what else is causing sendmail to think
that socket is unsafe.  Can someone hand me a clue?
Thanks,
Gary
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Bizarre compile error (gcc 3.4.2 on 6.0-CURRENT)

2004-10-16 Thread Conrad J. Sabatier
Just out of curiosity, I commented out the BROKEN lines in
/usr/ports/sysutils/pib/Makefile and tried building the port.
Right away, I ran into the weirdest error that I cannot make any sense
out of (whitespace added for clarity):

dolphin:root:/usr/ports/sysutils/pib# make
===  Building for pib-1.2
Warning: Object directory not changed from original
/usr/ports/sysutils/pib/work/pib-1.2

cc -O2 -pipe -march=athlon64 -mmmx -m3dnow -msse -msse2 -m64 
-I/usr/local/include/tcl8.2-I/usr/local/include/tk8.2 
-I/usr/X11R6/include  -DUSE_XACCESS-DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 
-DSTDC_HEADERS=1 -DTK_FILE_COUNT=_r-DNEED_MATHERR=1 
-DTK_LIBRARY=\/usr/local/lib/tk8.2\  -c tkXAccess.c

In file included from tkXAccess.c:26:
tkPort.h:136: error: conflicting types for 'Tcl_Panic'

tkPort.h:136: note: a parameter list with an ellipsis can't match an
empty parameter name list declaration

/usr/local/include/tcl8.2/tclDecls.h:38: error: previous declaration of
'Tcl_Panic' was here

tkPort.h:136: error: conflicting types for 'Tcl_Panic'

tkPort.h:136: note: a parameter list with an ellipsis can't
match an empty parameter name list declaration

/usr/local/include/tcl8.2/tclDecls.h:38: error: previous
declaration of'Tcl_Panic' was here

*** Error code 1

What's so strange about this error is that the file where the error
occurs does not even mention Tcl_Panic().  Rather, the offending line
at tkPort.h:136 is this:

extern void panic();

While the line at /usr/local/include/tcl8.2/tclDecls.h:38 is this:

EXTERN void Tcl_Panic _ANSI_ARGS_(TCL_VARARGS(char *,format));

Why would the compiler think that these two completely different
identifiers were referring to the same object?

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


Re: Site link

2004-10-16 Thread Subhro
On Sat, 16 Oct 2004 17:16:32 -0700 (PDT), Ian Bert Tusil
[EMAIL PROTECTED] wrote:

 ask if it's possible to post a link to your site from
 mine. Hope to hear from you soon. 

I guess you can do it.

Regards
S.

-- 
Subhro Sankha Kar
School of Information Technology
Block AQ-13/1 Sector V
ZIP 700091
India
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Freebsd work on Toshiba Satellite A25 laptop?

2004-10-16 Thread Peter Kurpis
Thanks, Michael.  I saw this before, but the A25 is not listed.  The A20 is,
but I'm not sure how similar the hardware is.

Alternatively, is there a list of supported hardware I could check (i.e. for
the video, sound, modem...)?  I tried finding one on http://www.freebsd.org,
but couldn't.

 Peter:

 Try this site for reference: (The FreeBSD Laptop Compatibility List)

 http://gerda.univie.ac.at/freebsd-laptops/

 Michael

 Peter Kurpis wrote:

  Hi, I've had problems installing FreeBSD on laptops before, so I'm
asking in advance. :-)
 
  Does FreeBSD work on a Toshiba Satellite A25 laptop?  What version?
Does 4.x?
 
  Does X?  (Windows says it has a Trident CyberALADDiN-P4 video, and a
SoundMAX Integrated Digital Audio (Analog Devices, Inc.) sound.)
 
  Any tips for kernel rebuild?
 
  Thanks in advance!

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


Re: Freebsd work on Toshiba Satellite A25 laptop?

2004-10-16 Thread Eric Crist
On Oct 16, 2004, at 9:27 PM, Peter Kurpis wrote:
Thanks, Michael.  I saw this before, but the A25 is not listed.  The 
A20 is,
but I'm not sure how similar the hardware is.

Alternatively, is there a list of supported hardware I could check 
(i.e. for
the video, sound, modem...)?  I tried finding one on 
http://www.freebsd.org,
but couldn't.
You *could* just try it.  That's what I usually do.  You obviously know 
where to go if you need help.  ;)

-
Eric F Crist
Secure Computing Networks


PGP.sig
Description: This is a digitally signed message part


Re: ntop 3.0 in daemon mode not working

2004-10-16 Thread matt virus
it's 4.7, with patches and updates applied as needed
Emanuel Strobl wrote:

What OS version? 4.10-REL/-stable, 5.3-BETA, 6-current?

___
[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]


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


FreeBSD PVR Solution -- any?

2004-10-16 Thread Mark Beaver
I'd like to build a FreeBSD based PVR station with at least Svideo output
and ideally digital coax sound (maybe not dolby digital) 

Currently I have:

P3 350 
448 Megs of ram
160Gigs of storage

I'd like to know if anyone has had any luck with this type of system if so,
what kind of hardware.

If anyone thinks I'd need more hardware, please by all means let me know
what you've had work for you, (working on a budget so nothing extra
ordinary) I more or less just want a system that will record reasonably
well, and possibly play back simultaneously if possible (given budget)

Anyone have any suggestions ideas?

FWIW: I'm looking for video cards w/ svideo out, and an encoder card
(Hauppauge, or the like)

Thanks,

Mark 

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


pkgdb / ruby aborting

2004-10-16 Thread Gene Bomgardner
I've ben running into problems with pkgdb. I tried removing 
/var/db/pkg/pkgdb.db then running 'pkgdb -F' .

I get the following:
[Rebuilding the pkgdb format:bdb1_btree in /var/db/pkg ... - 146 
packages found (-0 +146) 
.. 
done]
[Failed `Inappropriate file type or format'] [Updating the portsdb 
format:bdb1_btree in /usr/ports ... - 11811 port entries found 
.1000.2000.3000.4000.5000.6000.7000.8000./usr/local/lib/ruby/site_ruby/1.8/portsdb.rb:587: 
[BUG] Bus Error
ruby 1.8.2 (2004-07-29) [i386-freebsd5]

--- Checking the package registry database
Missing origin: bsdpan-Compress-Zlib-1.22
Abort (Core Dumped)
# [] UID:0 exited on signal 6
Does anyone have any idea why ruby is aborting? (I know next to nothing 
about ruby18)

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


ports upgrade question 4.10 stable

2004-10-16 Thread Alexander J. Martinez
I am a new FreeBSD user coming from Debian Linux.
I think I have finally got the upgrading process done right.  I just
need to know if I am missing anything or have something configured
wrong. I have gotten bits and pieces from this forum, FreeBSD handbook
and the examples that came with this installation.  The following is the
supfile that I use with cvsup (no-gui)

# start supfile
# $FreeBSD: src/share/examples/cvsup/stable-supfile,v 1.19.2.6
# 2002/08/06 08:24:46 blackend Exp $ modified from the original file
# above cvsup hosts listed at
# http://www.freebsd.org/doc/handbook/mirrors.html.

*default host=cvsup4.us.FreeBSD.org
*default base=/var/db
*default prefix=/usr
*default release=cvs tag=.
*default delete use-rel-suffix
*default compress

# Main Ports Tree.
ports-all
# end supfile


The following script is the one I use to upgrade the ports:

# start of script file
cd /usr/ports
#
# check and rebuild pkg database
pkgdb -Fuvf
#
# run ports-all cvs
cvsup -g -L 2 -r 5 /root/stable-ports-supfile
echo .
echo strike any key to continue
clear
#
# check and rebuild again the pkg db
pkgdb -Fuvf
#
# get new list and check for insecure programs
portaudit -aF  /root/portaudit_log.txt
clear
less /root/portaudit_log.txt
#
# not sure if this is needed...portmanager
/usr/local/bin/portmanager -s  /root/portmanager_status_log.txt
clear
less /root/portmanager_status.txt
clear
#
# check for any needed steps before updating
less /usr/ports/UPDATING
#
clear
echo It is VERY important that you read all
echo of the UPDATING file!
echo .
echo If you ignore the contents of this file,
echo you may end up with a broken system...
echo .
echo You have been warned
echo .
echo If after reading the UPDATING file, you need
echo to make any manual changes...Ctrl C to
echo abort this script
echo .
echo otherwise strike a key to do a portupgrade
read JUNK
clear
#
# perform upgrade and generate a list of ports
portupgrade -a -v -l /root/portupgrade_log.txt
clear
less /root/portupgrade_log.txt
#
# check and rebuild agian the pkg db
pkgdb -Fuvf
# end of script file

-- 
- Windows users say they travel at the speed of sound
- Linux users say they travel at the speed of light
- FreeBSD users say...what's taking you guys so long?

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


php4-* n00b queries...

2004-10-16 Thread Glenn Sieb
(oops--I sent this to ports@ should have been here...sorry 'bout that!)
Ok.. I'm getting used to the new modular php#-* packages.
I would like to streamline this even further by including the proper
entries in pkgtools.conf for portupgrade.
So, for instance.. when it's upgrading, say databases/php4-dba, I'd
like to have it just take the defaults of cdb, inifile and flatfile.
Do I put this in the MAKE_ARGS section of pkgtools.conf?
~  'databases/php4-dba' = 'CDB=1 INIFILE=1 FLATFILE=1',
I just want to check this against the ports-gurus on here. :)
Thanks, in advance, everyone!
Best,
Glenn
--
They that can give up essential liberty to obtain a little temporary
safety deserve neither liberty nor safety.
~  ~Benjamin Franklin, Historical Review of Pennsylvania, 1759
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: malloc.conf and malloc debugging

2004-10-16 Thread Kris Kennaway
On Sat, Oct 16, 2004 at 08:06:35AM +0200, Niclas Zeising wrote:
 Hi list!
 
 I know you can turn malloc debugging on and of by symlinking 
 /etc/malloc.conf, i.e. ln -s AJ /etc/malloc.conf. But how do i check if 
 the debugging is on or not? I can't find a /etc/malloc.conf in my 
 system, niether can i find a AJ symlink.
 I'm running 5.3-BETA7 now, but are planning to upgrade to HEAD. Will 
 malloc debugging be turned on in the upgrade?

Yes.  You have to check the malloc sources to see the default value.
Typically debugging is enabled in HEAD and disabled everywhere else.

Kris


pgpKnfjP99YR8.pgp
Description: PGP signature


Re: gtk-sharp build hangs

2004-10-16 Thread Kris Kennaway
On Sat, Oct 16, 2004 at 04:01:56PM +0200, Benjamin Walkenhorst wrote:

 At this point mono will start eating huge amount of cpu-cycles. I don't 
 know if this is to be expected, but after mono had gathered about an 
 hour of cpu-time, I aborted.
 I'm going to give it another try tonight, but I wanted to ask, if it is 
 normal for a gtk-sharp build to take so long.

Could be..the package takes quite a long time to build.  I'd let it
run overnight and see what happens.

Kris


pgpz8Gz5vND9J.pgp
Description: PGP signature


Re: php4-* n00b queries...

2004-10-16 Thread Matthew Seaman
On Sat, Oct 16, 2004 at 03:56:50PM -0400, Glenn Sieb wrote:
 (oops--I sent this to ports@ should have been here...sorry 'bout that!)
 
 Ok.. I'm getting used to the new modular php#-* packages.
 
 I would like to streamline this even further by including the proper
 entries in pkgtools.conf for portupgrade.
 
 So, for instance.. when it's upgrading, say databases/php4-dba, I'd
 like to have it just take the defaults of cdb, inifile and flatfile.
 
 Do I put this in the MAKE_ARGS section of pkgtools.conf?
 
 ~  'databases/php4-dba' = 'CDB=1 INIFILE=1 FLATFILE=1',
 
 I just want to check this against the ports-gurus on here. :)

Close.  What you need is actually something more like:

'databases/php4-dba' = [ 'WITH_CDB=true',
  'WITHOUT_DB4=true',
  'WITHOUT_GDBM=true',
  'WITH_INIFILE=true',
  'WITH_FLATFILE=true', ],

Although since those variables are defined for you via the OPTIONS
mechanism (ie. you get one of those pop-up menus) you can
alternatively just run 'make config' in the databases/php4-dba
directory, and the values you choose will be remembered for you
whenever you update that port.  However, that's just another option
and setting stuff in pkgtools.conf should do the trick equally well.

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


pgpR9pKSdYDHg.pgp
Description: PGP signature


Re: php4-* n00b queries...

2004-10-16 Thread Glenn Sieb
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Matthew Seaman said the following on 10/16/2004 4:11 PM:
| Close.  What you need is actually something more like:
|
| 'databases/php4-dba' = [ 'WITH_CDB=true', 'WITHOUT_DB4=true',
| 'WITHOUT_GDBM=true', 'WITH_INIFILE=true', 'WITH_FLATFILE=true', ],
|
| Although since those variables are defined for you via the OPTIONS
| mechanism (ie. you get one of those pop-up menus) you can
| alternatively just run 'make config' in the databases/php4-dba
| directory, and the values you choose will be remembered for you
| whenever you update that port.  However, that's just another option
|  and setting stuff in pkgtools.conf should do the trick equally
| well.
Ahhah! So when I'm parsing through things like Makefiles that have
menus which say things like:
OPTIONS=CDB cdb database support on \
~DB4 Berkeley DB4 support off \
~GDBM GDBM database support off \
~INIFILE INI file support on \
~FLATFILE flatfile support on
I should parse that as:
WITH_* and WITHOUT_*
(I'm learnin..I'm learnin! hehe)
Thanks, Matthew
Best,
Glenn
- --
They that can give up essential liberty to obtain a little temporary
safety deserve neither liberty nor safety.
~  ~Benjamin Franklin, Historical Review of Pennsylvania, 1759
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.5 (MingW32)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQFBcYGHf5MxTDXTimERAn5MAKCwb9FSKYhAT+m1KpyvqheF59iwGgCgtPQ5
laYM4HZj0y7VNQx4y1IrOyE=
=M9oV
-END PGP SIGNATURE-
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: gtk-sharp build hangs

2004-10-16 Thread Tom McLaughlin
On Sat, 2004-10-16 at 16:01 +0200, Benjamin Walkenhorst wrote:
 Hello everyone,
 
 I am just trying to install gtk-sharp from ports. mono installed just 
 fine, but the gtk-sharp build seems to hang at some point:
 
 snip
 
 At this point mono will start eating huge amount of cpu-cycles. I don't 
 know if this is to be expected, but after mono had gathered about an 
 hour of cpu-time, I aborted.
 I'm going to give it another try tonight, but I wanted to ask, if it is 
 normal for a gtk-sharp build to take so long.
 The machine is a dual AthlonMP 2400+ (only one cpu used for building)  
 with 512MB RAM, the system is 5.3-BETA7.
 mono is version 1.0_1 and gtk-sharp - as you can see above - is version 
 1.0_2
 
 Thank you very much,
 Benjamin

Simple solution:
cd /usr/ports/x11-toolkits/gtk-sharp/  make clean  make install
(repeat as necessary)


Long solution:
Someone needs to look at the threading issues with Mono and FreeBSD.  If
anyone is interested I can gladly point them to a number of reproducible
crashes.  I keep the mono ports up to date myself while the regular
maintainer is away plus I've added some new ports.  My project site is
in my sig and you can download mono-merge.tar.gz from there to work with
the latest versions of Mono.

Tom

-- 

BSD# Project - Porting Mono to FreeBSD
http://forge.novell.com/modules/xfmod/project/?bsd-sharp

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


broken xterm and portupgrade stuck in a loop

2004-10-16 Thread h
on a 4.10-STABLE system on an old celeron 400 laptop, i have XFree 4.4:

~  ls /var/db/pkg/X
XFree86-4.4.0_1,1   XFree86-font75dpi-4.3.0
XFree86-FontServer-4.3.0_2  XFree86-fontCyrillic-4.3.0
XFree86-NestServer-4.4.0XFree86-fontDefaultBitmaps-4.3.0
XFree86-PrintServer-4.4.0   XFree86-fontEncodings-4.3.0
XFree86-Server-4.3.0_10 XFree86-fontScalable-4.3.0
XFree86-VirtualFramebufferServer-4.4.0  XFree86-libraries-4.4.0_1
XFree86-clients-4.3.0_3 XFree86-manuals-4.4.0
XFree86-documents-4.4.0 Xaw3d-1.5
XFree86-font100dpi-4.3.0Xft-2.1.2

but when i try to start a xterm in X, i get:

/usr/libexec/ld-elf.so.1: Shared object libexpat.so.4 not found, required by 
xterm

but libexpat is actually installed: /var/db/pkg/expat-1.95.8

when i build any port, i get:

===  Vulnerability check disabled, database not found

at the beginning of make. i don't know if that's related.

so i want to try portupgrade -a after pkgdb -F returns no error and my ports 
tree updated.

portupgrade produces no output and seems to be stuck in a loop. so i 
repeatedly hit ps ax | grep ports to see what it's doing and here is what i 
get:

sidewinder# ps ax | grep ports
93129  v1  S+ 0:00.01 sh -c cd /usr/ports/audio/cdparanoia  make -V 
PKGNA
sidewinder# ps ax | grep ports
93158  v1  S+ 0:00.01 sh -c cd /usr/ports/audio/esound  make -V PKGNAME 
2
sidewinder# ps ax | grep ports
93187  v1  S+ 0:00.00 sh -c cd /usr/ports/audio/libaudiofile  make -V 
PKG
sidewinder# ps ax | grep ports
93216  v1  S+ 0:00.00 sh -c cd /usr/ports/converters/libiconv  make -V 
PK
sidewinder# ps ax | grep ports
93245  v1  S+ 0:00.01 sh -c cd /usr/ports/devel/ORBit2  make -V PKGNAME 
2
sidewinder# ps ax | grep ports
93274  v1  S+ 0:00.01 sh -c cd /usr/ports/devel/autoconf253  make -V 
PKGN
sidewinder# ps ax | grep ports
93297  v1  S+ 0:00.01 sh -c cd /usr/ports/devel/automake15  make -V 
PKGNA
sidewinder# ps ax | grep ports
93341  v1  S+ 0:00.01 sh -c cd /usr/ports/devel/fam  make -V PKGNAME 
2/d
sidewinder# ps ax | grep ports
93370  v1  S+ 0:00.01 sh -c cd /usr/ports/devel/gconf2  make -V PKGNAME 
2
sidewinder# ps ax | grep
  330  v1  S+ 0:00.01 sh -c cd /usr/ports/multimedia/gstreamer-plugins 
  508  v1  S+ 0:00.33 make 
PARENT_CHECKED=/usr/ports/devel/gmake /usr/ports
  517  v1  S+ 0:00.00 /bin/sh -ec 
checked=/usr/ports/devel/gmake /usr/port
  518  v1  S+ 0:00.01 /bin/sh -ec 
checked=/usr/ports/devel/gmake /usr/port
  563  v1  R+ 0:00.09 make 
PARENT_CHECKED=/usr/ports/devel/pkgconfig  /usr/
sidewinder# ps ax | grep ports
  330  v1  S+ 0:00.01 sh -c cd /usr/ports/multimedia/gstreamer-plugins 
  508  v1  S+ 0:00.33 make 
PARENT_CHECKED=/usr/ports/devel/gmake /usr/ports
  517  v1  S+ 0:00.00 /bin/sh -ec 
checked=/usr/ports/devel/gmake /usr/port
  518  v1  S+ 0:00.01 /bin/sh -ec 
checked=/usr/ports/devel/gmake /usr/port
sidewinder# ps ax | grep ports
  330  v1  S+ 0:00.01 sh -c cd /usr/ports/multimedia/gstreamer-plugins 
sidewinder# ps ax | grep ports
  330  v1  S+ 0:00.01 sh -c cd /usr/ports/multimedia/gstreamer-plugins 
  776  v1  R+ 0:00.00 /usr/bin/grep -qwv /usr/ports/dev

as i'm writing this it's been running 45 minutes. ports names seem to come 
back. is that normal ? how long should i leave portupgrader speechless before 
i consider it crashed ? how do i fix my ports tree ?
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


accidental fdisk -BI

2004-10-16 Thread Matt Juszczak
I accidently did an accidental fdisk -BI on /dev/da0, which is where my 
main freebsd root is.  I meant to do it on da1 but my twiddle fingers 
typed 0 instead of 1.  I rebooted the box thinking I'd have to reinstall 
(luckily my user data is on a different drive), but the box came back up 
fine ... I was shocked.

Can I continue to use it?  Did I just not mess anything up some how?  Or 
have I messed something up secretly and even though the box runs fine a 
reinstall should still occur?

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