Re: Command line video player

2009-02-21 Thread nawcom

Mehul Ved wrote:

Hi,
I am setting up a P1 90MHz machine for some light multimedia
playback for a friend. As of now, it is running on FreeBSD 5.5. We
have been able to play mp3's using mpd and it's doing well till now.
Next, I am looking for a video player. But, I have following problems
while proceeding :
1) Would the machine be able to handle any kind of videos
2) I am not able to find mplayer for 5.5 so I tried to get it's
package from 5-RELEASE, which lists lots of dependancies. How do I get
mplayer package for 5.5
3) Is there any other video player with lesser dependencies since the
machine has just 4GB HDD.

  
the only dependencies it really has are the codecs that you want it to 
support. Heck, you can compile it so it only plays mp3 audio and xvid 
avis if you want to. So if you insist to go down the package route, i'm 
sure it was compiled with a ton of codecs included. if you compile it 
yourself, you just need to include what you want supported. And 
compiling those codec libraries or whatever won't take up too much disk 
space either.  That's my suggestion to this situation you have.

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


Re: xampp under FreeBSD

2008-08-03 Thread nawcom
well, brandelf is used to mark which ABI you want to use in order to run 
the binary, so the command you show isn't going to work.


I guess I don't understand the need to use XAMPP when every part is 
fully supported via ports. My suggestion is to follow one of the many 
HOWTO guides for setting up Apache/PHP/MySQL for FreeBSD you can find 
via google. Even if you got everything working under linux_base I 
wouldn't be surprised that more issues would come up, let alone keeping 
your server secure at the same time. If you have any more specific 
questions let us know, but if you need some help setting up your web 
server there are a ton of HOWTO sites that will help you out.

-nawcom


Markus Mueller wrote:

hello list,

I have installed xampp (www.xampp.org), but I can't start it with 
brandelf -t lampp start.

have someone an idea, how I can start lampp on freebsd ?





   
___ Der frühe 
Vogel fängt den Wurm. Hier gelangen Sie zum neuen Yahoo! Mail: 
http://mail.yahoo.de


___
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: Very very weak sound from the speaker

2008-07-31 Thread nawcom
Perhaps this will help you out with the situation; this is from a 
previous post. I know for sure your audio chip's device/vendor id is 
0x266e8086. This is a fix for someone with FreeBSD-6.2; even though the 
person suggests to grab the compiled modules, he also has the sources 
there. This person had the same issues with volume, and this fixed the 
problem. I hope this helps.


-nawcom

 email removed:30:2:class=0x040100 card=0x099c103c chip=0x266e8086
rev=0x03 hdr=0x00
vendor   = 'Intel Corporation'
device   = '82801FB/FR/FW/FRW AC '97 Audio Controller'
class= multimedia
subclass = audio

Ok. Lets make it quick and simple. Grab both (I repeat: BOTH) sound.ko
and snd_ich.ko from http://people.freebsd.org/~ariff/test/ .

Let me guess. mixer phout and ogain control both \
headphone and
speaker separately, while mixer vol seems useless. Prove me wrong.



--
Ariff Abdullah
FreeBSD

-


WATANABE Kazuhiro wrote:

Hello.

At Wed, 30 Jul 2008 19:50:50 +0800,
Rommel Martinez wrote:
  

I'm wondering why is it that no matter what I do, I can't seem to make
my laptop emit sound lounder than a whisper.  The laptop is an ECS
Elitegroup W330 (Arima W330-UCX) and this is the website of the
laptop: http://www.arimacorp.com/ViewProduct.asp?View=145

I thought at first there was no sound coming out at all, so what I did was I
plugged an external speaker to it and maxed out the volume via the
volume knob and set my mixer settings all to 100, then I was able to
hear sound from the speaker, but it's too weak to be of any good use.

The following is my configuration:

$ cat /boot/loader.conf | grep snd_
snd_ich_load=YES

$ kldstat | grep snd_
 31 0xc0d3 6f88 snd_ich.ko

$ kldstat | grep sound
 42 0xc0d37000 4a5acsound.ko

$ cat /var/run/dmesg.boot | grep pcm
pcm0: Intel ICH6 (82801FB) port 0x5000-0x50ff,0x48c0-0x48ff mem
0xb0040800-0xb00409ff,0xb0040400-0xb00404ff irq 20 at device 30.2 on
pci0
pcm0: [ITHREAD]
pcm0: Avance Logic ALC250 AC97 Codec

$ cat /dev/sndstat
FreeBSD Audio Driver (newpcm: 32bit 2007061600/i386)
Installed devices:
pcm0: Intel ICH6 (82801FB) at io 0xb0040800, 0xb0040400 irq 20 bufsz
16384 kld snd_ich [MPSAFE] (1p:1v/1r:1v channels duplex default)

$ mixer
Mixer vol is currently set to 100:100
Mixer pcm is currently set to 100:100
Mixer speaker is currently set to 100:100
Mixer line is currently set to 100:100
Mixer mic is currently set to 100:100
Mixer cd is currently set to 100:100
Mixer rec is currently set to 100:100
Mixer igain is currently set to 100:100
Mixer ogain is currently set to 100:100
Mixer line1 is currently set to 100:100
Mixer phin is currently set to 100:100
Mixer phout is currently set to 100:100
Recording source: mic

I tried audacious, xmms, and mpg123 but I still get
the same behaviour.

What's causing this? Can anybody give pointers why
is this happening?

Thanks.



Can you show me the output of pciconf -lv | grep -A4 ^pcm ?
---
WATANABE Kazuhiro ([EMAIL PROTECTED])
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]
  


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


Re: Very very weak sound from the speaker

2008-07-31 Thread nawcom
Did you compile it from the source files there or try to use the 
precompiled ones? I wouldn't be surprised if the precompiled ones would 
crash it since it was for 6.2 - my guess is you are using a 7-release; 
sorry if you misinterpreted what I was directing you towards. I read up 
on it and this fix should be included in 7-CURRENT. Hopefully Watanabe's 
patch he gave you will do the trick for your specific laptop model.

- nawcom

I did that and I got a kernel panic. With the following on the console:


KLD file sound.ko - could not finalize loading

Fatal trap 12: page fault while in kernel mode
cpuid = 0; apic id = 00
fault virtual address   = 0xf00de2cf
fault code  = supervisor write, page not present
instruction pointer = 0x20:0xc0741063
stack pointer   = 0x28:0xc1020d20
frame pointer   = 0x28:0xc1020d6c
code segment= base 0x0, limit 0xf, type 0x13
= DPL 0, pres 1, def32 1, gran 1
processor eflags= interrupt enabled, resume, 10PL = 0
current process = 0 ()
trap number = 12
panic: page fault
cpuid = 0


I restored the original sound.ko snd_ich.ko to be able to use the system.

  


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


Re: (no subject)

