FreeBSD 5.3 and too many files open...

2005-03-22 Thread Axel . Gruner

Hi,

i run into a problem on a FreeBSD 5.3-STABLE Applicationserver (2GB of RAM,
4GB Swap, Dual XEON 3.06Ghz).
The box serves the "xfrce4-panel" for 80 Network Clients via ssh so the
Users can start OpenOffice.org and firefox from that panel.
It is goin very well, except a message (and also a problem) i run into the
last day.
If i tried to open firefox from a networkclient and received the message
"too many files open...". I saw that message on 3 different Network Clients
and just after a fresh configure and the first time starting firfox on
these Networkclients with that UID.

I checked my configuration on the server about "openfiles":

kern.openfiles:9306
kern.maxfiles:65536

netstat -m
3952 mbufs in use
732/64000 mbuf clusters in use (current/max)
[...]

"fstat" shows me 393 on User A and on User B 3459. I did not check the
other users.

kern.maxfilesperproc: 5898
kern.maxusers: 384

My /boot/loader.conf looks like:
kern.maxfiles="65536"
kern.ipc.nmbclusters=64000
kern.ipc.nmbufs=256000
kern.maxproc=8192
kern.ipc.somaxconn=4096

So i do not get it, imho the configuration is just fine, but why do i get
the message "too many files open..."?

Thanks in advance

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


Re: X problems with Dell Inspiron 2600s

2005-03-22 Thread Remington
Please attach full Xorg.log and xorg.conf. This wouldnt happen to be a
widescreen would it? 

On Tue, 2005-03-22 at 11:21 -0500, Rob Winters wrote:
> Remington wrote:
> > change the device driver to vesa, see if it still crashes
> 
> Changed "I810" to "vesa":
> 
> old:
> 
> >(EE) I810(0): No Video BIOS modes for chosen depth.
> >(==) I810(0): Write-combining range (0x0,0x1000) was already clear
> >(II) UnloadModule: "i810"
> >(II) UnloadModule: "ddc"
> >(II) Unloading /usr/X11R6/lib/modules/libddc.a
> >(II) UnloadModule: "int10"
> >(II) UnloadModule: "int10"
> >(II) UnloadModule: "vgahw"
> >(II) Unloading /usr/X11R6/lib/modules/libvgahw.a
> >(II) UnloadModule: "vbe"
> >(II) Unloading /usr/X11R6/lib/modules/libvbe.a
> >(II) UnloadModule: "int10"
> >(II) Unloading /usr/X11R6/lib/modules/libint10.a
> >(EE) Screen(s) found, but none have a usable configuration.
> >
> >Fatal server error:
> >no screens found
> 
> new:
> 
> > (II) VESA(0): Total Memory: 125 64KB banks (8000kB)
> > (EE) VESA(0): No matching modes
> > (==) VESA(0): Write-combining range (0x0,0x1000) was already clear
> > (II) UnloadModule: "vesa"
> > (II) UnloadModule: "ddc"
> > (II) Unloading /usr/X11R6/lib/modules/libddc.a
> > (II) UnloadModule: "int10"
> > (II) Unloading /usr/X11R6/lib/modules/libint10.a
> > (II) UnloadModule: "vbe"
> > (II) Unloading /usr/X11R6/lib/modules/libvbe.a
> > (EE) Screen(s) found, but none have a usable configuration.
> > 
> > Fatal server error:
> > no screens found
> 
>   /// Rob
> 

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


Re: old scsi adapters and the benefits of open source [was: Anthony's issues [Slightly OT]]

2005-03-22 Thread Peter Risdon
On Tue, 2005-03-22 at 18:58 -0600, David Kelly wrote:
> On Mar 22, 2005, at 10:11 AM, Peter Risdon wrote:
> 
> > By contrast, I maintain a networked Windows machine that controls 
> > plasma
> > cutting systems for a manufacturing business. It uses a serial port
> > connection to send cutting patterns to the plasma controller. The 
> > serial
> > port communications software was custom-written and runs only on
> > versions of DOS that shipped with Windows up to and including 98. It is
> > specifically incompatible with Win ME and all the NT family including 
> > XP
> > and 2000/2003. I don't have access to the source code either of the
> > custom application or any currently maintained version of Windows (of
> > course), so no hacked upgrades are possible and we have to run Win 98 -
> > which is desperately horrible and insecure in a networked environment.
> 
> I don't use Vmware, but what you describe sounds like a good 
> application for it. Run a Win98 virtual machine. Let a modern OS host, 
> wrap and protect the virtual machine. Do all the networking with the 
> host.

Yes, that's a good idea. Thanks. It also addresses the problem I didn't
mention of having to use old hardware (contemporary with W98) in a key
role.


Peter.

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


Re: First Time Experience-FreeBSD/i368 login:

2005-03-22 Thread stheg olloydson
it was said:

>I am a trainee for a corporate company and I really need your
>assistance. My boss as left for an emergency leave.
>
>The server, I understand is a proxy mail server running on
>FreeBSD/i386. I am new and the management wants me to add a new
>email account user on the server. I am really having a hard
time
>and would very much appreciate any simple assistance.
> 
>I am now stucked at FreeBSD/i386 (proxy.mrdc.com.pg) (ttyvo)
>Login:
>
> 
>Please assist. I would very much appreciate

Hello,

You really should not do this if you do not know what you are
doing. Although they _might_ get mad if you do not know how,
they _will_ get mad if you try and break something. Ignorance is
not a bad thing but stupidity is.

Best regards,

stheg

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


Re: PHP / Apache bus error

2005-03-22 Thread Peter Risdon
On Tue, 2005-03-22 at 19:31 -0700, Tom Vilot wrote:
> Peter Risdon wrote:
> 
> >>Can you explain why? What is it about 4.11 vs 4.9 with regard to this issue?
> >>
> >>
> >
> >Just that it's an up-to-date release.
> >
> >PHP and its extensions do depend on bits of the base system. You are
> >using the very latest ported version, so far as I can see, with an out
> >of date world.
> >
> 
> Okay, I suspect I'm going to have to bite the bullet. I must admit, tho, 
> I have some irrational fears about upgrading the core system.
> 
> 1. I've never done it before
> 
> 2. The server in question is in Texas. I am in Colorado.
> 
> 3. I would rather not have to rent KVM and reboot into single user mode 
> ... but will if I must ...

You don't _have_ to boot into single user mode. See below.

> 
> (( sigh ))
> 
> If I'm going to upgrade the system, does it make sense to just go 
> straight to 5.3?

No, this would have some issues that you might be better avoiding right
now. Going to 4.11 should be straightforward. Moving from 4.x to 5.3 is
pretty complicated and a backup/reinstall is a better idea, so you can
take full advantage of changes to the filesystem.

The only time I have ever had a problem with a remote upgrade within the
4.x tree was when _I_ made a mistake. If you follow the handbook
carefully, it should be fine. The procedure ensures you will have
successfully completed the compilation of the base system (world) and
kernel before either is installed.

The only difference from the procedure in the handbook for a remote
upgrade is that you would not boot into single user mode at any point,
obviously, but instead do a normal reboot.

Do read /usr/src/UPDATING, consider what you might need
in /etc/make.conf and understand how mergemaster(8) works before
starting.

Peter.

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


problem burning 5.3-RELEASE Disc 2 from iso

2005-03-22 Thread stheg olloydson
Hello,

I have have downloaded the 5.3-RELEASE four iso set from four
different ftp sites including ftp.freebsd.org. Disc 2 does not
burn, but the others do. The process hangs immediately when
trying. I have tried this on both FreeBSD using burncd on an
Acer CD-RW and Windows 2000 using Nero on a BenQ CD-RW with the
same result. Has anybody successfully burned Disc 2? If so where
did you get it from and what program did you use?

Thanks for your time,

stheg



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


Re: dual-boot troubles; /usr won't mount

2005-03-22 Thread Gary Kline
On Tue, Mar 22, 2005 at 09:44:46PM -0500, jason henson wrote:
> Gary Kline wrote:
> 
> > I'm having trouble installing 5.3 from my 4CD set.  I have
> > a 10G Window partition;  That leaves 3 slices available.
> >
> > I have tried various sizes for /,  SWAP, and /usr,  but newfs
> > consistantly has trouble mounting /usr.  I have no idea why.
> > After I hit return, the install completes, I reboot to see
> >
> > F1: ???
> > F2: FreeBSD
> > F3: FreeBSD
> > F4: FreeBSD
> >
> > F1 brings up my W2k; F2  boots FBSD but there is a system
> > error swhen it tried to mount /usr.  I tried by-hand.  No-joy.
> > Anybody know what I'm doing wrong?  (Must I use the NT 
> > bootloader, etc?)
> >
> > gary
> >
> >
> >
> > 
> >
> Looks like you have 3 root "partitions" for FBSD and one for windows.  I 
> think you are dividing the disk up to soon.  You only divide ad0 into 
> ad0s1(w2k) and ad0s2(ufs). 

The first CD boots 5.3 ad brings up /stand/sysinstall.
Every options I have tries sees the "NTFS" as ad0s1.

Is there another choice to chose to divvy up the drive 
to give me more than three slices?  This is where the
handbook gets muddy.

Can anybody 'splain this better??


> Then in the FBSD disk labeler you make /, 
> swap, /usr, /tmp, etc  So to recap it seems you have made ad0s1, 
> ad0s2, ad0s3, and ad0s4 and the boot loader asks which you what to boot 
> from.  So there is no /usr(I guess) on ad0s2, you put it on ad0s3.  
> Print out the steps from the handbook if you need to.


Which sections should I print out and go in a corner to read?

gary


-- 
   Gary Kline [EMAIL PROTECTED]   www.thought.org Public service Unix

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


Re: Installation Order for Win XP Pro, SuSE 9.2, & FreeBSD 5.3

2005-03-22 Thread Konrad Heuer

On Wed, 23 Mar 2005, Bob Perry wrote:

> I intend to re-install multiple operating systems onto a box
> which already has Win XP Pro and SuSE 9.2.  After some thought,
> I've decided to add FreeBSD 5.3 and, in addition, change the
> Win XP Pro filesytem from NTFS to FAT32 to facilitate file-
> sharing.  If I understand what I've been reading, I should be
> able to modify both the Linux and FreeBSD kernels to read and/or
> write ext2fs and UFS1 data as well.
>
> I'm prepared to clear the harddrive and start from scratch and I
> question whether or not there is a prescribed order for
> installation.  I understand that Windows has a habit of
> overwriting data in the MBR and installing its' own loader so
> the recommendation is to load it first.  Whether, Linux or FreeBSD
> is next I'm not sure and would welcome your input.
>
> I realize that there are third-party bootloaders available, but
> I have a feeling that I can learn more about these systems if I
> work with what they offer.
>
> I have a 120GB Western Digital HD, an ASUS P4P800-VM motherboard,
> and a Pentium 2.8GHz CPU.
>
> This is not currently my primary box, but who knows what may happen
> in the near future.
>
> Thanks in advance.  This is a huge undertaking for me at this time.
>
> Bob Perry

I'd prefer the order XP, FreeBSD, Linux. This is because both XP and
FreeBSD can easily get a primary partition this way, and because - to my
mind - lilo is a good boot manager to start all three os. Thus, install
Linux at last, and install lilo into the MBR. I don't know grub but I
guess, lilo can still be used with SuSE.

Regards

