Re: higher resolution console screen?

2005-09-22 Thread Luke Dean

On Wed, 21 Sep 2005, bob self wrote:


5.4-STABLE FreeBSD 5.4-STABLE #0: Tue Sep 20 15:33:58 EDT 2005


I have a 19 LCD monitor and usually run in console mode. My screen 
resolution is 80x25,
but I'd like to get something like 120 x 60 if possible. I've played with 
vidcontrol, but so far can't
get it to do anything useful. Also my console screen is now shifted to the 
left one character, but when

I run startx my gui screen is shifted to the right about 1 character.

My card is a nvidia card with 128 megs or ram and I have enabled vesa in the 
kernel and have vesa_load=YES

in /boot/loader.conf. However, I get this error in dmesg:

module_register: module vesa already exists!
Module vesa failed to register: 17

How can I fix these problems?


About the left/right shifting..  I also have a 19 LCD monitor, Nvidia 
card (a GeForce FX 5500), vesa enabled in the kernel, and I used to get 
a shifting problem like you describe.


I switched from Xorg's nv driver to Nvidia's linux driver 
(ports/x11/nvidia-driver) and the shifting problem went away.


Before I switched, resyncing the monitor would correct the problem.

Mine is a dual-boot machine that runs WinXP and FreeBSD 5.4, and since 
switching to Nvidia's driver made the problem go away, I reasoned that the 
nv driver and the Nvidia driver for Windows were confusing the monitor by 
using slightly different refresh rates for the same screen mode or 
something, and that's why I had to resync it every time I rebooted from 
one OS to the other.

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


Re: AMD Sempron CPUTYPE Co.

2005-09-22 Thread jason

Andrew P. wrote:


Hello!

So I have a Sempron 2500+ CPU, one that supports
SSE3. What should I place in my /etc/make.conf? I use
ssh with X11Forward very often, so OpenSSL should
be compiled to be as fast as it can be on this CPU.
Here's a part of dmesg:

CPU: AMD Sempron(tm) Processor 2500+
(1407.05-MHz 686-class CPU)
Origin = AuthenticAMD  Id = 0x20fc2  Stepping = 2

 Features=0x78bfbffFPU,VME,DE,PSE,TSC,MSR,
PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,
PAT,PSE36,CLFLUSH,MMX,FXSR,SSE,SSE2
 Features2=0x1SSE3
 AMD Features=0xe2500800SYSCALL,NX,MMX+,
b25,LM,3DNow+,3DNow

I want to use SSE3, but I don't want to set CPUTYPE
to nocona, cause that way compilers won't ever use
AMD features. Is there a way to tell compilers to use
every feature I've got?


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

 


man make.conf and man gcc

You will be limited by the gcc version on FreeBSD.  You can use gcc 4 
for your apps, and all that SSE and 3DNow  stuff is not currently 
allowed in the kernel.


I remember ready, maybe on slashdot, where a man did very little work to 
do a native port of ssh to native amd64 code and got a hugh speed 
boost.  Making sure you get a optimized version os ssh like what I 
described will make a much bigger difference than just adding amd64 as 
your cp type to make.conf.


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


Re: Firefox and Flash ...

2005-09-22 Thread jason

Kiffin Gish wrote:

I know I am not the first nor more than likely the last, but I cannot 
for the life of me get Flash to work in Firefox 1.0.6 on FreeBSD 5.4.


I've tried everything according to the FreeBSD handbook, mailing 
lists, etc, but still when there is a page with Flash, poor Firefox 
chokes and dies.


One thing interesting I noticed though, which might be a hint, is that 
if I exit Xfce, logout, login this time as root, fire up Xfce again 
and then run Firefox, everything works without a hitch, e.g. even 
flash-based pages don't crash Firefox. Weird.


What gives?

I used to run firefox with xfce 4.x about a year ago.  It was hit or 
miss depending on how new and fancy the flash was.  I just got rid of 
the plugin for a more stable experince.


Try to login as a user and run firefox as root, and also login as root 
and run firefox as a normal user.  With all 4 combinations you might get 
a clue as to wheater you should move on to a xfce or mozilla mailling list.

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


Re: Recommended AGP Nvidia card?

2005-09-22 Thread jason

Kirk Strauser wrote:

I use an aging MX 400 in my desktop machine (FreeBSD 6.0something) and 
really, *really* want to upgrade to something that supports the RenderAccel 
option.  This machine has become glacially slow since some 
as-yet-undetermined upgrade broken that functionality, but I'd ideally like 
to be able to use X.org's Composite extension as well so simple downgrading 
probably won't help.


Any suggestions for a cheap, well-supported card?
 

Have you checked the docs for the nvidia drivers?  All geforce series 
should have full, or near full, hardware acceleration since nvidia 
releases there own closed source drivers.

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


Re: game server

2005-09-22 Thread jason

Eros wrote:


Hi List

please, How can I make a game server with FreeBSD ? I want run every game from 
one ferver with out need to install the games on the clients. Can i make that ?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]

 

make the computers on your network do something like PXE or some other 
diskless boot up.  Just keep drive images on the server, or maybe a 
shared drive with the games on the server?  Hook that shared drive up in 
windows with some virtual dive software and you can even keep the cd 
images on the server too. 


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


Re: updating to RELENG_6 fails on radeon DRM

2005-09-22 Thread Karol Kwiatkowski
[resent to -questions, forgot to include it first time]


Jorge Mario G. Mazo wrote:
 Hi there
 I'm trying upgrading to upgrade from 5.4 to 6
 make buildworld runs fine
 but when I get to compile I get an error
 
 Note I have tried with different(including empty)
 make.conf configurations
 also I'm using the same kernel I've been using since
 5.2
 
 
 ...
 cc -c -O2 -pipe -fno-strict-aliasing -march=pentium4
 -Wall -Wredundant-decls -Wnested-externs
 -Wstrict-prototypes  -Wmissing-prototypes
 -Wpointer-arith -Winline -Wcast-qual 
 -fformat-extensions -std=c99  -nostdinc -I-  -I.
 -I/usr/src/sys -I/usr/src/sys/contrib/dev/acpica
 -I/usr/src/sys/contrib/altq
 -I/usr/src/sys/contrib/ipfilter
 -I/usr/src/sys/contrib/pf
 -I/usr/src/sys/contrib/dev/ath
 -I/usr/src/sys/contrib/dev/ath/freebsd
 -I/usr/src/sys/contrib/ngatm -I/usr/src/sys/dev/twa
 -D_KERNEL -include opt_global.h -fno-common
 -finline-limit=8000 --param inline-unit-growth=100
 --param large-function-growth=1000 
 -mno-align-long-strings -mpreferred-stack-boundary=2 
 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -ffreestanding
 -Werror  vers.c
 linking kernel
 r300_cmdbuf.o(.text+0x19): In function
 `r300_emit_cliprects':
 : undefined reference to `drm_debug_flag'
 r300_cmdbuf.o(.text+0x866): In function
 `r300_do_cp_cmdbuf':
 : undefined reference to `drm_debug_flag'
 r300_cmdbuf.o(.text+0xb80): In function
 `r300_do_cp_cmdbuf':
 : undefined reference to `drm_debug_flag'
 r300_cmdbuf.o(.text+0xc3b): In function
 `r300_do_cp_cmdbuf':
 : undefined reference to `drm_debug_flag'
 r300_cmdbuf.o(.text+0xcd2): In function
 `r300_do_cp_cmdbuf':
 : undefined reference to `drm_debug_flag'
 r300_cmdbuf.o(.text+0xd5e): more undefined references
 to `drm_debug_flag' followradeon_cp.o(.text+0xc2e): In
 function `radeon_do_cleanup_cp':
 : undefined reference to `drm_ioremapfree'
 radeon_cp.o(.text+0xc59): In function
 `radeon_do_cleanup_cp':
 : undefined reference to `drm_ioremapfree'
 radeon_cp.o(.text+0xc93): In function
 `radeon_do_cleanup_cp':
 : undefined reference to `drm_ioremapfree'
 radeon_cp.o(.text+0xcb8): In function
 `radeon_do_cleanup_cp':
 : undefined reference to `drm_ati_pcigart_cleanup'
 radeon_cp.o(.text+0xce9): In function
 `radeon_do_cleanup_cp':
 : undefined reference to `drm_irq_uninstall'
 radeon_cp.o(.text+0xdcc): In function
 `radeon_cp_init':
 : undefined reference to `drm_debug_flag'
 radeon_cp.o(.text+0xe07): In function
 `radeon_cp_init':
 : undefined reference to `drm_debug_flag'
 radeon_cp.o(.text+0xe8b): In function
 `radeon_cp_init':
 : undefined reference to `drm_debug_flag'
 radeon_cp.o(.text+0x10e8): In function
 `radeon_cp_init':
 : undefined reference to `drm_debug_flag'
 radeon_cp.o(.text+0x11a7): In function
 `radeon_cp_init':
 : undefined reference to `drm_debug_flag'
 radeon_cp.o(.text+0x11e3): In function
 `radeon_cp_init':
 : undefined reference to `drm_order'
 radeon_cp.o(.text+0x12d9): In function
 `radeon_cp_init':
 : undefined reference to `drm_ati_pcigart_init'
 radeon_cp.o(.text+0x1344): In function
 `radeon_cp_init':
 : undefined reference to `drm_ioremap'
 radeon_cp.o(.text+0x135f): In function
 `radeon_cp_init':
 : undefined reference to `drm_ioremap'
 radeon_cp.o(.text+0x137a): In function
 `radeon_cp_init':
 : undefined reference to `drm_ioremap'
 radeon_cp.o(.text+0x1402): In function
 `radeon_cp_init':
 : undefined reference to `drm_debug_flag'
 radeon_cp.o(.text+0x1439): In function
 `radeon_cp_init':
 : undefined reference to `drm_debug_flag'
 radeon_cp.o(.text+0x14a5): In function
 `radeon_cp_init':
 : undefined reference to `drm_debug_flag'
 radeon_cp.o(.text+0x14e2): In function
 `radeon_cp_init':
 : undefined reference to `drm_debug_flag'
 radeon_cp.o(.text+0x1620): In function
 `radeon_cp_start':
 : undefined reference to `drm_debug_flag'
 radeon_cp.o(.text+0x16ac): more undefined references
 to `drm_debug_flag' follow
 radeon_cp.o(.text+0x2280): In function
 `radeon_preinit':
 : undefined reference to `drm_alloc'
 radeon_cp.o(.text+0x22c3): In function
 `radeon_preinit':
 : undefined reference to `drm_device_is_agp'
 radeon_cp.o(.text+0x22d9): In function
 `radeon_preinit':
 : undefined reference to `drm_device_is_pcie'
 radeon_cp.o(.text+0x22ed): In function
 `radeon_preinit':
 : undefined reference to `drm_debug_flag'
 radeon_cp.o(.text+0x2363): In function
 `radeon_postcleanup':
 : undefined reference to `drm_debug_flag'
 radeon_cp.o(.text+0x238e): In function
 `radeon_postcleanup':
 : undefined reference to `drm_free'
 radeon_drv.o(.text+0x15): In function `radeon_probe':
 : undefined reference to `drm_probe'
 radeon_drv.o(.text+0xf8): In function `radeon_attach':
 : undefined reference to `drm_attach'
 radeon_drv.o(.data+0x48): undefined reference to
 `drm_devclass'
 radeon_drv.o(.data+0x94): undefined reference to
 `drm_detach'
 radeon_irq.o(.text+0x85): In function
 `radeon_driver_irq_handler':
 : undefined reference to `drm_vbl_send_signals'
 radeon_mem.o(.text+0x72): In function
 

Re: AMD Sempron CPUTYPE Co.