2007-11-21 Thread nawcom
Hm.. from what I understand, tusar kumar wants to know how to assemble a 
laptop? like build one from scratch? if it has to do with hardware 
assembly, there's always ASUS barebones one can buy, or you can go the 
mini-itx route (http://www.mini-itx.com/projects/itx-laptop/?p) which i 
don't really consider it a real laptop. If it has to do with just 
installing FreeBSD on your laptop, well, there's the freebsd manual.


A video on how to do it? Wow. you're asking alot from a free mailing 
list. I could probably make a quick video of me installing FreeBSD 6 
onto a laptop for 3 simple payments of $9.99! (plus $12 
shipping/handling.) Let me know if you are interested.


Now this sort of makes me think of society today. this definitely not 
true in all aspects, but some people do insist on referring to looking 
at a TV 24/7.  This seems to be quite abundant in the United States 
midwest. Which may also have to do with the obesity statistics when it 
comes to geographical location. I'm making an assumption that the one 
asking the question isn't from the US midwest though.


I had a HOWTO set up years ago before X compositing was available and 
3ddesktop was really the only 3d thing out. I remember at least 8 emails 
from people reading the HOWTO and then asking for a live video 
presentation on howto install it. Am I just being mean by not providing 
a video HOWTO? Reminds me of those annoying projects I had to do in high 
school where you have to make an instructional video on howto tie a shoe 
or howto clean up cat shit.
In all honesty, I haven't slept in 36 hours. So please pardon me if this 
response is at all offensive, or a waste of time. I don't even 
understand what I'm typing right now.

I think I should lay down.
-nawcom
---
Mario Lobo wrote:

On Wednesday 21 November 2007, Gerard wrote:
  

On November 21, 2007 at 07:11AM Mario Lobo wrote:

On Wednesday 21 November 2007, tusar kumar wrote:
  

hi
   i want to know how can i assembly laptop. i want a video copy


Ahahahahah !

Sorry guys. That was really funny !
  

You did notice his email address I assume.



I know, I know.. I saw it. 
I presume he meant I would like to know how to install FreeBSD on a laptop. 
Do you have a how-to video?


I wasn't making fun OF him but the possibility that he really meant  assemble 
a laptop sounded funny, to me at least.


  


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


Re: Safely mount OS X UFS filesystem?

2007-07-07 Thread nawcom
Oh god i apologize for the unacceptable asnwer; i was probably 
half-asleep when i responded previously :-P


yes, theres no support as far as i know for darwin ufs for freebsd, from 
what i understand darwin ufs is gonna be the next filesystem for apple 
to ditch, and for 10.5 they will be using sun's zfs filesystem. theres 
also development going on for zfs support in the freebsd kernel.


the only thing ive done before in a situation like this is to backup the 
data (copy to alt disk) on the ufs, delete the ufs filesystem and 
replace it with hfs+ and restore the backup back onto it - assuming you 
didnt plan for that ufs partition to be bootable or anything. hfs+ is 
supported in freebsd.


I hope that's a more reasonable suggestion - looks like the coffee 
helped :-P

nawcom


Thor Lancelot Simon wrote:

Can I, on a system running FreeBSD 6.2 or -current, safely mount a
UFS filesystem created (and used) on Mac OS 10.4.10?  These filesystems
are UFS1 (at fslevel 3) with big-endian datastructures in the metadata,
4k blocks and 1k fragments, and a few minor oddities in their layout;
they are pretty much exactly the UFS NeXT used on their workstations.

If so, Will such a filesystem be safe to mount under OS X after I use it
on FreeBSD?

I seem to be able to mount these under NetBSD though the snapshot code
complains that inodes 64 and 16384 are not dedicated to snapshots.

  


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


Re: Safely mount OS X UFS filesystem?

2007-07-06 Thread nawcom
i usually use the ufstype=openstep for darwin ufs filesystems, they seem 
to work just fine.

-Ben

Thor Lancelot Simon wrote:

Can I, on a system running FreeBSD 6.2 or -current, safely mount a
UFS filesystem created (and used) on Mac OS 10.4.10?  These filesystems
are UFS1 (at fslevel 3) with big-endian datastructures in the metadata,
4k blocks and 1k fragments, and a few minor oddities in their layout;
they are pretty much exactly the UFS NeXT used on their workstations.

If so, Will such a filesystem be safe to mount under OS X after I use it
on FreeBSD?

I seem to be able to mount these under NetBSD though the snapshot code
complains that inodes 64 and 16384 are not dedicated to snapshots.

  


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


Re: The worst error message in history belongs to... BIND9!

2007-07-03 Thread nawcom
Reminds me of a typical windows user i dealt with who saw an error about 
explorer.exe and how it could not be read and let it slide. :-P


using my wicked non user friendly skillz of the damned, i personally 
like the concept of a simple  pebkac error when bind refuses to start 
due to a named.conf setting or similar. sortof creates a challenge, an 
adventure to find what's causing the issue yourself.


wait. i shouldn't be promoting ideas on how make things worse off on 
freebsd-questions.


pardon this useless email.

-ben

Ted Mittelstaedt wrote:
  

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Martin
McCormick

Then, there is the ultimate, the Check engine. light on the
modern car. 



Check engine - CEL

  

It would be so nice if it said some indication as to
the seriousness of the problem so that one knows whether to get
it fixed now and maybe save $5,000 worth of repair costs or let
it slide a few days until a better time.




Most people take the tack that if the CEL comes on and the engine
is still running and the car still goes, that they can let it slide.

Ted
___
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: 3D acceleration within non-root account

2007-05-14 Thread nawcom
Well, it shows that it has to do with device permissions; your root can 
read and write to it, but your user account can't. be sure and give your 
user write access to the device. Also your X log should be able to 
describe in more detail on what the situation is that you are having. 
check that and let me know if you got it working and also what your X 
log says.

-Ben

Ladislav Jozsa wrote:

Hello there,

I'm trying to get 3D acceleration working on my ThinkPad R40 with ATI 
Radeon Mobility 7500 graphic card. I'm running FreeBSD 6.1 and I'm 
able to run 3D under root account, where glxinfo tells me the following:


# glxinfo | grep render
direct rendering: Yes
OpenGL renderer string: Mesa DRI Radeon 20050528 AGP 4x TCL

But when I try the same under non-root account the result is:

$ glxinfo | grep render
direct rendering: No
OpenGL renderer string: Mesa GLX Indirect

Thus 3D acceleration is not running. I've got loaded the following 
graphic drivers :


9 1 0xc4c21000 1c000radeon.ko
101 0xc4c47000 e000 drm.ko

dmesg | grep drm gives me:

drm0: ATI Radeon LW RV200 Mobility 7500 M7 port 0x3000-0x30ff mem 
0xe000-0xe7ff,0xc010-0xc010 irq 11 at device 0.0 on pci1

info: [drm] AGP at 0xd000 256MB
info: [drm] Initialized radeon 1.19.0 20050911

In Xorg configuration I  have also loaded following modules and DRI 
set properly:


Section Module
  Load  dbe
  Load  dri
  Load  extmod
  Load  glx
  Load  record
  Load  xie
  Load  pex5
  Load  freetype
  Load  type1
EndSection

Section DRI
  Mode 0666
EndSection

Does anyone know what else I need to run 3D under non-root account?

Many thanks,

Ladislav Jozsa







___
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: tiny console screen...

2007-05-02 Thread nawcom
most likely has to do with your lappy not streching lower resolutions. 
im guessing you solve the issue previously with vidcontrol. something like


vidcontrol -g 135x25 VESA_1024x768


(if your screen is full at 1024x768, replace it with the nedded resolution.)
you can just add the option to rc.conf so you dont have to deal with 
crazy commands or additional shell scripts::


allscreens_flags=-g 135x25 VESA_1024x768'

you might need to change the raster mode; 100x37 is also a common selection.

and of course you cant forget recompiling your kernel! the fun part.

the only lines you need to include the needed support is:

options VESA
options SC_PIXEL_MODE


Have fun, there are some old issues with 1024x768 with older versions, 
like v5.3 in which there is a patch for.

Yell fire if you need any more help with this.
-Ben

David J Brooks wrote:
I know I've seen the fix for this before, but now that I need it I can't find 
it.


I'm setting up a laptop with FreeBSD 6.2. The  screen display in X is fine, 
but the terminal session screens are tiny, center on the display with several 
inches of black margin. How do I get it to use the entire screen and not that 
tiny little viewport?


David
  


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


Re: Problem with wireless card drivers

2006-06-01 Thread nawcom
could you tell us what wireless card you have? perhaps its unsupported 
and you will need ndis support.

-ben

I have been trying to get my wireless card working for the last week.
Practically I read almost everything about it in man pages, handbook
and some google results. Nothing worked.  I just cannot see why it
doesn't appear. I am doing the kernel module compilation and loading
by the book. My last resort is kernel recompilation. Does anyone have
a HP/Compaq nx6110 with a working wireless card?

Atanas
___
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: Problem with wireless card drivers

2006-06-01 Thread nawcom

following the isntructions on this post worked fine for me; give it a try

http://lists.freebsd.org/pipermail/freebsd-questions/2004-October/059938.html

Atanas Atanasov wrote:

The wireless card is not supported by a native driver. It has a
BCM4306 chipset (Broadcom).

Atanas
___
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: Which bootmanager to choose ?

2006-04-27 Thread nawcom
I would just install the boot into the mbr so you won't have to select 
what to boot - since it will only have one os to choose from.


-Ben

Tony Angelo wrote:

Hello again.

As some of you already understood i'm a newbie and currently installing
FreeBSD 6.0-RELEASE onto my old laptop. And i have a question. Whist
bootmanager install if FreeBSD is the only one system on the PC ? i dont
have DOS or Windows? What should i choose ? None, Standart or FreeBSD
bootMgr?

Thank 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: Firefox::::: ugh.

2006-04-24 Thread nawcom
you can set up the mimetype for your user ($HOME/.mailcap) or globally 
(/etc/mailcap)


by adding the line application-smil: /location/of/realplay to the file.

I guess I'm confused, are you expecting the realplay binary to be in 
X11R6/bin, or are you confused about where and how to manually set up 
the mimetype?
you can figure out where realplay is by running which realplay in a 
console - as long as the path is set up in the shell's $PATH variable.



Gary Kline wrote:

On Tue, Apr 25, 2006 at 03:10:01AM +0200, Danny Pansters wrote:
  

On Tuesday 25 April 2006 02:35, Gary Kline wrote:


If firefox is supposedly superior to every other browser,
why, when it sees a realplayer smil file, does it pop up
a rectangle with radio-button  options and a BROWSE button?

I press BROWSE and another frame opens.  I click on X11R6 and
eventually get to bin, and there the only file I see is
xauth.  ...CCan anybody 'splain this?

gary
  

Set mime types and handlers correctly?

I use KDE and konqueror, but once in a while I have to set some mine type - 
handler things and it looks like you got a similar thing.


Dan



Ok, *which* mimetypes?  There are mime files in ~/. and in
various ~/.mozilla directories?  At least 2 in .mozilla--
	one for firefox, one for mozilla.  These are named 
	mimeTypes.rdf.  Be nice if firefox considered that thhere

are a few of us old time CLI guys still around!

With mozilla, there are places to type in specs about the
helper apps; things such as files suffixed with .smil
use realplay.  As do several other files.  Both realplay
and mplayer can do everything (in theory); I've stuck
with realplay.

thanks, Dan, but I'm still lost.

gary




  


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


Re: Firefox::::: ugh.

2006-04-24 Thread nawcom
you can set up the mimetype for your user ($HOME/.mailcap) or globally 
(/etc/mailcap)


by adding the line application-smil: /location/of/realplay to the file.

I guess I'm confused, are you expecting the realplay binary to be in 
X11R6/bin, or are you confused about where and how to manually set up 
the mimetype?
you can figure out where realplay is by running which realplay in a 
console - as long as the path is set up in the shell's $PATH variable.



Gary Kline wrote:

On Tue, Apr 25, 2006 at 03:10:01AM +0200, Danny Pansters wrote:
 

On Tuesday 25 April 2006 02:35, Gary Kline wrote:
   

If firefox is supposedly superior to every other browser,
why, when it sees a realplayer smil file, does it pop up
a rectangle with radio-button  options and a BROWSE button?

I press BROWSE and another frame opens.  I click on X11R6 and
eventually get to bin, and there the only file I see is
xauth.  ...CCan anybody 'splain this?

gary
  

Set mime types and handlers correctly?

I use KDE and konqueror, but once in a while I have to set some mine 
type - handler things and it looks like you got a similar thing.


Dan



Ok, *which* mimetypes?  There are mime files in ~/. and in
various ~/.mozilla directories?  At least 2 in .mozilla--
one for firefox, one for mozilla.  These are named 
mimeTypes.rdf.  Be nice if firefox considered that thhere

are a few of us old time CLI guys still around!

With mozilla, there are places to type in specs about the
helper apps; things such as files suffixed with .smil
use realplay.  As do several other files.  Both realplay
and mplayer can do everything (in theory); I've stuck
with realplay.

thanks, Dan, but I'm still lost.

gary




  


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


Re: adapter question

2006-04-22 Thread nawcom
so I am assuming you have built the ndis base code (/sys/modules/ndis)

did you build the if_ndis module correctly? here it is for reference:

goto /sys/modules/if_ndis,
copy the *.inf file and the *.sys file for your xp driver into
/sys/modules/if_ndis,
run: ndiscvt -i {your inf file} -s {your sys file} -o ndis_driver_data.h (in
your modules/if_ndis folder!)
now run the usual make; make install to build the if_ndis module

now if you load the modules in order: kldload ndis; kldload if_ndis; the
device should load up on ifconfig.

if this doesnt work out post the debug info for it
-Ben

On 4/21/06, Jose Jesus Ortega [EMAIL PROTECTED] wrote:

 I have freeBSD-6.0 RELEASE, my D-Link ethernet card works fine with
 internet but I have a Linksys Wireless B Notebook Adapter. When I add the
 card to the computer is displays: cardbus0: network, ethernet at device
 0.0 (no driver attached)

 I have the CD that came with the adapter and on freeBSD Handbook I tried
 to run it Natively through ndis, the adapter turned on the light like if it
 was working but when I input the command: ifconfig it dosen't see it, the
 same message as above happens at startup. Any way to install the right
 driver for it? Thanks.

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




--
They that can give up essential liberty to obtain a little temporary safety
deserve neither liberty nor safety.
--- Benjamin Franklin
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


ipfw secure setup for ssh bruteforcers

2006-03-30 Thread nawcom
I have a pretty good setup with ipfw, and theres always dickheads constantly
trying to get in - mostly through
old microsoft and ssh1/2 exploits with certain usernames and passwords. I
pretty much add their ip to a protected ban list (after 5 tries) which bans
them from the entire server.

From any professionals, what is the most effective technique that i should
use to take care of these kiddies
other than a complete ban? Is my technique good or is it oversecure? An
admin said that doing this can be bad, especially when
the kiddy is connected to a large network like a company or university; I
may block other people who aren't guilty of the act. (which makes sense)

I use the up do date ssh so any exploits are
either patched up or will be patched when they're discovered, so holes in
the program shouldn't be in issue.

any replies would be wonderful,
Thanks,
Ben


--
They that can give up essential liberty to obtain a little temporary safety
deserve neither liberty nor safety.
--- Benjamin Franklin
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Removable drives

2006-03-29 Thread nawcom
One of the big changes from moving from the Linux kernel to BSD is the
device naming system, so I have pretty much gotten the habit of manually
mounting/umounting when needed.

For the filesystem question, I usually use ext2- compatible with linux, bsd,
and write support on a msft operating system is slowly reaching a stable
state. I dojn't believe darwin has ext2/3 support by default, but i might me
wrong. the only issues i've had with fat32 are naming limitations, its 4gb
limitation, and setting file ownerships.



On 3/28/06, Luke Dean [EMAIL PROTECTED] wrote:



 On Tue, 28 Mar 2006, Christopher Sean Hilton wrote:

  I have a question to the community about removable drives, pendrives
  and usb and firewire attached hard drives. I'm just wondering how
  people are dealing with them in FreeBSD. I don't have any operational
  problems with them. I'm just wondering if I'm doing things the hard
  way.
 
  First Question: Which filesystem are people using on usb flash drives
  and removable hard drives? I'm using a mixture of ufs2, ext2, and
  msdos. I'm using ufs2 because I'm also using cfs to encrypt the
  contents and although I haven't tested this, I'm fairly certain cfs
  want's semantics that aren't in the msdos filesystem.

 I use msdosfs because I use my portable devices with MS Windows systems
 and digital cameras frequently, and I need compatibility more than
 anything else.

  Second Question: Are most people using vfs_usermount=1? I'm using the
  automounter. It's a little bit more work to setup but I'm using a
  laptop and since I've started to use the automounter the number of
  times that I've had to fsck my removable drive because I've suspended
  my laptop with a pendrive still attached and mounted has been reduced
  incredibly.
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to 
 [EMAIL PROTECTED]




--
They that can give up essential liberty to obtain a little temporary safety
deserve neither liberty nor safety.
--- Benjamin Franklin
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Mounting ext3 problem

2005-09-30 Thread nawcom

ext3 is compatible w/ext2 when the dirty bit is not set. When
it is set (one common reason is the filesystem not being correctly 
unmounted), journal rollback is necessary which only ext3 can handle.


thats why running fsck_ext2fs on the partition should take care of the 
issues.


it doesn't mean your partition is actually dirty, its just that 
freebsd doesn't (usually) attempt to mount partitions that were 
incorrectly unmounted.


Let me know if it works. If you dont have ext2 support in fsck yet - you 
can find the source in /usr/ports/sysutils/fsck_ext2fs


-Ben
Sasa Stupar wrote:


Hi!

I have installed FBSD 5.4 and recompiled kernel with
optionEXT2FS
so I could mount my second drive.
When I try to mount with:
#mount -o ro -t ext2fs /dev/ad3s1 /mnt/linux
I get back
ext2fs: /dev/ad3s1: Invalid argument
Whe typing dmesg I get more on error:
WARNING: mount of ad3s1 denied due to unsupported optional features


From fdisk, info on drive:


# fdisk /dev/ad3
*** Working on device /dev/ad3 ***
parameters extracted from in-core disklabel are:
cylinders=77536 heads=16 sectors/track=63 (1008 blks/cyl)

Figures below won't work with BIOS for partitions not in cyl 1
parameters to be used for BIOS calculations are:
cylinders=77536 heads=16 sectors/track=63 (1008 blks/cyl)

Media sector size is 512
Warning: BIOS sector numbering starts with sector 1
Information from DOS bootblock is:
The data for partition 1 is:
sysid 131 (0x83),(Linux native)
   start 63, size 78156225 (38162 Meg), flag 80 (active)
   beg: cyl 0/ head 1/ sector 1;
   end: cyl 1023/ head 15/ sector 63
The data for partition 2 is:
UNUSED
The data for partition 3 is:
UNUSED
The data for partition 4 is:


I have searche on the net and what I have done here is what people 
suggest to do but it doesn't work.


What am I missing here?
___
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: Firefox won't stay as default browser ...

2005-09-28 Thread nawcom

open up firefox and type into the url:

about:config

look up browser.shell.checkDefaultBrowser
and check the value. if its false, change to true and restart the 
browser. let me know if that works..


-Ben


Kiffin Gish wrote:
Every time I fire up firefox it claims it is not the default browser. 
If I click on yes to make it the default browser or go into Prferences 
| General and hit the Default Browser [Check Now]-button and/or I 
restart firefox, I still get the message that it is NOT the default 
browser.

Nothing I do helps -- what got stuch?!



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


Re: Is this possible? DHCP / DNS related.

2005-09-24 Thread nawcom
I was having the same issue here at where I work at University of 
Michigan. We had a server that I personally set up for my work there, 
(static IP), but then we got a new net admin for  the building that 
changed some stuff - making the server ip dynamic which made the dns 
record useless. There are ways around this to make it work - but the 
admin wasn't willing to cooperate.


well what im trying to get at in this email is i decided to grab a 
hostname from no-ip (http://www.no-ip.com) which is a free service that 
uses a program you install to keep their dns up to date when your ip 
expires or changes. They have mutiple domains you can pick from, or you 
can pay them to have your own. (I decided to pick the servebeer.com - 
http://lsupport.servebeer.com :-P)



Ben Racine wrote:


I have recently set up a web server on my college network.  It is
behind  DNS and DHCP servers that are out of my control.  What I would
like to do is be able to associate a name something like
bsdserve..edu .  However, I'm fairly new at all this, but from
what I've been able to gather, it seems as though the only way to do
this would be to put a record in the campus DNS which isn't possible. 
Any insight?


Thanks.

-Ben Racine
___
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: Help with Xorg

2005-09-24 Thread nawcom
Is the nvidia module being loaded into the kernel? i am assuming so. the 
devices should be created during bootup. let me know if /dev/nvidia* is 
being created, or email a boot log.


Thanks,
Ben


Subhro wrote:


Hello folks,

I am facing a problem in using the nvidia driver with Xorg. I have
installed both the versions from the ports tree. When I start X with
the nvidia driver, it complains that no GPU was found and subsequently
it says that no usable Screens found. I am attaching the Xorg log
file, the error which is thrown out while starting X and my xorg.conf.
Help is greatly appreciated.

Thanks and Best Regards
S.

--
Subhro Sankha Kar
School of Information Technology
Block AQ-13/1 Sector V
ZIP 700091
India
 




___
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: boot problem - how can I access the file system

2005-09-03 Thread nawcom

http://uranus.it.swin.edu.au/~jn/linux/

and specifically:

http://uranus.it.swin.edu.au/~jn/linux/rawwrite.htm

these are all windows programs that take away the frustration
of installing linux. however freebsd and any os follows the same concept 
when it comes

to boot disks (.img) - so give rawwrite a try.

if you really want to do it unix style via dd he has a windows copy of 
dd on there:


http://uranus.it.swin.edu.au/~jn/linux/rawwrite/dd.htm

Let me know if you need any help making the fixit disk via any of the 
utilities i just mentioned.

-Ben


Robert Fitzpatrick wrote:


On Sat, 2005-09-03 at 13:31 -0500, Kevin Kinsey wrote:
 

What resources do you have? 
   


Don't have another FreeBSD machine at this location. I have my SuSE 9.2
linux workstation and Windows 2003 server machine.

 


2] Fixit CD or Fixit floppy.  Available via FTP
from ftp.freebsd.org.
   



I tried the Fixit CD (disc 2) and it says 'ldconfig could not create the
ld.so hints' and that my dynamic executables from the disc most likely
won't work. When I Alt+F4, typing any command such as 'ls' gives me a
segmentation fault. I am running 5.3 on a old AMD 500 with 512MB RAM.

Not sure how to get the images for floppies on to my floppy. The 'dd'
command does not seem to work in my linux env and I don't find the
fdimage.exe for Windows.

Appreciate any help.

 



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


Re: Illegal access attempt - FreeBSD 5.4 Release - please advise

2005-08-27 Thread nawcom
I also get a large amount of atttacks via ssh, i decided that the people 
who have access to my server (only 12) know what their usernames are. my 
decision was to set up a swatch script to monitor the types of errors 
that are picked up in the logs:


-if the attempt was with a username that doesnt exist - i add the ip to 
a db of banned ips and flush and restart ipfw


-if it is from a username that does exist - i give the person 5 tries, 
if by the 5th try they cant get in, i add the ip to the db as stated above.


it sounds pretty harsh, but it definetely stops those idiots. ive got a 
large list of ips, and from nmapping them most are from people running 
entry level linux distros with many holes in their security setup. i 
could get revenge, but not worth it.


if anyone is curious about the script let me know,
Ben


Maarten Sanders wrote:


On Thu, 2005-08-25 at 07:22 -0400, Lee Capps wrote:
 


On 11:18 Wed 24 Aug , Chris St Denis wrote:
   


How can I easily auto deny after x failed attempts? Is this an sshd setting?
I could find it.

Is there something in ports that will firewall off somebody who is brute
forcing?
 


In addition to adding entries to /etc/hosts.allow you could try
DenyHosts:

http://denyhosts.sourceforge.net/

I didn't find a port, but it works with FreeBSD and isn't too onerous to
install.

HTH,

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

   


Nice suggestion, but how do I enable tcp_wrappers with sshd?

See : http://denyhosts.sourceforge.net/ssh_config.html 
I tried adding 


sshd: 127.0.0.1 : deny to /etc/hosts.allow but I failed the described
test. 


Maarten


___
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: Illegal access attempt - FreeBSD 5.4 Release - please advise

2005-08-27 Thread nawcom
if this server was used by 100+ people i would of course not have such a 
harsh security script set up. everyone who uses it has great experience 
and understands the consequences. like i said before, this is usually 
for personal use and has about 12 users total. if this was used to 
manage ssh on something big i would lower the security measures.


hope you can understand some now :)

Ben



[EMAIL PROTECTED] wrote:

-if the attempt was with a username that doesnt exist - i add the ip to 
a db of banned ips and flush and restart ipfw
   



I'm curious about this bit - what do you do about accidentally mistyped
usernames by valid users?

cheers,
-- Joel Hatton --
Security Analyst| Hotline: +61 7 3365 4417
AusCERT - Australia's national CERT | Fax: +61 7 3365 7031
The University of Queensland| WWW: www.auscert.org.au
Qld 4072 Australia  | Email:   [EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]
 



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


Re: Illegal access attempt - FreeBSD 5.4 Release - please advise

2005-08-24 Thread nawcom
i usually run a swatch script to monitor ssh login attempts and deny 
them via ipfw - most of them are addresses from people running linux 
trying to bruteforce there way in - the list can get pretty long.


also whats most funny is that alot of those people try windows server 
exploits on me damn script kiddies


-Ben
Pat Maddox wrote:


It's not that big of a deal...they didn't get in or anything.  If
you've got a server that's always connected to the internet, you'll
see people trying to break in all the time.  The more popular your
server, the more frequent the attempts.  This is just someone trying
to log in via SSH - so as long as you have good passwords on all your
accounts, and disable remote root login, you're fine.

You may consider denying access after X failed login attempts.


On 8/23/05, ro ro [EMAIL PROTECTED] wrote:
 


Hi All,

I was browsing through my log files and noticed that
someone (or many people) is trying to gain illegal
access to my server (see snippet from log files
below).

The below log file clearly indicates someone trying to
hackaway at my personal server.

I performed the following steps:

nmap -v  210.0.142.153

and noticed that this person/institution had port 80
and 21 open.

I visited their website and it appears to be someone
from hongkong.
http://www.chkpcc.edu.hk/

HERE IS THEIR CONTACT INFORMATION AS IT APPEARS ON
THEIR WEBSITE
-
Confucian Ho Kwok Pui Chun College ? ?
? ? ? ? ? ?
? ?
Address ??: Fu Shin Est., Taipo,
N.T., HKSAR
?
Tel ??: 852-2666-5926
Fax ??: 852-2660-7988
E-mail ??: [EMAIL PROTECTED]
-


When I saw the logs for the first time. I took the
following steps:
1) AllowUsers in sshd contained only users that I
wanted to have access to my ssh
2) Created a decent rulest within ipfw that permitted
incoming access to only two ports ssh and http