Konrad Heuer
GWDG, Am Fassberg, 37077 Goettingen, Germany, [EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: cannot boot 5.3 after power failure - major bug?

2005-03-22 Thread stheg olloydson
it was said:

>>>Well you can try to boot manually it may work. type the
>>>following at the boot prompt
>>>
>>>0:ad(0,a)/boot/loader
>>>OR
>>>0:ad(0,a)/boot/kernel
>> 
>>Ooops I guess the last one is 0:ad(0,a)/boot/kernel
>>Sorry
>> 
>
>Oh man I hat keyboard shortcuts. just pasted the wrong one
>again.
>
>0:ad(0,a)/boot/kernel/kernel   Yup this is the one... I hope

Hello,

Thanks for the reply. I had tried that and kept getting the
"invalid format" error. I am puzzled by the fact that I can get
a directory list, but the boot loader thinks the format is
wrong. Also it seems to be looking in /kernel and not
/boot/kernel/.
To work around the Disk 2 problem, I downloaded FreeSBIE and ran
fsck from that. / reports as clean, but the box still does not
boot. /usr and /home report HUGE numbers of uncorrectable errors
and bad blocks. Tonight I am going to run SpinRite on the disk
to see if the power outage really damaged the disk. (If it did,
this will be the first time since the MFM/RLL disk days!)
I will report the result of that test. Right now, I am thinking
a power loss shutdown of 5.3 makes a system unrecoverable, but
more of these tests are required before reaching that
conclusion.

Thanks,

stheg



__ 
Do you Yahoo!? 
Yahoo! Small Business - Try our new resources site!
http://smallbusiness.yahoo.com/resources/ 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Installation Order for Win XP Pro, SuSE 9.2, & FreeBSD 5.3

2005-03-22 Thread Bob Perry
I intend to re-install multiple operating systems onto a box 
which already has Win XP Pro and SuSE 9.2.  After some thought,
I've decided to add FreeBSD 5.3 and, in addition, change the 
Win XP Pro filesytem from NTFS to FAT32 to facilitate file-
sharing.  If I understand what I've been reading, I should be 
able to modify both the Linux and FreeBSD kernels to read and/or 
write ext2fs and UFS1 data as well.

I'm prepared to clear the harddrive and start from scratch and I
question whether or not there is a prescribed order for 
installation.  I understand that Windows has a habit of 
overwriting data in the MBR and installing its' own loader so 
the recommendation is to load it first.  Whether, Linux or FreeBSD 
is next I'm not sure and would welcome your input.

I realize that there are third-party bootloaders available, but 
I have a feeling that I can learn more about these systems if I 
work with what they offer.

I have a 120GB Western Digital HD, an ASUS P4P800-VM motherboard, 
and a Pentium 2.8GHz CPU.

This is not currently my primary box, but who knows what may happen 
in the near future.

Thanks in advance.  This is a huge undertaking for me at this time.

Bob Perry

 
 
 


   


-- 
I've learned that whatever hits the fan will not be evenly
distributed.

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


Re: Apache compile prob in portupgrade

2005-03-22 Thread Warren
On Wed, 23 Mar 2005 3:53 pm, Niq wrote:
> Umm I had a similar problem , do a cvsup on ure whole ports tree ,and then
> perhaps a portupgrade -a . I remember it had something to do with a package
> in the textconv tree. Hope this helps

I just finished doing a complete cvsup with  all ports & src and a 
"portupgrade -aDk -m BATCH=yes" before i got this problem as it is 1 of a few 
ports that dont upgrade.
-- 
Yours Sincerely
Shinjii
http://www.shinji.nq.nu
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: cvsup core dumps

2005-03-22 Thread Greg McClure
Thanks for your response, it is appreciated.

I already built it, using a straight-ahead "make install clean", no
non-standard CFLAGS. I tried it again, same result.

It's a strange problem.

Any other suggestions?


On Wed, 23 Mar 2005 11:07:36 +0530, Subhro <[EMAIL PROTECTED]> wrote:
> 
> 
> > -Original Message-
> > From: [EMAIL PROTECTED] [mailto:owner-freebsd-
> > [EMAIL PROTECTED] On Behalf Of Greg McClure
> > Sent: Wednesday, March 23, 2005 10:54
> > To: freebsd-questions@freebsd.org
> > Subject: cvsup core dumps
> >
> > Thanks in advance to anyone who can let me know what's going on.
> >
> > I'm running FreeBSD 4.7-RELEASE.
> 
> I would suggest you to rebuild cvsup from the ports collection without any
> non standard CFLAGS (if you are using some).
> 
> Regards
> S.
> 
> Indian Institute of Information Technology
> Subhro Sankha Kar
> Block AQ-13/1, Sector V
> Salt Lake City
> PIN 700091
> India
> 
> 
>
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Apache compile prob in portupgrade

2005-03-22 Thread Warren
Not sure whats going on .. but if anyone can help us, much appreciated.  
libtool is the latest version
=

===>  Building for apache-2.1.4
Making all in srclib
Making all in pcre
/usr/local/build-1/libtool --silent --mode=compile cc -g -O2  -O -pipe  
-I/usr/ports/www/apache21/work/httpd-2.1.4-alpha/srclib/pcre-I. 
-I/usr/ports/www/apache21/work/httpd-2.1.4-alpha/os/unix 
-I/usr/ports/www/apache21/work/httpd-2.1.4-alpha/server/mpm/prefork 
-I/usr/ports/www/apache21/work/httpd-2.1.4-alpha/modules/http 
-I/usr/ports/www/apache21/work/httpd-2.1.4-alpha/modules/filters 
-I/usr/ports/www/apache21/work/httpd-2.1.4-alpha/modules/proxy 
-I/usr/ports/www/apache21/work/httpd-2.1.4-alpha/include 
-I/usr/ports/www/apache21/work/httpd-2.1.4-alpha/modules/generators 
-I/usr/ports/www/apache21/work/httpd-2.1.4-alpha/modules/mappers 
-I/usr/local/include/apr-1 -I/usr/local/include 
-I/usr/ports/www/apache21/work/httpd-2.1.4-alpha/modules/proxy/../generators 
-I/usr/include -I/usr/ports/www/apache21/work/httpd-2.1.4-alpha/modules/ssl 
-I/usr/ports/www/apache21/work/httpd-2.1.4-alpha/modules/dav/main 
-prefer-non-pic -static -c maketables.c && touch maketables.lo
libtool: compile: unable to infer tagged configuration
libtool: compile: specify a tag with `--tag'
*** Error code 1

Stop in /usr/ports/www/apache21/work/httpd-2.1.4-alpha/srclib/pcre.
*** Error code 1

Stop in /usr/ports/www/apache21/work/httpd-2.1.4-alpha/srclib/pcre.
*** Error code 1

Stop in /usr/ports/www/apache21/work/httpd-2.1.4-alpha/srclib.
*** Error code 1

Stop in /usr/ports/www/apache21/work/httpd-2.1.4-alpha.
*** Error code 1

Stop in /usr/ports/www/apache21.

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


RE: cvsup core dumps

2005-03-22 Thread Subhro



> -Original Message-
> From: [EMAIL PROTECTED] [mailto:owner-freebsd-
> [EMAIL PROTECTED] On Behalf Of Greg McClure
> Sent: Wednesday, March 23, 2005 10:54
> To: freebsd-questions@freebsd.org
> Subject: cvsup core dumps
> 
> Thanks in advance to anyone who can let me know what's going on.
> 
> I'm running FreeBSD 4.7-RELEASE.

I would suggest you to rebuild cvsup from the ports collection without any
non standard CFLAGS (if you are using some).

Regards
S. 

Indian Institute of Information Technology
Subhro Sankha Kar
Block AQ-13/1, Sector V
Salt Lake City
PIN 700091
India


smime.p7s
Description: S/MIME cryptographic signature


cvsup core dumps

2005-03-22 Thread Greg McClure
Thanks in advance to anyone who can let me know what's going on.

I'm running FreeBSD 4.7-RELEASE.

Whenever I give the cvsup command to update my ports lately I get this error:

Connected to cvsup5.FreeBSD.org
Fatal error '_longjmp()ing between thread contexts is undefined by
POSIX 1003.1' at line ? in file
/usr/src/lib/libc_r/uthread/uthread_jmp.c (errno = ?)
Abort trap (core dumped)

It's a new problem, and I suppose it's possible that it's related to
some other library upgrade I did recently, although I'm not sure what
that would be specifically since I don't run cvsup too often, only
once per month or so.

Any insights would be appreciated.

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


Re: First Time Experience-FreeBSD/i368 login:

2005-03-22 Thread Paul A. Hoadley
On Wed, Mar 23, 2005 at 04:02:03PM +1100, Johaness Terra wrote:

> The server, I understand is a proxy mail server running on
> FreeBSD/i386. I am new and the management wants me to add a new
> email account user on the server. I am really having a hard time and
> would very much appreciate any simple assistance.
>
> I am now stucked at FreeBSD/i386 (proxy.mrdc.com.pg) (ttyvo)
> Login:
>  
> Please assist. I would very much appreciate 

The system is waiting for you to type a username.  If you have one,
type it in and hit Return.  The system will then prompt you for your
password.  Again, type it in (it won't appear on the screen) and press
Return.  If you don't have one, you can't proceed any further.


-- 
Paul.

w  http://logicsquad.net/
h  http://paul.hoadley.name/


pgpJ6qkd1TdOe.pgp
Description: PGP signature


Re: First Time Experience-FreeBSD/i368 login:

2005-03-22 Thread jason henson
Johaness Terra wrote:
I am a trainee for a corporate company and I really need your assistance. My 
boss as left for an emergency leave.
The server, I understand is a proxy mail server running on FreeBSD/i386. I am 
new and the management wants me to add a new email account user on the server. 
I am really having a hard time and would very much appreciate any simple 
assistance.
I am now stucked at FreeBSD/i386 (proxy.mrdc.com.pg) (ttyvo)
Login:
Please assist. I would very much appreciate 


-
 

So you can't login?  You don't have a user/pass?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: AMD64 very slow!

2005-03-22 Thread Emanuel Strobl
Am Mittwoch, 23. März 2005 01:19 schrieb Boris Spirialitious:
> -- Emanuel Strobl <[EMAIL PROTECTED]> wrote:
>  Am Mittwoch, 23. März 2005 00:38 schrieb Boris
>
> > Spirialitious:
> > > I have opteron 246 system with 2 port intel em
> > > card. We have test bed with about 200Kbs traffic
> > > and we route through 5.3/i386 system. Load is
> > > about 50%.  With same settings, amd64 system run
> > > with 85% load. How could be so slow? What tuning
> > > extra is needed for amd64 kernels?
> >
> > 200kB/s sounds like misconfigured duplex/negotiation
> > mode.
> > But why don't you try FreeBSD 5.4-BETA1? Many
> > performance improvements were
> > achieved and stability is given in the -STABLE
> > branch (BETA1 is a relese of
> > FreeBSD 5-STABLE)
>
> I am sorry, I mean 200Mb/s. It is a controlled stream

Unfortunately that's a not so uncommon result with em and 5.3. There are 
tuning methods but they won't give the big kick.

Like mentioned, try 5.4 (BETA1), depending on your employment you'll see 
tremendous improvement, I don't have values handy nor can I confirm that for 
amd64, but you really wnat to try out, especially if this box isn't 
productive yet, which it isn't if I understood correctly.

-Harry

>
> Boris
>
>
>
> __
> Do you Yahoo!?
> Yahoo! Small Business - Try our new resources site!
> http://smallbusiness.yahoo.com/resources/
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "[EMAIL PROTECTED]"


pgp19EZKqE8pn.pgp
Description: PGP signature


First Time Experience-FreeBSD/i368 login:

2005-03-22 Thread Johaness Terra
I am a trainee for a corporate company and I really need your assistance. My 
boss as left for an emergency leave.
 
The server, I understand is a proxy mail server running on FreeBSD/i386. I am 
new and the management wants me to add a new email account user on the server. 
I am really having a hard time and would very much appreciate any simple 
assistance.
 
I am now stucked at FreeBSD/i386 (proxy.mrdc.com.pg) (ttyvo)
Login:
 
 
Please assist. I would very much appreciate 



-
Find local movie times and trailers on Yahoo! Movies.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: mkhomedir.so is missing =(

2005-03-22 Thread pete wright
On Tue, 22 Mar 2005 19:01:12 -0800 (PST), JP <[EMAIL PROTECTED]> wrote:
> Hello All,
> 
> I need some help trying to locate or how to obtain/build a file named 
> "mkhomedir.so"  this file is needed to create home directories after logging 
> in successfully though winbind.  I am running FreeBSD 5.3 Release, and Samba 
> 3.  I am unable to locate this file anywhere.
> 
Is this a FreeBSD .so or a samba .so.  It seems like this may be a
samba object, if so I'd try pinging the samba list, after searching
thier archives first ;)
-p

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


Re: cannot boot 5.3 after power failure - major bug?

2005-03-22 Thread Abu Khaled
On Wed, 23 Mar 2005 06:23:32 +0200, Abu Khaled <[EMAIL PROTECTED]> wrote:
> > Well you can try to boot manually it may work. type the following at
> > the boot prompt
> >
> > 0:ad(0,a)/boot/loader
> > OR
> > 0:ad(0,a)/boot/kernel
> 
> Ooops I guess the last one is 0:ad(0,a)/boot/kernel
> Sorry
> 

Oh man I hat keyboard shortcuts. just pasted the wrong one again.

0:ad(0,a)/boot/kernel/kernel   Yup this is the one... I hope

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


Re: Keyboard Repeat Rate

2005-03-22 Thread Martin Alejandro Paredes Sanchez
El Mar 22 Mar 2005 08:34, Tom Vilot escribió:
> After I start X, I need to switch to a virtual console and log in as
> root so that I can issue kbdcontrol -r fast.
>
> Is there a place I can set this so I don't have to do that anymore?

in /etc/rc.conf add  the next line

keyrate="fast"

my rc.conf file has this lines for keyboard

keymap="lat-amer.iso.acc"
keyrate="fast"

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


Re: cannot boot 5.3 after power failure - major bug?

2005-03-22 Thread Abu Khaled
> Well you can try to boot manually it may work. type the following at
> the boot prompt
> 
> 0:ad(0,a)/boot/loader
> OR
> 0:ad(0,a)/boot/kernel

Ooops I guess the last one is 0:ad(0,a)/boot/kernel
Sorry

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


Re: cannot boot 5.3 after power failure - major bug?

2005-03-22 Thread Abu Khaled
On Tue, 22 Mar 2005 19:32:41 -0800 (PST), stheg olloydson
<[EMAIL PROTECTED]> wrote:
> Hello,
> 
> While testing 5.3, I deliberately cut power to the box and
> powered up. Much to my surprise, I receive the following error:
> 
> error 16 lba
> invalid format

error 16 lba = 0x10  Uncorrectable CRC/ECC error

> 
> FreeBSD/i386 boot
> Default: 0:ad(0,a)/kernel
> boot:
> No /kernel
> 

Yup you did it the booting process can't find the kernel to boot.

> FreeBSD/i386 boot
> Default: 0:ad(0,a)/kernel
> boot:
> 
> The disk is/was formatted as UFS2 (dangerously dedicated) with
> softupdates. If I enter a command, nothing happens:
> 
> FreeBSD/i386 boot
> Default: 0:ad(0,a)/kernel
> boot:fsck -y
> 

You can enter commands relevant to the booting process it is not a
shell or something like that.

> FreeBSD/i386 boot
> Default: 0:ad(0,a)fsck
> boot:
> 
> If I enter a question mark, I get a listing of the root
> filesystem's contents. (If the disk format were truly unknown,
> how is this possible?)

A question mark "?" Give a short listing of the files in the root
directory of the default boot device, as a hint about available boot
files.

> This problem appears to be identical to the one posted by cell
> on 3/14/05, so this would seem to be a repeatable problem.
> Because this is a test box, I could just flatten it and
> reinstall, I would rather do a graceful recovery. Any
> suggestions on how to accomplish this would be appreciated.
> Note: Any suggestions involving using Release Disc 2 are
> problematic. For some reason, the iso will not burn; the process
> hangs immediately. I downloaded it from four different sites,
> including ftp.freebsd.org with identical results. (The other
> three disc images burn correctly.)
> 
> Thanks for your time,
> 
> stheg
> 

Well you can try to boot manually it may work. type the following at
the boot prompt

0:ad(0,a)/boot/loader
OR
0:ad(0,a)/boot/kernel

If it works the you might have a chance to fix the problem. Somehow I
seem to have forgoten what to do next. I'll check the handbook !!!

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


cannot boot 5.3 after power failure - major bug?

2005-03-22 Thread stheg olloydson
Hello,

While testing 5.3, I deliberately cut power to the box and
powered up. Much to my surprise, I receive the following error:

error 16 lba 
invalid format

FreeBSD/i386 boot
Default: 0:ad(0,a)/kernel
boot:
No /kernel

FreeBSD/i386 boot
Default: 0:ad(0,a)/kernel
boot:

The disk is/was formatted as UFS2 (dangerously dedicated) with
softupdates. If I enter a command, nothing happens:

FreeBSD/i386 boot
Default: 0:ad(0,a)/kernel
boot:fsck -y

FreeBSD/i386 boot
Default: 0:ad(0,a)fsck
boot:

If I enter a question mark, I get a listing of the root
filesystem's contents. (If the disk format were truly unknown,
how is this possible?)
This problem appears to be identical to the one posted by cell
on 3/14/05, so this would seem to be a repeatable problem.
Because this is a test box, I could just flatten it and
reinstall, I would rather do a graceful recovery. Any
suggestions on how to accomplish this would be appreciated. 
Note: Any suggestions involving using Release Disc 2 are
problematic. For some reason, the iso will not burn; the process
hangs immediately. I downloaded it from four different sites,
including ftp.freebsd.org with identical results. (The other
three disc images burn correctly.)

Thanks for your time,

stheg



__ 
Do you Yahoo!? 
Yahoo! Small Business - Try our new resources site!
http://smallbusiness.yahoo.com/resources/ 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


4.11 without nameserver: "NO_BIND=true" is OK?

2005-03-22 Thread Rob

Hi,

I'm running 4.10 on a very old pentium-1:

 CPU: Pentium/P5 (57.58-MHz 586-class CPU)

I have cvsup'ed the sources to 4.11, but I want
to shorten the build world/kernel time.

I have following in my /etc/make.conf:

  CFLAGS= -O -pipe
  NOPROFILE=true
  NO_PF=true
  NO_LPR=true
  NO_MODULES=true
  NO_BLUETOOTH=true
  NO_USB=true
  NO_VINUM=true
  NO_NIS=true
  NOGAMES=true
  NO_BIND=true

This machine will not run a nameserver; it will
query external nameservers for hostname resolution.
Is the "NO_BIND=true" is that case?

I ask this here, because I don't want to compile for
days, and then end up with a not-working world
compilation.

Would you recommend any other make.conf settings?

Thanks,
Rob.



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


mkhomedir.so is missing =(

2005-03-22 Thread JP
Hello All,
 
I need some help trying to locate or how to obtain/build a file named 
"mkhomedir.so"  this file is needed to create home directories after logging in 
successfully though winbind.  I am running FreeBSD 5.3 Release, and Samba 3.  I 
am unable to locate this file anywhere.
 
Thank you,
JP

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


Re: using procmail-3.22_4 pkg on FreeBSD 4.6.1

2005-03-22 Thread Kurt Bigler
on 3/22/05 6:48 PM, Kurt Bigler <[EMAIL PROTECTED]> wrote:

> I have a FreeBSD virtual server with this version:
> 
> FreeBSD 4.6.1-RELEASE-p10 (VPSHOST) #3: Wed Aug  7 06:17:46 EDT 2002
> 
> Yesterday I acquired procmail-3.22_4 via pkg_add from the FreeBSD site.  I
> don't know why I ended up with _4 rather than _5 but I had a lot of difficulty
> getting the package and I hope this is no issue.
> 
> I'm not sure if there are requirements about coordinating versions of packages
> with versions of FreeBSD, I seem to recall that but can't find the info now.
> 
> In any case, when I run formail (part of procmail) I get this error:
> 
> ELF interpreter /libexec/ld-elf.so.1 not found
> 
> Just for laughs I created /libexec and in it symbolic link to ld-elf.so.1
> which on my system is located in /usr/libexec.
> 
> Upon doing that I get instead:
> 
> /libexec/ld-elf.so.1: Shared object "libm.so.3" not found
> 
> at which point I gave up.
> 
> Should I expect the pkg to work correctly on my FreeBSD 4.6.1?

I realize now that I should probably have posted this to the freebsd-ports
list.  Sorry for the noise, but also feel free to reply if you have any
info.  I will repost to the ports list.

-Kurt

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


Re: Doug Richardson is (probably) back online

2005-03-22 Thread Constantine A. Murenin
On Mon, 21 Mar 2005 20:45:10 -0700, Ben Goren <[EMAIL PROTECTED]> wrote:
> On 2005 Mar 21, at 4:47 PM, Constantine A. Murenin wrote:
> 
> > In reading any document, one should never undoubtedly believe
> > everything it says. :-)
> 
> I don't believe you.

I told ya! :-)

P.S. I had a multiple-choice test in philosophy; in the true/false
section of the test, the following question was given:

The answer to this question is false.
a. True
b. False

(c) 2004 Dr. Wisnewski. :-)

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


Re: Anthony's drive issues.Re: ssh password delay

2005-03-22 Thread Anthony Atkielski
Bernt Hansson writes:

> What bios version is it?

The BIOS version is GG.06.04.

The Adaptec AIC-7880 Ultra BIOS version is v1.2S3-HP.

-- 
Anthony


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


Re: Anthony's drive issues.Re: ssh password delay

2005-03-22 Thread Anthony Atkielski
RacerX writes:

> Now - Stop tossing legacy hardware at a new OS.

I tossed brand-new hardware at a new OS on the production machine, and
that's not working, either.  Just exactly what _is_ supported by the OS,
if it can't handle new hardware and can't handle old hardware?

-- 
Anthony


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


using procmail-3.22_4 pkg on FreeBSD 4.6.1

2005-03-22 Thread Kurt Bigler
I have a FreeBSD virtual server with this version:

FreeBSD 4.6.1-RELEASE-p10 (VPSHOST) #3: Wed Aug  7 06:17:46 EDT 2002

Yesterday I acquired procmail-3.22_4 via pkg_add from the FreeBSD site.  I
don't know why I ended up with _4 rather than _5 but I had a lot of
difficulty getting the package and I hope this is no issue.

I'm not sure if there are requirements about coordinating versions of
packages with versions of FreeBSD, I seem to recall that but can't find the
info now.

In any case, when I run formail (part of procmail) I get this error:

ELF interpreter /libexec/ld-elf.so.1 not found

Just for laughs I created /libexec and in it symbolic link to ld-elf.so.1
which on my system is located in /usr/libexec.

Upon doing that I get instead:

/libexec/ld-elf.so.1: Shared object "libm.so.3" not found

at which point I gave up.

Should I expect the pkg to work correctly on my FreeBSD 4.6.1?

Please cc your reply to me directly.  Thanks in advance.

Thanks,
Kurt Bigler

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


Re: Anthony's drive issues.Re: ssh password delay

2005-03-22 Thread Anthony Atkielski
Duo writes:

> And, herein lies the main and core behavioral issue at play: He is upset,
> because he is used to a system, which is more apt to fail "open", than
> fail "closed".

It's more complex than that:

(1) I don't know if anything is failing or not, because the messages
output by FreeBSD are undocumented, and nobody here has been able to
tell me anything about what they mean. The mere output of messages does
not necessarily indicate a failure. And unless someone can tell me what
they mean, they are worse than useless to me. Why write an OS to output
messages that are completely undocumented and unintelligible? That's
even worse than not putting out any messages at all. It doesn't help
anyone because nobody knows what the messages mean.

(2) Unlike Windows NT, FreeBSD freezes the process doing the I/O when
these messages appear, sometimes for 30 seconds or so, or longer.
Windows NT never froze in that way.

(3) Unlike Windows NT, FreeBSD occasionally crashes after printing the
messages.  Windows NT never crashed in that way.

If you think these messages indicate a hardware failure, they you should
be able to tell me exactly what they mean.  Conversely, if you cannot
tell me exactly what they mean, you don't know if they indicate a
hardware failure or not--you're just guessing, like everyone else here.

The behavior I'm seeing in FreeBSD strongly resembles that of a system
that is encountering a hardware idiosyncrasy that it doesn't know how to
deal with.  I'm not at all convinced that there is a hardware problem.
Looking at the messages gives me the impression that FreeBSD is
attempting something that is not supported by the hardware, and simply
takes for granted that it will work, and then gets confused when it
doesn't.

But I don't really know for sure, because nothing is documented, and
nobody here knows anything.

-- 
Anthony


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


Re: dual-boot troubles; /usr won't mount

2005-03-22 Thread jason henson
Gary Kline wrote:
I'm having trouble installing 5.3 from my 4CD set.  I have
a 10G Window partition;  That leaves 3 slices available.
I have tried various sizes for /,  SWAP, and /usr,  but newfs
consistantly has trouble mounting /usr.  I have no idea why.
After I hit return, the install completes, I reboot to see
F1: ???
F2: FreeBSD
F3: FreeBSD
F4: FreeBSD
	F1 brings up my W2k; F2  boots FBSD but there is a system
	error swhen it tried to mount /usr.  I tried by-hand.  No-joy.
	Anybody know what I'm doing wrong?  (Must I use the NT 
	bootloader, etc?)

gary

 

Looks like you have 3 root "partitions" for FBSD and one for windows.  I 
think you are dividing the disk up to soon.  You only divide ad0 into 
ad0s1(w2k) and ad0s2(ufs).  Then in the FBSD disk labeler you make /, 
swap, /usr, /tmp, etc  So to recap it seems you have made ad0s1, 
ad0s2, ad0s3, and ad0s4 and the boot loader asks which you what to boot 
from.  So there is no /usr(I guess) on ad0s2, you put it on ad0s3.  
Print out the steps from the handbook if you need to.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: PHP / Apache bus error

2005-03-22 Thread Tom Vilot
Peter Risdon wrote:
Can you explain why? What is it about 4.11 vs 4.9 with regard to this issue?
   

Just that it's an up-to-date release.
PHP and its extensions do depend on bits of the base system. You are
using the very latest ported version, so far as I can see, with an out
of date world.
Okay, I suspect I'm going to have to bite the bullet. I must admit, tho, 
I have some irrational fears about upgrading the core system.

1. I've never done it before
2. The server in question is in Texas. I am in Colorado.
3. I would rather not have to rent KVM and reboot into single user mode 
... but will if I must ...

(( sigh ))
If I'm going to upgrade the system, does it make sense to just go 
straight to 5.3?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: NVIDIA + OS AGP + AMD CPU

2005-03-22 Thread RW
On Tuesday 22 March 2005 06:45, Bachelier Vincent wrote:

> any idea to make agp of freebsd work ?


Have you read /usr/X11R6/share/doc/NVIDIA_GLX-1.0/README 

I suspect the answer is in there, but I'm not strongly motivated to find out, 
since I don't actually see any practical consequences of the error message.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Regarding Books

2005-03-22 Thread Bhaban Singh
Dear sir, 

It is possible to get Books related to the FastIPsec in the FreeBSD. I
really need this book or i want some documents related to this topic.
So please suggest me where can i find FastIPsec related books or
documents.

I find some in the internet but it is just manual or HowTo's. I want
the detail decumentation of the FastIPsec.

Thanking you 

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


Re: Accessing Windows XP Desktop (Home Edition) remotely

2005-03-22 Thread Paul Mather
On Tue, 22 Mar 2005 16:26:54 -0500 (EST), "Ean Kingston"
<[EMAIL PROTECTED]> wrote:

> > On Tuesday 22 March 2005 02:18 pm, Christopher Nehren wrote:
> >> -BEGIN PGP SIGNED MESSAGE-
> >> Hash: SHA1
> >>
> >> On 2005-03-22, daniel scribbled these
> >>
> >> curious markings:
> >> > security note:
> >> > vnc is *not* encrypted and is not generally considered secure.  any
> >> > ports you open/forward should be directed to your ip only.  even
> >> > better, try a knocking daemon.
> >>
> >> This is why you set up an SSH tunnel between the two machines. The
> >> Handbook (as always) shows how to do this, with examples.
> >>
> >> Best Regards,
> >> Christopher Nehren
> >
> > To forward a VNC session through SSH, the user will need to install a
> > SSH application on the Windows computer.  PuTTY is a free example, and
> > is available at:
> >
> > http://www.chiark.greenend.org.uk/~sgtatham/putty/
> 
> AFAIK Putty is a client only. The original user wanted to access his WinXP
> Home system from FreeBSD. So, Putty isn't going to do it. I think there is
> an OpenSSH implementation (both client and server) for Win32 that runs on
> XP. I know the cygwin implementation works (but the original poster may
> not want that much added to the XP system).
> 
> http://www.cygwin.com/ and http://www.openssh.org/

I have successfully used the Win32 OpenSSH installer available via
http://sshwindows.sourceforge.net/ to provide a SSH server on a remote
Windows 2000 Professional system.  That OpenSSH package can be installed
via an installer to provide OpenSSH using a minimal requisite cygwin
environment.  The OpenSSH server can be run as a Windows service.

Like the original poster, I wanted a way of using a Windows system
remotely from FreeBSD.  In my case, it was so I could remotely admin and
troubleshoot a friend's Windows 2000 PC.  As well as using the OpenSSH
for Windows mentioned above, I used TightVNC (http://www.tightvnc.com/)
for the VNC server on Windows and for the client on FreeBSD (installed
via the net/tightvnc port).  I restrict the VNC server to accept
connections only from localhost, and use an SSH tunnel to encrypt all
the VNC traffic between the two systems.  (I can even start and stop the
VNC server service remotely by issuing a "net start winvnc" and "net
stop winvnc" via SSH to start and stop it, respectively.)

I've found the setup to work well in practice.

Cheers,

Paul.
-- 
e-mail: [EMAIL PROTECTED]

"Without music to decorate it, time is just a bunch of boring production
 deadlines or dates by which bills must be paid."
--- Frank Vincent Zappa
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Ethernet

2005-03-22 Thread bob evdo hsdpa wimax guy
On sera plus facil si vous parles en englais.. parsce le majorite de experts
on americaine...
It would be easier for you to get help if you wrote in english...

bob

X
Robert Kim,
Wireless Internet Wifi Hotspot Advisor
http://wireless-internet-broadband-service.com
https://evdo.sslpowered.com/wifi-hotspot-router.html
http://evdo-coverage.com http://hsdpa-coverage.com
2611 S Pacific Coast Highway 101 ste 102
Cardiff by the Sea CA 92007 : 206 984 0880

>>> "Wireless Internet Service Is ONLY Broadband with Broadband Customer
Service"(tm)
>>> OUR QUEST: To Kill the Cubicle! (SM)
---Shalo
-;-) 

- Original Message - 
From: <[EMAIL PROTECTED]>
To: "ayed samiha" <[EMAIL PROTECTED]>
Cc: 
Sent: Tuesday, March 22, 2005 10:50 AM
Subject: Re: Ethernet


> On Tue, Mar 22, 2005 at 02:39:54PM +0100, ayed samiha wrote:
> > J'aime avoir une documentation (fichiers, directions...) sur
> > l'impl?mentation de Ethernet sous FreeBSD
>
> Salut Ayed,
>
> la liste freebsd-questions@freebsd.org est anglophone.
>
> Ceci dit, vous pouvez consulter les sources directement.
> FreeBSD supporte un grand nombre de cartes Ethernet. Il
> suffit d'etudier un des "drivers". Par example:
>
> /usr/src/sys/dev/ed
> /usr/src/sys/pci/if_*
>
> > Merci
>
> -cpghost.
>
> -- 
> Cordula's Web. http://www.cordula.ws/
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
"[EMAIL PROTECTED]"
>

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


Re: ifconfig for wireless internet

2005-03-22 Thread bob evdo hsdpa wimax guy
wow... great ip config syntax...

thanks! needed that too...

X
Robert Kim,
Wireless Internet Wifi Hotspot Advisor
http://wireless-internet-broadband-service.com
https://evdo.sslpowered.com/wifi-hotspot-router.html
http://evdo-coverage.com http://hsdpa-coverage.com
2611 S Pacific Coast Highway 101 ste 102
Cardiff by the Sea CA 92007 : 206 984 0880

>>> "Wireless Internet Service Is ONLY Broadband with Broadband Customer
Service"(tm)
>>> OUR QUEST: To Kill the Cubicle! (SM)
---Shalo
-;-) 


- Original Message - 
From: "Robert Huff" <[EMAIL PROTECTED]>
To: 
Sent: Tuesday, March 22, 2005 4:52 PM
Subject: ifconfig


>
> Gert Cuykens writes:
>
> >  How do you tell a device for example nv0 to be dhcp without using
> >  rc.conf ?
>
> If rc.conf has the lines:
>
> network_interfaces="lo0 nv0 "
> ifconfig_nv0=""
>
> rc will look for /etc/start_if.nv0 and - if found - will
> execute the commands therein.  A copy of mine (I use de0) is
> appended.
>
>
> Robert Huff
>
>
> #!/bin/sh  -x
>
> # interface configuration file for RCN DHCP
>
> rm /var/db/dhclient.leases
>
> /sbin/dhclient de0
> echo -n $? > /etc/dhc.err
> echo -n "= DHCLIENT exit status" >> /etc/dhc.err
>
> ifconfig de0
> sleep 3
>
> #since the rules are already segregated, use that file
> #20040218 moved to ipfw.master and invoked from rc.conf:rc.firewall=
>
> # /etc/ipfw.set
> # sleep 3
>
> natd -f /etc/natd.conf
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
"[EMAIL PROTECTED]"
>

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


Re: old scsi adapters and the benefits of open source [was: Anthony's issues [Slightly OT]]

2005-03-22 Thread David Kelly
On Mar 22, 2005, at 10:11 AM, Peter Risdon wrote:
By contrast, I maintain a networked Windows machine that controls 
plasma
cutting systems for a manufacturing business. It uses a serial port
connection to send cutting patterns to the plasma controller. The 
serial
port communications software was custom-written and runs only on
versions of DOS that shipped with Windows up to and including 98. It is
specifically incompatible with Win ME and all the NT family including 
XP
and 2000/2003. I don't have access to the source code either of the
custom application or any currently maintained version of Windows (of
course), so no hacked upgrades are possible and we have to run Win 98 -
which is desperately horrible and insecure in a networked environment.
I don't use Vmware, but what you describe sounds like a good 
application for it. Run a Win98 virtual machine. Let a modern OS host, 
wrap and protect the virtual machine. Do all the networking with the 
host.

--
David Kelly N4HHE, [EMAIL PROTECTED]

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


ifconfig

2005-03-22 Thread Robert Huff

Gert Cuykens writes:

>  How do you tell a device for example nv0 to be dhcp without using
>  rc.conf ?

If rc.conf has the lines:

network_interfaces="lo0 nv0 "
ifconfig_nv0=""

rc will look for /etc/start_if.nv0 and - if found - will
execute the commands therein.  A copy of mine (I use de0) is
appended.


Robert Huff


#!/bin/sh  -x

# interface configuration file for RCN DHCP

rm /var/db/dhclient.leases

/sbin/dhclient de0
echo -n $? > /etc/dhc.err
echo -n "= DHCLIENT exit status" >> /etc/dhc.err

ifconfig de0
sleep 3

#since the rules are already segregated, use that file
#20040218 moved to ipfw.master and invoked from rc.conf:rc.firewall=

# /etc/ipfw.set
# sleep 3

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


Re: ifconfig

2005-03-22 Thread John Pettitt


Gert Cuykens wrote:

>On Wed, 23 Mar 2005 02:27:02 +0200, Giorgos Keramidas
><[EMAIL PROTECTED]> wrote:
>  
>
>>On 2005-03-23 01:07, Gert Cuykens <[EMAIL PROTECTED]> wrote:
>>
>>
>>>How do you tell a device for example nv0 to be dhcp without using rc.conf ?
>>>  
>>>
>>By manually calling the dhclient(8) utility.
>>
>>
>>
>>>Also how do you do a ipconfig /renew in freebsd ?
>>>  
>>>
>>I don't know what an `ipconfig /renew' does, so no idea about this one.
>>
>>
>>
>
>thx dhclient works :) I now have inet 0.0.0.0
>
>How do you tell nv0 to release and renew its dhcp adress ?
>___
>
>  
>

man dhclient

 "  The  client  normally  doesn't  release  the current lease as it
is not
   required by the DHCP protocol.  Some cable ISPs require  their 
clients
   to  notify  the  server if they wish to release an assigned IP
address.
   The -r flag explicitly releases the current lease, and once  the 
lease
   has been released, the client exits."

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


Re: ifconfig

2005-03-22 Thread Gert Cuykens
On Wed, 23 Mar 2005 02:27:02 +0200, Giorgos Keramidas
<[EMAIL PROTECTED]> wrote:
> On 2005-03-23 01:07, Gert Cuykens <[EMAIL PROTECTED]> wrote:
> > How do you tell a device for example nv0 to be dhcp without using rc.conf ?
> 
> By manually calling the dhclient(8) utility.
> 
> > Also how do you do a ipconfig /renew in freebsd ?
> 
> I don't know what an `ipconfig /renew' does, so no idea about this one.
> 

thx dhclient works :) I now have inet 0.0.0.0