2005-09-22 Thread Andrew P.
On 9/22/05, jason [EMAIL PROTECTED] wrote:
 Andrew P. wrote:

 Hello!
 
 So I have a Sempron 2500+ CPU, one that supports
 SSE3. What should I place in my /etc/make.conf? I use
 ssh with X11Forward very often, so OpenSSL should
 be compiled to be as fast as it can be on this CPU.
 Here's a part of dmesg:
 
 CPU: AMD Sempron(tm) Processor 2500+
 (1407.05-MHz 686-class CPU)
 Origin = AuthenticAMD  Id = 0x20fc2  Stepping = 2
 
   Features=0x78bfbffFPU,VME,DE,PSE,TSC,MSR,
 PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,
 PAT,PSE36,CLFLUSH,MMX,FXSR,SSE,SSE2
   Features2=0x1SSE3
   AMD Features=0xe2500800SYSCALL,NX,MMX+,
 b25,LM,3DNow+,3DNow
 
 I want to use SSE3, but I don't want to set CPUTYPE
 to nocona, cause that way compilers won't ever use
 AMD features. Is there a way to tell compilers to use
 every feature I've got?
 
 
 Thanks very much,
 Andrew P.
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
 
 
 
 man make.conf and man gcc

 You will be limited by the gcc version on FreeBSD.  You can use gcc 4
 for your apps, and all that SSE and 3DNow  stuff is not currently
 allowed in the kernel.

 I remember ready, maybe on slashdot, where a man did very little work to
 do a native port of ssh to native amd64 code and got a hugh speed
 boost.  Making sure you get a optimized version os ssh like what I
 described will make a much bigger difference than just adding amd64 as
 your cp type to make.conf.

 Jason

I run FreeBSD/i386, not amd64.

make.conf, gcc and cpp manpages tell you nothing about
the subj. I roamed mailing lists for a few hours and settled on
adding -march=pentium4 -msse3 to CFLAGS and COPTFLAGS.
I didn't do any serious benchmarking, but the `top` output feels
like sshd got 2-3% performance boost. Will try to recompile
with -mfpmath=sse later.

Also, I tried forwarding X11 over network without SSH, and
some things kept lagging. My guess is network connection
and my solution is a Gigabit switch; the funny thing is that
I have Gb NICs in most of my PCs, but I still use a 100Mb
switch.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Performance of mailserevr in FreeBSD 5.4

2005-09-22 Thread snacktime
On 9/20/05, Deepak Naidu [EMAIL PROTECTED] wrote:

 Hi,

 I wanted to know whether FreeBSD can make a perfect
 mailserver compared to mailservers on linux. I am in
 process of porting them, but needed some statistical
 info regarding its performance compared with other os.


How do you define perfect? Performance? Mail servers are there own animal,
performance doesn't apply in the same way it does with a web server for
instance. Honestly, you are asking the wrong questions. The issues you will
most likely face are tuning issues for large numbers of processes and files
on disk. The mail server software you use will have way more impact on your
performance and capacity then the OS will.

If you want more specific answers you need to be more specific in your
question. Give some details about what you need to do, what capacity you
need, and you will probably get some helpful answers. You just aren't giving
enough information to get anything useful in return other than 'ya freebsd
will work fine'.

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


Re: Upgrading mysql 4.0 to 4.1

2005-09-22 Thread Erik Norgaard

Roger Merritt wrote:
I want to upgrade mysql from ver. 4.0.26 to 4.1.x but am daunted by the 
existence of the separate ports. Can I just run portinstall -R 
mysql41-\* or should I do pkgdeinstall mysql40-\* first?


mysql client 4.1 cannot connect to server 4.0 (and AFAIK, nor can client 
4.0 connect to server 4.1) which justifies the existence of separate ports.


They conflict so you will have to deinstall 4.0 first then install 4.1. 
Just to be on the safe side, take a complete dump of your database 
first. server 4.1 should be able to read the old database with out 
having to reaload everything.


Cheers, Erik

--
Ph: +34.666334818  web: www.locolomo.org
S/MIME Certificate: www.daemonsecurity.com/ca/8D03551FFCE04F06.crt
Subject ID:  9E:AA:18:E6:94:7A:91:44:0A:E4:DD:87:73:7F:4E:82:E7:08:9C:72
Fingerprint: 5B:D5:1E:3E:47:E7:EC:1C:4C:C8:3A:19:CC:AE:14:F5:DF:18:0F:B9
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


apache13+mod_ssl portupgrade problem..

2005-09-22 Thread Steve Monkhouse
Hi guys.. 

Ive been pulling my hair out for the last couple of hours over this to no
avail... 

FreeBSD 5.2.1-RELEASE-p8
P4 2.8
512mb RAM


I 'had' a working apache13+modssl installation along with mod_perl.
Everything was working perfectly until I decided yesterday to portupgrade
the machine.

I started off with perl being portupgraded via  'portupgrade -rR perl'

Then I did the php modules via portupgrade php-* 

And anything else that I missed then got done as well.. 

Everything now shows that its up-to-date eg.. 

apache+mod_ssl-1.3.33+2.8.24_1  =   up-to-date with port

however whenever I try to start apache with apachectl startssl it gives :

/usr/local/sbin/apachectl startssl: httpd started

but does not start.. nothing at all appears in the logs (error or access)
even with debug enabled.. the only message that appears is in messages

Sep 22 17:44:23 server kernel: pid 77689 (httpd), uid 0: exited on signal 11
(core dumped)

Ive searched high and low for a solution, but to no avail.. 

Ive deinstalled and reinstalled, deinstalled / install distclean etc etc but
no diff.. 

The sad thing is that this was working perfectly yesterday albeit with
versions that haven't been updated for 2 months.. 

What have I done wrong ? and how do I go about rectifying it ?? 

Any help would be GREATLY appreciated.. as my web server is still down at
the moment.. 

Thanks in advance
Steve



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


Re: Upgrading mysql 4.0 to 4.1

2005-09-22 Thread martin hudec
Hello,

On Thu, Sep 22, 2005 at 09:40:32AM +0200 or thereabouts, Erik Norgaard wrote:
 mysql client 4.1 cannot connect to server 4.0 (and AFAIK, nor can client 4.0 
 connect to server 4.1) which justifies the existence of 
 separate ports.

  Actually mysql 4.1 client is able to connect to mysql 4.0 server. I
  migrated our production servers to 4.1, with some databases still left
  in few 4.0, and applications are able to communicate with both
  versions via mysql 4.1 client.

  [amber] ~ mysql --version
  mysql  Ver 14.7 Distrib 4.1.13, for portbld-freebsd5.4 (i386) using
  4.3
  [amber] ~ 
  [amber] ~ 
  [amber] ~ 
  [amber] ~ mysql -u corwin -p -h 192.168.0.13 
  Enter password: 
  Welcome to the MySQL monitor.  Commands end with ; or \g.
  Your MySQL connection id is 44001 to server version: 4.0.25

  Type 'help;' or '\h' for help. Type '\c' to clear the buffer.

  mysql 
  
-- 
martin hudec


   * 421 907 303 393
   * [EMAIL PROTECTED]
   * http://www.aeternal.net

Nothing travels faster than the speed of light with the possible 
exception of bad news, which obeys its own special laws.

   Douglas Adams, The Hitchhiker's Guide to the Galaxy


pgp4Fc1GOFViZ.pgp
Description: PGP signature


Re: apache13+mod_ssl portupgrade problem..

2005-09-22 Thread Beecher Rintoul
On Wednesday 21 September 2005 11:55 pm, Steve Monkhouse wrote:
 Hi guys..

 Ive been pulling my hair out for the last couple of hours over this to no
 avail...

 FreeBSD 5.2.1-RELEASE-p8
 P4 2.8
 512mb RAM


 I 'had' a working apache13+modssl installation along with mod_perl.
 Everything was working perfectly until I decided yesterday to portupgrade
 the machine.

 I started off with perl being portupgraded via  'portupgrade -rR perl'

 Then I did the php modules via portupgrade php-*

 And anything else that I missed then got done as well..

 Everything now shows that its up-to-date eg..

 apache+mod_ssl-1.3.33+2.8.24_1  =   up-to-date with port

 however whenever I try to start apache with apachectl startssl it gives :

 /usr/local/sbin/apachectl startssl: httpd started

 but does not start.. nothing at all appears in the logs (error or access)
 even with debug enabled.. the only message that appears is in messages

 Sep 22 17:44:23 server kernel: pid 77689 (httpd), uid 0: exited on signal
 11 (core dumped)

 Ive searched high and low for a solution, but to no avail..

 Ive deinstalled and reinstalled, deinstalled / install distclean etc etc
 but no diff..

 The sad thing is that this was working perfectly yesterday albeit with
 versions that haven't been updated for 2 months..

 What have I done wrong ? and how do I go about rectifying it ??

Try doing apachectl configtest to check your config files. I've seen apache 
just bail with no errors on a bad config.

Beech

-- 
---
Beech Rintoul - System Administrator - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | NorthWind Communications
\ / - NO HTML/RTF in e-mail  | 201 East 9th Avenue Ste.310
 X  - NO Word docs in e-mail | Anchorage, AK 99501
/ \ 
---













pgpKZ4uyCyvd9.pgp
Description: PGP signature


RE: apache13+mod_ssl portupgrade problem..

2005-09-22 Thread Steve Monkhouse

 Hi guys..

 Ive been pulling my hair out for the last couple of hours over this to no
 avail...

 FreeBSD 5.2.1-RELEASE-p8
 P4 2.8
 512mb RAM


 I 'had' a working apache13+modssl installation along with mod_perl.
 Everything was working perfectly until I decided yesterday to portupgrade
 the machine.

 I started off with perl being portupgraded via  'portupgrade -rR perl'

 Then I did the php modules via portupgrade php-*

 And anything else that I missed then got done as well..

 Everything now shows that its up-to-date eg..

 apache+mod_ssl-1.3.33+2.8.24_1  =   up-to-date with port

 however whenever I try to start apache with apachectl startssl it gives :

 /usr/local/sbin/apachectl startssl: httpd started

 but does not start.. nothing at all appears in the logs (error or access)
 even with debug enabled.. the only message that appears is in messages

 Sep 22 17:44:23 server kernel: pid 77689 (httpd), uid 0: exited on signal
 11 (core dumped)

 Ive searched high and low for a solution, but to no avail..

 Ive deinstalled and reinstalled, deinstalled / install distclean etc etc
 but no diff..

 The sad thing is that this was working perfectly yesterday albeit with
 versions that haven't been updated for 2 months..

 What have I done wrong ? and how do I go about rectifying it ??

Try doing apachectl configtest to check your config files. I've seen
apache 
just bail with no errors on a bad config.

Unfortunately.. No.. 

[EMAIL PROTECTED]:/usr/local/etc/apache# apachectl configtest
Syntax OK
Segmentation fault (core dumped)

My config hasn't changed, and as I said was working perfectly before the
portupgrade.. 

Next idea ??

Steve









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


Re: Performance of mailserevr in FreeBSD 5.4

2005-09-22 Thread Deepak Naidu

Thnax to you all...  We have done a black box testing
and seems FreeBSD is rocking, except when SA is set to
yes, Spamassasin(SA)... it just timesout.. It s my
look out, might be RAM issue...

Thanx for the feedback...

Cheers,
Deepak Naidu.

--- snacktime [EMAIL PROTECTED] wrote:

 On 9/20/05, Deepak Naidu [EMAIL PROTECTED]
 wrote:
 
  Hi,
 
  I wanted to know whether FreeBSD can make a
 perfect
  mailserver compared to mailservers on linux. I am
 in
  process of porting them, but needed some
 statistical
  info regarding its performance compared with other
 os.
 
 
 How do you define perfect? Performance? Mail servers
 are there own animal,
 performance doesn't apply in the same way it does
 with a web server for
 instance. Honestly, you are asking the wrong
 questions. The issues you will
 most likely face are tuning issues for large numbers
 of processes and files
 on disk. The mail server software you use will have
 way more impact on your
 performance and capacity then the OS will.
 
 If you want more specific answers you need to be
 more specific in your
 question. Give some details about what you need to
 do, what capacity you
 need, and you will probably get some helpful
 answers. You just aren't giving
 enough information to get anything useful in return
 other than 'ya freebsd
 will work fine'.
 
 Chris
 ___
 freebsd-questions@freebsd.org mailing list

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




___ 
To help you stay safe and secure online, we've developed the all new Yahoo! 
Security Centre. http://uk.security.yahoo.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


ACPI error messages in dmesg on 6.0-BETA5

2005-09-22 Thread martin hudec
Hello,

  I am getting strange errors in dmesg on one of our servers. Are these
  errors something critical, or there is no need to pay attention to
  them? Errors are those with looking up [] in namespace as shown
  below.

thank you,
Martin
  
FreeBSD 6.0-BETA5 #3: Thu Sep 22 09:31:10 CEST 2005
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/SERVER2
Timecounter i8254 frequency 1193182 Hz quality 0
CPU: Intel(R) Pentium(R) 4 CPU 3.00GHz (3010.68-MHz 686-class CPU)
  Origin = GenuineIntel  Id = 0xf41  Stepping = 1
  