I took the issue of creating a good firewall quite
lightly and now I regret that decision.. now I have
learnt... Can someone provide me with guidance on this
issue and advise me on next steps to take action
against such losers.

Thanks
RV

Aug 23 08:19:03 free sshd[22519]: Illegal user lp from
210.0.142.153
Aug 23 08:19:06 free sshd[22521]: Illegal user admin
from 210.0.142.153
Aug 23 08:19:08 free sshd[22523]: Illegal user admin
from 210.0.142.153
Aug 23 08:19:10 free sshd[22525]: Illegal user admin
from 210.0.142.153
Aug 23 08:19:12 free sshd[22527]: Illegal user admin
from 210.0.142.153
Aug 23 08:19:15 free sshd[22529]: Illegal user admin
from 210.0.142.153
Aug 23 08:19:17 free sshd[22531]: Illegal user admin
from 210.0.142.153
Aug 23 08:19:19 free sshd[22533]: Illegal user admin
from 210.0.142.153
Aug 23 08:19:22 free sshd[22535]: User root not
allowed because not listed in AllowUsers
Aug 23 08:19:24 free sshd[22537]: User root not
allowed because not listed in AllowUsers
Aug 23 08:19:27 free sshd[22539]: User root not
allowed because not listed in AllowUsers
Aug 23 08:19:29 free sshd[22541]: User root not
allowed because not listed in AllowUsers
Aug 23 08:19:33 free sshd[22543]: User root not
allowed because not listed in AllowUsers
Aug 23 08:19:35 free sshd[22545]: User root not
allowed because not listed in AllowUsers
Aug 23 08:19:37 free sshd[22547]: Illegal user apache
from 210.0.142.153
Aug 23 08:19:40 free sshd[22549]: Illegal user dan
from 210.0.142.153
Aug 23 08:19:42 free sshd[22551]: Illegal user electra
from 210.0.142.153
Aug 23 08:19:44 free sshd[22553]: Illegal user student
from 210.0.142.153
Aug 23 08:19:47 free sshd[22555]: Illegal user school
from 210.0.142.153
Aug 23 08:19:49 free sshd[22557]: User mysql not
allowed because not listed in AllowUsers