How do you tell nv0 to release and renew its dhcp adress ?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


dual-boot troubles; /usr won't mount

2005-03-22 Thread Gary Kline

I'm having trouble installing 5.3 from my 4CD set.  I have
a 10G Window partition;  That leaves 3 slices available.

I have tried various sizes for /,  SWAP, and /usr,  but newfs
consistantly has trouble mounting /usr.  I have no idea why.
After I hit return, the install completes, I reboot to see

F1: ???
F2: FreeBSD
F3: FreeBSD
F4: FreeBSD

F1 brings up my W2k; F2  boots FBSD but there is a system
error swhen it tried to mount /usr.  I tried by-hand.  No-joy.
Anybody know what I'm doing wrong?  (Must I use the NT 
bootloader, etc?)

gary



-- 
   Gary Kline [EMAIL PROTECTED]   www.thought.org Public service Unix

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


Re: ifconfig

2005-03-22 Thread Giorgos Keramidas
On 2005-03-23 01:07, Gert Cuykens <[EMAIL PROTECTED]> wrote:
> How do you tell a device for example nv0 to be dhcp without using rc.conf ?

By manually calling the dhclient(8) utility.

> Also how do you do a ipconfig /renew in freebsd ?

I don't know what an `ipconfig /renew' does, so no idea about this one.

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