Features=0xbfebfbffFPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PB
E
  Features2=0x441dSSE3,RSVD2,MON,DS_CPL,CNTX-ID,b14
  Hyperthreading: 2 logical CPUs
real memory  = 1073414144 (1023 MB)
avail memory = 1041219584 (992 MB)
ACPI APIC Table: A M I  OEMAPIC 
FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs
 cpu0 (BSP): APIC ID:  0
 cpu1 (AP): APIC ID:  1
ioapic0 Version 2.0 irqs 0-23 on motherboard
npx0: [FAST]
npx0: math processor on motherboard
npx0: INT 16 interface
acpi0: A M I OEMXSDT on motherboard
ACPI-0438: *** Error: Looking up [CHAF] in namespace, AE_NOT_FOUND
SearchNode 0xc232e780 StartNode 0xc232e780 ReturnNode 0
ACPI-0438: *** Error: Looking up [OC06] in namespace, AE_NOT_FOUND
SearchNode 0xc23335c0 StartNode 0xc23335c0 ReturnNode 0
acpi_bus_number: can't get _ADR
acpi_bus_number: can't get _ADR
acpi_bus_number: can't get _ADR
acpi_bus_number: can't get _ADR
acpi_bus_number: can't get _ADR
acpi_bus_number: can't get _ADR
acpi0: Power Button (fixed)
acpi_bus_number: can't get _ADR
acpi_bus_number: can't get _ADR


-- 
martin hudec


   * 421 907 303 393
   * [EMAIL PROTECTED]
   * http://www.aeternal.net

Nothing travels faster than the speed of light with the possible 
exception of bad news, which obeys its own special laws.

   Douglas Adams, The Hitchhiker's Guide to the Galaxy


pgpZEJLHu41NU.pgp
Description: PGP signature


about ipfilter

2005-09-22 Thread Tang Ho Yim
Hi,
 
I am having confuse with the ipfilter and the kernel setup.
 
I have setup a firewall on FreeBSD 5.4 with ipfilter.
The rc.conf which include:
ipfilter_enable=YES
ipfilter_rules=/etc/ipf.rules
ipmon_enable=YES
ipmon_flags=-Ds
 
I didn't compile the kernel with:
options IPFILTER
options IPFILTER_LOG
 
Then the ipfilter cannot start on boot with the error:
link_elf: symbol in6_cksum undefined
kldload: can't load ipl: No such file or directory
/etc/rc: ERROR: IP-filter module failed to load
 
I know this error is something about missing the /dev/ipl file or else.
 
If I compile the kernel with the above options then I can start it on boot.
 
So, I am confuse. The handbook say you don't need compile it mandatory. But why 
I can't start without the options compile ? Am I miss something in order to 
load the module without compile the options ? Or actually, it must be compile 
within the kernel ?
 


-
Yahoo! for Good
 Click here to donate to the Hurricane Katrina relief effort. 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


cpu

2005-09-22 Thread kalin mintchev


hi all

just noticed this i the dmesg:

CPU: Mobile Intel(R) Pentium(R) 4 - M CPU 2.20GHz (1196.12-MHz 686-class CPU)

it says 2.20GHz but then only 1196.12MHz - it looks like it only uses half
of the cpu power.. why?

thanks

-- 


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


Re: Upgrading mysql 4.0 to 4.1

2005-09-22 Thread Gerard Seibert
On Thu, 22 Sep 2005 10:05:31 +0700, Roger Merritt [EMAIL PROTECTED]
Subject: Upgrading mysql 4.0 to 4.1
Wrote these words of wisdom:

 I want to upgrade mysql from ver. 4.0.26 to 4.1.x but am daunted by the 
 existence of the separate ports. Can I just run portinstall -R mysql41-\* 
 or should I do pkgdeinstall mysql40-\* first?
 
 -- 
 Roger


* REPLY SEPARATOR *
On 9/22/2005 4:53:54 AM, Gerard Seibert Replied:

I went that root until I finally updated to MySQL 5. In any case, you
could try the following. From root:

1) Update your ports
2) Install 'portmanager'
3} Run portmanager -u

That will update all of your out of date ports and their dependencies as
well as updating MySQL. Be fore warned, you will have to restart MySQL
after portmanager has finished running. Actually, if there are a lot of
running processes updated, I just reboot.


-- 
Gerard Seibert
[EMAIL PROTECTED]

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


Unloading kernel modules (fault tarp error)

2005-09-22 Thread Deepak Naidu
Hi,
  I have installed LVS server/hearbeat on FreeBSD. 
ipvsadm has some moudles which are to be loaded in
kernel.  I can easily load and unload them using
kldload, and kldunload command, but the issue is that
I want to load them at startup.

But when I pass the argument in /etc/loader.conf
system doesnt startup and I get page fault trap page
fault in kernel error and stop booting.  So I decided
to put them in /etc/rc.local, using the kload command.
 Then the startup is fine, it loads ok.

But when rebooting I get the same error, and after 15
secs starts.  It doesnt unloads the modules(bcos I
havent given any command to unload--- where should I
give if I dont use /etc/loader.conf).

Hope the issue is understood.  Please let me know if
you need more explanation.

Cheers,
Deepak Naidu.
  

Send instant messages to your online friends http://uk.messenger.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: Graphics driver for Intel Graphics Media Accelerator 900

2005-09-22 Thread Alex Zbyslaw

Aleksander Grande wrote:


I recently bought a Dell Lattitude X1 witch comes installed with the new 915
chipset from Intel.
I ofcourse removed windows and installed FreeBSD 5.4(Stable) and everytingh
works fine, except the resolution in Xorg.
Because i could not find any drivers for the graphics card i had to use the
vesa drivers. The screen is supposed to run 1280x768, but i only get
1024x768.
Are there any drivers that support this chipset, maybe a patch that can fix
the problem?
 

Xorg per se is nothing to do with FreeBSD, except that one happens to 
run on the other.  If no-one has an answer for you here, I suggest you 
look at

http://www.x.org/.

--Alex

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


Syslog to remote host

2005-09-22 Thread John Oxley
OK, I have syslog'ging to a remote host done.  I am logging from
morphine to marijuana.  On morphine I am saying, in /etc/syslog.conf
mail.info   @marijuana.yoafrica.com

On marijuana, in /etc/rc.conf, I have put
syslogd_flags=-a morphine:* -b marijuana
which according to me accepts from morphine and binds on marijuana.

All is working to here, everything that morphine syslogs to mail.info I
can on marijuana get that out with mail.info.  The problem is it mixes
it up with marijuana's mail.info, and when I add a whole bunch of other
servers/switches/routers etc, its going to get VERY hairy.

How can I tell marijuana to log everything from morpine in
/var/log/morpine.  I have tried
+morphine
mail.info /var/log/morphine/maillog

But that does absolutely nothing.  I am having trouble understanding the
syslog.conf man page.

TIA

-John


-- 
John Oxley
Systems Administrator
Yo!Africa
E-Mail:  john at yoafrica.com
Tel: +263 4 858404
echo '9k[l:l;ss=0lx]s[1+ldd*l=d*-l;+dsrl=2**l:+ds=d*rd*+4-d15] 
s[q]s-[d77/3*2-s;47lx-P1+d78`]s`0[d23/.5-3*s:0l`xr10P1+d24$]ds$x'|dc
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


[FIXED] Re: Syslog to remote host

2005-09-22 Thread John Oxley
On Thu, Sep 22, 2005 at 11:31:39AM +0200, John Oxley wrote:
 OK, I have syslog'ging to a remote host done.  I am logging from
 morphine to marijuana.  On morphine I am saying, in /etc/syslog.conf
 mail.info   @marijuana.yoafrica.com
 
 On marijuana, in /etc/rc.conf, I have put
 syslogd_flags=-a morphine:* -b marijuana
 which according to me accepts from morphine and binds on marijuana.
 
 All is working to here, everything that morphine syslogs to mail.info I
 can on marijuana get that out with mail.info.  The problem is it mixes
 it up with marijuana's mail.info, and when I add a whole bunch of other
 servers/switches/routers etc, its going to get VERY hairy.
 
 How can I tell marijuana to log everything from morpine in
 /var/log/morpine.  I have tried
 +morphine
 mail.info /var/log/morphine/maillog
 

To reply to myself

At the start of /etc/syslog.conf on marijuana, I put
+morphine
mail.in.
to log stuff for morphine.  Then:
+@
to log stuff for localhost, then I did the

Its all working now

-- 
John Oxley
Systems Administrator
Yo!Africa
E-Mail:  john at yoafrica.com
Tel: +263 4 858404
echo '9k[l:l;ss=0lx]s[1+ldd*l=d*-l;+dsrl=2**l:+ds=d*rd*+4-d15] 
s[q]s-[d77/3*2-s;47lx-P1+d78`]s`0[d23/.5-3*s:0l`xr10P1+d24$]ds$x'|dc
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Diskless Boot Problem

2005-09-22 Thread Erik Norgaard

kevin stovall wrote:
I am trying to set up diskless boot with FreeBSD 6.0 BETA2. I am using 
PXE which is successful and the diskless box finds the kernel fine, but 
it hangs right before it would normally give the login prompt. It 
displays the date and then hangs. I am unable to SSH in from other 
machine. It boots fine into single user mode. Has anyone experienced 
this or have any ideas?


I just followed my own guide (www.daemonsecurity.com/pxe) from the 
beginning again and ended up with a login prompt and could login and get 
a shell.


I have learned that dhclient should not be used, the interface is 
correctly configured on boot and any further client specific 
configuration can be passed by other means, I am considering LDAP or 
some specially formatted config file.


Cheers, Erik
--
Ph: +34.666334818  web: www.locolomo.org
S/MIME Certificate: www.daemonsecurity.com/ca/8D03551FFCE04F06.crt
Subject ID:  9E:AA:18:E6:94:7A:91:44:0A:E4:DD:87:73:7F:4E:82:E7:08:9C:72
Fingerprint: 5B:D5:1E:3E:47:E7:EC:1C:4C:C8:3A:19:CC:AE:14:F5:DF:18:0F:B9
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: about ipfilter

2005-09-22 Thread Igor Robul

Tang Ho Yim wrote:



Then the ipfilter cannot start on boot with the error:
link_elf: symbol in6_cksum undefined
kldload: can't load ipl: No such file or directory
/etc/rc: ERROR: IP-filter module failed to load
 


Recompile _kernel_ with options INET6 (IPv6)
or recompile ipfilter with NOINET6=yes in /etc/make.conf or in command line
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


GUI frontend

2005-09-22 Thread Michael Louie Loria
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Hello,

Does anybody know a good frontend for ipfw in freebsd? Like guarddog for
simply mepis and firestarter for ubuntu, frontends for netfilter.

Thanks,

Michael Louie Loria



-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (FreeBSD)
Comment: Public Key: https://www.biglumber.com/x/web?qs=0x4A256EC8
Comment: Public Key: http://www.lorztech.com/GPG.txt
Comment: Google, Skype, Yahoo ID: michaellouieloria

iQEVAwUBQzKWa7XBHi2y3jwfAQqTmQgAuepIpAersdY0h0QEp24xg8Z6PPo/iHh1
P7OFNvcFBFde4ENO080ES+0BzSx8SatTupLgDc5DxF8T29Ed/lEVe0IATDJ/nZf5
nKwzYIg7rWyyhBXzTIsqLoqkiIwd4P8hSXClEH32+zNwLwcIhw+moaHaNBYsl30+
RRRrpKL1Tkg/2E2ETzc1YJ7hjkt26aahUnH0S3jS/6xg4L+ON0SzCYmlGsHcVyT+
YN72m9a6y1Z06QR8jHS1qgaOmbyvTrrcjBFj+sBr30gW6q+q836LwNI+I5jVLWgA
2d5h13ffxtnS7mjlONnSJOnc9yVf6lQvF6FATQCFGGIqIpcVQPWfGQ==
=bis0
-END PGP SIGNATURE-




__ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
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]


Java plugin konqueror: too many choices...

2005-09-22 Thread Vittorio
Well, I'm somewhat disorientated by the number of programs available 
under /usr/ports/java.
What I simpy want is a java plugin for konqueror 
to be loaded when I surf the net with this browser (of course, I 
enabled the java support under the browser). The simpler, the better!

What do you recommend for konqueror?

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


Re: higher resolution console screen?

2005-09-22 Thread bob self

Björn König wrote:



This message wants to tell you that if you already have VESA support 
in your kernel then you don't need to load the kernel module.