Aug 11 20:16:10 free sshd[21585]: Illegal user test
from 210.245.197.16
Aug 11 20:16:12 free sshd[21587]: Illegal user guest
from 210.245.197.16
Aug 11 20:16:14 free sshd[21589]: Illegal user admin
from 210.245.197.16
Aug 11 20:16:16 free sshd[21591]: Illegal user admin
from 210.245.197.16
Aug 11 20:16:23 free sshd[21593]: Illegal user user
from 210.245.197.16
Aug 11 20:16:32 free sshd[21601]: Illegal user test
from 210.245.197.16

Aug 14 03:39:21 free sshd[32377]: Illegal user 1 from
61.145.222.10
Aug 14 03:39:26 free sshd[32379]: Illegal user a from
61.145.222.10
Aug 14 03:39:31 free sshd[32381]: Illegal user a from
61.145.222.10
Aug 14 03:39:38 free sshd[32383]: Illegal user abuse
from 61.145.222.10
Aug 14 10:47:49 free sshd[33623]: Illegal user admin
from 64.222.146.197
Aug 14 10:47:51 free sshd[33625]: Illegal user
administrator from 64.222.146.197
Aug 14 10:47:52 free sshd[33627]: Illegal user jack
from 64.222.146.197
Aug 14 10:47:53 free sshd[33629]: Illegal user marvin
from 64.222.146.197
Aug 14 10:47:58 free sshd[33631]: Illegal user andres
from 64.222.146.197
Aug 14 10:47:59 free sshd[33633]: Illegal user barbara
from 64.222.146.197
Aug 14 10:48:01 free sshd[33635]: Illegal user adine
from 64.222.146.197

Re: FreeBSD on current crop of laptops?

2005-08-19 Thread nawcom
When I had my Dell Inspiron 5100, it took a little tweaking but I 
eventually got agp support to work. I havent heard any info about the 
newer dell models though


Ben


Uwe Laverenz wrote:


On Wed, Aug 17, 2005 at 10:11:38PM -0600, Tom Vilot wrote:

 

I like the (big-ass) Toshiba Satellite machines, but I'm not wedded to 
them. I am curious what people's experiences are with some of the newer 
laptops and what might be recommended.
   



I can recommend the IBM Thinkpad R51, especially the models with Ati
7500 or 9000 graphics, because these chips are supported by the free
drivers that come with Xorg. I run FreeBSD 5.4 on my R51 and I am very
happy with it.

I have also heard positive statements about the Samsung X20 XVM 1600.

Uwe

___
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: themes

2005-08-18 Thread nawcom

interesting question, but it CAN be related to freebsd none the less :)

most themes from freshmeat (themes.org) usually come with backgrounds. 
what window manager are you using? I usually get all my themes there - 
and they all have background images; my usual WMs are 
blackbox/fluxbox/openbox.


i nice website that has excellent 3d art is Digital Blasphemy from a 
cool guy Ryan Bliss.

http://www.digitalblasphemy.com/

have fun, and be sure you were looking at the right page on themes.org,

Ben

[EMAIL PROTECTED] wrote:


Hey everyone,

I downloaded some themes from freshmeat hoping to get the entire theme but
realised that they don't come with the cool background images.  Where is a
good place to get background images, like the 3D arty ones?

Thanks

Gareth

___
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: fd_set

2005-08-18 Thread nawcom
Now im your basic programmer, so the only thing i can relate fd_set to 
are the file descriptors (bit array i think) which are declared in the 
select function. select is used for basic input/output channel control.


So by saying that -

1) perhaps the file that is being built is missing the sys header file, 
sys/types.h (if im wrong somebody correct me). I have ended up fixing 
#include and #define typos in programs due to an unsuccessful build 
which seems to be common, so maybe this may be your case also.


2) there might be something wrong with the header file itself, like 
fd_set not being declared.


oh well - like i said -im your basic c/kernel  coder, but this is what i 
would check out if i was thrown into your shoes.


good luck,
nawcom
perhaps there might be something wrong with glibc?




Jonathan Herriott wrote:


I'm getting an error while trying to install GLUT.  I've narrowed down that
the fd_set structure is not declared.  The only problem is that I don't know
what package/library it might belong to (It's not part of GLUT).  I've found
no information on it.  Could someone point me in the right direction?





Thanks,



Jonathan Herriott.

___
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: (no subject)

2005-08-18 Thread nawcom

did you check out the handbook before you sent the email?

I dont know any specifics on what issues your having - heres a link for 
the page you are looking for in the freebsd handbook


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

hope this helps :)

-Ben

Garrett Cooper wrote:



On Aug 18, 2005, at 5:29 PM, Неверов Дмитрий wrote:


Hello FreeBSD-questions,

 I'm newbie to FreeBSD, and I have a question: how can I configure
 FreeBSD for work in Windows workgroup? I know my IP, and the name of
 the workgroup. Is it necessary to know anything else?

Neverov D.,
[EMAIL PROTECTED]



In what respect do you mean? Networking? Filesharing? Printer sharing?
-Garrett___
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: Getting ipfw2 on FreeBSD-4.11-STABLE...

2005-08-18 Thread nawcom

you can always update the Makefile / source.

theres 101 ways to grap the updated copy of the source, so heres one of em.

http://www.freebsd.org/cgi/cvsweb.cgi/src/sbin/ipfw/

good luck :)
Ben

Forrest Aldrich wrote:

I have FreeBSD-4.11-STABLE on one of my systems.  I did a 
buildworld/installworld today - but I still have ipfw and not ipfw2 - 
even though the manpage says otherwise. 
It's been a while since I updated this system - I looked through the 
docs and no mention of this in UPDATING etc.


I see in the /usr/src/sbin/ipfw directory a define of -DIPFW2.

So before I hack further, I wonder if I messed something up or if 
there's a switch I must implement to get ipfw2 running on here.



Thanks.

___
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: Recommend a file manager

2005-08-17 Thread nawcom

what do you mean?
*confused*

you usually use your terminal for managing files. the common way to 
access it from x windows (fluxbox wm in your case specifics) is through 
rxvt, xterm, aterm, etc.


are you looking for some gui like nautilus (may have spelled it wrong) 
from gnome or something?


-Ben

Daniel Marsh wrote:

On Wed, 17 Aug 2005 13:53:17 +0800, Campbells 
[EMAIL PROTECTED]  wrote:



Hey everyone,

I run Fluxbox and I'm looking for an efficient, complete and good  
looking file manager.  Any suggestions?


Thanks

Gareth




Use the following, ls, cd, rm, mkdir, rmdir, chmod, chown, chflags,  
getfacl and setfacl in a console.


Or midnight commander.
___
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: htpasswd for FreeBSD

2005-08-17 Thread nawcom
the commands are useradd, userdel, and usermod. for the passwords, you 
use passwd.



Carstea Catalin wrote:

In red hat i used htpasswd to change my users passwd, to create accounts, 
 but in freebsd i can't use the same htpasswd. Please give me one link 
with the htpasswd for FreeBSD. 
 



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


Re: Xorg will not use nvidia driver, how do I change?

2005-08-17 Thread nawcom
first of all, have you downloaded the driver from the nvidia site, and 
ran the installer script?


you usually have to manually set up your xorg.conf file, which is very 
simple. the README file for this is provided on the support website, and 
with the installer package


http://download.nvidia.com/freebsd/1.0-7667/README.txt

heres a copy of the parts youre probably looking for, for your reading 
pleasure:


sec-03) BASIC CONFIGURATION INSTRUCTIONS
__

These configuration instructions assume that you have a basic XFree86 or
Xorg configuration file adapted for your system.


The XFree86/Xorg configuration file has a minimum of two sections that
are of particular interest:

- the Module section
- the Device section(s) corresponding to the NVIDIA device(s)

A typical Module section configured for use with the NVIDIA Driver Set
could look like this:

   Section Module
 Load  bitmap
 Load  extmod
 Load  dbe
 Load  type1
 Load  glx
 Load  freetype
   EndSection

Important: It is the 'Load glx' line which instructs the X server to
load the NVIDIA GLX XFree86/Xorg extension module. The dri and GLcore
lines, which are often present in auto-generated configuration files, are
not required, but shouldn't do any harm.

A typical Device section configured for use with the NVIDIA Driver Set
could look like this:

   Section Device
 Identifier  Device
 Driver  nvidia
 VendorName  NVIDIA
 BoardName   GeForce2 Go
   EndSection

Important: It is the 'Driver nvidia' line, which instructs the X server
to use the NVIDIA XFree86/Xorg driver module (nvidia_drv.o) for this
device. Most configuration utilities choose the open-source nv driver
(nv_drv.o) by default; if your XF86Config/xorg.conf has a Device
section with a 'Driver nv' line, you will need to change it to 'Driver
nvidia'.

Please see the README for the NVIDIA Linux Driver Set for a comprehensive
description of available configuration options.

__

(sec-05) CHOOSING THE AGP GART DRIVER
__

Similar to the NVIDIA Linux Driver Set, the user can decide if the NVIDIA
driver should use its internal AGP driver or if it should rely on the OS
provided AGP driver with the NvAGP XFree86/Xorg config file option:

- Option NvAGP 0   Disable AGP
- Option NvAGP 1   Use NVIDIA's AGP GART Driver
- Option NvAGP 2   Use the OS FreeBSD GART driver (agp.ko)
- Option NvAGP 3   Attempt 2, fall back to 1

Unlike Linux, however, this option is not the only controlling factor at
this point; because of known problems, nvidia.ko is built without support
for FreeBSD's AGP driver by default. This behavior can be changed, see
nv-freebsd.h for details.

hope this helps;

Ben




Andreas Davour wrote:



In my xorg.conf (written using xorgcfg) it looks like this:

Section Device
Identifier  MittKort
Driver  nv
ChipSet GeForce4 Ti 4200
Cardnv GeForce4 Ti 4200
EndSection

When I run xorgcfg it never gives me the choice of nvidia as a 
driver, just nv. Anyone know how to get the xorg.conf to work with 
nvidia? If I just change the line above it wont start, complaining:


(==) Using config file: /etc/X11/xorg.conf
(WW) NVIDIA: Chipset GeForce4 Ti 4200 in Device section MittKort
isn't valid
 for this driver
(EE) No devices detected.

Fatal server error:
no screens found

I'm experiencing some unexpected and sudden X shutdowns, which I think 
might be caused by me using the wrong driver. KDE screams a lot as 
well, but I think that might be another problem.


So, what do I do? The Handbook says nothing about Xorg, just XFree86.

/andreas



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


Re: need I install synaptics Touchpad driver for FreeBSD

2005-08-14 Thread nawcom
This is a common issue with laptops. Here's my little fix - its been a 
solution I've been giving out that works:


in /boot/device.hints:

add this line:

hint.psm.0.flags=0x1000

lemme know if it doesn't do the trick.
-Ben

Fabian Keil wrote:


Huajian Luo [EMAIL PROTECTED] wrote:

 


I've just buildkernel and xorg and foud that my compaq  ynaptics
Touchpad driver
can't work and I congfigure psm as the man page told me with no luck. and I hate
to use mouse while put the laptop on lap. and I just install xorg from
5.4 stable tree
and ion2 , so need I add sth in the xorg.conf in addtion to my
previous 5.3 configure?
   



Try putting hw.psm.synaptics_support=1 in /boot/loader.conf.

Fabian
 



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


Re: enable WEP for the wlan card WG311T on freeBSD 5.4

2005-08-12 Thread nawcom
does the router/computer youre conencting to use static ips, or does it 
use dhcp?


you shouldnt need to provide channel numbers or mediaopt info.

Ben

PK wrote:

hi 


howto enable WEP for the wlan card WG311T on freeBSD 5.4 ?

I'v tried:

# ifconfig ath0 inet 192.168.200.20 netmask 255.255.255.0 channel9 ssid myessid wepmode on weptxkey 1 wepkey 1:0xXX 



# ifconfig ath0 inet 192.168.200.20 netmask 255.255.255.0 channel 9 ssid myessid wepmode on weptxkey 1 wepkey 1:0xXX mode 11b   



# ifconfig ath0 inet 192.168.200.20 netmask 255.255.255.0 channel 9 ssid 
myessid wepmode on weptxkey 1 wepkey 0xXX  media DS/11Mbps

# ifconfig ath0 inet 192.168.200.20 netmask 255.255.255.0 channel 9 ssid 
myessid wepmode on weptxkey 1 wepkey 0xXX  media OFDM/54Mbps

# ifconfig
ath0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu 1500
   inet6 fe90::10e:c4ff:fd25:d1c9%ath0 prefixlen 64 scopeid 0x1
   inet 192.168.200.20 netmask 0xff00 broadcast 192.168.200.255
   ether 00:0f:a4:15:c2:b8 
   media: IEEE 802.11 Wireless Ethernet autoselect mode 11b (DS/1Mbps)

   status: no carrier
   ssid myessid  1:myessid 
   channel 9 authmode OPEN powersavemode OFF powersavesleep 100

   rtsthreshold 2312 protmode CTS
   wepmode MIXED weptxkey 1
   wepkey 1:104-bit


but still doesn't work !








___
Join Excite! - http://www.excite.com
The most personalized portal on the Web!


___
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: AC97 audio not working

2005-08-11 Thread nawcom
make sure pcm is in your kernel. if i do remember my ol' inspiron just 
needed that module to pick up ac97 and that was freebsd 5.1

Good luck
Ben

ananth_g wrote:


hi ,
 i have an on board ac97 sound. but its not working with 5.3 stable. 
what kernel module should i

load for using ac97 audio?

kind regrds,
ananth g.
** DISCLAIMER **
Information contained and transmitted by this E-MAIL is proprietary to 
Sify Limited and is intended for use only by the individual or entity 
to which it is addressed, and may contain information that is 
privileged, confidential or exempt from disclosure under applicable 
law. If this is a forwarded message, the content of this E-MAIL may 
not have been sent with the authority of the Company. If you are not 
the intended recipient, an agent of the intended recipient or a  
person responsible for delivering the information to the named 
recipient,  you are notified that any use, distribution, transmission, 
printing, copying or dissemination of this information in any way or 
in any manner is strictly prohibited. If you have received this 
communication in error, please delete this mail  notify us 
immediately at [EMAIL PROTECTED]

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



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


Re: Realtek RTL8169 on FreeBSD 5.4: no carrier.

2005-08-11 Thread nawcom

what irq information for re0 is listed when you do vmstat -i?
theres known issues for gigabit devices like this. I know some people
have fixed the no carrier issue (with broadcom gigabit) by using the 
windows ndis driver. perhaps you can give that a try?


before using the ndis driver give this patched mod a try:
http://people.freebsd.org/~wpaul/re/

another common issue with gigabit devices is when the interface is set 
up to autoselect.  Does the the diode on the ethernet card and the 
diode on the switch/hub/whatever blink at the same time and then turn 
off (or something along the line)?


the fix for this is to manually setup the mediatype to a fixed speed and 
duplex. That has been a fix for many people.

Hope this helps
Ben


Julien Gabel wrote:


I recently installed FreeBSD 5.4 on an ABIT AA-8 DuraMax and all went
well.  All hardware detected properly and everything was running great,
until I got to configuring my network.  ifconfig shows my onboard
gigabit LAN as status: no carrier

I can successfully ping localhost and the IP that was assigned to re0
(192.168.1.31).

when I plug an ethernet cable from my FreeBSD box to my router, I get
status: no carrier.  Oddly, when I plug an ethernet cable from my
FreeBSD box to my laptop's LAN port, I get status: active.  The lights
on the ethernet jack indicate the same.

Additionally, if I manually set the media with the following command:
# ifconfig re0 media 10baseT/UTP mediaopt full-duplex
The status magically switches to active and I can use my ethernet!

I know that there are known problems with RealTek chipsets, but it is
listed in the 5.4 supported hardware list.

Bottom line is that the onboard LAN is detected, installed, and working
properly, but it seems as if the driver can't properly detect when a
cable is plugged into the jack.

I was hoping someone could help.

uname -a:
--
FreeBSD db.domain.com 5.4-RELEASE FreeBSD 5.4-RELEASE #0: Sun May 8
10:21:06 UTC 2005
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC i386

ifconfig:
--
re0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu 1500
options=18VLAN_MTU,VLAN_HWTAAGGING
inet 192.168.1.31 netmast 0xff00 broadcast 192.168.1.255
inet6 ...
ether 00:50:8d:eb:e5:be
media: Ethernet autoselect (none)
status: no carrier
lo0: flags=8049UP,LOOPBACK,RUNNING,MULTICAST mtu 16384
inet 127.0.0.1 netmask 0xff00
inet6 ::1 prefixlen 128
inet6 fe80::1%lo0 prefixlen 64 scopeid 0x4


Relevant dmesg:
--
re0: RealTek 8169S Single-chip Gigabit Ethernet port 0xee00-0xeeff mem
0xfbfff000-0xfbfff0ff irc 16 at device 1.0 on pci1
miibus0: MII bus on re0
rgephy0: RTL8169S/8110S media interface on miibus0
rgephy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseTX,
1000baseTX-FDX, auto
re0: Ethernet address: 00:50:8d:eb:e5:be


pciconf -lv:
--
[EMAIL PROTECTED]:1:0: class=0x02 card=0x1039147b chip=0x816910ec rev=0x10
hdr=0x00
vendor = 'Realtek Semiconductor'
device = 'RTL8169 Gigabit Ethernet Adapter
class = network
subclass = ethernet

pciconf -r pci1:1:0 0:0xff
--
816910ec 02b7 0210 2008
ee01 fbfff000  
   1039147b
 00dc  40200110
   
   
   
   
   
   
   
   
   
   f7c20001
   
   
   




Regrettably, i always encountered this problem.  I spoke about that since
the middle of 2004, and didn't really receive feedback on this.  I try a
lot of things but none worked better than the other.

To not forget about it, i filled a bug report on this particular problem,
see PR kern/80005 for more details.

The last thing i want to give another try is to upgrade to RELENG_6,
since i currently follow the RELENG_5 branch.  But i am not *very*
confident about that...

Sorry not to have better answer to give you.

 



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


Re: Power Off with ATX board won't work...

2005-08-11 Thread nawcom

does your computer use acpi instead of apm?
if so add $acpi_load to your loader.conf file, and comment out the apm 
line in your kernel config file.


I got a cheap 366 cyrix box and that does the job for me.

-Ben

Warren Block wrote:


On Thu, 11 Aug 2005, Christian Tischler wrote:


Hi,
my FreeBSD 4.9 box (old, but rock solid, and as there are no security
concerns I do not intend to update it) has to be shut down every night
to reduce energy costs. But after shutdown is complete I get the hit
any button to reboot or so screen, but the atx power supply does not
turn off. This is rather anoying. I have compiled in all the relevant
stuff into the kernel but somehow I have missed something and google was
not very helpfull, too.

My question would be what I could have missed, and if this could be a
hardeware problem? It is an old 1.xGhz amd box, so nothing fancy here.




Do you have apm_enable=YES in /etc/rc.conf and 'device apm' in your 
kernel config?


-Warren Block * Rapid City, South Dakota USA
___
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: Nocona Processors

2005-08-11 Thread nawcom
when you boot up does the kernel pick up the processor as a nocona or 
prescott? or just an amd64?


-Ben

Michael Conlen wrote:

I have an Intel Xeon nocona processor. I noticed when I set the CPU  
type that bsd.cpu.mk still thinks it's an AMD processor (per the old  
make.conf example file). I was able to change this in the system area  
and in the recently downloaded release src version and build a  
running system with -march=nocona and build all the ports with it.  
This should probably be addressed, but on to the question..


Are there plans to allow for  4 GB processes on these systems?

--
Michael Conlen
___
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: cpan/bsdpan/ports need help