Re: ssh password delay -- SOLVED

2005-03-22 Thread darren
I googled for it and came across this link:
http://www.faqs.org/docs/securing/chap5sec39.html
darren
Alex Zbyslaw wrote:
darren wrote:
order hosts,bind
multi on

Glad you got it fixed.
Where did you find this config documented?
My 4.10 hosts.conf man page doesn't mention anything like this (and 5.3 
seems to have lost the file altogether -- at least there was no man page 
for it).

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


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


Re: ifconfig

2005-03-22 Thread [EMAIL PROTECTED]
On Wed, 23 Mar 2005 01:07:47 +0100
Gert Cuykens <[EMAIL PROTECTED]> wrote:

> How do you tell a device for example nv0 to be dhcp without using
> rc.conf ?

just by using the line 
dhclient nv0
in another script or from command-line ?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: phpmyadmin on FreeBSD 5.3

2005-03-22 Thread Matthew Seaman
On Mon, Mar 21, 2005 at 11:01:59PM +0100, Roeland Hemsteede wrote:
> Hello,
> 
> Im trying to install apache, php4, mysql and phpmyadmin on my computer.
> Firstly I installed the packages for apache and php. Then I did "cd 
> /usr/ports/databases/phpmyadmin && make install distclean" but that 
> returns with the following error
> 
> bash-3.00# cd /usr/ports/databases/phpmyadmin && make install distclean
> 
> You may use the following additional build option:
> 
>WITH_SUPHP=yes   Install appropriately for use with
> the www/suphp port [default: no]
> 
> Unknown extension mysqli for PHP 4.
> *** Error code 1
> 
> Stop in /usr/ports/databases/phpmyadmin.
> bash-3.00#
> 
> After this I installed the package php4-mysql I tried it again and got 
> the same error.
> 
> Can anyone tell me wich things I need to do in order to get phpmyadmin 
> installed and working?

You need to run:

# make config

in the databases/phpmyadmin directory and *uncheck* the option for
MYSQLI.  Then you should be able to install successfully.  Like it
clearly says, you can only use the php mysqli extension with PHP5 and
MySQL 4.1.x

  Cheers,

  Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   8 Dane Court Manor
  School Rd
PGP: http://www.infracaninophile.co.uk/pgpkey Tilmanstone
Tel: +44 1304 617253  Kent, CT14 0JL UK


pgpd8Qj6Ot8bh.pgp
Description: PGP signature


Re: AMD64 very slow!

2005-03-22 Thread Boris Spirialitious

-- Emanuel Strobl <[EMAIL PROTECTED]> wrote:
 Am Mittwoch, 23. März 2005 00:38 schrieb Boris
> Spirialitious:
> > I have opteron 246 system with 2 port intel em
> > card. We have test bed with about 200Kbs traffic
> > and we route through 5.3/i386 system. Load is
> > about 50%.  With same settings, amd64 system run
> > with 85% load. How could be so slow? What tuning
> > extra is needed for amd64 kernels?
> 
> 200kB/s sounds like misconfigured duplex/negotiation
> mode.
> But why don't you try FreeBSD 5.4-BETA1? Many
> performance improvements were 
> achieved and stability is given in the -STABLE
> branch (BETA1 is a relese of 
> FreeBSD 5-STABLE)

I am sorry, I mean 200Mb/s. It is a controlled stream

Boris



__ 
Do you Yahoo!? 
Yahoo! Small Business - Try our new resources site!
http://smallbusiness.yahoo.com/resources/ 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


ifconfig

2005-03-22 Thread Gert Cuykens
How do you tell a device for example nv0 to be dhcp without using rc.conf ?
Also how do you do a ipconfig /renew in freebsd ?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: scp stalling

2005-03-22 Thread Emanuel Strobl
Am Mittwoch, 23. März 2005 00:51 schrieb Bob Ababurko:
> Hello-
>
> I have two boxes that I am trying to transfer files between and for some
> reasson I am getting annoting slow transfers.  I am running
> OpenSSH_3.8.1p1on the server end with freeBSD 5.3 and OpenSSH_3.5p1 with
> freeBSD 4.9 on the client end.  The connection keeps stalling and I am not
> seeing any errors in /var/log/messages.  The only sign is my loss of hair.
>
> How can I go about troubleshooting this?  I have full control over these

How are they conneted, in the same subnet and same switch or routed subnets or 
over some WAN links?
Does ftp work? Also active FTP?

-Harry

> boxen, so I can do whatever to fix this.
>
> thanks,
> Bob
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "[EMAIL PROTECTED]"


pgp0cDNU6SzOP.pgp
Description: PGP signature


Re: AMD64 very slow!

2005-03-22 Thread Emanuel Strobl
Am Mittwoch, 23. März 2005 00:38 schrieb Boris Spirialitious:
> I have opteron 246 system with 2 port intel em
> card. We have test bed with about 200Kbs traffic
> and we route through 5.3/i386 system. Load is
> about 50%.  With same settings, amd64 system run
> with 85% load. How could be so slow? What tuning
> extra is needed for amd64 kernels?

200kB/s sounds like misconfigured duplex/negotiation mode.
But why don't you try FreeBSD 5.4-BETA1? Many performance improvements were 
achieved and stability is given in the -STABLE branch (BETA1 is a relese of 
FreeBSD 5-STABLE)

-Harry

>
> Boris
>
>
>
> __
> Do you Yahoo!?
> Take Yahoo! Mail with you! Get it on your mobile phone.
> http://mobile.yahoo.com/maildemo
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "[EMAIL PROTECTED]"


pgpmGhx7KznWA.pgp
Description: PGP signature


scp stalling

2005-03-22 Thread Bob Ababurko
Hello-

I have two boxes that I am trying to transfer files between and for some 
reasson I am getting annoting slow transfers.  I am running OpenSSH_3.8.1p1on 
the server end with freeBSD 5.3 and OpenSSH_3.5p1 with freeBSD 4.9 on the 
client end.  The connection keeps stalling and I am not seeing any errors in 
/var/log/messages.  The only sign is my loss of hair. 

How can I go about troubleshooting this?  I have full control over these boxen, 
so I can do whatever to fix this.

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


Re: date change

2005-03-22 Thread Chris Knipe