Thanks I removed the loader.conf line an that error message went away.



Make sure that you also have options SC_PIXEL_MODE beside options 
VESA in your kernel configuration file.


Change the console mode with

  vidcontrol -g 100x37 VESA_800x600

and add

  allscreens_flags=-g 100x37 VESA_800x600

to rc.conf to let this setting be applied to all consoles after reboot.

Björn


I have done all 3 of these things and I do get 100x37, but I was able to 
get 128x48 when I was trying FreeBSD 6.0 beta 4 by running

vidcontrol MODE_280. Is there a way to accomplish this in 5.4?

I still have the left-right shifting problem.

Bob


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


Re: Login Password

2005-09-22 Thread Dag-Erling Smørgrav
[redirected from freebsd-i386 to freebsd-questions]

Daniel Schleig [EMAIL PROTECTED] writes:
 I just installed FreeBSD via ftp site and the installation was
 succesful.  Now, when I boot up the computer, the system prompts me
 for a login/password to 'myhome.westell.com.' I have a westell 327
 router that I use to connect to the internet for verizon. I set up a
 username and password previously for my modem but when I try to
 enter it on FreeBSD, it replys: Login Incorect.  Is there a way I
 can change this or something I can do to set a login/password?

FreeBSD does not know anything about your router or the password you
chose there.  It just uses 'westell.com' as domain name because your
router's dhcp server told it to.  There is probably a configuration
option on your router that lets you specify a different domain name.

If you did not create a user during installation, simply log in as
root and create a user for yourself.  If you weren't asked for a root
password during installation, just press enter at the password prompt,
and immediately set a root password with 'passwd root'.

DES
-- 
Dag-Erling Smørgrav - [EMAIL PROTECTED]

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


Challenge: LTO2 autoloader with freebsd?!

2005-09-22 Thread mdff

we are planning for a central backup solution.
this will be a hp proliant dl380 with a scsi-
attached autoloader 1/8 from HP with an integrated
LTO2 drive.

is it possible to setup backup mechanisms, that
load 1 tape per day into the drive and run the
backup automatically?

is there any software like veritas that could
be used under freebsd (no graphics preferred)?

br...

ps: reply just 2 the list, i'm on it...

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


Re: higher resolution console screen?

2005-09-22 Thread bob self

Luke Dean wrote:


On Wed, 21 Sep 2005, bob self wrote:


5.4-STABLE FreeBSD 5.4-STABLE #0: Tue Sep 20 15:33:58 EDT 2005


I have a 19 LCD monitor and usually run in console mode. My screen 
resolution is 80x25,
but I'd like to get something like 120 x 60 if possible. I've played 
with vidcontrol, but so far can't
get it to do anything useful. Also my console screen is now shifted 
to the left one character, but when

I run startx my gui screen is shifted to the right about 1 character.

My card is a nvidia card with 128 megs or ram and I have enabled vesa 
in the kernel and have vesa_load=YES

in /boot/loader.conf. However, I get this error in dmesg:

module_register: module vesa already exists!
Module vesa failed to register: 17

How can I fix these problems?



About the left/right shifting..  I also have a 19 LCD monitor, Nvidia 
card (a GeForce FX 5500), vesa enabled in the kernel, and I used to 
get a shifting problem like you describe.


I switched from Xorg's nv driver to Nvidia's linux driver 
(ports/x11/nvidia-driver) and the shifting problem went away.


I'm using a kvm switch to switch between winxp and 5.4. I changed nv 
in /etc/X11 to nvidia (since kldstat showed that nvidia.ko was loaded) 
and now

my gui screen looks pretty good so far.

I was able to use a monitor menu-item to 'resync' and got the console 
screen left-right centered again in console mode.



Before I switched, resyncing the monitor would correct the problem.

Mine is a dual-boot machine that runs WinXP and FreeBSD 5.4, and since 
switching to Nvidia's driver made the problem go away, I reasoned that 
the nv driver and the Nvidia driver for Windows were confusing the 
monitor by using slightly different refresh rates for the same screen 
mode or something, and that's why I had to resync it every time I 
rebooted from one OS to the other.




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: game server

2005-09-22 Thread Andrew P.
On 9/19/05, Eros [EMAIL PROTECTED] wrote:
 Hi List

 please, How can I make a game server with FreeBSD ? I want run every game 
 from one ferver with out need to install the games on the clients. Can i make 
 that ?
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]


With proper workarounds applied (available via google and
emule) most of current games can be run from a network
share. FreeBSD + Samba make for a nice windows-
compatible file server.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: cpu

2005-09-22 Thread Andrew P.
On 9/22/05, kalin mintchev [EMAIL PROTECTED] wrote:


 hi all

 just noticed this i the dmesg:

 CPU: Mobile Intel(R) Pentium(R) 4 - M CPU 2.20GHz (1196.12-MHz 686-class CPU)

 it says 2.20GHz but then only 1196.12MHz - it looks like it only uses half
 of the cpu power.. why?

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


Re: IE in FreeBSD?

2005-09-22 Thread RW
On Wednesday 21 September 2005 19:00, Chad Leigh -- Shire.Net LLC wrote:
  On Tuesday 20 September 2005 14:52, Ashley Moran wrote:
  RW wrote:

  Because it's common for companies and recruitment agencies to
  specify MS Word
  documents only. It's a de facto standard.

 I have never gotten grief when I tell the recruiter that I do not
 have Word and I do not support proprietary formats and then send a PDF.

You are missing the point.

If and when you *are* disadvantaged by using PDF, no-one will tell you. 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: More then 16 characters ?

2005-09-22 Thread Eros

Okthe problem is resolve...

TANK YOU LIST !

I was changing the wrong file..tanks again.
see ya
- Original Message - 
From: Björn König [EMAIL PROTECTED]

To: Eros [EMAIL PROTECTED]
Cc: freebsd-questions@freebsd.org
Sent: Wednesday, September 21, 2005 10:06 AM
Subject: Re: More then 16 characters ?



How many times do you still want to ask?

Eros wrote:
I have a problema by now. I can´t add a user with more then 16 
characters. I have made


I have modify /usr/include/sys/param.h   and /usr/include/utmp.h, 
and after


Please tell the modifications that you have made. Try modifing 
/usr/src/include/utmp.h too.


Björn



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


Re: Recommended AGP Nvidia card?

2005-09-22 Thread RW
On Thursday 22 September 2005 07:58, jason wrote:
 Kirk Strauser wrote:
 I use an aging MX 400 in my desktop machine (FreeBSD 6.0something) and
 really, *really* want to upgrade to something that supports the
  RenderAccel option.  This machine has become glacially slow since some
 as-yet-undetermined upgrade broken that functionality, but I'd ideally
  like to be able to use X.org's Composite extension as well so simple
  downgrading probably won't help.
 
 Any suggestions for a cheap, well-supported card?

 Have you checked the docs for the nvidia drivers?  All geforce series
 should have full, or near full, hardware acceleration since nvidia
 releases there own closed source drivers.

Xorg doesn't even start on my GeForce FX 5700LE with the 
composite extension.


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


Re: higher resolution console screen?

2005-09-22 Thread Björn König

bob self wrote:

I have done all 3 of these things and I do get 100x37, but I was able to 
get 128x48 when I was trying FreeBSD 6.0 beta 4 by running

vidcontrol MODE_280. Is there a way to accomplish this in 5.4?


Only with a patch. Do it at your own risk:

cd /usr/src
fetch http://www.alpha-tierchen.de/dateien/etc/vesa.patch.bz2
bzip2 -cd vesa.patch.bz2 | patch -p0
cd usr.sbin/vidcontrol
make  make install
cp etc/rc.d/moused /etc/rc.d

build your kernel with

   options  SC_PIXEL_MODE
   options  VESA

and reboot.

   vidcontrol -i mode

will show all available modes. And so on. You know the rest.

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


Re: Freebsd 5.4 panic on ffs_blkfree: freeing free frag

2005-09-22 Thread Lowell Gilbert
snacktime [EMAIL PROTECTED] writes:

 This looks very similar, however it happened on 6.0.
 
 http://people.freebsd.org/~pho/stress/log/cons107.html

Could be similar; can't be sure without full debugging information.

It doesn't seem likely to be an on-disk problem offhand (fair warning;
that is *very* offhand), but forcing a clean fsck is certainly a good
idea just to be sure.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: IE in FreeBSD?

2005-09-22 Thread Bob Middaugh
 
You guys are relentless.  geez.  Write it on a napkin for christ's
sake, and send it by homing pigeon. :-)

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of RW
 Sent: Thursday, September 22, 2005 8:40 AM
 To: freebsd-questions@freebsd.org
 Subject: Re: IE in FreeBSD?
 
 On Wednesday 21 September 2005 19:00, Chad Leigh -- Shire.Net 
 LLC wrote:
   On Tuesday 20 September 2005 14:52, Ashley Moran wrote:
   RW wrote:
 
   Because it's common for companies and recruitment agencies to 
   specify MS Word documents only. It's a de facto standard.
 
  I have never gotten grief when I tell the recruiter that I 
 do not have 
  Word and I do not support proprietary formats and then send a PDF.
 
 You are missing the point.
 
 If and when you *are* disadvantaged by using PDF, no-one will 
 tell you. 
 ___
 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: NEWBIE: how-to for feeding file to gnomealyzer.sh?

2005-09-22 Thread Lowell Gilbert
David Armour [EMAIL PROTECTED] writes:

 hello list!
 
 i was trying to install the plugger-plugins-hubbe port as a way to get 
 plugins to work with firefox. . .
 
 ===  Configuring for libgda2-1.2.2_1
 checking for a BSD-compatible install... /usr/bin/install -c -o root -g 
 wheel
 checking whether build environment is sane... yes
 checking for gawk... no
 checking for mawk... no
 checking for nawk... nawk
 checking whether gmake sets $(MAKE)... yes
 checking for intltool = 0.30... 0.33 found
 checking for perl... /usr/bin/perl
 checking for XML::Parser... ===  Script configure failed 
 unexpectedly.
 Please direct the output of the failure of the make command to a file, 
 and then feed that file to the gnomelogalyzer, available from
 http://www.freebsd.org/gnome/gnomelogalyzer.sh, which will diagnose the 
 problem and suggest a solution.  If - and only if - the gnomelogalyzer 
 cannot solve the problem, report the problem to the FreeBSD GNOME team 
 at [EMAIL PROTECTED], and attach /usr/ports/databases/ \ 
 libgda2/work/libgda-1.2.2/config.log and the output of the failure of 
 the make command.  Also, it might be a good idea to provide an overview 
 of all packages installed on your system (e.g. an `ls /var/db/pkg`).
 *** Error code 1
 
 Stop in /usr/ports/databases/libgda2.
 *** Error code 1
 
 Stop in /usr/ports/math/gnumeric.
 *** Error code 1
 
 Stop in /usr/ports/www/plugger-plugins-hubbe.
 
 i have the directed output file (make_failure_file),  gnomelogalyzer.sh, 
 and pages of non-helpful googled info. where would i find out how to 
 feed a file to a script? 

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


Re: Recommended AGP Nvidia card?

2005-09-22 Thread Kirk Strauser
On Thursday 22 September 2005 01:58, you wrote:

 Have you checked the docs for the nvidia drivers?  All geforce series
 should have full, or near full, hardware acceleration since nvidia
 releases there own closed source drivers.

It's better than nothing, mostly, but still not up to par.  There's a driver 
option called RenderAccel that makes it many times faster in certain 
operations, including ones that average users do a lot (like switching 
screens).  Certain eye candy features like the ones offered by the 
Composite extension are completely unbearable without it.

And that's the problem.  RenderAccel hasn't worked on the MX 400s I own (one 
in a FreeBSD machine, one in a Linux box) in quite a few months.  I can't 
downgrade at all on the Linux box because the most recent version of the 
Nvidia driver that supports RenderAccel without crashing won't run on 
recent kernels.  That's the main reason I'm shopping for replacements - my 
hardware isn't as usable as it was six months ago.
-- 
Kirk Strauser


pgpSVqeFdXhJw.pgp
Description: PGP signature


Re: game server

2005-09-22 Thread Garrett Cooper


On Sep 22, 2005, at 5:17 AM, Andrew P. wrote:


On 9/19/05, Eros [EMAIL PROTECTED] wrote:


Hi List

please, How can I make a game server with FreeBSD ? I want run  
every game from one ferver with out need to install the games on  
the clients. Can i make that ?

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