2005-08-11 Thread nawcom
the bsdpan-PathTools is how the ports are named when not building from 
the ports collection (from what i understand). my only solution (and it 
shouldn't take too much time) is to deinstall it and build from ports.


Denny White wrote:



I had read where it was better to use ports than cpan
modules. I had originally used cpan because of updating
the virus data files for f-prot, before I knew I could
do it with portupgrade. I got tired of seeing ports held
by user  had trouble trying to force some of them to
upgrade, so I took out the bsdpan portion from:


From /usr/local/etc/pkgtools.conf


  HOLD_PKGS = [
'bsdpan-*',
  ]
Now I can't do anything with cpan, including installing some
ports. Here's the output from cpan:

Cannot load ExtUtils::MakeMaker: Can't locate ExtUtils/MakeMaker.pm
in @INC (@INC contains: /usr/local/lib/perl5/site_perl/5.8.7/mach
/usr/local/lib/perl5/site_perl/5.8.7 /usr/local/lib/perl5/site_perl/5.8.6
/usr/local/lib/perl5/site_perl /usr/local/lib/perl5/site_perl/5.8.7/mach
/usr/local/lib/perl5/site_perl/5.8.7 .) @ (eval 4) line 1.

Begin failed--compilation aborted at /usr/local/lib/perl5/5.87/BSDPAN/
ExtUtils/MakeMaker.pm line 17.
Compilation failed in require at /usr/local/lib/perl5/5.8.7/CPAN.pm
line 16.
Begin failed--compilation aborted at /usr/local/lib/perl5/5.8.7/CPAN.pm
line 16.

Compilation failed in require at /usr/local/bin/cpan line 119.
Begin failed--compilation aborted at /usr/local/bin/cpan line 119.

Below are the ports that got upgraded when this whole fiasco
started, due to my ignorance about perl, cpan, and ports and
their interdependencies:

total 10994
drwxr-xr-x9 root  wheel   512 Aug 11 08:19 ..
-rw-r--r--1 root  wheel  10726400 Aug 11 02:07 pkgdb.db
drwxr-xr-x  246 root  wheel  7168 Aug 11 02:07 .
drwxr-xr-x2 root  wheel   512 Aug 11 02:04 p5-Time-HiRes-1.72,1
drwxr-xr-x2 root  wheel   512 Aug 11 02:03 p5-CGI.pm-3.10_1,1
drwxr-xr-x2 root  wheel   512 Aug 11 02:02 txt2html-2.41
drwxr-xr-x2 root  wheel   512 Aug 11 02:02 p5-PathTools-3.09
drwxr-xr-x2 root  wheel   512 Aug 11 02:02 
p5-ExtUtils-CBuilder-0.12
drwxr-xr-x2 root  wheel   512 Aug 11 02:02 
p5-ExtUtils-ParseXS-2.07
drwxr-xr-x2 root  wheel   512 Aug 11 02:02 
p5-Module-Build-0.26.11

drwxr-xr-x2 root  wheel   512 Aug 11 02:02 p5-Archive-Tar-1.23_1
drwxr-xr-x2 root  wheel   512 Aug 11 00:57 bsdpan-Test-Pod-1.20
drwxr-xr-x2 root  wheel   512 Aug 11 00:57 
bsdpan-Test-Builder-Tester-1.01

drwxr-xr-x2 root  wheel   512 Aug 11 00:57 bsdpan-Storable-2.15
drwxr-xr-x2 root  wheel   512 Aug 11 00:57 bsdpan-Pod-Simple-3.02
drwxr-xr-x2 root  wheel   512 Aug 11 00:57 
bsdpan-Pod-Escapes-1.04

drwxr-xr-x2 root  wheel   512 Aug 11 00:57 bsdpan-MD5-2.03

Any help greatly appreciated on how to fix this.
Denny White

GnuPG key  : 0x1644E79A  |  http://wwwkeys.nl.pgp.net
Fingerprint: D0A9 AD44 1F10 E09E 0E67  EC25 CB44 F2E5 1644 E79A

___
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: Kernel Panic - where do I start from?

2005-08-11 Thread nawcom
post the log here and perhaps we can speed up the process of solving the 
issue :)

-Ben

Kris Kennaway wrote:


On Thu, Aug 11, 2005 at 01:19:13PM +1000, Norberto Meijome wrote:
 


Hi all,
I have a box that panics as soon as the kernel starts loading (right 
before the copyright info is displayed).


this happens on 4.10, 5.4 and 6.

Where do I start from to try to see what the problem is? Which is the 
first source file that I should be looking in?
   



The developers handbook chapter on kernel debugging.

Kris
 



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


Re: Newbie Q: No login prompt on startup

2005-08-11 Thread nawcom

what system security level did you set the os to?

ive heard of people setting the level to the highest, which ensures all 
services have started before login but never reaches it because the 
services arent in use. This was from the early releases of version 5, i 
dont know about 5.4 though.


-Ben

Eric Lance wrote:


Hello all,

I just finished installing FreeBSD 5.4 on my PC.  When i boot it 
normally all of the startup scripts finish, no errors are displayed 
but afterwards a login prompt fails to appear. If i boot in single 
user mode I get my '#' prompt right off the bat and can edit files. 
What is going on? Does my machine think I have a terminal connected to 
the serial port? What config file do i need to edit?


I used standard install method from CD. I'm running an Nforce2 chipset 
and my HDD is SATA, but FreeBSD seems to be dealing with these just fine.


Thank you,
Eric
___
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: Group size

2005-08-11 Thread nawcom
i know that all the system limits are defined in sys/syslimits.h. by 
default, the max number of groups is 16(NGROUPS_MAX) , but i dont see 
any variable declaring the max amount of users in a group.


are you using some script to mass group users or something (trying to 
understand why you need to manage users in a group)


-Ben


[EMAIL PROTECTED] wrote:


Hi all,

I'm in troble here.
Is there any limit to the size o each group in /etc/groups.
I'm moving from a BSDI machine where I used to authenticate some
services based on groups, but Freebsd 5.4  seem to be limiting it to
arround 1300 characters.
Sorry if it's a known issue but it's urgent.


- Marcelo


___
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: Long Uptime

2005-08-11 Thread nawcom
hehe don't try and show off your uptime, im sure there are some people 
around here who will make it their lifetime goal to halt your server!


:-P

(that doesnt include me, im a nice guy)

-Ben

Bob Johnson wrote:


On 8/11/05, lars [EMAIL PROTECTED] wrote:
 


[EMAIL PROTECTED] wrote:
   


Nice, I to have a machine that is not to far behind you, its been up for 1
 


year
   


and 4 months.

I use it to show potential customers the power and stability of the
 


FreeBSD
   


System. I dont ever recall any windows server staying up that long. =)

-Pablo
 


I could send you some mails that advertise creams that could help with that
;-)

Apart from that, I must agree with Dave Horsfall - please provide an IP.
   



Is there a critical patch that you believe those machines would need? 
Anything more serious than a potential denial of service attack?


- Bob
___
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: Browser ?

2005-08-11 Thread nawcom
theres lots of solutions. i personally would just use plain ol mail with 
sendmail and fetchmail to manage the sending and retrieval.



Björn König wrote:


Carstea Catalin wrote:

I don't want x server and kde but i want a good browser to downlod my 
email from mail box (gmail). Can u help me how ( ori what browser to 
use)?



If you're looking for a text mode browser then try 'w3m' and 'links', 
but I would use an email program like 'mutt' for reading mails. You 
can fetch mails from several mail accounts with 'fetchmail'.


Björn
___
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: Can I install FreeBSD 5.3 from a USB CD drive?

2005-08-11 Thread nawcom

does the server have usb bios support?
Im guessing no but hell i might be wrong.

you can always install bsd on the hard drive a via a different computer.

-Ben
Maude User wrote:


Hello -

I want to install FreeBSD 5.3 onto a rackmount server that came with two SATA hard drives 
(it came with no CD or floppy). I will borrow a keyboard and monitor because I was informed

today on this list that a headless install from my laptop over a null-modem 
cable would slow.

I was going to buy a cheap USB floppy drive today (I saw prices from $30 to $50) but at jandr.com in NYC today I saw a USB CD-RW/DVD+/-RW on sale for $99 
(Panasonic DVRS706) so I got that instead, figuring it was more bang for the buck. 

Can I install FreeBSD 5.3 from this USB CD drive? 


If not, what sort of CD drive can I install from?

Thanks.

- Steve
Brooklyn NYC


-
Start your day with Yahoo! - make it your home page 
___

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: install from CD-R fails

2005-08-08 Thread nawcom
have you checked out the debug during the installation. i really cant 
help until we find out the reason why its not picking up the scsi cd-r. 
i think its Alt-F2 to view the debug screen. check that out and report 
the errors.

-Ben
[EMAIL PROTECTED] wrote:


I am unsuccessful installing FreeBSD 5.3 on an Intel x86
box which has only SCSI peripherals.

If I insert Installation CD #1 into the CD-Writer drive,
it boots up successfully into the install program. The drive
is a PLEXTOR CD-R  PX-R412C.  It proceeds OK down to the
screen titled Choose Installation Media. If I select item:

   1. CD/DVD  Install from a FreeBSD CD/DVD

and then press CR it just repeats the dialog, and refuses
to find the installation images on the very same CD that
it just booted from in the first place?!   And, there is
no other device choice given which is applicable here.

I even went so far as to retry an install from FreeBSD 5.2.1
CDs which I had previously installed onto an ATA-based box.
It failed in exactly the same place with the same error.
What gives here?

This system has all SCSI peripherals: the controller is a
Tekram PCI board model DC-390F with Symbios 53C875 chip,
3 HDDs and the Plextor CD-R.

This same box was previously been running RedHat Fedora Core 1
for over a year with the same h/w config.  Now, I wish to convert
this into a FreeBSD firewall system running PF.

thanks,

ed

___
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: How can i monitor my server?

2005-08-06 Thread nawcom
Theres always php that you can use which can report shell command 
results on a web page. since ifconfig is a root command (assuming that 
no one else has access to files which report net status), you can cron 
it to a file. thats one of many ways to do that. you can also use swatch 
to report it if the net interface goes down. like i said, just a couple 
of many ways to go around this.

hope this helps,
Ben

Alexandre D. wrote:


you can do it with Big Brother www.bb4.org

-Message d'origine-
De : [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] la part de Carstea
Catalin
Envoyé : samedi 6 août 2005 11:46
À : freebsd-questions@freebsd.org
Objet : How can i monitor my server?


It is possible to monitoring activity of freebsd -services ( apache, mysqld,
squid, named, postfix ) if it is down or up via internet with some scripts?

I want to know if this services is running via internet ( web page - if it
is possible) .
...
I belive the response is in crontab with somethings to verify if the
services is running.
..
Sorry for my english.
...
Pls help me! Tks!
___
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]
 



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


Re: bge0: WatchDog Timedout -- resetting in FreeBSD 5.3

2005-08-04 Thread nawcom

are you getting the error on both gigabit cards?

i know there is known interupt issues with this SMP setup, and someone i 
know who was complaining had bge's. he ended up rolling back to fxp, but 
this was in the 4.x  days.


do a vmstat -i and see if they are listed with their specific irqs
-Ben

DeadMan Xia  wrote:


Is there no one else, who can help me out, from this bge0: WatchDog
Time Out -- resetting .

I m using FreeBSD 5.3, on Dell Power Edge 6650 Quad Processor Machine,
my system get stuck while i m accessing it through ssh. well after
some time , when i acces  the machine  check , /var/log/messages ,, i
get  bge1: WatchDog Timedout -- resetting error. Is there any one , to
tap my back  get me off from this headhac,,,
Here is the dmesg for my system ,

ACPI APIC Table: DELL   PE6650  
Timecounter i8254 frequency 1193182 Hz quality 0
CPU: Intel(R) Xeon(TM) MP CPU 2.20GHz (2192.90-MHz 686-class CPU)
Origin = GenuineIntel  Id = 0xf26  Stepping = 6
Features=0xbfebfbffFPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,C 


MOV,PAT,PSE36,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE
Hyperthreading: 2 logical CPUs
real memory  = 2147352576 (2047 MB)
avail memory = 2095886336 (1998 MB)
FreeBSD/SMP: Multiprocessor System Detected: 8 CPUs
cpu0 (BSP): APIC ID:  0
cpu1 (AP): APIC ID:  1
cpu2 (AP): APIC ID:  2
cpu3 (AP): APIC ID:  3
cpu4 (AP): APIC ID:  4
cpu5 (AP): APIC ID:  5
cpu6 (AP): APIC ID:  6
cpu7 (AP): APIC ID:  7
ioapic0: Changing APIC ID to 8
ioapic1: Changing APIC ID to 9
ioapic2: Changing APIC ID to 10
MADT: Forcing active-low polarity and level trigger for SCI
ioapic0 Version 1.1 irqs 0-15 on motherboard
ioapic1 Version 1.1 irqs 16-31 on motherboard
ioapic2 Version 1.1 irqs 32-47 on motherboard
npx0: [FAST]
npx0: math processor on motherboard
npx0: INT 16 interface
acpi0: DELL PE6650 on motherboard
acpi0: Power Button (fixed)
Timecounter ACPI-safe frequency 3579545 Hz quality 1000
acpi_timer0: 32-bit timer at 3.579545MHz port 0x808-0x80b on acpi0
cpu0: ACPI CPU on acpi0
cpu1: ACPI CPU on acpi0
cpu2: ACPI CPU on acpi0
cpu3: ACPI CPU on acpi0
cpu4: ACPI CPU on acpi0
cpu5: ACPI CPU on acpi0
cpu6: ACPI CPU on acpi0
cpu7: ACPI CPU on acpi0
pcib0: ACPI Host-PCI bridge port 0xcf8-0xcff on acpi0
pci0: ACPI PCI bus on pcib0
ahc0: Adaptec aic7892 Ultra160 SCSI adapter port 0xec00-0xecff mem 
0xfe102000-