On 3/22/2005 14:23, Chris Knipe seems to have typed:
How / what do I change (I presume this is kernel level) in order to
allow root AND normal users to be able to set the system date via
the 'date' command?  I would actually prefer to juse allow uid 0
(root) plus one additional uid to be able to change it.
sounds like a perfect job for
/usr/ports/security/sudo
Never even thought about that... *slaps himself silly*.
--
Chris.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


AMD64 very slow!

2005-03-22 Thread Boris Spirialitious
I have opteron 246 system with 2 port intel em
card. We have test bed with about 200Kbs traffic
and we route through 5.3/i386 system. Load is
about 50%.  With same settings, amd64 system run
with 85% load. How could be so slow? What tuning
extra is needed for amd64 kernels? 

Boris 



__ 
Do you Yahoo!? 
Take Yahoo! Mail with you! Get it on your mobile phone. 
http://mobile.yahoo.com/maildemo 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: pdflib-lite-6.0.0pl1 doesn't exist?

2005-03-22 Thread Kris Kennaway
On Tue, Mar 22, 2005 at 01:09:13PM -0800, Chip Wiegand wrote:
> I am trying to compile phpmyadmin and it stops with error 1 because it 
> cannot find pdflib-lite-6.0.0pl1. I have check the fbsd site and don't see 
> it listed in the ports tree. I then downloaded version 
> pdflib-lite-6.0.1pl1.tar.gz and put it in the distfiles directory, but 
> making phpmyadmin still fails, same error. I then renamed the file to 
> pdflib-lite-6.0.0pl1.tar.gz and it still fails, same error. What to do?

Zeroth, make sure your ports collection is up-to-date.

First, show us the real error, don't describe it to us second hand.

Kris


pgp5yP3JD2Fci.pgp
Description: PGP signature


Re: date change

2005-03-22 Thread Peter Giessel
On 3/22/2005 14:23, Chris Knipe seems to have typed:
> How / what do I change (I presume this is kernel level) in order to
> allow root AND normal users to be able to set the system date via
> the 'date' command?  I would actually prefer to juse allow uid 0
> (root) plus one additional uid to be able to change it.

sounds like a perfect job for
/usr/ports/security/sudo
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Anthony's drive issues.Re: ssh password delay

2005-03-22 Thread Bernt Hansson
Anthony Atkielski skrev:
Show me that it's not a bug in FreeBSD first. 
What bios version is it?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


more info again

2005-03-22 Thread Francis Whittington
Hi Chris,
I knew that diagram was going to juggled.sorry. All the IP addresses 
were assigned by DHCP. I did not do anything manually. I do have good news 
though. I am going to follow this guide. Thanks to the other person who 
suggested it.

http://www.unixguide.net/freebsd/fbsd_installguide/index.php 

I have read it and even though I am using 5.3, it seems to make sense to me to 
do it step by step this way. So instead of trying to setup a stand alone work 
station to learn on, I will make it a gateway router. Thats what I wanted to do 
in the first place. As a matter of fact, a couple of years ago someone on 
Linuxhelp (radiogeo.good ole George), helped me setup a Slackware 
router/firewall box out of a 486DX 50. It worked great. My main computer took a 
dump and I never hooked the router back up when the box was built. So after a 
couple of years I am back at trying this UNIX thing. 
I'll let you know how its going from time to time if thats ok. I have only 
one question about this. If I still want to use my wireless router as a 
switch.will it work?
Thanks,
 Buddy
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


date change

2005-03-22 Thread Chris Knipe
Lo all,

Firstly, I am well aware of the implications, risks, and everything else 
associated with this... Unfortunately due to means out of my control, I have no 
alternative, and quite frankly, this is on a very secure system where no one 
has access to :>

Right.

How / what do I change (I presume this is kernel level) in order to allow root 
AND normal users to be able to set the system date via the 'date' command?  I 
would actually prefer to juse allow uid 0 (root) plus one additional uid to be 
able to change it.

I had a look at /usr/src/bin/date but couldn't really find anything there - 
hence, I am presuming the limitation is coming from the kenrel.

If anyone can be of some aid, I'll appreciate it allot.  This is currently on a 
4.10 system, I will more than likely upgrade it to 5.x-STABLE in the near 
future.

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


installing 4.10 AND 5.3 on one system

2005-03-22 Thread Timothy Smith
is it possible to install 4.10 and 5.3 on a single system? i'm need them 
for testing a various times but i've only got the one system for them both.
i tried myself, but i ended up with getting "not ufs" error msg after 
the boot prompt, it did show 2 freebsd options however.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Router/Firewall?

2005-03-22 Thread Karol Kwiatkowski
[please cc freebsd-questions, someone may be interested, too]


Aperez wrote:
> Karol Kwiatkowski wrote:
> 
>> Aperez wrote:
>>  
>>
>>> Hi:
>>>
>>> I am trying to set up a router/firewall with Freebsd 5.3 this is my
>>> information:
>>>
>>> Winxp and Freebsd machine connected to Firewall machine using a hub
>>>
>>> Firewall has two ethernet cards:  card1: dc0 connected to cable internet
>>> using DHCP
>>>card 2: rl0 setup to use
>>> 192.168.1.1
>>>
>>> I can connect to the internet from the firewall: ping -c 3 www.yahoo.con
>>> successfull
>>> I can ping from Firewall to the other two machines (WinXP and FreeBSD)
>>> I can ping from XP to FreeBsd and Firewall
>>> I can pin from FreeBSD to XP and Firewall
>>>   
>>
>>
>> OK, it appears your internal network is working.
>>
>> Did you set 'defaultrouter' on FreeBSD and XP (whatever it may be
>> called on Windows) to 192.168.1.1 (IP of the gateway)?
>>
>>
>>  
>>
>>> Here is the problem: I cant connect to internet from neither XP nor
>>> FreeBSD machine
>>>
>>> Here is my rc.conf from the firewall machine:
>>>
>>> gateway_enable="YES"
>>> ifconfig_lo0="inet 127.0.0.1"
>>> ifconfig_dc0="DHCP"
>>> ifconfig_rl0="inet 192.168.1.1 netmask 255.255.255.0"
>>> ipfilter_enable="YES"
>>> ipmon_enable="YES"
>>> ipmon_flags="-Dsvn"
>>> ipnat_enable="YES"
>>>   
>>
>>
>> What rules do you have in ipfilter and ipnat? Have you enabled NAT?
>>
>>
>>  
>>
>>> ipfs_enable="YES"
>>>
>>> Can anyabody tell me what I am missing?
>>>   
>>
>>
>> Regards,
>>
>> Karol
>>
>>  
>>
> Hi
> 
> I did set up Winxp to use 192.168.1.1 as gateway and I put
> defaultrouter=192.168.1.1 in the Freebsd machine.
> 
> I dont have rules for ipfilter because I was trying to see if there was
> connectivity box---firewall---internet.

> Do I have to have ipnat rules in oder for the machines to connect to the
> internet?

Yes. NAT is not working yet. With ipnat_enable="YES" you've just
enabled ipnat but you didn't tell it what to do yet.

Something like this would do:

> map dc0 192.168.1.0/24 -> 0/32 portmap tcp/udp auto# NAT for LAN +port 
> mapping
> map dc0 192.168.1.0/24 -> 0/32 # NAT for LAN (icmp)

But keep in mind I no longer use ipfilter/ipnat. Please check manpage
for ipnat(1). Also handbook section: 24.5.14 NAT
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/firewalls-ipf.html


> Dind't I enable natd by putting "ipnat_enable="YES"" or do I have to put this
> instead natd_enable="YES"?

'natd' is another way to do NAT. You'll need only one of them. And
ipnat just doesn't do NAT yet.


Regards,

Karol


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


Re: Accessing Windows XP Desktop (Home Edition) remotely

2005-03-22 Thread Greg 'groggy' Lehey
Since you mention mail etiquette,

1.  If you have an issue with mail format, reply privately.  Yes, I'm
violating this rule here, but only as a followup.

2.  Please don't "bottom post".  It's just as irritating as "top
posting".  Please trim messages to the minimum length that
maintains the context.  If you're referring to the message as a
whole rather than its content, it's appropriate to put the
comments at the top.