With proper workarounds applied (available via google and
emule) most of current games can be run from a network
share. FreeBSD + Samba make for a nice windows-
compatible file server.


Yes, but make sure that the license allows you to you connect  
multiple clients via just one copy.

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


Re: Challenge: LTO2 autoloader with freebsd?!

2005-09-22 Thread Kevin Kinsey

mdff wrote:


we are planning for a central backup solution.
this will be a hp proliant dl380 with a scsi-
attached autoloader 1/8 from HP with an integrated
LTO2 drive.

is it possible to setup backup mechanisms, that
load 1 tape per day into the drive and run the
backup automatically?
 



Hmm, running a backup automatically is easy.  When
you say mechanism, though, you mean some_thing_,
instead of some_one_, inserts the tape each day.  I dunno
about that.  I would assume the hardware vendor might
give me some help, but you never can tell with the big
boys these days.  There's no software with the device?


is there any software like veritas that could
be used under freebsd (no graphics preferred)?

 



Well:

[EMAIL PROTECTED]/scripts]
cd /usr/ports  make search key=backup | grep Port: | wc -l
 32

--- so there's about 32 programs in the Ports Collection that
probably have to do with backups.  That's not counting the usual
suspects on every 'Nix-like system, such as tar, pax, dump, cpio
and friends... in particular, I *think* the like veritas solutions
would include bacula (in ports) and AMANDA (I *don't* think it's
in ports, check the University of Maryland/Google, etc.).

See also the backup chapter in the FreeBSD Handbook.  Aside
from the auto-loading hardware, this is pretty basic stuff.


HTH,

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


Re: Challenge: LTO2 autoloader with freebsd?!

2005-09-22 Thread Lowell Gilbert
 AMANDA (I *don't* think it's
 in ports, check the University of Maryland/Google, etc.).

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


Re: NEWBIE: how-to for feeding file to gnomealyzer.sh?

2005-09-22 Thread David Armour
hello,

thank you for your reply.

  i have the directed output file (make_failure_file), 
  gnomelogalyzer.sh, 
 
 /bin/sh gnomelogalyzer.sh  make_failure_file

[checking my head for glasses, before asking where are my glasses?]

... to presume further on your kindness, a follow-up question: i believe 
i have bash installed. should i replace /bin/sh above with 
/bin/bash or does it make any difference?

[trying not to break anything...]

regards

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


cvsup

2005-09-22 Thread Michael Mannsberger
*symlink* *pattern* *...*
 Symbolic links matching any of the given patterns will be
 upgraded as symbolic links, rather than as the files they
 refer to.  Otherwise, symbolic links are followed and their
 target files are sent to the client.


my list.cvs looks as follows:

upgrade admin
omitany admin/edit*
symlink admin/adminci
symlink admin/adm*
rsymlink admin/adm*

But the symlinks in the repository are not upgraded as symbolic links.
The omitany works fine.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: NEWBIE: how-to for feeding file to gnomealyzer.sh?

2005-09-22 Thread Benjamin Braatz

Hello,

Am 22.09.2005 um 17:49 schrieb David Armour:
... to presume further on your kindness, a follow-up question: i  
believe

i have bash installed. should i replace /bin/sh above with
/bin/bash or does it make any difference?


Probably it wouldn't make too much of a difference, but the script was,
if I see this correctly, designed to work with the Bourne shell (/bin/ 
sh)

delivered with FreeBSD (i.e. installed in any case).

BTW, your installed bash is third-party software from FreeBSDs
point of view (installed via ports or packages), and will hence be
found in /usr/local/bin/bash, not in /bin/bash.