0xfe102fff irq 16 at device 3.0 on pci0
ahc0: [GIANT-LOCKED]
aic7892: Ultra160 Wide Channel A, SCSI Id=7, 32/253 SCBs
pci0: display, VGA at device 4.0 (no driver attached)
atapci0: ServerWorks CSB5 UDMA100 controller port 
0x8b0-0x8bf,0x376,0x170-0x17

7,0x3f6,0x1f0-0x1f7 at device 15.1 on pci0
ata0: channel #0 on atapci0
ata1: channel #1 on atapci0
ohci0: OHCI (generic) USB controller mem 0xfe10-0xfe100fff irq 
10 at devic

e 15.2 on pci0
ohci0: [GIANT-LOCKED]
usb0: OHCI version 1.0, legacy support
usb0: SMM does not respond, resetting
usb0: OHCI (generic) USB controller on ohci0
usb0: USB revision 1.0
uhub0: (0x1166) OHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub0: 2 ports with 2 removable, self powered
isab0: PCI-ISA bridge at device 15.3 on pci0
isa0: ISA bus on isab0
pcib1: ACPI Host-PCI bridge on acpi0
pci3: ACPI PCI bus on pcib1
amr0: LSILogic MegaRAID mem 0xfce0-0xfce0 irq 21 at device 
1.0 on pci3

amr0: [GIANT-LOCKED]
amr0: LSILogic PERC 4/DC Firmware 350O, BIOS 1.09, 128MB RAM
pcib2: ACPI Host-PCI bridge on acpi0
pci8: ACPI PCI bus on pcib2
bge0: Broadcom BCM5700 Gigabit Ethernet, ASIC rev. 0x7104 mem 
0xfcd1-0xfcd

1 irq 17 at device 1.0 on pci8
miibus0: MII bus on bge0
brgphy0: BCM5411 10/100/1000baseTX PHY on miibus0
brgphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseTX, 
1000baseTX

-FDX, auto
bge0: Ethernet address: 00:11:43:db:68:2a
bge1: Broadcom BCM5700 Gigabit Ethernet, ASIC rev. 0x7104 mem 
0xfcd0-0xfcd

0 irq 18 at device 2.0 on pci8
miibus1: MII bus on bge1
brgphy1: BCM5411 10/100/1000baseTX PHY on miibus1
brgphy1:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseTX, 
1000baseTX

-FDX, auto
bge1: Ethernet address: 00:11:43:db:68:2b
pcib3: ACPI Host-PCI bridge on acpi0
pci9: ACPI PCI bus on pcib3
pcib4: ACPI Host-PCI bridge on acpi0
pci14: ACPI PCI bus on pcib4
pcib5: ACPI Host-PCI bridge on acpi0
pci19: ACPI PCI bus on pcib5
pcib6: ACPI Host-PCI bridge on acpi0
pci24: ACPI PCI bus on pcib6
fdc0: floppy drive controller port 0x3f7,0x3f0-0x3f5 irq 6 drq 2 on 
acpi0

fdc0: [FAST]
fd0: 1440-KB 3.5 drive on fdc0 drive 0
atkbdc0: Keyboard controller (i8042) port 0x64,0x60 irq 1 on acpi0
atkbd0: AT Keyboard irq 1 on atkbdc0
kbd0 at atkbd0
atkbd0: [GIANT-LOCKED]
sio0: 16550A-compatible COM port port 0x3f8-0x3ff irq 4 flags 0x10 
on acpi0

sio0: type 16550A
orm0: ISA Option ROMs at iomem 0xec000-0xe,0xc-0xc7fff on isa0
pmtimer0 on isa0
ppc0: parallel port not found.
sc0: System console at flags 0x100 on isa0
sc0: VGA 16 virtual consoles, flags=0x300
sio1: configured irq 3 not in bitmap of probed irqs 0
sio1: 

Re: Install freebsd in PocketPC?

2005-08-02 Thread nawcom
unfortunately theres no support for the array of arm processors usually 
used in the palm pdas. I know that netbsd supports windows ce based pdas 
that use a mips based system and the usual HP iPAQ (hpcarm), but 
unfortunately the processors used in most palms dont include a MMU 
(memory management unit) This pretty much represents the support for 
virtual memory, which netbsd needs to run.


I'm sure there is a linux project out there that supports palms.
Good luck,
Ben

Bsderss wrote:


Hi,

Can anyone please tell me which PocketPC/Palm is
compatible with FreeBSD? I want to install freebsd in
my palm/pocketpc.

Thanks
Sam.


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___

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



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


Re: Install freebsd in PocketPC?

2005-08-02 Thread nawcom

http://www.uclinux.org/

Linux for systems without MMU (includes palm support)

-Ben

nawcom wrote:

unfortunately theres no support for the array of arm processors 
usually used in the palm pdas. I know that netbsd supports windows ce 
based pdas that use a mips based system and the usual HP iPAQ 
(hpcarm), but unfortunately the processors used in most palms dont 
include a MMU (memory management unit) This pretty much represents the 
support for virtual memory, which netbsd needs to run.


I'm sure there is a linux project out there that supports palms.
Good luck,
Ben

Bsderss wrote:


Hi,

Can anyone please tell me which PocketPC/Palm is
compatible with FreeBSD? I want to install freebsd in
my palm/pocketpc.

Thanks
Sam.


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com ___

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



___
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: D-Link Wireless card

2005-08-02 Thread nawcom
can you give the debug for it? (at least i) need a little more info to 
help you out here. i've handled some d-links before via ndis and it 
seemed to load ok. email the debug and hopefully i can help.


theres a known issue with HAL in which a patch is available for it.
http://people.freebsd.org/~sam/ath-dtim.patch

try patching and rebuilding the driver and let me know how it works - 
and email the debug for loading the module


Beecher Rintoul wrote:


Hi,
I'm attempting to get a D-Link DWL-AG530 wireless card to work in
FreeBSD. Since the card is not supported, I fetched and built the
driver with ndis which built and installed ok. I made sure to use the
correct winblows XP drivers (I tried them in XP and they work). When I
kldload the module the card is not recognized at all and does not
create ndis0. I've scoured the ndis manpages and everything seems
correct. Has anyone had experience with this?

Thanks,
Beech
___
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: Segmentation fault (11)

2005-07-27 Thread nawcom

do you have a copy of the core dump?
also sometimes when you use php to interpret the page via the
shell it leaves a little extra useful info.

since it's a fault and not a kernel panic i wouldnt be
worried that its freebsd itself fucking things up. this error only comes 
up when a program accesses a memory location that it wasn't assigned to.


Because of error I've reinstalled Apache 1.3 and Perl5.

what was the error and how was php5 compiled? did you uninstall php4 or 
did you do a FORCE_PKG_REGISTER?


when you say that other php sites work fine do you mean that other php 
scripts work fine on your apache server?


I apologize but your info is pretty general.

all i can suggest is do a full deinstall clean on apache+php5 and php4 
if the memory glitch has to do with its compilation.
perhaps if you email the debug log specifics (strace php webpage.php) 
we could understand where the program is at when it crashes.

-Ben

steve lasiter wrote:


This is a questions to the group since I'm not sure if
it's related to my FreeBSD 5.4 OS or something else.
I'm on a Dell Pentium 2.55Ghz with 1 GB Ram. 


Background: In trying to install oscommerce I have
uninstalled my php5 and went to php4. Because of error
I've reinstalled Apache 1.3 and Perl5. My database is
MySQL 5.02.

The problem: when I attempt to open an index.php file
in the oscommerce program I get, in my httpd-error.log
[notice] child pid xxx exit signal Segmentation
fault(11)

All other php related sites are functioning well with
no problems. Do you believe this is being caused by
the code in the oscommerce program or something
FreeBSD is doing?

Thanks for input

Dean Lasiter




Start your day with Yahoo! - make it your home page 
http://www.yahoo.com/r/hs 


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



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


Re: Segmentation fault (11)

2005-07-27 Thread nawcom
i seem to use mysql 5.02 just fine even with a few unsuggested code 
tweaking on my leet 366Mhz cyrix based e-machine :-P


thats why i was looking toward a different direction. hopefully you'll 
solve the situation.

-Ben

steve lasiter wrote:


This is a questions to the group since I'm not sure if
it's related to my FreeBSD 5.4 OS or something else.
I'm on a Dell Pentium 2.55Ghz with 1 GB Ram. 


Background: In trying to install oscommerce I have
uninstalled my php5 and went to php4. Because of error
I've reinstalled Apache 1.3 and Perl5. My database is
MySQL 5.02.

The problem: when I attempt to open an index.php file
in the oscommerce program I get, in my httpd-error.log
[notice] child pid xxx exit signal Segmentation
fault(11)

All other php related sites are functioning well with
no problems. Do you believe this is being caused by
the code in the oscommerce program or something
FreeBSD is doing?

Thanks for input

Dean Lasiter



__ 
Yahoo! Mail for Mobile 
Take Yahoo! Mail with you! Check email on your mobile phone. 
http://mobile.yahoo.com/learn/mail 
___

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: making dvd from videos.

2005-07-23 Thread nawcom
i usually use transcode to do the transcoding for video to vcd mpeg 
compliant format, and also for pulling the decoded video off of dvds to 
the format of my liking. it's run by command line. if you try it lemme 
know if you need help.

http://www.transcoding.org/cgi-bin/transcode

Ben

Perttu Laine wrote:


Hello!

I need software to make dvd out of many divx, xvid, mpeg etc. video
files. What I'd like to is convert them either to vcd or svcd and then
make them dvd with simple menu. Which softwares I need for this?


 



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


Re: making dvd from videos. (- hey you're lucky!)

2005-07-23 Thread nawcom
heres a script for converting your classic codec based avi file to a VOB 
file for burning onto a DVD. i didnt test the program out, but i did 
check to make sure it's freebsd compatible. and luckly all of the needed 
programs are in /usr/ports/multimedia. You're lucky!

http://inferno.slug.org/cgi-bin/wiki?AviToVob
it looks like it does the following:
-1. use mencoder to pull the video out of its container format or codec,
-2. use mplayer to extract the audio channels into a separate file
-3. converts the audio into an MP2 file
-4. use transcode to convert the new avi into a VCD/SVCD compliant m2v file
-5.  use mplex to group the m2v and mp2 file to a full working mpg
-6.  use dvdauthor to make a legit folder containing the video file, 
title info, etc. im sure you can modify it to your needs.

-7. use mkisofs to create an iso file out of the folder
-8. use dvdrecord to burn the fucker.

8 steps in one shell script. not that bad huh. i may bookmark this page 
for future use.

-Ben
==
Perttu Laine wrote:


Hello!

I need software to make dvd out of many divx, xvid, mpeg etc. video
files. What I'd like to is convert them either to vcd or svcd and then
make them dvd with simple menu. Which softwares I need for this?


 



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


Re: First post

2005-07-22 Thread nawcom
are you using raid or just plain ide? the reason i ask is so i can 
understand the geometry of your hard disk's partitions (4 primary 
partitions max per ide hdd) What boot loader do you want to use? lilo? 
grub? freebsd? some commercial boot loader? are the two linux distros 
going to be based off of separate or the same kernel? lots of questions 
need to be answered before we can really help you with multibooting. 
heres some generic info for newbies. if you have any specific questions 
bother me, id be glad to help :)