3. Please also don't mangle messages.  Your quoting algorithm makes
   spurious short lines with incorrect quotation levels:

   >>> you use realvnc to install the server, then tightvnc to connect (i find
   >> it's
   >>> faster than the normal vnc client.  then to connect all you need is X
   >> running
   >>> and:

You can read more about these and other topics at
http://www.lemis.com/email/email-format.html.  They will also explain
why you have made a poor choice of MUA.

Greg

On Tuesday, 22 March 2005 at 21:47:37 +0530, Subhro wrote:
> 
> 
>> From: [EMAIL PROTECTED] [mailto:owner-freebsd-
>> [EMAIL PROTECTED] On Behalf Of Nick Pavlica
>> Sent: Tuesday, March 22, 2005 21:39
>> To: daniel
>> Cc: freebsd-questions@freebsd.org
>> Subject: Re: Accessing Windows XP Desktop (Home Edition) remotely
>> 
>> VNC works very well for me, good suggestion!
>> 
>> --Nick
>> 
>> 
>> On Tue, 22 Mar 2005 11:02:48 -0500, daniel <[EMAIL PROTECTED]>
>> wrote:
>>> On March 22, 2005 10:54 am, Odhiambo Washington wrote:
 I have this big curse that I have to access the office computer from
 home. The office PC runs WinXP Home, not Professional.
 I have turned the Internet upside-down trying to get an app that will
 enable me access the goddamn XP desktop, using something like
>> krdesktop,
 from home. Something that can run on the Windows XP and provide me
 access to it's desktop from a FreeBSD box running KDE.
>>> 
>>> i'd suggest vnc:
>>>   http://www.realvnc.com/
>>>   http://www.tightvnc.com/
>>> 
>>> you use realvnc to install the server, then tightvnc to connect (i find
>> it's
>>> faster than the normal vnc client.  then to connect all you need is X
>> running
>>> and:
>>> 
>>>   $ vncviewer 
>>> 
>>> security note:
>>> vnc is *not* encrypted and is not generally considered secure.  any
>> ports you
>>> open/forward should be directed to your ip only.  even better, try a
>> knocking
>>> daemon.
>>> 
>>> --
>>> i hope that we shall crush in its birth the aristocracy of our monied
>>> corporations, which dare already to challenge our government to a trial
>> of
>>> strength, and bid defiance to the laws of our country.
>>>   - thomas Jefferson, 1816
>>> ___
>>> freebsd-questions@freebsd.org mailing list
>>> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
>>> To unsubscribe, send any mail to "freebsd-questions-
>> [EMAIL PROTECTED]"
>>> 
>> ___
>> freebsd-questions@freebsd.org mailing list
>> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
>> To unsubscribe, send any mail to "freebsd-questions-
>> [EMAIL PROTECTED]"
> 
> 
> Please do not Top Post. Its kinda irritating. :-(
> 
> Indian Institute of Information Technology
> Subhro Sankha Kar
> Block AQ-13/1, Sector V
> Salt Lake City
> PIN 700091
> India



--
See complete headers for address and phone numbers.


pgpAaeOqH1obT.pgp
Description: PGP signature


Re: 8-bit characters anyone?

2005-03-22 Thread Andreas Davour
On Wed, 23 Mar 2005, Giorgos Keramidas wrote:
You have probably forgotten to set the locale related stuff correctly in
your environment.  What does the following in one of your shells?
% env | grep LANG
% env | grep LC_
Nothing at all. Though, I never did fiddle with locales before the
upgrade either. In KDE I have configured the locale as Swedish, and the
date, currency and those things look ok.
This is probably what's causing you trouble.
FWIW, using the XKB input extension here, I noticed that the X server
fails to get/output any 8-bit character until I correctly set my
environment in the login shell or my ``.xinitrc'' file.
For instance, for Greek text input, I use:
[snip]
Thanks! I'll try to set some locale settings in my .xinitrc and see if 
that solves anything. I don't use xorg, since I have been using XFree86 
since the early 1990-ies and don't want to learn it all over again. 
Maybe that's what troubling my setup.

Now I'll just wait for another long compile, and then shut down X and 
try this out.

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


Re: emergent msdosfs problems, errors

2005-03-22 Thread Brian M. Kincaid
Hello again,
Ah Hah! I noticed the following in the "dmesg" output:
atapci0:  port
0xdc00-0xdc7f,0xdca0-0xdcaf,
0xdcc0-0xdcff mem 0xff7c-0xff7d,0xff7ff000-0xff7f irq 3 at
device 7.
0 on pci2
atapci0: failed: rid 0x20 is memory, requested 4
Can anyone tell me what the "failed:" message means?
Thanks,
Brian
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: 8-bit characters anyone?

2005-03-22 Thread Giorgos Keramidas
On 2005-03-22 23:02, Andreas Davour <[EMAIL PROTECTED]> wrote:
>On Tue, 22 Mar 2005, Giorgos Keramidas wrote:
>>>In KDE, after having added my own xmodmap to the .xinitrc file, I
>>>though that they might appear. No such luck. Even after setting the
>>>keyboard layout on Control Panel/Regional/Keyboard Layout to Swedish
>>>do they not appear. [...]
>>
>>You have probably forgotten to set the locale related stuff correctly in
>>your environment.  What does the following in one of your shells?
>>
>>  % env | grep LANG
>>  % env | grep LC_
>
> Nothing at all. Though, I never did fiddle with locales before the
> upgrade either. In KDE I have configured the locale as Swedish, and the
> date, currency and those things look ok.

This is probably what's causing you trouble.

FWIW, using the XKB input extension here, I noticed that the X server
fails to get/output any 8-bit character until I correctly set my
environment in the login shell or my ``.xinitrc'' file.

For instance, for Greek text input, I use:

[-- .xinitrc file --]

%   # Clear all existing locale environment.
%   __junk=""
%   unset __junk `env | sed -n -E '/^(LANG|LC_[A-Z]+)=.*$/ s/=.*$//p'`
%   export LANG='C'
%   export LC_CTYPE='el_GR.ISO8859-7'
%   export LC_COLLATE='el_GR.ISO8859-7'
%
%   # Finally, fire up the window manager.
%   exec wmaker

[-- /etc/X11/xorg.conf --]

%   Section "InputDevice"
%   Identifier "Keyboard0"
%   Driver "keyboard"
%   Option "XkbRules" "xorg"
%   Option "XkbModel" "pc105"
%
%   # Support for Greek input.  You must also have a matching locale
%   # setup in the environment of your xinit process.
%   Option "XkbLayout"  "us,el"
%   Option "XkbOptions" "grp:alt_shift_toggle"
%   EndSection

The xorg.conf stuff fails to work if I comment out the locale settings
in my .xinitrc file.

- Giorgos

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


emergent msdosfs problems, errors

2005-03-22 Thread Brian M. Kincaid
Hello FreeBSD Collective Consciousness,
I run a dual-boot FreeBSD 6.0-Current/WinXP Pro system. The FreeBSD NTFS 
driver can't write files, and can only read files less than 2GB in size, 
so I have been using a FAT32 disk (Drive D:) mounted using mount_msdosfs 
successfully for several years for file transfer between the FreeBSD and 
WinXP "personalities" of my system.

Just recently, after some hardware changes in my machine (new SATA disks 
for the FreeBSD personality) and rebuilding of world and kernel, the 
MSDOS file system has become unreliable, with directories and files 
mixed up, and "find ." broken with various error messages. Also, 
fsck_msdosfs complains about bad signatures in the boot block.

After a clean reboot, doing "find ." on the FAT32 disk works without 
errors. Running "tar" to try to create a backup of the FAT32 disk fails, 
though, and after that "find ." returns errors "find: fts_read: No such 
file or directory" and files and directories on the FAT32 disk appear to 
be mixed up or corrupted.

In the WinXP world, the FAT32 disk is just fine, thank you.
All this is new behavior, things have been working for several years.
I think the FreeBSD msdosfs driver is failing somehow. Any suggestions?
Thanks,
Brian
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: 8-bit characters anyone?

2005-03-22 Thread Andreas Davour
Thanks for you response!
On Tue, 22 Mar 2005, Giorgos Keramidas wrote:
In KDE, after having added my own xmodmap to the .xinitrc file, I
though that they might appear. No such luck. Even after setting the
keyboard layout on Control Panel/Regional/Keyboard Layout to Swedish
do they not appear.
Oddly enough, in emacs everything looks like it should!
What am I missing, and what didn't I do after the upgrade?
You have probably forgotten to set the locale related stuff correctly in
your environment.  What does the following in one of your shells?
% env | grep LANG
% env | grep LC_
Nothing at all. Though, I never did fiddle with locales before the 
upgrade either. In KDE I have configured the locale as Swedish, and the 
date, currency and those things look ok.

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


Re: Free BSD and HP's Integrated Lights Out

2005-03-22 Thread pbdlists
As far as I know, basic iLO features are not OS dependent at all. But if
you need a license, you're using advanced features; basic support is
included with the server. Possibly you want to get to a graphic display?
If you can do with access to a text terminal you should be fine.
Switching to a text terminal via a SSH session to iLO can, for example,
be done by assigning CTRL-ALT-F1 to say CTRL-T in iLO itself.


On Tue, Mar 22, 2005 at 10:08:48AM -0800, Doug Paquette wrote:
> Group,
> 
> Is there anyone here who knows if HP's Integrated
> Lights out card on a Proliant DL380 G3 will for sure
> work with Free BSD?
> 
> I beleive it will from the last time I tried the
> trial, but that was 8 months ago and I cannot remember
> if it did or not, and I have already used up my 30 day
> trial, and HP doesn't know how to get me more trial
> time. I hate to buy the licencing pack without knowing
> for sure.
> 
> Can anyone help me with this?
> 
> Thanks 
> 
> Doug
> 
> 
>   
> __ 
> Do you Yahoo!? 
> Yahoo! Small Business - Try our new resources site!
> http://smallbusiness.yahoo.com/resources/ 
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
> 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: FreeBSD HOWTO: Software Mirror System Disk

2005-03-22 Thread Emanuel Strobl
Am Dienstag, 22. März 2005 22:01 schrieb Aaron Trumm:
> Hello is anybody there?  I don't know if I'm subscribed...
>
> I have a question...is this a typo?:
>
> gmirror insert gm0 /dev/ad6
>
> I get to that step and get the message "class not found"
>
> should it be?:
>
> gmirror insert boot /dev/ad6?

You have already setup (with gmirror label) a mirror named gm0 right?
What does 'gmirror list gm0' tell?

Anyway, you'll find an answer in the very well written man page, like usual 
for FreeBSD man pages ;)

-Harry

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


pgprFIHwU4T2v.pgp
Description: PGP signature


Re: 8-bit characters anyone?

2005-03-22 Thread Giorgos Keramidas
On 2005-03-22 21:07, Andreas Davour <[EMAIL PROTECTED]> wrote:
>
> I have an odd problem. I can't get any 8-bit characters to show up
> after an upgrade.
>
> On the console nothing happens after I run kbdmap and choose Swedish
> ISO-8859-1. It just beeps, and prints the non-Swedish characters like
> before.
>
> In KDE, after having added my own xmodmap to the .xinitrc file, I
> though that they might appear. No such luck. Even after setting the
> keyboard layout on Control Panel/Regional/Keyboard Layout to Swedish
> do they not appear.
>
> Oddly enough, in emacs everything looks like it should!
>
> What am I missing, and what didn't I do after the upgrade?

You have probably forgotten to set the locale related stuff correctly in
your environment.  What does the following in one of your shells?

% env | grep LANG
% env | grep LC_

- Giorgos

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


Re: NIC won't DHCP or configure

2005-03-22 Thread Robert Marella
Charles Swiger wrote:
On Mar 21, 2005, at 9:31 PM, Kevin Kinsey wrote:
*If I'm wrong, it's Chuck's fault, heh heh 

It's always my fault, even when it's not my fault.
(I must have done something.  What did I do, again?  :-)
I can take the pressure off of you Chuck.
Call 1-900-BLAME-ME. Fifty cents per minute to hear sincere apologies 
and promises to do better.

Groveling at additional expense. ;)
Robert
P.S. please do not call the above number as I have no idea if it works.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: OpenBSD's pf and traffic

2005-03-22 Thread Jorge Mario G.
Sure you can
check out IP accountingit's a great tool for web
hosters and such, and they have an pf module

http://ipa-system.sourceforge.net/



Jorge Mario Mazo

_
Do You Yahoo!?
Información de Estados Unidos y América Latina, en Yahoo! Noticias.
Visítanos en http://noticias.espanol.yahoo.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Problems building jails under RELENG_5_3 (5.3-RELEASE-p5)

2005-03-22 Thread George Hartzell

George Hartzell writes:
 > [...]
 > Google and the freebsd-questions archives show several other people
 > reporting the problem, but I havn't seen anyone post a solution.

Pardon my following up to my own post, but in the interest of having a
solution in the archives, here's a shar file of two diffs that'll make
it work as documented in the jail man page.

The problem seems to be some changes to /usr/src/Makefile and
/usr/src/Makefile.inc1 that were quickly fixed on the RELENG_5 branch
but never included back into the RELENG_5_3 branch.

I grabbed those two files from the FreeBSD CVS repository via the web
interface, just after the fix for this problem.  I moved them into
/usr/src and they seem to work fine.  The functional Makefile is
version 1.306.2.1 and Makefile.inc1 is version 1.438.2.5.

I'm including a shar file containing the diffs between my
5.3-RELEASE-p5 system and those files, hopefully it'll be useful to
other folks.

g.

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#   Makefile.diff
#   Makefile.inc1.diff
#
echo x - Makefile.diff
sed 's/^X//' >Makefile.diff << 'END-of-Makefile.diff'
X2c2
X< # $FreeBSD: src/Makefile,v 1.306 2004/08/09 11:38:41 harti Exp $
X---
X> # $FreeBSD: /repoman/r/ncvs/src/Makefile,v 1.306.2.1 2004/11/08 19:38:31 ru 
Exp $
X87a88,94
X> _MAKEOBJDIRPREFIX!= /usr/bin/env -i \
X>  PATH=${PATH} MAKEFLAGS="${.MAKEFLAGS}" ${MAKE} \
X>  -f /dev/null -V MAKEOBJDIRPREFIX dummy
X> .if !empty(_MAKEOBJDIRPREFIX)
X> .error MAKEOBJDIRPREFIX can only be set in environment, not as a global\
X>  (in /etc/make.conf) or command-line variable.
X> .endif
X147,148d153
X< .if defined(HISTORICAL_MAKE_WORLD) || defined(DESTDIR)
X< .if make(world)
X150c155,156
X< .endif
X---
X> 
X> .if defined(HISTORICAL_MAKE_WORLD) || defined(DESTDIR)
X245c251
X< # with reasonable chance of success, regardless of how old your
X---
X> # with a reasonable chance of success, regardless of how old your
X248,249c254,255
X< i386_mach=   pc98
X< universe:
X---
X> universe: universe_prologue
X> universe_prologue:
X253,254c259,264
X< .for arch in i386 sparc64 alpha ia64 amd64
X< .for mach in ${arch} ${${arch}_mach}
X---
X> .for target in i386 i386:pc98 sparc64 alpha ia64 amd64
X> .for arch in ${target:C/:.*$//}
X> .for mach in ${target:C/^.*://}
X> universe: universe_${mach}
X> .ORDER: universe_prologue universe_${mach} universe_epilogue
X> universe_${mach}:
X265c275
X<  cd ${.CURDIR} && ${MAKE} ${JFLAG} buildkernels TARGET_ARCH=${arch} 
TARGET=${mach}
X---
X>  cd ${.CURDIR} && ${MAKE} buildkernels TARGET_ARCH=${arch} TARGET=${mach}
X268a279,281
X> .endfor
X> universe: universe_epilogue
X> universe_epilogue:
X277,278d289
X< .endif
X< 
X285a297
X> .endif
END-of-Makefile.diff
echo x - Makefile.inc1.diff
sed 's/^X//' >Makefile.inc1.diff << 'END-of-Makefile.inc1.diff'
X2c2
X< # $FreeBSD: src/Makefile.inc1,v 1.438.2.4.2.1 2004/10/24 09:24:25 scottl Exp 
$
X---
X> # $FreeBSD: /repoman/r/ncvs/src/Makefile.inc1,v 1.438.2.5 2004/11/08 
19:38:31 ru Exp $
X93,99d92
X< _MAKEOBJDIRPREFIX!= env -i PATH=${PATH} MAKEFLAGS="${.MAKEFLAGS}" ${MAKE} \
X<  -f /dev/null -V MAKEOBJDIRPREFIX dummy
X< .if !empty(_MAKEOBJDIRPREFIX)
X< .error MAKEOBJDIRPREFIX can only be set in environment, not as a global\
X<  (in /etc/make.conf) or command-line variable.
X< .endif
X< 
X183,184c176
X< BMAKEENV=DESTDIR= \
X<  INSTALL="sh ${.CURDIR}/tools/install.sh" \
X---
X> BMAKEENV=INSTALL="sh ${.CURDIR}/tools/install.sh" \
X189a182
X>  DESTDIR= \
X196a190
X>  DESTDIR= \
X204d197
X<  DESTDIR=${WORLDTMP} \
X208c201
X< WMAKE=   ${WMAKEENV} ${MAKE} -f Makefile.inc1
X---
X> WMAKE=   ${WMAKEENV} ${MAKE} -f Makefile.inc1 DESTDIR=${WORLDTMP}
X669c662
X<  cd ${.CURDIR}; ${CVS} -R -q update -rRELENG_5_3 -P -d
X---
X>  cd ${.CURDIR}; ${CVS} -R -q update -rRELENG_5 -P -d
END-of-Makefile.inc1.diff
exit

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


Re: Router/Firewall?

2005-03-22 Thread Karol Kwiatkowski
Aperez wrote:
> Hi:
> 
> I am trying to set up a router/firewall with Freebsd 5.3 this is my
> information:
> 
> Winxp and Freebsd machine connected to Firewall machine using a hub
> 
> Firewall has two ethernet cards:  card1: dc0 connected to cable internet
> using DHCP
> card 2: rl0 setup to use
> 192.168.1.1
> 
> I can connect to the internet from the firewall: ping -c 3 www.yahoo.con
> successfull
> I can ping from Firewall to the other two machines (WinXP and FreeBSD)
> I can ping from XP to FreeBsd and Firewall
> I can pin from FreeBSD to XP and Firewall

OK, it appears your internal network is working.

Did you set 'defaultrouter' on FreeBSD and XP (whatever it may be
called on Windows) to 192.168.1.1 (IP of the gateway)?


> Here is the problem: I cant connect to internet from neither XP nor
> FreeBSD machine
>
> Here is my rc.conf from the firewall machine:
> 
> gateway_enable="YES"
> ifconfig_lo0="inet 127.0.0.1"
> ifconfig_dc0="DHCP"
> ifconfig_rl0="inet 192.168.1.1 netmask 255.255.255.0"
> ipfilter_enable="YES"
> ipmon_enable="YES"
> ipmon_flags="-Dsvn"
> ipnat_enable="YES"

What rules do you have in ipfilter and ipnat? Have you enabled NAT?


> ipfs_enable="YES"
> 
> Can anyabody tell me what I am missing?

Regards,

Karol

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


Re: Windows Mobile connected via uppc-kmod, anyone?

2005-03-22 Thread Georg-W. Koltermann
On Sat, 2005-03-19 at 21:27 -0800, Remington wrote:
> I have this working successfully with a Dell Axim PDA. Please attach
> relevant logs and conf files

Done.  I hope the attachment makes it through the spam filters.

--
Regards,
Georg.

> 
> On Sun, 2005-03-20 at 01:10 +0100, Georg-W. Koltermann wrote:
> > Hi,
> > 
> > I am trying to connect my BlueMedia PDA (rebrand of Yakumo Delta 300
> > GPS) to FreeBSD 5.3 using the uppc-kmod port.
> > 
> > I am having problems to get the connection up.  The ppp log shows
> that
> > the link is established briefly but then immediately disconnects.
> It
> > never makes it to talk to dccm.
> 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


RE: Router/Firewall?

2005-03-22 Thread bob
This is covered in detail at
http://www.unixguide.net/freebsd/fbsd_installguide/index.php



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Aperez
Sent: Tuesday, March 22, 2005 3:19 PM
To: freebsd-questions@freebsd.org
Subject: Router/Firewall?

Hi:

I am trying to set up a router/firewall with Freebsd 5.3 this is my
information:

Winxp and Freebsd machine connected to Firewall machine using a hub

Firewall has two ethernet cards:  card1: dc0 connected to cable
internet
using DHCP
 card 2: rl0 setup
to
use 192.168.1.1

I can connect to the internet from the firewall: ping -c 3
www.yahoo.con
successfull
I can ping from Firewall to the other two machines (WinXP and
FreeBSD)
I can ping from XP to FreeBsd and Firewall
I can pin from FreeBSD to XP and Firewall

Here is the problem: I cant connect to internet from neither XP nor
FreeBSD machine

Here is my rc.conf from the firewall machine:

gateway_enable="YES"
ifconfig_lo0="inet 127.0.0.1"
ifconfig_dc0="DHCP"
ifconfig_rl0="inet 192.168.1.1 netmask 255.255.255.0"
ipfilter_enable="YES"
ipmon_enable="YES"
ipmon_flags="-Dsvn"
ipnat_enable="YES"
ipfs_enable="YES"

Can anyabody tell me what I am missing?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to
"[EMAIL PROTECTED]"

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


Re: Accessing Windows XP Desktop (Home Edition) remotely

2005-03-22 Thread Andrew L. Gould
On Tuesday 22 March 2005 03:26 pm, Ean Kingston wrote:
> > On Tuesday 22 March 2005 02:18 pm, Christopher Nehren wrote:
> >> -BEGIN PGP SIGNED MESSAGE-
> >> Hash: SHA1
> >>
> >> On 2005-03-22, daniel scribbled these
> >>
> >> curious markings:
> >> > security note:
> >> > vnc is *not* encrypted and is not generally considered secure. 
> >> > any ports you open/forward should be directed to your ip only. 
> >> > even better, try a knocking daemon.
> >>
> >> This is why you set up an SSH tunnel between the two machines. The
> >> Handbook (as always) shows how to do this, with examples.
> >>
> >> Best Regards,
> >> Christopher Nehren
> >
> > To forward a VNC session through SSH, the user will need to install
> > a SSH application on the Windows computer.  PuTTY is a free
> > example, and is available at:
> >
> > http://www.chiark.greenend.org.uk/~sgtatham/putty/
>
> AFAIK Putty is a client only. The original user wanted to access his
> WinXP Home system from FreeBSD. So, Putty isn't going to do it. I
> think there is an OpenSSH implementation (both client and server) for
> Win32 that runs on XP. I know the cygwin implementation works (but
> the original poster may not want that much added to the XP system).
>
> http://www.cygwin.com/ and http://www.openssh.org/

You're right -- good catch.

Thanks,

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


Re: Accessing Windows XP Desktop (Home Edition) remotely

2005-03-22 Thread Ean Kingston

> On Tuesday 22 March 2005 02:18 pm, Christopher Nehren wrote:
>> -BEGIN PGP SIGNED MESSAGE-
>> Hash: SHA1
>>
>> On 2005-03-22, daniel scribbled these
>>
>> curious markings:
>> > security note:
>> > vnc is *not* encrypted and is not generally considered secure.  any
>> > ports you open/forward should be directed to your ip only.  even
>> > better, try a knocking daemon.
>>
>> This is why you set up an SSH tunnel between the two machines. The
>> Handbook (as always) shows how to do this, with examples.
>>
>> Best Regards,
>> Christopher Nehren
>
> To forward a VNC session through SSH, the user will need to install a
> SSH application on the Windows computer.  PuTTY is a free example, and
> is available at:
>
> http://www.chiark.greenend.org.uk/~sgtatham/putty/

AFAIK Putty is a client only. The original user wanted to access his WinXP
Home system from FreeBSD. So, Putty isn't going to do it. I think there is
an OpenSSH implementation (both client and server) for Win32 that runs on
XP. I know the cygwin implementation works (but the original poster may
not want that much added to the XP system).

http://www.cygwin.com/ and http://www.openssh.org/

-- 
Ean Kingston
E-Mail: ean_AT_hedron_DOT_org
 PGP KeyID: 1024D/CBC5D6BB
   URL: http://www.hedron.org/


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


Re: Problems building jails under RELENG_5_3 (5.3-RELEASE-p5)

2005-03-22 Thread Robert Gogolok
George Hartzell wrote:
===> games/fortune/strfile
/usr/obj/usr/src/i386/usr/src/games/fortune/strfile created for 
/usr/src/games/fortune/strfile
rm -f .depend
mkdep -f .depend -a-I/usr/obj/usr/src/i386/legacy/usr/include 
/usr/src/games/fortune/strfile/strfile.c
echo strfile: /usr/jails/cgl/usr/lib/libc.a 
/usr/obj/usr/src/i386/legacy/usr/lib/libegacy.a >> .depend
cc -O -pipe  -I/usr/obj/usr/src/i386/legacy/usr/include -c 
/usr/src/games/fortune/strfile/strfile.c
make: don't know how to make /usr/jails/cgl/usr/lib/libc.a. Stop
*** Error code 2
I've found now the mail from freebsd-current again:
http://lists.freebsd.org/mailman/htdig/freebsd-current/2004-November/042348.html
Robert
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


pdflib-lite-6.0.0pl1 doesn't exist?

2005-03-22 Thread Chip Wiegand
I am trying to compile phpmyadmin and it stops with error 1 because it 
cannot find pdflib-lite-6.0.0pl1. I have check the fbsd site and don't see 
it listed in the ports tree. I then downloaded version 
pdflib-lite-6.0.1pl1.tar.gz and put it in the distfiles directory, but 
making phpmyadmin still fails, same error. I then renamed the file to 
pdflib-lite-6.0.0pl1.tar.gz and it still fails, same error. What to do?
--
Chip
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Accessing Windows XP Desktop (Home Edition) remotely

2005-03-22 Thread Andrew L. Gould
On Tuesday 22 March 2005 02:18 pm, Christopher Nehren wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> On 2005-03-22, daniel scribbled these
>
> curious markings:
> > security note:
> > vnc is *not* encrypted and is not generally considered secure.  any
> > ports you open/forward should be directed to your ip only.  even
> > better, try a knocking daemon.
>
> This is why you set up an SSH tunnel between the two machines. The
> Handbook (as always) shows how to do this, with examples.
>
> Best Regards,
> Christopher Nehren

To forward a VNC session through SSH, the user will need to install a 
SSH application on the Windows computer.  PuTTY is a free example, and 
is available at:

http://www.chiark.greenend.org.uk/~sgtatham/putty/

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


Re: Problems building jails under RELENG_5_3 (5.3-RELEASE-p5)

2005-03-22 Thread Robert Gogolok
Christopher Nehren wrote:
I think I did only "make world" without DESTDIR and specified it of 
course afterwards when doing "make installworld".
"make world" builds and installs the world onto your current system,
leaving a /usr/obj intact. Unless you specified a DESTDIR for the
installworld, it was spurious, replacing files already installed.
ARGH, right, sorry!
I did a "make buildworld" and afterwards a "make installworld DESTDIR=..."
See also:
http://www.bsdforen.de/showthread.php?p=62201#post62201
german, but you should recognize the error at the top, and the  response 
on 21.11.2004, 17:19 from the nick Ice

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


Re: Accessing Windows XP Desktop (Home Edition) remotely

2005-03-22 Thread Christopher Nehren
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2005-03-22, daniel scribbled these
curious markings:
> security note:
> vnc is *not* encrypted and is not generally considered secure.  any ports you 
> open/forward should be directed to your ip only.  even better, try a knocking 
> daemon.

This is why you set up an SSH tunnel between the two machines. The
Handbook (as always) shows how to do this, with examples.

Best Regards,
Christopher Nehren
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.0 (FreeBSD)

iD8DBQFCQH5yk/lo7zvzJioRArUSAKCZ1bG0K0cEQURwPfGOBmuqbzJjXwCeNw+8
ju5tvFvFnYTykLnP/5j9pzk=
=PM2b
-END PGP SIGNATURE-

-- 
I abhor a system designed for the "user", if that word is a coded
pejorative meaning "stupid and unsophisticated". -- Ken Thompson
If you ask the wrong questions, you get answers like "42" and "God".
Unix is user friendly. However, it isn't idiot friendly.

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


FreeBSD HOWTO: Software Mirror System Disk

2005-03-22 Thread Aaron Trumm
Hello is anybody there?  I don't know if I'm subscribed...

I have a question...is this a typo?:

gmirror insert gm0 /dev/ad6

I get to that step and get the message "class not found"

should it be?:

gmirror insert boot /dev/ad6?

or something?

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


Re: Problems building jails under RELENG_5_3 (5.3-RELEASE-p5)

2005-03-22 Thread Christopher Nehren
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2005-03-22, Robert Gogolok scribbled these
curious markings:
> I think I did only "make world" without DESTDIR and specified it of 
> course afterwards when doing "make installworld".

"make world" builds and installs the world onto your current system,
leaving a /usr/obj intact. Unless you specified a DESTDIR for the
installworld, it was spurious, replacing files already installed.

Best Regards,
Christopher Nehren
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.0 (FreeBSD)

iD8DBQFCQH7+k/lo7zvzJioRAvcbAJ9uk5UEfmqB/vB6kcstNTA4bx0tdwCdGDQj
Zw8pvTooa9Ui2LTmU6NNDG8=
=8psv
-END PGP SIGNATURE-

-- 
I abhor a system designed for the "user", if that word is a coded
pejorative meaning "stupid and unsophisticated". -- Ken Thompson
If you ask the wrong questions, you get answers like "42" and "God".
Unix is user friendly. However, it isn't idiot friendly.

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


Re: Using portupgrade

2005-03-22 Thread Christopher Nehren
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2005-03-22, Pat Maddox scribbled these
curious markings:
> What are some considerations to make before upgrading the ports?  Does
> upgrading them overwrite the existing config files?  I've got a number
> of ports that aren't up-to-date, but this is running on a server, so I
> don't want to muck up the software and configs that are currently
> running.

You have good dumps, yes? And you've read /usr/ports/UPDATING, yes? And
you've reviewed any changes to the Makefiles of the ports in question,
yes? Then you shouldn't have any issues.

Best Regards,
Christopher Nehren
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.0 (FreeBSD)

iD8DBQFCQH9Ek/lo7zvzJioRAo0eAKC7l+QyDgzY4J7bx7Yx/izqDHjHLgCgglXT
5X1U54MJxqxscr7Zl+fAcfc=
=m7EO
-END PGP SIGNATURE-

-- 
I abhor a system designed for the "user", if that word is a coded
pejorative meaning "stupid and unsophisticated". -- Ken Thompson
If you ask the wrong questions, you get answers like "42" and "God".
Unix is user friendly. However, it isn't idiot friendly.

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


Re: Accessing Windows XP Desktop (Home Edition) remotely

2005-03-22 Thread Ean Kingston

>> XP Home edition does not have Remote Desktop. XP Pro has. I am running
>> the former.
>>
>>
>> -Wash
>>
> oops.  missed the "home" part in the original post.  sorry.  Go with
> VNC.  I'm not sure how it works cross-platform, but ultravnc has a
> file transfer option where it can send files over the vnc ports.

Works like a charm. I use RealVNC all the time. Both ways. I've even used
it through SSH port forwarding.

-- 
Ean Kingston
E-Mail: ean_AT_hedron_DOT_org
 PGP KeyID: 1024D/CBC5D6BB
   URL: http://www.hedron.org/


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


Re: FreeBSD installation with single / partition

2005-03-22 Thread Christopher Nehren
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2005-03-22, Andrew Lewis scribbled these curious markings:
[Please properly wrap your posts. 72 characters is the accepted
maximum. I'm surprised that your Linux mailer doesn't do this for you.]
> Is this a serious no-no?

In my opinion, and that of the author of tuning(7), yes. I highly
recommend that you read tuning(7), and carefully consider the points
made therein as to whether your single slice setup is wise. Just because
Gentoo or $OTHER_POPULAR_LINUX_DISTRIBUTION does something a certain way
doesn't mean that it's right (of course, the same applies to the FreeBSD
way of doing things, but often it is right :) ).

Best Regards,
Christopher Nehren
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.0 (FreeBSD)

iD8DBQFCQH1Ak/lo7zvzJioRAqBYAJ4wkr0as3JvreUeOWM4Bz48YQAsHwCgsYl4
mAcNN5MRslGSYdTd31pnDdE=
=nEoh
-END PGP SIGNATURE-

-- 
I abhor a system designed for the "user", if that word is a coded
pejorative meaning "stupid and unsophisticated". -- Ken Thompson
If you ask the wrong questions, you get answers like "42" and "God".
Unix is user friendly. However, it isn't idiot friendly.

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


Re: Keyboard Repeat Rate

2005-03-22 Thread Christopher Nehren
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2005-03-22, Tom Vilot scribbled these
curious markings:
> After I start X, I need to switch to a virtual console and log in as
> root so that I can issue kbdcontrol -r fast.

Do you mean that you have your system set to load X immediately upon
booting, and that you do not set the keyboard repeat rate before then?
If so, put the following in /etc/rc.conf:
keyrate="fast"

And all should be well. Also note that you do not need to be root to
issue that command. I need to do this command a lot when I reboot a
machine on my KVM, because it registers as a keyboard disconnect which
fouls up the keyboard settings, and having to su root each time would be
rather annoying.

Best Regards,
Christopher Nehren
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.0 (FreeBSD)

iD8DBQFCQH3ek/lo7zvzJioRArSiAKCQkEj56qt9AeX5G+6Gp5TNSeOspACeLy05
t0ydLhuXH4uR9hZcfxOEJQs=
=mJ0k
-END PGP SIGNATURE-

-- 
I abhor a system designed for the "user", if that word is a coded
pejorative meaning "stupid and unsophisticated". -- Ken Thompson
If you ask the wrong questions, you get answers like "42" and "God".
Unix is user friendly. However, it isn't idiot friendly.

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


Router/Firewall?

2005-03-22 Thread Aperez
Hi:
I am trying to set up a router/firewall with Freebsd 5.3 this is my 
information:

Winxp and Freebsd machine connected to Firewall machine using a hub
Firewall has two ethernet cards:  card1: dc0 connected to cable internet 
using DHCP
card 2: rl0 setup to 
use 192.168.1.1

I can connect to the internet from the firewall: ping -c 3 www.yahoo.con 
successfull
I can ping from Firewall to the other two machines (WinXP and FreeBSD)
I can ping from XP to FreeBsd and Firewall
I can pin from FreeBSD to XP and Firewall

Here is the problem: I cant connect to internet from neither XP nor 
FreeBSD machine

Here is my rc.conf from the firewall machine:
gateway_enable="YES"
ifconfig_lo0="inet 127.0.0.1"
ifconfig_dc0="DHCP"
ifconfig_rl0="inet 192.168.1.1 netmask 255.255.255.0"
ipfilter_enable="YES"
ipmon_enable="YES"
ipmon_flags="-Dsvn"
ipnat_enable="YES"
ipfs_enable="YES"
Can anyabody tell me what I am missing?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


8-bit characters anyone?

2005-03-22 Thread Andreas Davour
I have an odd problem. I can't get any 8-bit characters
to show up after an upgrade.
On the console nothing happens after I run kbdmap and choose Swedish 
ISO-8859-1. It just beeps, and prints the non-Swedish characters like 
before.

In KDE, after having added my own xmodmap to the .xinitrc file, I though 
that they might appear. No such luck. Even after setting the keyboard 
layout on Control Panel/Regional/Keyboard Layout to Swedish do they not 
appear.

Oddly enough, in emacs everything looks like it should!
What am I missing, and what didn't I do after the upgrade?
/Andreas
--
A: Because it fouls the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on usenet and in e-mail?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: c++filt

2005-03-22 Thread Andrea Venturoli
Dan Nelson wrote:
The change was also committed to the RELENG_5_3 branch after 5.3 was
released, so if you're tracking 5.3-stable, you should be able to just
cd into /usr/src/gnu/usr.bin/cc/c++filt and run "make ; make install".
Nope. I'm still on 5.3p5 (I usually stuck to releases) and it does not
work. I'll just wait for 5.4; in the meanwhile I'll have to resort from
time to time to that old Debian machine :)
Thanks.
 bye
av.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


panic in prison?

2005-03-22 Thread Walter C. Pelissero
Once a week or so there is a system running 5.3-STABLE that panics for
unknown reasons (at least to me).  I haven't managed to reproduce the
problem at will but I did manage to get a dump and do a backtrace.
The kgdb session goes likes this:

8<8<

creosote# kgdb /sys/i386/compile/X6DA8-G/kernel.debug /var/crash/vmcore.2
[GDB will not be able to debug user-mode threads: /usr/lib/libthread_db.so: 
Undefined symbol "ps_pglobal_lookup"]
GNU gdb 6.1.1 [FreeBSD]
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i386-marcel-freebsd".
doadump () at pcpu.h:159
(kgdb) bt
#0  doadump () at pcpu.h:159
#1  0xc04ce9e4 in boot (howto=260) at ../../../kern/kern_shutdown.c:410
#2  0xc04cec76 in panic (fmt=0xc060d89a "%s")
at ../../../kern/kern_shutdown.c:566
#3  0xc05efb28 in trap_fatal (frame=0xe8c689bc, eva=27)
at ../../../i386/i386/trap.c:809
#4  0xc05ef86b in trap_pfault (frame=0xe8c689bc, usermode=0, eva=27)
at ../../../i386/i386/trap.c:727
#5  0xc05ef531 in trap (frame=
  {tf_fs = -389677032, tf_es = -1068761072, tf_ds = -1067057136, tf_edi = 
-1067134688, tf_esi = -1008631040, tf_ebp = -389641716, tf_isp = -389641752, 
tf_ebx = -1013296640, tf_edx = 4, tf_ecx = -1067009216, tf_eax = -1, tf_trapno 
= 12, tf_err = 0, tf_eip = -1068525908, tf_cs = 8, tf_eflags = 66118, tf_esp = 
-1013296640, tf_ss = 1}) at ../../../i386/i386/trap.c:417
#6  0xc05e0a0a in calltrap () at ../../../i386/i386/exception.s:140
#7  0xe8c60018 in ?? ()
#8  0xc04c0010 in prison_free (pr=0xc39a5200) at ../../../kern/kern_jail.c:277
#9  0xc04a1078 in spec_open (ap=0xe8c68a74)
at ../../../fs/specfs/spec_vnops.c:207
#10 0xc04a0e03 in spec_vnoperate (ap=0x0)
at ../../../fs/specfs/spec_vnops.c:118
#11 0xc051ff2d in vn_open_cred (ndp=0xe8c68be4, flagp=0xe8c68ce4, cmode=0, 
cred=0xc5238300, fdidx=0) at vnode_if.h:228
---Type  to continue, or q  to quit---
#12 0xc051fb12 in vn_open (ndp=0x0, flagp=0xe8c68ce4, cmode=0, fdidx=3)
at ../../../kern/vfs_vnops.c:91
#13 0xc051a06a in kern_open (td=0xc396d7d0, path=0x0, pathseg=UIO_USERSPACE, 
flags=3, mode=0) at ../../../kern/vfs_syscalls.c:957
#14 0xc0519f94 in open (td=0xc396d7d0, uap=0x0)
at ../../../kern/vfs_syscalls.c:926
#15 0xc05efd9f in syscall (frame=
  {tf_fs = 47, tf_es = 47, tf_ds = 47, tf_edi = -1, tf_esi = 671984685, 
tf_ebp = -1077943096, tf_isp = -389640844, tf_ebx = 671991904, tf_edx = 
671984703, tf_ecx = 674511308, tf_eax = 5, tf_trapno = 12, tf_err = 2, tf_eip = 
674018787, tf_cs = 31, tf_eflags = 658, tf_esp = -1077943188, tf_ss = 47})
at ../../../i386/i386/trap.c:1001
#16 0xc05e0a5f in Xint0x80_syscall () at ../../../i386/i386/exception.s:201
#17 0x002f in ?? ()
#18 0x002f in ?? ()
#19 0x002f in ?? ()
#20 0x in ?? ()
#21 0x280dac2d in ?? ()
#22 0xbfbfe4c8 in ?? ()
#23 0xe8c68d74 in ?? ()
#24 0x280dc860 in ?? ()
#25 0x280dac3f in ?? ()
#26 0x283439cc in ?? ()
---Type  to continue, or q  to quit---
#27 0x0005 in ?? ()
#28 0x000c in ?? ()
#29 0x0002 in ?? ()
#30 0x282cb5e3 in ?? ()
#31 0x001f in ?? ()
#32 0x0292 in ?? ()
#33 0xbfbfe46c in ?? ()
#34 0x002f in ?? ()
#35 0x in ?? ()
#36 0x in ?? ()
#37 0x in ?? ()
#38 0x in ?? ()
#39 0x53489000 in ?? ()
#40 0xc3973c5c in ?? ()
#41 0xc396d7d0 in ?? ()
#42 0xe8c686f0 in ?? ()
#43 0xe8c686d8 in ?? ()
#44 0xc34ba7d0 in ?? ()
#45 0xc04dca4b in sched_switch (td=0x280dac2d, newtd=0x280dc860, flags=Cannot 
access memory at address 0xbfbfe4d8
)
at ../../../kern/sched_4bsd.c:865
Previous frame inner to this frame (corrupt stack?)
(kgdb) frame 8
#8  0xc04c0010 in prison_free (pr=0xc39a5200) at ../../../kern/kern_jail.c:277
warning: Source file is more recent than executable.