Greetings
--
Benjamin Braatz
[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: NEWBIE: how-to for feeding file to gnomealyzer.sh?

2005-09-22 Thread Chuck Swiger

Benjamin Braatz wrote:

Am 22.09.2005 um 17:49 schrieb David Armour:

... to presume further on your kindness, a follow-up question: i  believe
i have bash installed. should i replace /bin/sh above with
/bin/bash or does it make any difference?


Probably it wouldn't make too much of a difference, but the script was,
if I see this correctly, designed to work with the Bourne shell (/bin/ sh)
delivered with FreeBSD (i.e. installed in any case).


Yes, if the script is portable, sticking with /bin/sh is entirely reasonable, 
and ought to work just fine with Linux systems who have Bash as their /bin/sh.



BTW, your installed bash is third-party software from FreeBSDs
point of view (installed via ports or packages), and will hence be
found in /usr/local/bin/bash, not in /bin/bash.


It's reasonable to make a symlink from /bin/bash to /usr/local/bin/bash, just 
so long as nothing tries to use Bash before /usr is mounted when the system 
starts up...


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


RE: apache13+mod_ssl portupgrade problem..

2005-09-22 Thread Paul Schmehl
--On Thursday, September 22, 2005 18:12:44 +1000 Steve Monkhouse 
[EMAIL PROTECTED] wrote:





Hi guys..

Ive been pulling my hair out for the last couple of hours over this to
no avail...

FreeBSD 5.2.1-RELEASE-p8
P4 2.8
512mb RAM


I 'had' a working apache13+modssl installation along with mod_perl.
Everything was working perfectly until I decided yesterday to
portupgrade the machine.

I started off with perl being portupgraded via  'portupgrade -rR perl'

Then I did the php modules via portupgrade php-*

And anything else that I missed then got done as well..

Everything now shows that its up-to-date eg..

apache+mod_ssl-1.3.33+2.8.24_1  =   up-to-date with port

however whenever I try to start apache with apachectl startssl it gives
:

/usr/local/sbin/apachectl startssl: httpd started

but does not start.. nothing at all appears in the logs (error or
access) even with debug enabled.. the only message that appears is in
messages

Sep 22 17:44:23 server kernel: pid 77689 (httpd), uid 0: exited on
signal 11 (core dumped)

Ive searched high and low for a solution, but to no avail..

Ive deinstalled and reinstalled, deinstalled / install distclean etc etc
but no diff..

The sad thing is that this was working perfectly yesterday albeit with
versions that haven't been updated for 2 months..

What have I done wrong ? and how do I go about rectifying it ??


Try doing apachectl configtest to check your config files. I've seen
apache
just bail with no errors on a bad config.


Unfortunately.. No..

[EMAIL PROTECTED]:/usr/local/etc/apache# apachectl configtest
Syntax OK
Segmentation fault (core dumped)

My config hasn't changed, and as I said was working perfectly before the
portupgrade..

Next idea ??


I had the exact same problem.  I discovered that, when you install perl 
from ports, it makes the port perl the active perl version.  (Read 
/usr/ports/UPDATING) If you try to switch to it (use.perl ports) it somehow 
switches back to the system perl and everything goes wacky and apache 
segfaults.  (For of habit I'll have to get out of now that I'm running the 
5 series OS.)


Try uninstalling and reinstalling perl from ports - then *do not* run 
use.perl ports - then type perl -v and you'll see that perl is now the 
ports version.


Then deinstall and reinstall apache.  That *should* solve the problem. 
(You may also have to reinstall some of your perl-dependent ports.)


One other thing.  If you just deinstall and reinstall apache (without doing 
the perl stuff first), you *should* see a warning during the apache install 
that perl could cause a segfault.  I missed it the first time.  :-(


I even installed apache 2.0.54 trying to solve the problem, but I could 
never get ssl to work, so I gave up and went back to apache13-mod-ssl. 
It's not your config.  Trust me. :-)


(Of course, type perl -v first.  If you're already running the ports 
version of perl, you shouldn't need to uninstall and reinstall it.)


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


Re: Freebsd 5.4 panic on ffs_blkfree: freeing free frag

2005-09-22 Thread snacktime
On 22 Sep 2005 09:13:52 -0400, Lowell Gilbert 
[EMAIL PROTECTED] wrote:

 snacktime [EMAIL PROTECTED] writes:

  This looks very similar, however it happened on 6.0.
 
  http://people.freebsd.org/~pho/stress/log/cons107.html

 Could be similar; can't be sure without full debugging information.

 It doesn't seem likely to be an on-disk problem offhand (fair warning;
 that is *very* offhand), but forcing a clean fsck is certainly a good
 idea just to be sure.


Of course now I lost the link, but last night I found the page on open
issues for STABLE which listed this problem. I was running a copy of STABLE
that had a bug which messed up the filesystem accounting, and even though
I'm on a newer version of stable, the filesystem accounting is still messed
up and it will take a foreground fsck to fix it.

Or at least I'm praying that it's the same problem...

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


Re: cpu

2005-09-22 Thread kalin mintchev


 My guess is SpeedStep.


but my laptop is always using ac not battery...

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


/dev/fd

2005-09-22 Thread Osmany Guirola Cruz
Hi people
  i am using a program(encode2mpeg) but it use this devices 
/dev/fd/3 y /dev/fd/4 but in my system i only have 

/dev/fd/0 /dev/fd/1 /dev/fd/2.

How can i create this devices? 

thanks 

Osmany 

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


Re: Question about Bind

2005-09-22 Thread Lisa Casey, Webmaster

Hi,

Thank you all for putting up with me. Everythings working now and both bind 
and apache start on boot up.


Lisa Casey

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


Re: CUPS, Foomatic, and HPIJS?

2005-09-22 Thread Eric Pretorious

From: Michael Nottebrock [EMAIL PROTECTED]
Subject: Re: CUPS, Foomatic, and HPIJS?
Date: Sat, 17 Sep 2005 02:52:09 +0200

On Saturday, 17. September 2005 02:04, Michael Nottebrock wrote:
 On Saturday, 17. September 2005 01:28, Eric Pretorious wrote:
   ./configure
  make
  make install
 
  ...but step #2 (i.e., `make`) barfed:
 
  gateway# make

 Use gmake instead of make for both steps.

I quickly made a port for foomatic-db-hpijs, you can fetch it from here:
http://people.freebsd.org/~lofi/foomatic-db-hpijs.tar.gz

Untar it anywhere, cd to the port directory, build with make and make 
install

as usual and let me know if it works for you.


Thanks, Mike. I didn't have a chance to try it out: I decided to switch back 
to Gentoo because of the steep learning curve that comes along with 
FreeBSD's ports  packages. (I'm already very familiar with Gentoo's package 
mgt. methodology but was interested in FreeBSD's security and fast TCP/IP 
stack.)


Thanks,  again.

Eric P.
Sunnyvale, CA

_
Don’t just search. Find. Check out the new MSN Search! 
http://search.msn.click-url.com/go/onm00200636ave/direct/01/


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


Re: Challenge: LTO2 autoloader with freebsd?!

2005-09-22 Thread Ean Kingston
On September 22, 2005 10:58 am, Lowell Gilbert wrote:
  AMANDA (I *don't* think it's
  in ports, check the University of Maryland/Google, etc.).

 It is, indeed, in ports.

And it works with auto-loaders and even some tape libraries. I've used Amanda 
with simple auto-loader before without a problem. You eject the current tape 
and the loader automatically puts the next one it. When the stack is done 
some loaders will put the first one back in some require user intervention.

If you can afford it a smart loader that knows which slot is currently in the 
drive is much better and Amanda works well with those.

-- 
Ean Kingston

E-Mail: ean AT hedron DOT org
URL: http://www.hedron.org/
I am currently looking for work. If you need competent system/network 
administration please feel free to contact me directly.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: maintainers of drivers

2005-09-22 Thread Chris

Jim Pazarena wrote:

how do you find out who the maintainer is
of a particular driver?

I am interested specifically in the RocketPort
driver?


The rp(4) man page seems to have some email addresses, don't know if 
they still work


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


Good Operating systems book?

2005-09-22 Thread Jorge Mario G. Mazo
Hi there
I want to learn about operating system to later start
contributing to FreeBSD
I would like to hear what books are good for newbies
like me!
NOTE: my C skills are pretty decent

At a local library thre is a copy of Modern Operating
System by Andrew tanebaum, but it`s the old edtion
(from 1989 I think) so I'm not sure if that would
still be valid!!!
thanks in advance

=
Either write things worth reading, Or do things worth the writing. 
-Benjamin Franklin

__
Correo Yahoo!
Espacio para todos tus mensajes, antivirus y antispam ¡gratis! 
Regístrate ya - http://correo.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: Good Operating systems book?

2005-09-22 Thread Björn König

Jorge Mario G. Mazo wrote:

Hi there
I want to learn about operating system to later start
contributing to FreeBSD
I would like to hear what books are good for newbies
like me!
NOTE: my C skills are pretty decent

At a local library thre is a copy of Modern Operating
System by Andrew tanebaum, but it`s the old edtion
(from 1989 I think) so I'm not sure if that would
still be valid!!!
thanks in advance


This is a good book if you want to know more about the FreeBSD kernel:

http://www.amazon.com/exec/obidos/ASIN/0201702452/

I recommend to have deeper experiences with FreeBSD if you want to 
understand this book.


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


Re: Good Operating systems book?

2005-09-22 Thread Micah



Jorge Mario G. Mazo wrote:

Hi there
I want to learn about operating system to later start
contributing to FreeBSD
I would like to hear what books are good for newbies
like me!
NOTE: my C skills are pretty decent

At a local library thre is a copy of Modern Operating
System by Andrew tanebaum, but it`s the old edtion
(from 1989 I think) so I'm not sure if that would
still be valid!!!
thanks in advance



I have the 2nd edition of that book from 2001 for an OS class I took 
spring quarter.  It seems to be an okay primer for beginners.  Some of 
it is redundant for any of us who have actually bothered to install an 
OS other than MS.  It does explain some of what an OS does and general 
explanations of scheduling, memory management, security, etc.  As a tool 
for understanding FreeBSD, it'll probably just get you familiar with the 
terminology used.


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


Re: Good Operating systems book?

2005-09-22 Thread João Salvatti
Design and Implementation of 4.4BSD.

On 9/22/05, Jorge Mario G. Mazo [EMAIL PROTECTED] wrote:
 Hi there
 I want to learn about operating system to later start
 contributing to FreeBSD
 I would like to hear what books are good for newbies
 like me!
 NOTE: my C skills are pretty decent

 At a local library thre is a copy of Modern Operating
 System by Andrew tanebaum, but it`s the old edtion
 (from 1989 I think) so I'm not sure if that would
 still be valid!!!
 thanks in advance

 =
 Either write things worth reading, Or do things worth the writing.
 -Benjamin Franklin

 __
 Correo Yahoo!
 Espacio para todos tus mensajes, antivirus y antispam ¡gratis!
 Regístrate ya - http://correo.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]



--
João Salvatti
Undergraduating in Computer Science
Federal University of Para - UFPA
web: http://salvatti.expert.com.br
e-mail: [EMAIL PROTECTED]
Eu tinha uma vida antes de conhecer o computador
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Good Operating systems book?

2005-09-22 Thread Giorgos Keramidas
On 2005-09-22 21:44, Bj?rn K?nig [EMAIL PROTECTED] wrote:
 Jorge Mario G. Mazo wrote:
 I want to learn about operating system to later start contributing to
 FreeBSD I would like to hear what books are good for newbies like me!
 NOTE: my C skills are pretty decent

 At a local library thre is a copy of Modern Operating System by
 Andrew tanebaum, but it`s the old edtion (from 1989 I think) so I'm
 not sure if that would still be valid!!!

Tanenbaum's book is a great read.  Some of the stuff it contains is
useful even after years.  I also like the following book a lot:

Abraham Silberschatz, Peter Baer Galvin, Greg Gagne
Operating Systems' Concepts
Sixth Edition
Wiley Press
ISBN: 0-471-41743-2

 This is a good book if you want to know more about the FreeBSD kernel:

 http://www.amazon.com/exec/obidos/ASIN/0201702452/

Seconded.  This is an amazing book and *is* kernel specific.  It may be
a bit difficult as an introductory text for userland work, but it's
definitely one of the most appreciated items of my book collection :)

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


Re: /dev/fd

2005-09-22 Thread Björn König

Osmany Guirola Cruz wrote:

Hi people
  i am using a program(encode2mpeg) but it use this devices 
/dev/fd/3 y /dev/fd/4 but in my system i only have 


/dev/fd/0 /dev/fd/1 /dev/fd/2.

How can i create this devices? 


Load the kernel module fdescfs.ko and run

  mount_fdescfs fdescfs /dev/fd

That's it.

Add the line

  fdescfs /dev/fd fdescfs rw 0 0

to /etc/fstab and

  fdescfs_load=YES

to /boot/loader.conf to make it permanent.

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


DMA Errors during install

2005-09-22 Thread mr sicon
Hello list,

While moving from OpenBSD to FreeBSD for my workstation, I am getting the
following problem after configuring network during install.

ERROR: Unable to write data to disk ad0

I switched over to another terminal and saw the following:

ad0: WARNING - READ_DMA UDMA ICRC error (retrying request) LBA=0
ad0: FAILURE - READ_DMA status=51READY,DSC,ERROR error=84ICRC,ABORTED
LBA=0

I originally tried the install w/ 5.4, disabled ACPI, disabled DMA in my
bios -- no luck. I am now trying the latest 6.0-BETA, still giving me the
errors. Unsure where to go from here or what info to display.

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


Re: CUPS, Foomatic, and HPIJS?

2005-09-22 Thread Michael Nottebrock
On Thursday, 22. September 2005 20:42, Eric Pretorious wrote:

 Thanks, Mike. I didn't have a chance to try it out: I decided to switch
 back to Gentoo because of the steep learning curve that comes along with
 FreeBSD's ports  packages.

Ah well. I've added the port to the collection in the meantime.

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


pgpyrYPnJcLWi.pgp
Description: PGP signature


Port for html manipulating proxy

2005-09-22 Thread Jacob Rhoden
Hi,

I have been trying to find some sort of proxy server for my own machine, that 
allows me to manipulate/strip things (ie strip adverts and fix css on my 
commonly used pages). Is there a port for this?

Thanks for any help you can give!

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


Re: Port for html manipulating proxy

2005-09-22 Thread Chuck Swiger

Jacob Rhoden wrote:
I have been trying to find some sort of proxy server for my own machine, that 
allows me to manipulate/strip things (ie strip adverts and fix css on my 
commonly used pages). Is there a port for this?


Install www/squid and squidGuard.  You can use the latter to redirect blocked 
URLs to a specific page.  If you make that redirect point to a 1x1 pixel 
transparent GIF image, most ads disappear gracefully.


--
-Chuck

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


ADSL modem support

2005-09-22 Thread Федор Дроздов
Good day!

I've a question about installation modem ZyXEL ADSL USB. What shold I
do for using it? FreeBSD 5.3 Stable.
Thanx!

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


Re: GUI frontend

2005-09-22 Thread Peter Clutton
On 9/22/05, Michael Louie Loria [EMAIL PROTECTED] wrote:

 Does anybody know a good frontend for ipfw in freebsd?

  Webmin gives you good GUI front end to quite a few things. Through your
browser, and over the network if necessary, you can manage firewall rules,
bind, apache etcetc. I think it's in /usr/ports/sysutils/webmin
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: Printing to a Win XP LPD Server from FreeBSD 5.4

2005-09-22 Thread Ted Mittelstaedt

Why are you wasting your time when you can buy USB or parallel port
hardware print servers so cheap and print to the print server from both
XP and BSD.  The electricity you save by not having to turn on
the XP system when you want to print should be more than enough
to pay for the server in a year.

Ted

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of aksis
Sent: Tuesday, September 20, 2005 5:24 PM
To: freebsd-questions@freebsd.org
Subject: Printing to a Win XP LPD Server from FreeBSD 5.4


Hi,

I am having a problem printing to a WinXP (home edition) LPD
Server. The
command:

lptest | lpr -P lp-test

print's to the printer successfuly.

lpr -P lp test.ps

doesn't print anything, but it is sending to the server (see below).

I have tried cups. I have the exact ppd file (ML-1740spl2.ppd)
for the samsung ML-1740 printer, and on the web admin page it shows the
printer is idle and accepting jobs, the jobs get sent, and it
even sounds
like its getting ready to print.. yet nothing gets printed. :-(

Also kprint (the goal of the whole thing) won't print anything,
not even using
the working 'lp-test' printcap entry. Nor do any of the test
printer pages
get printed, though they are getting spooled on the XP server.

I spent 20+ hours yesterday trying to get this working, but am
in need of some
guidance on this.

Is anyone successfuly printing to a XP LPD server?

No I can't hang the printer off the freebsd box. I wish

Here is the system info (if more is need let me know):

FreeBSD 5.4-RELEASE-p7 #1: Fri Sep 16 21:17:44 MST 2005

 /etc/printcap ##
# APS1_BEGIN:printer1
# - don't delete start label for apsfilter printer1
# - no other printer defines between BEGIN and END LABEL
lp|PSgs;r=600x600;q=high;c=gray;p=letter;m=auto:\
:lp=:\
:rm=10.0.0.80:\
:rp=printer:\
:if=/usr/local/etc/apsfilter/basedir/bin/apsfilter:\
:sd=/var/spool/lpd/lp:\
:lf=/var/spool/lpd/lp/log:\
:af=/var/spool/lpd/lp/acct:\
:mx#0:\
:sh:
# APS1_END - don't delete this

# working entry
lp-test:\
:sh:\
:rm=10.0.0.80:\
:rp=printer:\
:sd=/var/spool/output/10.0.0.80:\
:lf=/var/log/lpd-errs:

### command output 

[EMAIL PROTECTED]:~/Desktop]:$ lpr test.ps
[EMAIL PROTECTED]:~/Desktop]:$ lpq
vaio.idea-anvil.net: sending to 10.0.0.80
Rank   Owner  Job  Files Total Size
1staksis  15   test.ps   57293 bytes


 Windows XP LPD Server
  Printer \\10.0.0.80\printer

Owner   Status Jobname  Job-IdSize
Pages  Priority


[EMAIL PROTECTED]:~/Desktop]:$ lpq

 Windows XP LPD Server
  Printer \\10.0.0.80\printer

Owner   Status Jobname  Job-IdSize
Pages  Priority


aksis (10.0 Printing  test.ps 45   2663885  0  1

# end #

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

--
Internal Virus Database is out-of-date.
Checked by AVG Anti-Virus.
Version: 7.0.344 / Virus Database: 267.10.18/86 - Release Date:
8/31/2005


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


Re: Challenge: LTO2 autoloader with freebsd?!

2005-09-22 Thread Bob Lee
I am currently running a Dell LT02 8 tape autoloader with AMANDA under
Linux RedHat ES3. I've also run AMANDA under NetBSD with a single SCSI
tape drive. I think it will meet your needs. You will need to
integrate the MTX tools for automating the loader with AMANDA. There
are lots of docs around for AMANDA including an excellent chapter that
is reprinted from the Unix Backup book -- a search should find that
pretty easily -- I think Storage Mountain has a link to it on their
website. My advice -- READ EVERYTHING and get a feeling for how the
various config files interact. I've had great luck with AMANDA and
would recommend it -- and yes, I have restored files from the
backups.

Bob
Quoting mdff [EMAIL PROTECTED]:
 
 we are planning for a central backup solution.
 this will be a hp proliant dl380 with a scsi-
 attached autoloader 1/8 from HP with an integrated
 LTO2 drive.
 
 is it possible to setup backup mechanisms, that
 load 1 tape per day into the drive and run the
 backup automatically?
 
 is there any software like veritas that could
 be used under freebsd (no graphics preferred)?
 
 br...
 
 ps: reply just 2 the list, i'm on it...
 
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

-- 
 * I prefer mail in plain text format **
PGP/GnuPG: D3EE2269 pgp.mit.edu
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: higher resolution console screen?

2005-09-22 Thread bob self

Björn König wrote:


bob self wrote:

I have done all 3 of these things and I do get 100x37, but I was able 
to get 128x48 when I was trying FreeBSD 6.0 beta 4 by running

vidcontrol MODE_280. Is there a way to accomplish this in 5.4?



Only with a patch. Do it at your own risk:

cd /usr/src
fetch http://www.alpha-tierchen.de/dateien/etc/vesa.patch.bz2
bzip2 -cd vesa.patch.bz2 | patch -p0
cd usr.sbin/vidcontrol
make  make install
cp etc/rc.d/moused /etc/rc.d

build your kernel with

   options  SC_PIXEL_MODE
   options  VESA

and reboot.

   vidcontrol -i mode

will show all available modes. And so on. You know the rest.

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




I installed the patch, rebooted etc. Now

vidcontrol MODE_280 says:
vidcontrol: activating raster display: Operation not supported by device

Also, 'vidcontrol -g 100x37 VESA_800x600' no longer works. I now get

vidcontrol: obtaining new video mode parameters: Operation not supported 
by device


So, does any one know what's going on? How can I undo the patch if I 
need to?


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: Port for html manipulating proxy

2005-09-22 Thread Christian Herring
Further to this, check out http://adzapper.sourceforge.net/ A perl
script called by squid that strips out all of the flash adds and useless
banners.

On Thu, 2005-09-22 at 19:17 -0400, Chuck Swiger wrote:
 Jacob Rhoden wrote:
  I have been trying to find some sort of proxy server for my own machine, 
  that 
  allows me to manipulate/strip things (ie strip adverts and fix css on my 
  commonly used pages). Is there a port for this?
 
 Install www/squid and squidGuard.  You can use the latter to redirect blocked 
 URLs to a specific page.  If you make that redirect point to a 1x1 pixel 
 transparent GIF image, most ads disappear gracefully.
 

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


Re: nForce4-SLI, AHCI and NCQ and FreeBSD 6.0

2005-09-22 Thread Malachi de Ælfweald
Asus's site seems to be down right now but at least Google caches it...

http://66.102.7.104/search?q=cache:CG_qYngXXLYJ:usa.asus.com/products/mb/socket939/a8nsli-p/overview.htm+a8n+sli+premium+site:asus.comhl=en
 It could very well be marketing hype. All I know is that one of the selling
points I chose it on was: SATA 3Gb/s (on that page)
site and manual both say that the Si3114 supports 3Gb/sec, but they don't
say that about the nVidia, which is why I was choosing it.
I am not sure why it would be via the PCI32 bus... checking this page (
http://www.buzzsurf.com/speed/) it says that a PCI 64-bit bus running at
66MHz would be 4Gb/sec maybe they reserved the pciE for the SLI?
 As far as the performance, the manual says that the performance of raid 5
is greatly affected by block size.. from what I have seen online it has to
do with whether the files being written are big enough to end up striped.
Maybe the 10Mb/s is with a very large block size and very small files? Maybe
a 4k block size and larger files would do better? Just guessing here, really
not sure.
 As far as why I chose the Premium instead of the Deluxe (for my Windows
workstation and my FreeBSD server), there were a few reasons. The
workstation primarily because it allows software-controlled flipping between
SLI and non-SLI, which I thought would be nice if I were to accidentally
play games. For the server, I was going to go with a different board, but it
didn't support RAID5, so I switched to this one.
 Of course, now I am seeing that RAID5 doesn't appear very realistic with
FreeBSD :(
 Malachi

 On 9/8/05, O. Hartmann [EMAIL PROTECTED] wrote:

 Hello.
 Are you really sure the onboard Sil SATA controller supports SATA II?
 When I studied the handbook of both motherboards, the A8N-SLI Deluxe and
 A8N-SLI Premium I found both motherboards are idetically equipted with
 the *not* SATA II capable SilI3114 SATA controller. By the way, as I
 know, the second SATA controller is attached via the PCI32 bus, not via
 PCIe! That means (in my opinion) there is no benefit using this
 controller. It is more a marketing GAG than a serious add-on.

 RAID5 performance of ICH7R and SilI is said to be very, very poor (about
 10 MB/s read/write performance), so what benefit I do have using this
 controller with it's senseless 'capabilities' and non-PCIe attachment?

 This is only a thought based on my personal available informations and
 maybe wrong ...

 Oliver

 Malachi de Ælfweald wrote:
  I have noticed the same thing with the onboard Silicon Image controller.
  I am using the A8N-SLI Premium. I am using the Silicon Image controller
  instead of the nForce4 controller because it specifically said SATAII
  and said it supported RAID5 (whereas the nForce did not support RAID5).
  However, on boot it recognizes it as SATA150 (which should be SATA300).
 
  Malachi
 
  On 9/6/05, *O. Hartmann* [EMAIL PROTECTED]
  mailto:[EMAIL PROTECTED] wrote:
 
  Hello.
  I have a little question about the popular nForce4-SLI chipset for the
  Socket 939 platform. The onboard SATA controller of the nForce4-SLI
  chipset claims to be NCQ (or SATA II) capable, but nVidia implemented
  this feature in a not-AHCI-standardised way, but as an own solution. My
  question is: Is the FBSD 6.X driver for the nForce4-SLI chipset capable
  of using NCQ (as I know, the driver has to enable NCQ and it's not done
  automatically by the harddrive-controller interaction).
 
  Thanks in advance,
  Oliver
  ___
  freebsd-questions@freebsd.org mailto:freebsd-questions@freebsd.org
  mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to 
  [EMAIL PROTECTED]
  mailto:[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: Requesting advice on Jail technique.

2005-09-22 Thread Malachi de Ælfweald
I am thinking at this point what I am going to try to do is build a jail
skeleton, then use unionfs to mount on top of that... so in theory, I could
save a LOT of space while at the same time giving them pretty complete jails
(one per domain).
 Malachi

 On 9/13/05, Frank Mueller - emendis GmbH [EMAIL PROTECTED] wrote:

 Hi there,

 if you have enough system resources I would recommend using seperate
 jails for every user.
 All u have to keep in mind is that you won't be able to provide some
 services (SMTP, POP, IMAP, usw.) more than once for the whole system
 because they need a predefined port (25, 110, 443, usw.).
 Some other services, like ssh u can manage through port forwarding, http
 through virtual hosting, etc.
 Separate jails make it much easier to keep track of activities.
 It all depends on what applications the user should be able to use.

 Greetz,

 Ice

 Elliot Crosby-McCullough schrieb:
  Dear all,
 
  I will shortly be creating a public service on a private box that
  will include shell access to untrusted users and would like your opinion
  on the best way to go about this.
 
  Obviously jails are a good start, but my main concern is whether to
  go for one large jail for all the restricted users or one small jail per
  user.
 
  I do not have a wealth of real IPs at my disposal but accountability
  and security is paramount, therefore I would like to use local IPs
  through NAT (within the one box) whilst retaining the translation logs.
  I would like to use one local IP per user in order to keep track of
  activity. I can afford a few real IPs for the purpose.
 
  The accounts themselves will be supremely limited. No root access,
  just basics such as ssh, perhaps telnet, mutt etc. I do not want the
  users to have the ability to run any scripts, so perl etc is out, but I
  suppose the NAT firewall will be a fallback if any compiled programs are
  uploaded.
 
  Each user account is likely to have email/gpg etc but I'm happy to
  control that from the host system with virtual users and simply deliver
  into the jail. It is not necessary for the jails to run any services,
  except the ability to SSH in.
 
  As you can see there are factors pulling in both directions, what
  would you recommend as the best direction to go?
 
  Sincerely,
  Elliot Crosby-McCullough
  ___
  freebsd-questions@freebsd.org mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to
  [EMAIL PROTECTED]

 --
 Frank Mueller
 eMail: [EMAIL PROTECTED]
 Mobil: +49.177.6858655
 Fax: +49.951.3039342

 emendis GmbH
 Hofmannstr. 89, 91052 Erlangen, Germany
 Fon: +49.9131.817361
 Fax: +49.9131.817386

 Geschaeftsfuehrer: Gunter Kroeber, Volker Wiesinger
 Sitz Erlangen, Amtsgericht Fuerth HRB 10116
 ___
 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: Requesting advice on Jail technique.

2005-09-22 Thread Chad Leigh -- Shire.Net LLC


On Sep 22, 2005, at 6:51 PM, Malachi de Ælfweald wrote:

I am thinking at this point what I am going to try to do is build a  
jail
skeleton, then use unionfs to mount on top of that... so in theory,  
I could
save a LOT of space while at the same time giving them pretty  
complete jails

(one per domain).
 Malachi


What I did was set up a master jail (that is never actually booted)  
and use nullfs to mount pieces of that inside each separate jail  
(mostly read only as well, which provides some security as well as  
hacked jails cannot have their system executables changed since they  
reside in a read only space).  I did not use unionfs.  I have one  
submaster jail which has a writable /usr with a nullfs mounty (was  
using localhost nfs before that) so I can install new stuff inside of  
that.


Here is an example

/dev/md1910 on /local/jails/intentcenter (ufs, local, synchronous,  
soft-updates)
/local/jails/master/bin on /local/jails/intentcenter/bin (nullfs,  
local, read-only)
/local/jails/master/lib on /local/jails/intentcenter/lib (nullfs,  
local, read-only)
/local/jails/master/libexec on /local/jails/intentcenter/libexec  
(nullfs, local, read-only)
/local/jails/master/sbin on /local/jails/intentcenter/sbin (nullfs,  
local, read-only)
/local/jails/master/usr on /local/jails/intentcenter/usr (nullfs,  
local, read-only)

procfs on /local/jails/intentcenter/proc (procfs, local)
devfs on /local/jails/intentcenter/dev (devfs, local)

(continued below)



 On 9/13/05, Frank Mueller - emendis GmbH  
[EMAIL PROTECTED] wrote:




Hi there,

if you have enough system resources I would recommend using seperate
jails for every user.
All u have to keep in mind is that you won't be able to provide some
services (SMTP, POP, IMAP, usw.) more than once for the whole system
because they need a predefined port (25, 110, 443, usw.).


Sure you can.  Each separate IP, and each jail has its own IP, has  
its own set of ports.  I run a single server with 40 jails and they  
have their own imap, smtp, etc in each (as required --- most don't as  
it is not required but it works fine) without any port forwarding or  
any funny games.


Some other services, like ssh u can manage through port  
forwarding, http

through virtual hosting, etc.


see above -- all my jails (almost) all have their own apache running  
inside)



Separate jails make it much easier to keep track of activities.


yes

Chad


It all depends on what applications the user should be able to use.

Greetz,

Ice

Elliot Crosby-McCullough schrieb:


Dear all,

I will shortly be creating a public service on a private box that
will include shell access to untrusted users and would like your  
opinion

on the best way to go about this.

Obviously jails are a good start, but my main concern is whether to
go for one large jail for all the restricted users or one small  
jail per

user.

I do not have a wealth of real IPs at my disposal but accountability
and security is paramount, therefore I would like to use local IPs
through NAT (within the one box) whilst retaining the translation  
logs.

I would like to use one local IP per user in order to keep track of
activity. I can afford a few real IPs for the purpose.

The accounts themselves will be supremely limited. No root access,
just basics such as ssh, perhaps telnet, mutt etc. I do not want the
users to have the ability to run any scripts, so perl etc is out,  
but I
suppose the NAT firewall will be a fallback if any compiled  
programs are

uploaded.

Each user account is likely to have email/gpg etc but I'm happy to
control that from the host system with virtual users and simply  
deliver
into the jail. It is not necessary for the jails to run any  
services,

except the ability to SSH in.

As you can see there are factors pulling in both directions, what
would you recommend as the best direction to go?

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



--
Frank Mueller
eMail: [EMAIL PROTECTED]
Mobil: +49.177.6858655
Fax: +49.951.3039342

emendis GmbH
Hofmannstr. 89, 91052 Erlangen, Germany
Fon: +49.9131.817361
Fax: +49.9131.817386

Geschaeftsfuehrer: Gunter Kroeber, Volker Wiesinger
Sitz Erlangen, Amtsgericht Fuerth HRB 10116
___
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 freebsd-questions- 
[EMAIL PROTECTED]




---
Chad Leigh -- Shire.Net LLC
Your Web App and Email hosting provider
[EMAIL PROTECTED]


___

sharing desktop witn VNC

2005-09-22 Thread stan
I'm trying to use tighvnc to share a desktop with a friend,
for educational purposes.

I've been able to run vncserver on my local machine, and 
connect to it with vncviewer. I've also been able to ssh to his
machine (with X forwarding turned on) and do the same thing, but
this is really slow.

In the case of his FreebSD machine I just got the simple session
that xstart produces.

How can I star vncserver on his FreebSD machine, such that I get
a full blown KDE desktop? This is BTW what he gets when he logs in
via kdm. Is there a way to share an already running
X session with vnc? Or do I have to start a new session using vncserver?

-- 
U.S. Encouraged by Vietnam Vote - Officials Cite 83% Turnout Despite Vietcong 
Terror 
- New York Times 9/3/1967
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: GUI frontend

2005-09-22 Thread Craig Beasland
Michael,

Check out http://www.fwbuilder.org/ supports many different types of
firewall including ipfw.

Cheers
Craig 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Michael Louie
Loria
Sent: Thursday, 22 September 2005 7:33 PM
To: freebsd-questions@freebsd.org
Subject: GUI frontend

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Hello,

Does anybody know a good frontend for ipfw in freebsd? Like guarddog for
simply mepis and firestarter for ubuntu, frontends for netfilter.

Thanks,

Michael Louie Loria



-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (FreeBSD)
Comment: Public Key: https://www.biglumber.com/x/web?qs=0x4A256EC8
Comment: Public Key: http://www.lorztech.com/GPG.txt
Comment: Google, Skype, Yahoo ID: michaellouieloria

iQEVAwUBQzKWa7XBHi2y3jwfAQqTmQgAuepIpAersdY0h0QEp24xg8Z6PPo/iHh1
P7OFNvcFBFde4ENO080ES+0BzSx8SatTupLgDc5DxF8T29Ed/lEVe0IATDJ/nZf5
nKwzYIg7rWyyhBXzTIsqLoqkiIwd4P8hSXClEH32+zNwLwcIhw+moaHaNBYsl30+
RRRrpKL1Tkg/2E2ETzc1YJ7hjkt26aahUnH0S3jS/6xg4L+ON0SzCYmlGsHcVyT+
YN72m9a6y1Z06QR8jHS1qgaOmbyvTrrcjBFj+sBr30gW6q+q836LwNI+I5jVLWgA
2d5h13ffxtnS7mjlONnSJOnc9yVf6lQvF6FATQCFGGIqIpcVQPWfGQ==
=bis0
-END PGP SIGNATURE-




__
Yahoo! Mail - PC Magazine Editors' Choice 2005 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]


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


Re: cpu

2005-09-22 Thread Matt Virus

kalin mintchev wrote:

My guess is SpeedStep.




but my laptop is always using ac not battery...



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







you might have to go into the bios and disable powersaving completely to 
get fbsd to play nicely.


--
Matt Virus (veer-iss)
http://www.mattvirus.net
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


KDE error messages

2005-09-22 Thread Rem P Roberti
KDE loads and runs okay, although the Kontact mail program has become 
inop.  When I close KDE I get this message in the console window 
repeated about four times:


X Error: BadWindow (invalid Window parameter) 3
   Major opcode: 6
   Minor opcode: 0
   Resource id: 0x1eb

I have the feeling that these error codes might be related to the inop 
Kontact mail program, because every time that I try to run that program 
I get an error message telling me that it is already running in another 
display window.  Also it completely eats up the CPU, and I have to do a 
kill -9 to shut it down.


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


Re: nForce4-SLI, AHCI and NCQ and FreeBSD 6.0

2005-09-22 Thread jason

O. Hartmann wrote:


Hello.
I have a little question about the popular nForce4-SLI chipset for the 
Socket 939 platform. The onboard SATA controller of the nForce4-SLI 
chipset claims to be NCQ (or SATA II) capable, but nVidia implemented 
this feature in a not-AHCI-standardised way, but as an own solution. 
My question is: Is the FBSD 6.X driver for the nForce4-SLI chipset 
capable of using NCQ (as I know, the driver has to enable NCQ and it's 
not done automatically by the harddrive-controller interaction).


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


Regaurdless of what the motherboard manufacturer says a SilI3114 SATA 
controller is SATA spec 1.0.

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


Re: AMD Sempron CPUTYPE Co.

2005-09-22 Thread jason

Andrew P. wrote:


On 9/22/05, jason [EMAIL PROTECTED] wrote:
 


Andrew P. wrote:

   


Hello!

So I have a Sempron 2500+ CPU, one that supports
SSE3. What should I place in my /etc/make.conf? I use
ssh with X11Forward very often, so OpenSSL should
be compiled to be as fast as it can be on this CPU.
Here's a part of dmesg:

CPU: AMD Sempron(tm) Processor 2500+
(1407.05-MHz 686-class CPU)
Origin = AuthenticAMD  Id = 0x20fc2  Stepping = 2

Features=0x78bfbffFPU,VME,DE,PSE,TSC,MSR,
PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,
PAT,PSE36,CLFLUSH,MMX,FXSR,SSE,SSE2
Features2=0x1SSE3
AMD Features=0xe2500800SYSCALL,NX,MMX+,
b25,LM,3DNow+,3DNow

I want to use SSE3, but I don't want to set CPUTYPE
to nocona, cause that way compilers won't ever use
AMD features. Is there a way to tell compilers to use
every feature I've got?


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



 


man make.conf and man gcc

You will be limited by the gcc version on FreeBSD.  You can use gcc 4
for your apps, and all that SSE and 3DNow  stuff is not currently
allowed in the kernel.

I remember ready, maybe on slashdot, where a man did very little work to
do a native port of ssh to native amd64 code and got a hugh speed
boost.  Making sure you get a optimized version os ssh like what I
described will make a much bigger difference than just adding amd64 as
your cp type to make.conf.

Jason
   



I run FreeBSD/i386, not amd64.

make.conf, gcc and cpp manpages tell you nothing about
the subj. I roamed mailing lists for a few hours and settled on
adding -march=pentium4 -msse3 to CFLAGS and COPTFLAGS.
I didn't do any serious benchmarking, but the `top` output feels
like sshd got 2-3% performance boost. Will try to recompile
with -mfpmath=sse later.

Also, I tried forwarding X11 over network without SSH, and
some things kept lagging. My guess is network connection
and my solution is a Gigabit switch; the funny thing is that
I have Gb NICs in most of my PCs, but I still use a 100Mb
switch.

 

Hmm, that sucks.  The K8 core in 32bit mode.  I have heard of native 32 
bit semprons, is that what you have?


Well check this man page
http://gcc.gnu.org/onlinedocs/gcc-3.4.4/gcc/i386-and-x86_002d64-Options.html#i386-and-x86_002d64-Options

it will have everything, I hope, you need to know.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: sharing desktop witn VNC

2005-09-22 Thread Micah



stan wrote:

I'm trying to use tighvnc to share a desktop with a friend,
for educational purposes.

I've been able to run vncserver on my local machine, and 
connect to it with vncviewer. I've also been able to ssh to his

machine (with X forwarding turned on) and do the same thing, but
this is really slow.

In the case of his FreebSD machine I just got the simple session
that xstart produces.

How can I star vncserver on his FreebSD machine, such that I get
a full blown KDE desktop? This is BTW what he gets when he logs in
via kdm. Is there a way to share an already running
X session with vnc? Or do I have to start a new session using vncserver?


KDE provides a VNC server that allows you to connect to an already 
running KDE session.  From the KDE control center select Internet  
Network -- Desktop Sharing.  Adjust the settings to your liking. 
I've had keyboard problems with it when connecting from the RealVNC 
client (massively repeated characters making it impossible to type 
anything).


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


Re: GUI frontend

2005-09-22 Thread Michael Louie Loria
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

__
Check out http://www.fwbuilder.org/ supports many different types of
firewall including ipfw.
__

Webmin gives you good GUI front end to quite a few things. Through your
browser, and over the network if necessary, you can manage firewall
rules, bind, apache etcetc. I think it's in /usr/ports/sysutils/webmin
__

Thanks for the suggestions Peter Clutton and Craig Beasland.


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (GNU/Linux)
Comment: Public Key: https://www.biglumber.com/x/web?qs=0x4A256EC8
Comment: Public Key: http://www.lorztech.com/GPG.txt
Comment: Google, Skype, Yahoo ID: michaellouieloria

iQEVAwUBQzNv1rXBHi2y3jwfAQpkRAgAmokav3tNyw4gnKdBe2XVP3qXRQW72DF6
M6oS2kJiXW1ZcVtpWQweD6Kiq1rFl0sQeke7OxmCUpJLozfmo6UhL+V3+N3VIzCE
cu2JCztlr78ijuZqCL+mZXkpxLNdukuRysbaOjaToS3dir8vB4sxDQUI1u5zL8Iz
/keTvPCJ9cSsw1x4qNmM8Bz5l2UwUhbsGI+fEtsxp0c5+62ura/rHOannTfuedyl
5IpeetmDSYYAr55oYMRUd/AA5FMEXboVd3dprb2zhan9J5jaWa38CNFk6IZ5w0wC
KQiDC3vdoM0mxWhLvMFaIIXrQkbjlq56hHyB+zzoh5obU6lDP4Imbg==
=WOTj
-END PGP SIGNATURE-





__ 
Yahoo! for Good 
Donate to the Hurricane Katrina relief effort. 
http://store.yahoo.com/redcross-donate3/ 

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


5.4 installation trouble

2005-09-22 Thread James Heck
I have a toshiba satelite a25 laptop running windows xp right now 
pentium 3 with 512mb ram, with 40 gb unpartitioned space (35 or so has 
been reserved for bsd). I made 3 .iso's from nero, taken from the files 
on www.freebsd.org. None of them allow me to actually load into the 
install portion of the process. 1 or 2 seconds after bsd tries to load, 
and a bunch of text shows up, it comes to this: ata0: channel #0 on 
atapci0. When this comes up, the cd in the drive stops spinning and 
nothing else happens- i am forced to reboot. 

I have brief experiences with mandrake 10, but im mostly familiar with 
windows. I cant wait to get into bsd so if you guys have any input on 
this issue, please let me know. and thanks alot!

James

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


Re: NEWBIE: how-to for feeding file to gnomealyzer.sh?

2005-09-22 Thread Peter Clutton
On 9/22/05, David Armour [EMAIL PROTECTED] wrote:


 i was trying to install the plugger-plugins-hubbe port as a way to get
 plugins to work with firefox. . .

 checking whether gmake sets $(MAKE)... yes
 checking for intltool = 0.30... 0.33 found
 checking for perl... /usr/bin/perl
 checking for XML::Parser... === Script configure failed
 unexpectedly.

 i have the directed output file (make_failure_file), gnomelogalyzer.sh,
 and pages of non-helpful googled info. where would i find out how to
 feed a file to a script?

 thanks in advance, both for your patience, and for any info.

 When you've run it, would you let us know the outcome? I had *exactly* the
same error messages multiple times trying to installing gnome, stuff bout
XML Parser script configure failed unexpextedly. I haven't had a chance to
feed it to gnomealyzer, but will post if i get something good from it.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Good Operating systems book?

2005-09-22 Thread Gary W. Swearingen
Jorge Mario G. Mazo [EMAIL PROTECTED] writes:

 I would like to hear what books are good for newbies like me!

Some good reading to get exposed to some history and culture as well
as some high-level discussion of programming is The Art of UNIX
Programming by Eric S.  Raymond 2004 Addison Wesley ISBN
0-13-142901-9; ESR tends to be a Linux guy but you wouldn't know it
from this book.  He includes a fair number of small-paragraph quotes
from some UNIX pioneers.  There's more whys in the book than hows.
And cheap by today's standards at 40 USD.  525p.

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


Re: sharing desktop witn VNC

2005-09-22 Thread Garrett Cooper

On Sep 22, 2005, at 7:31 PM, Micah wrote:




stan wrote:


I'm trying to use tighvnc to share a desktop with a friend,
for educational purposes.
I've been able to run vncserver on my local machine, and connect  
to it with vncviewer. I've also been able to ssh to his

machine (with X forwarding turned on) and do the same thing, but
this is really slow.
In the case of his FreebSD machine I just got the simple session
that xstart produces.
How can I star vncserver on his FreebSD machine, such that I get
a full blown KDE desktop? This is BTW what he gets when he logs in
via kdm. Is there a way to share an already running
X session with vnc? Or do I have to start a new session using  
vncserver?




KDE provides a VNC server that allows you to connect to an already  
running KDE session.  From the KDE control center select Internet  
 Network -- Desktop Sharing.  Adjust the settings to your  
liking. I've had keyboard problems with it when connecting from the  
RealVNC client (massively repeated characters making it impossible  
to type anything).


Later,
Micah


Running ssh -C is wise as it compresses the ssh stream. I don't  
suggest straight VNC as it's all plaintext data going across a  
network, where using port forwarding via SSH would decrease your  
problems to near nil in terms of someone sniffing your traffic.

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


FreeBSD 5.4 Stable - Having problems with remote connections.

2005-09-22 Thread Vincent Stipo
Lets start off by saying I'm new to FreeBSD and im using the 5.4 stable version.

I'm having problems with remote connections.

I tried installing multiple programs that recieve outside connectons.

Squid Proxy
Bittorrent
Battlefield 2 Server

and they start up fine.

I cant connect to squid remotely. I cant download anything with
bittorrent, the bf2 server shows up on the server list but when you
connect you get a connection refused error.

So, is there some kind of default measure in place to stop remote
connections? From as far as I can tell no firewall is running. Do I
have to add the services in inetd?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]