-Ben

http://stommel.tamu.edu/~baum/programming.html#booting


RW wrote:


On Friday 22 July 2005 18:22, Halldór Rúnar Hafliðason wrote:
 


On Thu, 2005-07-21 at 10:36 -0700, Mohsen Pahlevanzadeh wrote:
   


Dears,
I'm newbie.I believe that BSD as server  Linux as desktop.
Now,I have a machine that i wanna install FreeBSD5.4,Slackware10.1,Debian
Sarge  windows on it.
Of course,I installed slackware  WinXP on it.
Please explian me on multiboot process.
Yours,Mohsen.
 


I'm curious, why do you want to have so many operating systems on it,
could as well just go with vmware if you are testing out some operationg
systems.
   



VMWare costs $189
___
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: Questions FreeBSD NOT SPAM!!!!!!!!!!!!!!!!!!!!!!

2005-07-21 Thread nawcom

Um. Ok.
first of all, no one will respond with a subject like that.
Secondly in a polite manner, I tried  to interprete your questions so 
bare with me.


- it looks like youre referring to 2 fat32 partitions that you want to 
install freebsd over. I am assuming this is what you mean by establish 
BSD atop. you can resize the partitions to make room for the bsd 
slice(s) you're going to create via freebsd installation.


-At installation BSD then it is impossible to start Windows.
When you install freebsd are you installing the freebsd bootloader, or 
are you just  simply overwriting the MBR to only boot freebsd?


-BSD does not have a graphical interface, but BSD does support X 
Windows. This is pretty identical to linux - the core operating system 
is command line based, gui support is managed through x windows.


-if you sucessfully boot up your computer and reach the login prompt for 
freebsd, then it looks like you sucessfully have installed freebsd. but 
from what it sounds like you have a while until you satisfy your needs 
that you want from FreeBSD. you can always send questions to the mailing 
list - we're willing to help.


Have you checked out the FreeBSD handbook? pretty self explanatory 
assuming you have a good level of experience with understanding 
computers, etc.

http://www.freebsd.org/handbook

hope some of this helps, reply if you have any more questions,
Ben

zick-1 wrote:


Hello.

Recently has ordered disks with Free BSD and has decided to establish on
the computer. At once I shall tell, that with FreeBSD it is familiar
very little and consequently.
There were many questions. Before from Unix similar 
established and started Debian Linux. But in FreeBSD all differently...


1) I can not establish BSD atop Windows NT. The disk is broken into two parts
С:/and D:/. On With: it is established Windows (FAT32), D empty (FAT32). And
in my opinion BSD does not see the second disk. At installation BSD then it is 
impossible
to start Windows.

2) Whether has BSD the graphic interface? Or all works through #root?
3) Whether means that the system is established presence:
login: root
#



In the literature on a disk very few concrete explanations.



 



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


Re: Sound as Root, No Sound as User

2005-07-18 Thread nawcom
do a chmod 666 /dev/acd0 (chmod a+rw). freebsd doesnt give a user the 
needed rights by default. That permission change should fix it.

-Ben

Lawrence Petrykanyn wrote:


Hi,

   I'm a newbie, but managed to get my sound working as root, but not 
when I use a user account.  The CD Player in Gnome works fine if I log 
in as root, but when I log on as a user, it says that there is a 
drive error, but if I su into root and cdcontrol -f /dev/acd0 play 
1 I can play a CD.  I'm assuming that this is a permission issue but 
can't find any mention of it in either the Handbook or the Internet.  
The user account is in the wheel group. 
   I am running FreeBSD 5.4.  Any suggestions, comments or advice 
would be appreciated.


Thanks,
Lawrence
___
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: Basic AVI command-line editing

2005-07-17 Thread nawcom
now im not sure about your specific needs, but transcode is the program 
i usually use for conversion and stream processing. its completely run 
off the command line. /usr/ports/multimedia/transcode.


hope this may help,
Ben

Anish Mistry wrote:


On Sunday 17 July 2005 06:12 am, Andrew P. wrote:
 


Hello!

I have a headless file server with hundreds of avi-files. I was
wondering if there's a means of some basic command-line editing -
like concatenation and stream processing. I checked with the ports
collection - but there's no such tool. Does anyone know a suitable
program? Maybe just some script?

I'm already reading MS AVI and OpenDML docs, as I feel that I'll
have to write it myself...

   

	Avidemux2 should have this capability soon.  The core scripting 
engine now uses Spidermonkey (ECMAScript/Javascript).  I'm not sure 
if the X dependency will be removed for the initial 2.1 branch, but 
the code is being restructured so there is no longer a GUI dependency 
in the backend code.
	This is more of an FYI since I'm anticipating a beta release in the 
next month or two.


 



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


Re: Nvidia Driver

2005-07-15 Thread nawcom
if you can, go ahead and print out your xorg.conf settings and the log 
file for it. I am suspicous that theres something up with that.


Ben

Ian Moore wrote:


On Friday 15 July 2005 12:37, Adam Stroud wrote:
 


All:

I am having a problem getting my nvidia video card to work since I
portupgraded to the latest nvidia driver in the port.  I had
everything working find using many of the old verions.  Then I
upgraded to the latest version and now when I attempt tp startx, I
get:

X Window System Version 6.8.2

Release Date: 9 February 2005

X Protocol Version 11, Revision 0, Release 6.8.2

Build Operating System: FreeBSD 5.4 i386 [ELF]

Current Operating System: FreeBSD osirus.stronet.dyndns.org 5.4-STABLE
FreeBSD 5.4-STABLE #0: Fri Jun 24 23:25:37 EDT 2005
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/APS_KERN i386

Build Date: 24 June 2005

Before reporting problems, check http://wiki.X.Org

to make sure that you have the latest version.

Module Loader present

Markers: (--) probed, (**) from config file, (==) default setting,

(++) from command line, (!!) notice, (II) informational,

(WW) warning, (EE) error, (NI) not implemented, (??) unknown.

(==) Log file: /var/log/Xorg.0.log, Time: Thu Jul 14 22:50:09 2005

(==) Using config file: /etc/X11/xorg.conf

(EE) Failed to load module speedo (module does not exist, 0)

(EE) No devices detected.



Fatal server error:

no screens found



Please consult the The X.Org Foundation support

 at http://wiki.X.Org

for help.

Please also check the log file at /var/log/Xorg.0.log for additional
information.



X connection to :0.0 broken (explicit kill or server shutdown).


[EMAIL PROTECTED]:/bootexit

exit

I looked and /var/log/messages, and FreeBSD sees the video card and  I
verified that the module is loaded with kldinfo.  As I said,
everything worked fine with the older version of the port.  Does
anyone have any ideas?

Thanks
A
   



What card do you have - nvidia have dropped support for older chipsets - take 
a look at /usr/ports/UPDATING for details.

That might be the cause of your problem.

Cheers,
 



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


Re: Nvidia Driver

2005-07-15 Thread nawcom
well hey stuff like this happenes - i had to handle an issues like this. 
let us know whats stopping it, will be willing to help.

good luck,
Ben


Adam Stroud wrote:


Well,

That poses a problem.  During the upgrade (via portupgrade) my machine
rebooted on it's own and now won't boot.  I think I am getting a
kernel error that I was just about to post in another email to the
questions list.  I will copy you on that post.

A

On 7/15/05, nawcom [EMAIL PROTECTED] wrote:
 


if you can, go ahead and print out your xorg.conf settings and the log
file for it. I am suspicous that theres something up with that.

Ben

Ian Moore wrote:

   


On Friday 15 July 2005 12:37, Adam Stroud wrote:


 


All:

I am having a problem getting my nvidia video card to work since I
portupgraded to the latest nvidia driver in the port.  I had
everything working find using many of the old verions.  Then I
upgraded to the latest version and now when I attempt tp startx, I
get:

X Window System Version 6.8.2

Release Date: 9 February 2005

X Protocol Version 11, Revision 0, Release 6.8.2

Build Operating System: FreeBSD 5.4 i386 [ELF]

Current Operating System: FreeBSD osirus.stronet.dyndns.org 5.4-STABLE
FreeBSD 5.4-STABLE #0: Fri Jun 24 23:25:37 EDT 2005
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/APS_KERN i386

Build Date: 24 June 2005

Before reporting problems, check http://wiki.X.Org

to make sure that you have the latest version.

Module Loader present

Markers: (--) probed, (**) from config file, (==) default setting,

(++) from command line, (!!) notice, (II) informational,

(WW) warning, (EE) error, (NI) not implemented, (??) unknown.

(==) Log file: /var/log/Xorg.0.log, Time: Thu Jul 14 22:50:09 2005

(==) Using config file: /etc/X11/xorg.conf

(EE) Failed to load module speedo (module does not exist, 0)

(EE) No devices detected.



Fatal server error:

no screens found



Please consult the The X.Org Foundation support

 at http://wiki.X.Org

for help.

Please also check the log file at /var/log/Xorg.0.log for additional
information.



X connection to :0.0 broken (explicit kill or server shutdown).


[EMAIL PROTECTED]:/bootexit

exit

I looked and /var/log/messages, and FreeBSD sees the video card and  I
verified that the module is loaded with kldinfo.  As I said,
everything worked fine with the older version of the port.  Does
anyone have any ideas?

Thanks
A


   


What card do you have - nvidia have dropped support for older chipsets - take
a look at /usr/ports/UPDATING for details.
That might be the cause of your problem.

Cheers,


 


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

   



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


Re: FreeBSD will not boot

2005-07-15 Thread nawcom

ok from what ive figured out is  that kernel option WITH_LEGACY_GPU_SUPPORT
is highly unsupported for the 5.x kernel

http://www.freebsd.org/cgi/cvsweb.cgi/~checkout~/ports/x11/nvidia-driver/Makefile?rev=1.34content-type=text/plain

my usual suggestion is to use the driver from nvidia.com, nvidia is very
friendly to the open source community - so they have drivers for
freebsd. ive used it myself and agp support works great.

now -  for actually getting back into your system:

do you have a back up kernel handy in your operating system?

i know depending on how things are orginally set up when you install a 
new kernel
the makefile copies the original kernel folder (/boot/kernel) to 
/boot/kernel.old and

/boot/kernel is replaced with the new one.

when you boot up freebsd and you get to the boot screen - select option 
number 6. then

enter the following commands:
unload
load /boot/kernel.old/kernel
boot

let me know if you make it into the OS and if you do  - be sure and 
remove that nvidia option!

ok i hope this help let me know of your status.
-Ben




Adam Stroud wrote:


All:

I updated my nvidia drivers from the ports collection (Using the
WITH_LEGACY_GPU_SUPPORT option to add support for my GeFroce2 GTS). 
During the upgrade process, my machine rebooted on it's own and now

when I boot I get the following error message:

FreeBSD 5.4-STABLE #0: Fri Jun 24 23:25:37 EDT 2005
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/APS_KERN i386

kernel trap 18 with interrupts disabled

fatal trap 18:  integer divide fault while in kernel mode

instruction pointer  = 0x8:0xc689f8c
stack pointer = 0x10:0xc1020c88
frame pointer = 0x10:0xc1020c9c
code segment   = base 0x0, 0xf, type 0x1b
   = DPL 0, pres 1, def32 1, gran 1
processor eflags= resume, IOPL=0
current process = 0 ()
trap number  = 18
panic:  integer divide fault
uptime: 1s

Anyone have any ideas?

A
 



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