277 
(kgdb) list
272 }
273 
274 void
275 prison_free(struct prison *pr)
276 {
277 
278 mtx_lock(&allprison_mtx);
279 mtx_lock(&pr->pr_mtx);
280 pr->pr_ref--;
281 if (pr->pr_ref == 0) {
(kgdb) print *pr
$1 = {pr_list = {le_next = 0x4d4f4547, le_prev = 0x494d3a3a}, 
  pr_id = 1380930130, pr_ref = -1067325952, 
  pr_path = 
"\002\000\000\000home\000±TÃ$\210Æè8\210Æè\004Õ\2337\214\022\027W\002\000\000\000\000\002\000\000\000\001\000\b\000\000\003\000.s\027\021\000\000\000\000\002",
 '\0' , "ÊGVzª\rt~?¢ÙTñÓN6", '\0' , 
"\022\t", '\0' , "2", '\0' , 
"¡\036\004\000\000\000\000\000\000ãïÃ\000\000\000\000\000\000\000\u", '\0' 
, "pæêÄ\000\000\000\000\020U\232Ã", '\0' , 
"\020U\232Ã\000\000\000\000\000\000\000\000\006#\000\000\003\000\000\000\000K\000\000Ï\005\000\000\004ÿÿ\177\027\025"...,
 pr_root = 0x0, 
  pr_host = 
"\000\000\000\000\00

Re: Using portupgrade

2005-03-22 Thread exp
On Tue, Mar 22, 2005 at 11:38:52AM -0700, Pat Maddox wrote:
> What are some considerations to make before upgrading the ports?  Does
> upgrading them overwrite the existing config files?  I've got a number
> of ports that aren't up-to-date, but this is running on a server, so I
> don't want to muck up the software and configs that are currently
> running.
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
portupgrade won't modify your config files. But be sure to read 
/usr/ports/UPDATING before you upgrade anything.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


RE: Keyboard question...

2005-03-22 Thread Bomgardner,Jon

> -Original Message-
> From: Bomgardner,Jon 
> Sent: Tuesday, March 22, 2005 9:39 AM
> To: freebsd-questions@freebsd.org
> Subject: Keyboard question...
> 
> 
> 
> Hello all!
> 
> So, I've run into an interesting snag that I just can't seem to figure
> out.
> 
> I've gotten 5.3 up and running and installed Xorg and KDE. I 
> spent some
> time in KDE playing around and when I came out by "logging out" it
> dropped me to the command prompt but I couldn't type anything. I've
> since rebooted and can't login because it won't allow me to type. If I
> boot into single user mode I can type just fine.
> 
> 
> Any thoughts, suggestions, or ideas?  I've searched the handbook and
> FAQs, and I tried searching this list but couldn't find anything.
> 
> Thanks for any help
> 
> Jon Bomgardner
> 


So, it turns out that my USB mouse was causing the lock up... It's
wireless and works with a USB key style receiver.  While FreeBSD
recognized it (as I noticed it deactivate the port after I yanked it
out) it doesn't seem to like to use it and it locks up the keyboard (I
suspect some kinda IRQ conflict.

While this problem is solved, if any one has any ideas how I can get the
mouse to work (Targus PAWM004 wireless) it would be greatly appreciated.

Thanks,
Jon Bomgardner

==
This communication, together with any attachments hereto or links contained 
herein, is for the sole use of the intended recipient(s) and may contain 
information that is confidential or legally protected. If you are not the 
intended recipient, you are hereby notified that any review, disclosure, 
copying, dissemination, distribution or use of this communication is STRICTLY 
PROHIBITED.  If you have received this communication in error, please notify 
the sender immediately by return e-mail message and delete the original and all 
copies of the communication, along with any attachments hereto or links herein, 
from your system.

==
The St. Paul Travelers e-mail system made this annotation on 03/22/05, 14:29:15.


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


Re: php5-extensions meta-port help

2005-03-22 Thread Paul Schmehl
--On Tuesday, March 22, 2005 12:13:24 PM -0600 [EMAIL PROTECTED] wrote:
Doing what you suggest will build unixODBC from the ports collection.
I already have a configured implementation of unixODB in
/usr/local/easysoft/unixODBC
Is there a way to point to that and indicate that it should be built
as a shared extension?
I have no idea.  This question would probably be better directed to the 
freebsd-ports list.  Someone there is more likely going to be able to 
answer you.

Paul Schmehl ([EMAIL PROTECTED])
Adjunct Information Security Officer
The University of Texas at Dallas
AVIEN Founding Member
http://www.utdallas.edu
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: OpenBSD's pf and traffic

2005-03-22 Thread Eugene M. Minkovskii
On Tue, Mar 22, 2005 at 02:28:09PM +0100, Peter N. M. Hansteen wrote:
" "Eugene M. Minkovskii" <[EMAIL PROTECTED]> writes:
" 
" > Unfortunely, this mean, that OpenBSD's pf can not measure
" > traffic, because we can not separate incoming and outgoing
" > traffic in bidirectional rule. Or we must not use keep state
" > feature.
" 
" I think I understand what you mean - you do not want per connection
" statistics, you want packets passed by direction, regardless of which
" side initiated the traffic, subdivided by pass rule. At the moment I'm
" not sure how to put that into pf.conf rules, but you may want to go
" where the real pf experts hang out - pf@benzedrine.cx - and see if
" there's an angle we haven't thought of.
" 

Yes, now you understand me right. Sorry my bad english :).

pf@benzedrine.cx is it mail-list or private e-mail. Does I need
to register anywhere before mail to it?

-- 
Sensory  yours, Eugene  Minkovskii
Сенсорно ваш,   Евгений Миньковский
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


RE: Where is zlib-1.2.2 zlib.so?

2005-03-22 Thread Mark

> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of Logan
> Sent: dinsdag 22 maart 2005 18:23
> To: FreeBSD-Questions Questions
> Subject: Re: Where is zlib-1.2.2 zlib.so?
> 
> 
> 
> On Mon, 21 Mar 2005 20:21:17 GMT, Mark <[EMAIL PROTECTED]> wrote:
>  
> > Ok, I downloaded and installed zlib-1.2.2 (FreeBSD 4.10R):
> 
> When you ran configure, did you tell it to generate the 
> shared library?
> 
> ../configure --shared
> 
> The installation commands you listed are all based on the shared
> library existing.  If it's not there, the links go nowhere.

Hmm, no, I didn't do that. :) I just ran ./configure, with no parameters.
Doh! It is solved now.

Thanks!

- Mark

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


  1   2   3   >