RE: Does FreeBSD 4.11-STABLE support the Intel PWLA8391GT NIC?

2006-06-21 Thread Mark

> -Original Message-
> From: Mark [mailto:[EMAIL PROTECTED] 
> Sent: dinsdag 20 juni 2006 2:53
> To: 'FreeBSD-Questions Questions'
> Subject: RE: Does FreeBSD 4.11-STABLE support the Intel 
> PWLA8391GT NIC?
> 
> > -Original Message-
> > From: Björn König [mailto:[EMAIL PROTECTED] 
> > Sent: maandag 19 juni 2006 8:11
> > To: Mark
> > Cc: 'FreeBSD-Questions Questions'
> > Subject: Re: Does FreeBSD 4.11-STABLE support the Intel 
> > PWLA8391GT NIC?
> > 
> > 
> > > Mark schrieb:
> > > A similar question as before: does FreeBSD 4.11-STABLE 
> > > support the Intel PWLA8391GT NIC card?
> > 
> > According to Google this card is also known as Intel 
> > PRO/1000. It should work with the em(4) driver.

Hmm, I tried it, but the card is not recognized. :( The kernel was compiled
(and installed) with:

deviceem# Intel PRO/1000 adapter Gigabit Ethernet Card

Needless to say, I'm disappointed. :( Any way to solve this?

Thanks,

- Mark

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


Re: Creating DVD Movies

2006-06-20 Thread Mark Kane
On Tue, Jun 20, 2006, at 17:48:39 -0700, Derrick Ryalls wrote:
> Greetings,
> 
> i was wondering if anyone had a good tool recommendation for creating
> DVD movies with FreeBSD.  Since I have a child growing up, it is
> appealing to me to make a copy of their favorite DVD and burn it so
> they can handle the copy, not the original (legal to make backup
> copies).  I also was thinking it could be handy to author my own dvds,
> but that might not be for a while.
> 
> So far, I can use mplayer to get the DVD to an avi file, but I can't
> find anything to get it back onto a dvd.  I have tried dvdauthor, but
> the app kept crashing.  Does anyone have any suggestions for this?

Hi.

I don't normally back up DVDs so I'm not sure the best software to do
that. I did a quick ports search and "multimedia/lxdvdrip" looks nice,
and may do exactly what you want all in one program.

As for dvdauthor crashing, I would guess it's because you're not giving
it the right format for a DVD. AVI files can't go to DVD, you need to
convert it to MPEG-2 PS and the proper specifications. For this, I use
a GTK+ program called Avidemux2 (it's in multimedia/avidemux2), although
ffmpeg or mencoder should work also. Here are my steps for an AVI file
to DVD: 

1) Avidemux to video "DVD". Set aspect ratios in "Configure" and set
"DVD Res" in the "Filters" area. If the audio is not already AC3 (check
from the A/V information button on the toolbar), set audio to "FFM
AC3". Set output format at bottom to "MPEG PS A+V". Save the video
"filename.mpg". This one is the longest step, the other two are quite a
bit shorter.

2) Take outputted mpeg file and run it through dvdauthor: 

dvdauthor --video=ntsc+16:9+720xfull -t -f filename.mpg -o output

3) Burn the authored DVD with dvd+rw tools: 

growisofs -dvd-video -Z /dev/cd0 output

For a simple backup though I'd check out lxdvdrip or search through
ports to see if there is a faster solution. I don't see much sense in
going from DVD to AVI then back to DVD when you can just rip directly
from the DVD and burn it back. I provided that info for when you
want to author your own videos though. :)

Hope that helps.

-Mark

-- 
Internet Radio:
Party107 (Trance/Electronic) - http://www.party107.com
Rock 101.9 The Edge (Rock) - http://www.rock1019.net

IRC:
MIXXnet IRC Network - irc.mixxnet.net (Nick: MIXX941)

GnuPG Public Key:
http://www.mkproductions.org/mk_pubkey.asc
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


RE: openwebmail

2006-06-20 Thread Mark

> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of Jim Pazarena
> Sent: Tuesday, June 20, 2006 8:33 AM
> To: freebsd-questions@freebsd.org
> Subject: openwebmail
> 
> 
> 
> does anyone have any recent how-to pages on setting
> up openwebmail on FreeBSD?

The Openwebmail documentation is pretty self-explanatory.
It's all Perl, very easy to set up, and I have it
running for a couple of years now, even in a chrooted
environment.

- Mark

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


Re: AMD64 Desktop Support

2006-06-19 Thread Mark Kane
On Mon, Jun 19, 2006, at 22:35:15 -0700, Michael Collette wrote:
> Bit of a dilemma here with my primary desktop machine suddenly up and 
> dieing on me.  I'm now in the market to slap together a new PC
> 
> I've started with looking at picking up an AMD64 based system.  After 
> Googling around for a while I still have some concerns I haven't been 
> able to address.  Probably just not looking the right places.
> 
> Mostly I'm worried about some of the proprietary stuff like Flash, 
> Acrobat, nVidia Drivers, Java, and the like not working.
> 
> Is anyone out there actively using the AMD64 processor as a desktop 
> machine?  Are any of these 32-bit apps going to prove to be a show 
> stopper for me?
> 
> The alternative appears to be the P4 with all the motherboards I've
> seen using audio devices that aren't supported.  Still, I'd rather
> buy an old sound card and have all the software at least functional.
> Any advice out there?
> 
> Thanks,

Hi. I'm using an Athlon64 3000+ (and the amd64 version of FreeBSD) as my
main workstation. I also have another workstation with the same CPU
running the i386 version. Here's my opinions:

Flash - The 32 bit Linux binary of Flash 7 works in linux-firefox or
linux-opera fine in i386 or amd64. The 32 bit Linux version of Flash
6 works somewhat with linuxpluginwrapper and the native Firefox on
the i386 version of FreeBSD, although I've found it to be somewhat
unstable and crashed quite a bit. There's also a project Gnash that is
an open source Flash player, but I have not tried that one yet.

Acrobat - The Linux binary of Acrobat 7 works for sure in the i386
version of FreeBSD. I have not tested it on my amd64 one (I just use
xpdf), but the port's Makefile says it works and I don't see why it
would have a problem.

nVidia Drivers - Work great in the i386 version of FreeBSD. Does not
work on the amd64 version yet
( http://www.nvnews.net/vbulletin/showthread.php?t=41545 ).

Java - Got it to work on i386 version of FreeBSD (interfacing with
browser not attempted, just for OpenOffice), but have not needed to or
attempted on my amd64 box. I'm not sure if it's even possible for amd64
or not (as the Makefile I looked at shows only for i386), but someone
else will know.

For my purposes, there really isn't much that the amd64 version cannot
do that the i386 version can. I would like the nVidia driver to work
since I have a decent video card, but the Flash and Java I don't really
care about much anymore. I use the native Firefox compiled from ports
for my browsing and just fire up linux-opera whenever I need to see a
Flash site.

Me personally, I prefer AMD hardware over Intel and would get the
Athlon64 regardless of if I run in i386 or amd64 mode FreeBSD. However,
be sure to check your AMD64 hardware against the compatibility list
before buying. I had to buy a replacement motherboard real quickly one
day after one failed and I didn't fully check out the list before
buying. When I got it, it turns out the onboard NIC and sound didn't
work with FreeBSD in i386 or amd64 mode. I already had a NIC and sound
card ready to go from the previous machine, but now both PCI slots on
the Micro-ATX motherboard are taken and unfortunately I can't put in a
SCSI card.

The amd64 motherboard list is here. Note that "amd64" in this case
means the hardware itself and not the OS version, so if it's not
listed here then the i386 version probably will not work either with
that hardware (I found that out the hard way): 

http://www.freebsd.org/platforms/amd64/motherboards.html

For sound cards, I have found the Sound Blaster stuff to work well with
FreeBSD so far. I'm running an Augidy 2 Platinum in my main machine and
it works better than on Windows (had tons of skipping problems that
never could be solved -- thought it was a bad card but moving to
FreeBSD eliminated them). The cheaper SB LIVE cards work too, and some
of my machines have onboard which work great also.

Hope that helps. :)

-Mark

-- 
Internet Radio:
Party107 (Trance/Electronic) - http://www.party107.com
Rock 101.9 The Edge (Rock) - http://www.rock1019.net

IRC:
MIXXnet IRC Network - irc.mixxnet.net (Nick: MIXX941)

GnuPG Public Key:
http://www.mkproductions.org/mk_pubkey.asc
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Suppressing permissions reset

2006-06-19 Thread Mark

When doing a "make buildkernel" and "make installkernel" on FreeBSD
4.11-RELEASE (on a Vmware box), I noticed the Makefile in /usr/src/etc,
for one, tries to reset permissions on files taken from a series of *.dist
files. I find such initiative a bit too forward for my taste. Is there a
way I can suppress said behavior? Like a Makefile parameter or something.
And would zero-ing out the *.dist files do the trick?

Thanks,

- Mark

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


RE: Does FreeBSD 4.11-STABLE support the Intel PWLA8391GT NIC?

2006-06-19 Thread Mark

> -Original Message-
> From: Björn König [mailto:[EMAIL PROTECTED] 
> Sent: maandag 19 juni 2006 8:11
> To: Mark
> Cc: 'FreeBSD-Questions Questions'
> Subject: Re: Does FreeBSD 4.11-STABLE support the Intel 
> PWLA8391GT NIC?
> 
> 
> > Mark schrieb:
> > A similar question as before: does FreeBSD 4.11-STABLE 
> > support the Intel PWLA8391GT NIC card?
> 
> According to Google this card is also known as Intel 
> PRO/1000. It should work with the em(4) driver.

Thanks. I will try this. :)

- Mark

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


Does FreeBSD 4.11-STABLE support the Intel PWLA8391GT NIC?

2006-06-18 Thread Mark

A similar question as before: does FreeBSD 4.11-STABLE support the Intel
PWLA8391GT NIC card?

Earlier, I recieved a link to the FreeBSD site for 'older' versions, but I
only saw 4.11-RELEASE there.

Thanks,

- Mark

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


Adding NIC driver

2006-06-17 Thread Mark

Using FreeBSD 4.11, suppose I wanted to use a different NIC, say, an Intel
one, from my motherboard's built-in SysKonnect SK-984x and SK-982x gigabit
ethernet (sk0) I use now. Can I add/compile a driver for such a device,
without having to recompile the kernel?

Thanks,

- Mark

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


Re: Playstation emulator

2006-06-10 Thread Mark Kane
On Sun, Jun 11, 2006, at 03:15:31 +, NgD Vulto wrote:
> -bash-2.05b$ whereis epsxe
> epsxe: /usr/X11R6/bin/epsxe
> -bash-2.05b$ epsxe
> -bash-2.05b$
> -bash-2.05b$ /usr/X11R6/bin/epsxe
> -bash-2.05b$ ps -aux |grep epsxe
> userxx 11143  0.0  0.2  1512   888  p6  S+3:01PM   0:00.00 grep
> epsxe -bash-2.05b$
> 
> 
> I'd like to know what I'm doing wrong since I see no interface, it
> just returns nothing and quit automatically.
> 
> I have no playstation graphic bios downloaded, but I think it should
> at least give me an interface right?
> 
> I do have my original ps1 cds backuped as ISO inside my hd and so I'm
> not with the cd inside the driver...since I intend to run my ISO.
> 
> The question is what should I do?
> 
> Even if the problem would be that I have no graphic bios downloaded I
> wouldn't know where to store the bios files.
> 
> I've tried to search on google but I got no useful results to me,
> most of them were talking to linux users and there seems to work ok
> with no extra setup.

Hi. I had the same problem until doing this from pkg-message: 

--
Moreover, some users report that the emulator does not work for them
unless they mount the Linux process file system. To mount linprocfs,
add the following line to /etc/fstab:

linproc /compat/linux/proc  linprocfs   rw  0
0

and reboot the system.
--

It loads up after doing that, but all I get is a black screen (with a
CD or ISO) so it does not work for me.

Good luck.

-Mark
FreeBSD 6.1-STABLE [amd64]

-- 
Internet Radio:
Party107 (Trance/Electronic) - http://www.party107.com
Rock 101.9 The Edge (Rock) - http://www.rock1019.net

IRC:
MIXXnet IRC Network - irc.mixxnet.net (Nick: MIXX941)

GnuPG Public Key:
http://www.mkproductions.org/mk_pubkey.asc
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: FreeBSD Wireless Access Points with Atheros Cards

2006-06-07 Thread Mark Moellering
Nick,

I tried this maybe a month back.  I added an ath card to a firewall 
(becoming 
the third NIC) and set it up following the directions.  While I could connect 
to the access point/firewall, I could not get to anything beyond it.  After 
some reading, I decdied to buy a standalone access point and replace the 
wireless ath card with a wired card to use to connect to the access point.  
The standalone access point (Netgear) wasn't that much more than the card and 
from everything I have read is the better way to go.
If you are able to sned data through the access point, I would love to 
hear 
about it...

Sincerely

Mark 

On Wednesday 07 June 2006 8:11 am, Nick Withers wrote:
> G'day all,
>
> I was recently asked to set up a wireless access point by a
> mate. Having read section 27.3.3.2 - "Building a FreeBSD Access
> Point"
> ("http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network-wireles
>s.html") from the FreeBSD Handbook I duly advised my friend that they'd
> need to procure one of the Prism cards listed in the wi(4) man
> page, as, according to the Handbook, "In order to set up a
> wireless access point with FreeBSD, you need to have a
> compatible wireless card. Currently, only cards with the Prism
> chipset are supported".
>
> When he got back to me the next day and said he couldn't find
> one in any major store and that he'd been told they were no
> longer available first-hand (whether all this is true or not,
> I'm not entirely sure - but it's not really all that relevant
> for the purposes of this question) I was a little surprised.
>
> After much more stuffing about, the ath(4) man page caught my
> eye and I found the magic sentence: "Supported features include
> 802.11 and 802.3 frames, power management, BSS, IBSS, and
> host-based access point operation modes".
>
> I've subsequently set the thing up and it's now chugging away
> merrily in hostap mode with hostapd helping out with 802.11i
> shennanigans. It appears to be fully operational.
>
> My question, then, is this: Is the access point I've set up not
> actually functioning as an access point in the strictest sense
> of the term? Is the Handbook in need of a little attention in
> this area?
>
> I'll happily create a patch for the doc and submit a PR to
> have it updated, but just wanted to check before doing so that
> I'm not just being an idiot (I'm particularly good at that!).
>
> Thanks all!
> --
> Nick Withers
> email: [EMAIL PROTECTED]
> Web: http://www.nickwithers.com
> Mobile: +61 414 397 446
> ___
> 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]"


ldconfig -m for libs... how about upgrading @INC for perl modules??

2006-06-04 Thread Mark Jayson Alvarez
Hi,

After upgrading perl, a lot of applications broke,
primarily because the new perl looks into
site_perl/5.8.8 however my application modules are
still in site_perl/5.8.7

Question:
Is there an "ldconfig -m" sort of thing for this job?
My new perl package installation process didn't bother
about this one...
Any idea? Thanks.

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


Re: Video capture/editing?

2006-06-04 Thread Mark Kane
On Sun, Jun 04, 2006, at 06:51:05 -0500, Laurence Sanford wrote:
> Some time ago I purchased a Pinnacle video capture/editing package to
> be used on a windows computer. Honestly, this is the last thing I
> keep a windows computer around for. The capture setup is a PCI card
> with a breakout unit on it, the editing software, obviously Studio. A
> number of things have driven me to the point where I simply cannot
> stand the windows/Pinnacle setup any more, mostly a lack of stability.

I know what you mean here. After building new machines with fast
hardware, reinstalling Windows, and not even having that many programs
installed or running...it would freeze up, be slow after a week, have
the explorer.exe constantly crashing, etc. I couldn't reboot every
week, so I finally switched to FreeBSD on the desktop and everything is
going great.

> Looking through the ports collection I found avidemux2 and kino. What
> I need to know is this - will one of these two programs replace the
> basic editing functionality of pinnacle for me, and can I use the
> same capture hardware? I suspect the capture hardware will be an
> issue, but I'm certainly open to suggestions. Thanks in advance for
> any input.

I use Avidemux2 on a daily basis for converting video files. It's
awesome for converting and setting simple in/out points in a clip, but
it doesn't have the functionality of a timeline or effects, etc. You
can load in another clip and "append" it to the current one and then
export it to whatever format though.

I have not been able to try Kino yet. For some reason,
whenever I start it, I get: 

(kino:8760): Gdk-CRITICAL **: gdk_window_move: assertion `GDK_IS_WINDOW
(window)' failed

...and the program never starts. I've contacted them about it, but the
developers were not sure. It could be that I'm running the amd64
version of FreeBSD, and it may work fine in i386.

There are a couple other programs you might want to look into --
multimedia/jahshaka and multimedia/pitivi. I've used Jahshaka 1.9a9 from
ports and it's not the easiest to use nor the most stable, although
the functionality looks great. They have an updated 2.0 RC3 on their
site for which the screenshots look amazing, however it's still an RC
so it's not been updated in ports yet (and it seems to be a hard one
to compile yourself). I have not tried Pitivi.

On the hardware, I'm not sure if it would work. I do most of my
capturing on the one non-FreeBSD machine I have left -- a Mac with
Final Cut Pro. However, I have been able to capture directly from my
Canon GL-2 via Firewire on my FreeBSD machine using fwcontrol(8). From
there, I take the .dv file, run it through ffmpeg to output it to a
format that Avidemux2 can load, and then use Avidemux2 to export that
further or do basic cuts.

I suggest trying them all and seeing what works best for you. :)

Hope that helps.

-Mark

P.S. There is one other editor that looks amazing, however it has
not been ported to FreeBSD yet (and I can't get it to compile either).
It's called Cinelerra:  http://heroinewarrior.com/cinelerra.php3

-- 
Internet Radio:
Party107 (Trance/Electronic) - http://www.party107.com
Rock 101.9 The Edge (Rock) - http://www.rock1019.net

IRC:
MIXXnet IRC Network - irc.mixxnet.net (Nick: MIXX941)

GnuPG Public Key:
http://www.mkproductions.org/mk_pubkey.asc
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


RE: Does FreeBSD 4.11-STABLE support the 8237R?

2006-06-02 Thread Mark

> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Danial Thom
> Sent: vrijdag 2 juni 2006 18:28
> To: Scott Hiemstra; 'FreeBSD-Questions Questions'
> Subject: RE: Does FreeBSD 4.11-STABLE support the 8237R?
>
> --- Scott Hiemstra <[EMAIL PROTECTED]> wrote:
>
> > > Did you say you are running a server? That MB is only suitable for
> > > desktop use, as it has the slowest ethernet controller known to man
> > > on a 32/33Mhz bus. Running this MB as a server is like putting
> > > cheap, skinny tires on your porsche.
> > >
> > > DT
> >
> > Personaly, I appreciate your dedication to maximum performance but
> > please notice this thread is in reference to swapping a MB for another
> > MB and coments like yours are not appreciated.
> >
> > Would you prefer if I had stated?
> >
> > "I have the same board in a crappy server running 4.11 (FreeBSD
> > 4.11-STABLE #0) and no problems to report."
> >
> > Please notice I never said what the box was doing nor did I ask for
> > your opinion of what MB/NIC I use in my systems. This SERVER is pur-
> > pose built and runs stable 24/7 as a low volume outbound mail server
> > so the performance of the NIC is not my primary concern. Please keep
> > your useless comments to yourself as they do nothing but waste disk
> > space, CPU time and the valuable time of people who attempt to help
> > others on this list.
> >
> > Scott
>
> So if someone is planning on using a crappy motherboard as a server its
> not appropriate to mention that the replacement is not suitable for the
> task? So since you're replacing the MB, why not take the opportunity to
> use something suitable.

Because it means introducing a whole slew of new, unknown variables. :)

When I first installed 4.10R, it did not even support the 8237; and disk
performance on that board was limited to a terribly slow Multi-World DMA 2
mode (I think it was that; very slow, at least). So, imagine my delight
when 4.11-STABLE supported the 8237 at last. Buying a newer type
motherboard for 4.11-STABLE (where would you find one for socket 754, so
soon replaced by socket 939, anyway?) would likely mean an unsupported
south-bridge chip, and being back to square one. Nope. I'm gonna stick
with what works for 4.11-STABLE (as that is still my preferred FreeBSD
version; and if I cannot find a new motherboard after the new one dies, I
will just continue to run the whole thing in a Vmware box).

As for the LAN, since I only have a 100 Mb network, I see no reason to
assume even a less than ideal performing gigabit LAN would slow things
down (unless its performance dropped below 10%; and I'm sure it's not that
bad).

In fact, not to be unnecessarily contrary, but I would ere say this
motherboard is totally unsuited for desktop use (I have a shiny P5WD2
Premium for that), and that this board is rather ideally suited for a
FreeBSD 4.11 system.

- Mark

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


RE: Does FreeBSD 4.11-STABLE support the 8237R?

2006-06-02 Thread Mark

> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Scott Hiemstra
>
> Sent: vrijdag 2 juni 2006 17:13
> To: 'FreeBSD-Questions Questions'
> Subject: RE: Does FreeBSD 4.11-STABLE support the 8237R?
>
> > I run FreeBSD 4.11 stable, and I need to replace my ASUS K8V Deluxe
> > motherboard. I am thinking about de K8V-X SE. However, instead of the
> > 8237 chipset, it has the 8237R. Is that supported in FreeBSD 4.11
> > stable as well? Also, instead of the Gigabyte LAN, it has a Realtek
> > 8201CL D version LAN. Will that work, too? ...
>
> I have the same board in a server running 4.11 (FreeBSD 4.11-STABLE #0)
> and no problems to report. The nic is detected as "RealTek 8129/8139"
> but seems to function just fine. I would recommend building a temporary
> system, doing an install and then once you verify all is well... Swap
> the board into your existing machine.

Thanks for the answer. Yes, I'm not looking into making things
complicated. I just want a quick, no-hassle replacement board for my old
server. Seems like this board will do just that. :)

- Mark

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


Does FreeBSD 4.11-STABLE support the 8237R?

2006-06-02 Thread Mark

Hello,

I run FreeBSD 4.11 stable, and I need to replace my ASUS K8V Deluxe
motherboard. I am thinking about de K8V-X SE. However, instead of the 8237
chipset, it has the 8237R. Is that supported in FreeBSD 4.11 stable as
well? Also, instead of the Gigabyte LAN, it has a Realtek 8201CL D version
LAN. Will that work, too? I can, for the life of me, no longer find a link
on the new FreeBSD site (like
http://www.freebsd.org/releases/4.11-STABLE/hardware-i386.html#DISK, for
instance). If anyone could tell me where the page is at, or knows the
answer, I'd really appreciate it.

Much obliged,

- Mark

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


Re: divx2dvd

2006-06-01 Thread Mark Kane
On Thu, Jun 01, 2006, at 20:03:55 +0100, Carlos wrote:
> hi,
> 
> someone know a program to convert a DivX to DVD file in gui?
> 

Hi.

Try Avidemux. It's in ports at /usr/ports/multimedia/avidemux2

-Mark

-- 
Internet Radio:
Party107 (Trance/Electronic) - http://www.party107.com
Rock 101.9 The Edge (Rock) - http://www.rock1019.net

IRC:
MIXXnet IRC Network - irc.mixxnet.net (Nick: MIXX941)

GnuPG Public Key:
http://www.mkproductions.org/mk_pubkey.asc
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: troubleshooting network settings

2006-06-01 Thread Mark Evenson

Malcolm Fitzgerald wrote:


On 31/05/2006, at 11:30 PM, Steve Bertrand wrote:



Take a look at the 'ServerName' directive in your httpd.conf file. Try
uncommenting said directive, and put your IP address beside it.


This line is already in place

ServerName 127.0.0.1:80


I can confirm this behavior with www/apache22 for a FBD_6_1 machine not 
in DNS.


My solution:  I commented out the load of mod_unique_id in httpd.conf 
making everything work just fine.  Looking at the documentation of 
mod_unique_id convinced me that I would only need it for some sort of 
server-side application that could not provide itself with a concept of 
a session.


I haven't dug into the mod_unique_id code to find out what it is trying 
to resolve.


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


Re: libgnome-keyring.so.0 not found

2006-05-31 Thread Mark Evenson

Jim Angstadt wrote:

Hi All,

Fortunately, after another multi-day 
"portmanager -u -l -y" run, I am able 
to get into X.  Unfortunately, I cannot 
run gedit, gnome-terminal or nautilus.


X provided 3 error messages 
which I have manually copied:


/libexec/ld-elf.so.1: Shared object
"libgnome-keyring.so.0" not found, 
required by "gedit"


[...]

Assuming that these libraries exist on the filesystem, you might try 
refreshing the dynamic library cache via:


root# ldconfig -m /usr/X11R6/lib

Over the last week, something in the portupgrade process changes the 
ownership of /usr/X11R6/lib to the user that invokes portupgrade with 
"-s", which breaks this step in the course of portupgrade (ldconfig 
refuses to run on directories not owned by its invoking user).


I haven't been able to track down where this is occuring, but changing 
the ownership of /usr/X11R6/lib back to root and refreshing the cache 
fixes this sort of problem for me.


___
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-05-29 Thread Mark Moellering
Do you still have the wlan device compiled in the kernel?  I would also make 
sure to remove the ral device, as this is for the same chipset family but 
your card uses a newer version that the native ral driver does not support 
but I could imagine it might create difficulties.
All I can think of...

Mark Moellering


On Monday 29 May 2006 7:23 am, Stefi wrote:
> Hi everyone
>
> I have Gigabyte GN-WP01GS wireless card that works perfect under Widows XP.
> It also can simula te an AP mode. FreeBSD 6 (on my machine) does not
> recognize it at first. I found out how to recompile original driver for use
> on FreeBSD with ndisgen. Everything works fine an I can see it like ndis0
> using ifconfig. But, I can't change any setting using ifconfig. I can't
> access the card.
>
> Does anyone know how to configure that card correctly?
> ___
> 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: Firewall with 3 NIC (1 wireless) problem

2006-05-25 Thread Mark Moellering
Dennis,

Thanks so much for your help.  Here is the ifconfig -v and netstat (a 
variety) from both the client and firewall.  
Both the client and the firewall have an ath0 (192.168.2.1 for 
firewall, 
192.168.2.5 for the client) and a bge0 (192.168.1.1 for firewall, 192.168.1.2 
for client).  After booting the client, I disconnect the ethernet cable on 
the bge0 interface to force traffic over the wireless ath0.  
I am by no means a professional, I may have missed something or be 
doing 
something fairly obviously wrong.

Thanks Again,

Mark Moellering

On Thursday 25 May 2006 12:17 am, Dennis Olvany wrote:
> > net.link.ether.bridge.enable=1
> > net.link.ether.bridge.config=bge0, ath0
>
> Let's have a look at ifconfig and netstat -r. Whats with this bridge?
> Think you'd be better off without it.
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "[EMAIL PROTECTED]"
Script started on Thu May 25 22:19:06 2006
AlphaOne# ifconfig -v
bge0: flags=8843 mtu 1500
options=1b
inet6 fe80::209:5bff:fe20:aa23%bge0 prefixlen 64 scopeid 0x1 
inet 192.168.1.2 netmask 0xff00 broadcast 192.168.1.255
ether 00:09:5b:20:aa:23
media: Ethernet autoselect (none)
status: no carrier
ath0: flags=8843 mtu 1500
inet6 fe80::214:6cff:fe2c:a8c0%ath0 prefixlen 64 scopeid 0x2 
inet 192.168.2.5 netmask 0xff00 broadcast 192.168.2.255
ether 00:14:6c:2c:a8:c0
media: IEEE 802.11 Wireless Ethernet autoselect (OFDM/24Mbps)
status: associated
ssid psyberation channel 1 (2412) bssid 00:0f:b5:8a:77:44
authmode WPA privacy ON deftxkey UNDEF
TKIP 2:128-bit
TKIP 3:128-bit powersavemode OFF powersavesleep 100 txpowmax 37
txpower 63 rtsthreshold 2346 mcastrate 1 fragthreshold 2346 -pureg
protmode CTS -wme burst roaming MANUAL bintval 100 -countermeasures
plip0: flags=108810 mtu 1500
lo0: flags=8049 mtu 16384
inet6 ::1 prefixlen 128 
inet6 fe80::1%lo0 prefixlen 64 scopeid 0x4 
inet 127.0.0.1 netmask 0xff00 
AlphaOne# exit
exit

Script done on Thu May 25 22:19:37 2006
Script started on Thu May 25 22:20:31 2006
AlphaOne# netstat
Active UNIX domain sockets
Address  Type   Recv-Q Send-QInode Conn Refs  Nextref Addr
c3e912bc stream  0  00 c3db97a800 
/tmp/ksocket-Mark/kontactHOPVSF.slave-socket
c3db97a8 stream  0  00 c3e912bc00
c3db9dac stream  0  00 c3db9c0800 
/tmp/ksocket-Mark/kontactpn6RzM.slave-socket
c3db9c08 stream  0  00 c3db9dac00
c3d2d7a8 stream  0  00 c3db9c9400 
/tmp/.ICE-unix/dcop625-1148609162
c3db9c94 stream  0  00 c3d2d7a800
c3d2d834 stream  0  00 c3db9e3800 
/tmp/.ICE-unix/646
c3db9e38 stream  0  00 c3d2d83400
c3db9af0 stream  0  00 c3db983400 
/tmp/.X11-unix/X0
c3db9834 stream  0  00 c3db9af000
c3db9604 stream  0  00 c3db969000 
/tmp/ksocket-Mark/klaunchersC8lmq.slave-socket
c3db9690 stream  0  00 c3db960400
c3db98c0 stream  0  00 c3db994c00 
/tmp/fam-Mark/fam-
c3db994c stream  0  00 c3db98c000
c3e91348 stream  0  00 c3e913d400 
/tmp/.ICE-unix/dcop625-1148609162
c3e913d4 stream  0  00 c3e9134800
c3e91460 stream  0  00 c3e914ec00 
/tmp/.ICE-unix/dcop625-1148609162
c3e914ec stream  0  00 c3e9146000
c3e91578 stream  0  00 c3e9160400 
/tmp/.ICE-unix/dcop625-1148609162
c3e91604 stream  0  00 c3e9157800
c3e91690 stream  0  00 c3e9171c00 
/tmp/.ICE-unix/dcop625-1148609162
c3e9171c stream  0  00 c3e9169000
c3db9230 stream  0  00 c3db92bc00 
/tmp/.ICE-unix/dcop625-1148609162
c3db92bc stream  0  00 c3db923000
c3d2dd20 stream  0  00 c3d2dc0800 
/tmp/.ICE-unix/dcop625-1148609162
c3d2dc08 stream  0  00 c3d2dd2000
c3d2ddac stream  0  00 c3d2d71c00 
/tmp/.ICE-unix/646
c3d2d71c stream  0  00 c3d2ddac00
c368dc94 stream  0  00 c368dc0800 
/tmp/.X11-unix/X0
c368dc08 stream  0  00 c368dc9400
c368c4ec stream  0   

Re: su problem

2006-05-25 Thread Mark Ovens

Martin Schweizer wrote:

Hello

If I su from user martin to root or from user martin to martin (for testing) I 
get this errors in /var/log/messages:


[snip]
May  9 11:33:08 merkur init: can't get /dev/console for controlling terminal: 
Operation not permitted
May  9 11:33:38 merkur init: can't get /dev/console for controlling terminal: 
Operation not permitted
[snip]

I crosschecked also the permissions on /dev/console. They are correct. Any 
hints are welcome.




IIRC you need this line in /etc/fbtab (or uncomment it if it's there but 
commented out) - that's what I've got and I'm sure that's why it's 
there; I don't get those errors.


/dev/ttyv0  0600/dev/console

HTH

Mark


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


Firewall with 3 NIC (1 wireless) problem

2006-05-24 Thread Mark Moellering
I am attempting to add a wireless capabilities to an existing network / 
firewall structure.  I added a wireless NIC card to the firewall (Netgear 
WPN311) and followed the wireless instructions.  I also added a similar card 
to an existing computer (Netgear WG311T).
The Firewall's internal wired network is on 192.168.1.1 and the 
Wireless card 
is set to 192.168.2.1
The client computer can find the wireless network and I can ping the 
wireless 
card (192.168.2.1)  However, I can get nowhere else.  I cannot get to the 
wired subnet nor outside access to the internet.  I tried adding a bridge 
from the wired to the wireless network interfaces but that did nothing.  I 
tried putting the wireless Nic to 192.168.1.249 but that made things worse.  
Any help would be greatly appreciated.
Both client and firewall are running Freebsd 6.1  Relevant (that I can 
think 
of) files from the firewall are included...

Thanks in Advance.

Mark
interface=ath0
driver=bsd
logger_syslog=-1
logger_syslog_level=0
logger_stdout=-1
logger_stdout_level=0
debug=6
dump_file=/tmp/hostapd.dump
ctrl_interface=/var/run/hostapd
ctrl_interface_group=wheel
ssid=mynet
wpa=1
wpa_passphrase=secretword
wpa_key_mgmt=WPA-PSK
wpa_pairwise=CCMP TKIP
# $FreeBSD: src/share/examples/pf/faq-example1,v 1.1 2004/09/14 01:07:18 mlaier 
Exp $
# $OpenBSD: faq-example1,v 1.2 2003/08/06 16:04:45 henning Exp $

#
# Firewall for Home or Small Office
# http://www.openbsd.org/faq/pf/example1.html
#


# macros
int_if = "bge0"
wint_if = "ath0"
ext_if = "rl0"

tcp_services = "{ 22, 113 }"
icmp_types = "echoreq"

priv_nets = "{ 127.0.0.0/8, 192.168.0.0/16, 172.16.0.0/12, 10.0.0.0/8 }"

# options
set block-policy return
set loginterface $ext_if

# scrub
scrub in all

# nat/rdr
nat on $ext_if from $int_if:network to any -> ($ext_if)
nat on $ext_if from $wint_if:network to any -> ($ext_if)
rdr on $int_if proto tcp from any to any port 21 -> 127.0.0.1 port 8021
rdr on $wint_if proto tcp from any to any port 21 -> 127.0.0.1 port 8021


# filter rules
block all

pass quick on lo0 all

block drop in  quick on $ext_if from $priv_nets to any
block drop out quick on $ext_if from any to $priv_nets

pass in on $ext_if inet proto tcp from any to ($ext_if) \
   port $tcp_services flags S/SA keep state

pass in inet proto icmp all icmp-type $icmp_types keep state

pass in  on $int_if from $int_if:network to any keep state
pass out on $int_if from any to $int_if:network keep state

pass in on $wint_if from $wint_if:network to any keep state
pass out on $wint_if from $wint_if:network to any keep state

pass out on $ext_if proto tcp all modulate state flags S/SA
pass out on $ext_if proto { udp, icmp } all keep state

pass in on $ext_if inet proto tcp from any to ($ext_if) \
   user proxy keep state
# $FreeBSD: src/etc/sysctl.conf,v 1.8 2003/03/13 18:43:50 mux Exp $
#
#  This file is read when going to multi-user and its contents piped thru
#  ``sysctl'' to adjust kernel values.  ``man 5 sysctl.conf'' for details.
#

# Uncomment this to prevent users from seeing information about processes that
# are being run under another UID.
#security.bsd.see_other_uids=0

net.link.ether.bridge.enable=1
net.link.ether.bridge.config=bge0, ath0

# -- sysinstall generated deltas -- # Thu May 11 16:26:43 2006
# Created: Thu May 11 16:26:43 2006
# Enable network daemons for user convenience.
# Please make all changes to this file, not to /etc/defaults/rc.conf.
# This file now contains just the overrides from /etc/defaults/rc.conf.
gateway_enable="YES"
linux_enable="YES"
moused_enable="YES"
usbd_enable="YES"

#Internal Wired Network
ifconfig_bge0="inet 192.168.1.1  netmask 255.255.255.0"
hostname="Firewall.mynet.com"

#Wireless Network
ifconfig_ath0="192.168.2.1 netmask 255.255.255.0 ssid mynet mode 11g mediaopt 
hostap"
hostapd_enable="YES"

#External Gateway Interface
ifconfig_rl0="DHCP"
inetd_enable="YES"

pf_enable="YES"
pf_rules="/etc/pf.conf"
pflog_enable="YES"
pflog_logfile="var/log/pflog"

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

Re: cron job errors

2006-05-24 Thread Mark Busby
Mark Busby <[EMAIL PROTECTED]> writes:
  > I getting errors from cron on this job.
>   owner of /usr/libexec/sav-entropy is root:wheel
>
>   email notice:
>   Subject: Cron <[EMAIL PROTECTED]> /usr/libexec/save-entropy
> X-Cron-Env: 
> X-Cron-Env: 
> X-Cron-Env: 
> X-Cron-Env: 
> X-Cron-Env: 
>   add: not found
>
>   crontab entry:
>   # Save some entropy so that /dev/random can re-seed on boot.
> */11*   *   *   *   operator /usr/libexec/save-entropy
  >>Did you update your system lately?
>>Compare the script to its source:
> diff -q /usr/src/libexec/save-entropy/save-entropy.sh 
/usr/libexec/save-entropy
>
Yes I did update to 6.1, running diff on the files shows no problems there.
   
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cron job errors

2006-05-23 Thread Mark Busby
I getting errors from cron on this job. 
  owner of /usr/libexec/sav-entropy is root:wheel
   
  email notice:
  Subject: Cron <[EMAIL PROTECTED]> /usr/libexec/save-entropy
X-Cron-Env: 
X-Cron-Env: 
X-Cron-Env: 
X-Cron-Env: 
X-Cron-Env: 
  add: not found
   
  crontab entry:
  # Save some entropy so that /dev/random can re-seed on boot.
*/11*   *   *   *   operator /usr/libexec/save-entropy


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


Re: 6.1 CD is Hanging on Install

2006-05-20 Thread Mark Tinguely

Justin wrote:



If the other fine suggestions given by the others on this list do
not solve the problem, a couple other suggestions come to mind.

Redownloading and reburning the CD would be the first suggestion.
If the CD does not boot correctly, does diskettes (if you computer
still as one of course)?

The next suggestion is to get a list of components from the install
of the other OSes that work. That list and the verbose boot may point
out a device that the OS is having giving you difficulty.

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


re buildworld errors

2006-05-17 Thread Mark Busby

> -Original Message-
> From: [EMAIL PROTECTED] [mailto:owner-freebsd-
> [EMAIL PROTECTED] On Behalf Of Mark Busby
> Sent: Wednesday, May 17, 2006 2:46 PM
> To: help help
> Subject: buildworld errors
>
> While upgrading from 6.1 pr1 to 6.1 release, I got this msg 3 days
ago,
> waited, csvup again this morning but still the same error on
buildworld.
>   Thanks for the flames!
>
  >>Did you try
  >>cd /usr/src
>>make clean
>>make cleanworld
  >>And then retry the build?
  >>Maybe you have some old cruft hanging around
   
  Cleaning the old stuff out changed where the error msg occurs and it errors 
out sooner "lol"
  It's nice not to wait 5 hours before the error msg. = ^ )
   
  gcc version
  muz# gcc -v
Using built-in specs.
Configured with: FreeBSD/i386 system compiler
Thread model: posix
gcc version 3.4.4 [FreeBSD] 20050518

   New error msg
   
   -DGENERATOR_FILE  -I/usr/obj/usr/src/tmp/legacy/usr/include -c 
/usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc/getruntime.c
cc -O2 -fno-strict-aliasing -pipe -I. -DIN_GCC -DHAVE_CONFIG_H 
-DPREFIX=\"/usr/obj/usr/src/tmp/usr\" 
-I/usr/obj/usr/src/tmp/usr/src/gnu/usr.bin/cc/cc_tools/../cc_tools 
-I/usr/src/gnu/usr.bin/cc/cc_tools/../cc_tools 
-I/usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc 
-I/usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc/config 
-DGENERATOR_FILE  -I/usr/obj/usr/src/tmp/legacy/usr/include -c 
/usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc/hashtab.c
/usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc/hashtab.c: In function 
`htab_elements':
/usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc/hashtab.c:663: 
internal compiler error: in print_reg, at config/i386/i386.c:7116
Please submit a full bug report,
with preprocessed source if appropriate.
See http://gcc.gnu.org/bugs.html> for instructions.
{standard input}: Assembler messages:
{standard input}:0: Warning: end of file not at end of a line; newline inserted
{standard input}:1046: Error: unbalanced parenthesis in operand 1.
*** Error code 1
  Stop in /usr/src/gnu/usr.bin/cc/cc_tools.
*** Error code 1
  Stop in /usr/src/gnu/usr.bin/cc.
*** Error code 1
  Stop in /usr/src.
*** Error code 1
  Stop in /usr/src.
*** Error code 1
  Stop in /usr/src.

   
   
   
   
   

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


buildworld errors

2006-05-17 Thread Mark Busby
While upgrading from 6.1 pr1 to 6.1 release, I got this msg 3 days ago, waited, 
csvup again this morning but still the same error on buildworld.
  Thanks for the flames!  
   
   
  ===> gnu/usr.bin/cc/cc (all)
cc -O2 -fno-strict-aliasing -pipe  -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=\"/usr\" 
-I/usr/obj/usr/src/gnu/usr.bin/cc/cc/../cc_tools 
-I/usr/src/gnu/usr.bin/cc/cc/../cc_tools 
-I/usr/src/gnu/usr.bin/cc/cc/../../../../contrib/gcc 
-I/usr/src/gnu/usr.bin/cc/cc/../../../../contrib/gcc/config 
-DDEFAULT_TARGET_VERSION=\"3.4.4\"  -DDEFAULT_TARGET_MACHINE=\"\"  -c 
/usr/src/gnu/usr.bin/cc/cc/../../../../contrib/gcc/gcc.c
/usr/src/gnu/usr.bin/cc/cc/../../../../contrib/gcc/gcc.c: In function 
`fatal_error':
/usr/src/gnu/usr.bin/cc/cc/../../../../contrib/gcc/gcc.c:5974: internal 
compiler error: in print_reg, at config/i386/i386.c:7116
Please submit a full bug report,
with preprocessed source if appropriate.
{standard input}: Assembler messages:
{standard input}:3778: Warning: end of file not at end of a line; newline 
inserted
{standard input}:4088: Error: unbalanced parenthesis in operand 1.
*** Error code 1
  Stop in /usr/src/gnu/usr.bin/cc/cc.
*** Error code 1
  Stop in /usr/src/gnu/usr.bin/cc.
*** Error code 1
  Stop in /usr/src/gnu/usr.bin.
*** Error code 1
  Stop in /usr/src/gnu.
*** Error code 1
  Stop in /usr/src.
*** Error code 1
  Stop in /usr/src.
*** Error code 1
  Stop in /usr/src.

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


Re: Has the port collection become to large to handle.

2006-05-14 Thread Mark Linimon
On Sun, May 14, 2006 at 02:04:55PM +0300, Panagiotis Astithas wrote:
> I believe that one solution to the scalability problem of creating and 
> maintaining updated packages, would be to decentralize it more. Each 
> time I submit an update for one of the ports I maintain, I've already 
> build the relevant packages, as a QA measure. There should be no need to 
> wait for the ports cluster to build the official version, instead of 
> using my own, modulo perhaps the higher quality assurance you'd get from 
> Kris's build infrastructure.

You have built the package for one build environment (buildenv).  There
are 12.  See http://portsmon.freebsd.org/portsoverall.py.

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


I keep having wrong checksum in 6.1 iso download (what should I do??)

2006-05-12 Thread Mark Jayson Alvarez
Hi,

It was my second time to download a 6.1 iso from one
of the regional ftp sites.. Lucky we have a slightly
fast connection (155Mbps)... By the way, is it really
dangerous to ignore these checksums that doesn't match
with the published one? What's the reason behind this
bad checksum mismatch??.

Thanks

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


Re: Only One SATA Drive Detected

2006-05-12 Thread Mark Kane

Mark Kane wrote:
Hi everyone. I'm trying to reinstall FreeBSD on a machine that had a 
hard drive failure early this week. I bought two brand new 80GB Seagate 
SATA drives to do mirroring and started to put things together this 
afternoon.


I didn't know initially if the onboard SATA controller would work or 
not, so I only opened one of the drives in case I needed to replace them 
with PATA drives. I installed FreeBSD on the first drive with no 
problem, so I proceeded to open and put in the second one. I started the 
install again so I could set up the mirroring, but only one drive was 
detected. I checked the BIOS and both are detected there, so I booted 
back into my install of FreeBSD on the one hard drive and got a dmesg, 
which is attached.


I also tried to install with just one drive on the secondary SATA 
channel, but the install does not detect that drive at all so it cannot 
continue in that case. I found someone with the same problem (although 
different drive company), but there was no solution:


http://lists.freebsd.org/pipermail/freebsd-hardware/2006-March/003343.html

My hardware is:

MSI K8NGM2 (nForce4)
2x Seagate 80GB SATA
FreeBSD 6.1-RELEASE [i386]

So in short, only the primary SATA channel works.

Is this fixable? I have not tried 7-CURRENT yet because this is a 
production workstation, but would be willing to try if you think it 
would help.


Thanks very much in advance!

-Mark


I guess I didn't search good enough. It looks like this is the same 
issue as PR amd64/95554, except it also exists on i386. I just tried 
6.0-RELEASE [i386] and both drives are detected correctly (in the 
install at least).


Sorry about that. It's been a hectic week with the drive dying due to a 
power surge/problem (even behind a surge protector) and trying to 
recover data and get replacements here quick.


Thanks

-Mark




Copyright (c) 1992-2006 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
The Regents of the University of California. All rights reserved.
FreeBSD 6.1-RELEASE #0: Sun May  7 04:32:43 UTC 2006
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC
Timecounter "i8254" frequency 1193182 Hz quality 0
CPU: AMD Athlon(tm) 64 Processor 3000+ (1808.24-MHz 686-class CPU)
  Origin = "AuthenticAMD"  Id = 0x20ff2  Stepping = 2
  
Features=0x78bfbff
  Features2=0x1
  AMD Features=0xe2500800
  AMD Features2=0x1
real memory  = 469565440 (447 MB)
avail memory = 450105344 (429 MB)
MPTable: 
ioapic0: Assuming intbase of 0
ioapic0  irqs 0-23 on motherboard
kbd1 at kbdmux0
cpu0 on motherboard
pcib0:  pcibus 0 on motherboard
pci0:  on pcib0
pci0:  at device 0.0 (no driver attached)
pci0:  at device 0.1 (no driver attached)
pci0:  at device 0.2 (no driver attached)
pci0:  at device 0.3 (no driver attached)
pci0:  at device 0.4 (no driver attached)
pci0:  at device 0.5 (no driver attached)
pci0:  at device 0.6 (no driver attached)
pci0:  at device 0.7 (no driver attached)
pcib1:  at device 2.0 on pci0
pci1:  on pcib1
pcib2:  at device 3.0 on pci0
pci2:  on pcib2
pcib3:  at device 4.0 on pci0
pci3:  on pcib3
pci0:  at device 5.0 (no driver attached)
pci0:  at device 9.0 (no driver attached)
isab0:  at device 10.0 on pci0
isa0:  on isab0
pci0:  at device 10.1 (no driver attached)
ohci0:  mem 0xfeade000-0xfeadefff irq 5 at 
device 11.0 on pci0
ohci0: [GIANT-LOCKED]
usb0: OHCI version 1.0, legacy support
usb0:  on ohci0
usb0: USB revision 1.0
uhub0: nVidia OHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub0: 8 ports with 8 removable, self powered
ehci0:  mem 0xfeadfc00-0xfeadfcff irq 5 at 
device 11.1 on pci0
ehci0: [GIANT-LOCKED]
usb1: EHCI version 1.0
usb1: companion controller, 8 ports each: usb0
usb1:  on ehci0
usb1: USB revision 2.0
uhub1: nVidia EHCI root hub, class 9/0, rev 2.00/1.00, addr 1
uhub1: 8 ports with 8 removable, self powered
atapci0:  port 
0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xffa0-0xffaf at device 13.0 on pci0
ata0:  on atapci0
ata1:  on atapci0
atapci1:  port 
0xd800-0xd807,0xd480-0xd483,0xd400-0xd407,0xd080-0xd083,0xd000-0xd00f mem 
0xfeadd000-0xfeaddfff irq 5 at device 14.0 on pci0
ata2:  on atapci1
ata3:  on atapci1
pcib4:  at device 16.0 on pci0
pci4:  on pcib4
pci4:  at device 6.0 (no driver attached)
pci4:  at device 6.1 (no driver attached)
xl0: <3Com 3c905C-TX Fast Etherlink XL> port 0xe800-0xe87f mem 
0xfebffc00-0xfebffc7f irq 5 at device 7.0 on pci4
miibus0:  on xl0
ukphy0:  on miibus0
ukphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
xl0: Ethernet address: 00:0a:5e:57:00:75
pci0:  at device 16.1 (no driver attached)
pci0:  at device 20.0 (no driver attached)
pmtimer0 on isa0
orm0:  at iomem 0xce000-0xce7ff,0xce800-0xc on isa0
atkbdc0:  at port 0x60,0x64 on isa0
atkbd0:  irq 1 on atkbdc0
kbd0 at atkbd0
atkbd0: [GIANT-LOCKED]
fdc0:  at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0
fdc0: [FAST]

Only One SATA Drive Detected

2006-05-12 Thread Mark Kane
Hi everyone. I'm trying to reinstall FreeBSD on a machine that had a 
hard drive failure early this week. I bought two brand new 80GB Seagate 
SATA drives to do mirroring and started to put things together this 
afternoon.


I didn't know initially if the onboard SATA controller would work or 
not, so I only opened one of the drives in case I needed to replace them 
with PATA drives. I installed FreeBSD on the first drive with no 
problem, so I proceeded to open and put in the second one. I started the 
install again so I could set up the mirroring, but only one drive was 
detected. I checked the BIOS and both are detected there, so I booted 
back into my install of FreeBSD on the one hard drive and got a dmesg, 
which is attached.


I also tried to install with just one drive on the secondary SATA 
channel, but the install does not detect that drive at all so it cannot 
continue in that case. I found someone with the same problem (although 
different drive company), but there was no solution:


http://lists.freebsd.org/pipermail/freebsd-hardware/2006-March/003343.html

My hardware is:

MSI K8NGM2 (nForce4)
2x Seagate 80GB SATA
FreeBSD 6.1-RELEASE [i386]

So in short, only the primary SATA channel works.

Is this fixable? I have not tried 7-CURRENT yet because this is a 
production workstation, but would be willing to try if you think it 
would help.


Thanks very much in advance!

-Mark

--
GnuPG Public Key:
http://www.mkproductions.org/mk_pubkey.asc

Internet Radio:
Party107 (Trance/Electronic) - http://www.party107.com
Rock 101.9 The Edge (Rock) - http://www.rock1019.net

IRC:
MIXXnet IRC Network - irc.mixxnet.net (Nick: MIXX941)
Copyright (c) 1992-2006 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
The Regents of the University of California. All rights reserved.
FreeBSD 6.1-RELEASE #0: Sun May  7 04:32:43 UTC 2006
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC
Timecounter "i8254" frequency 1193182 Hz quality 0
CPU: AMD Athlon(tm) 64 Processor 3000+ (1808.24-MHz 686-class CPU)
  Origin = "AuthenticAMD"  Id = 0x20ff2  Stepping = 2
  
Features=0x78bfbff
  Features2=0x1
  AMD Features=0xe2500800
  AMD Features2=0x1
real memory  = 469565440 (447 MB)
avail memory = 450105344 (429 MB)
MPTable: 
ioapic0: Assuming intbase of 0
ioapic0  irqs 0-23 on motherboard
kbd1 at kbdmux0
cpu0 on motherboard
pcib0:  pcibus 0 on motherboard
pci0:  on pcib0
pci0:  at device 0.0 (no driver attached)
pci0:  at device 0.1 (no driver attached)
pci0:  at device 0.2 (no driver attached)
pci0:  at device 0.3 (no driver attached)
pci0:  at device 0.4 (no driver attached)
pci0:  at device 0.5 (no driver attached)
pci0:  at device 0.6 (no driver attached)
pci0:  at device 0.7 (no driver attached)
pcib1:  at device 2.0 on pci0
pci1:  on pcib1
pcib2:  at device 3.0 on pci0
pci2:  on pcib2
pcib3:  at device 4.0 on pci0
pci3:  on pcib3
pci0:  at device 5.0 (no driver attached)
pci0:  at device 9.0 (no driver attached)
isab0:  at device 10.0 on pci0
isa0:  on isab0
pci0:  at device 10.1 (no driver attached)
ohci0:  mem 0xfeade000-0xfeadefff irq 5 at 
device 11.0 on pci0
ohci0: [GIANT-LOCKED]
usb0: OHCI version 1.0, legacy support
usb0:  on ohci0
usb0: USB revision 1.0
uhub0: nVidia OHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub0: 8 ports with 8 removable, self powered
ehci0:  mem 0xfeadfc00-0xfeadfcff irq 5 at 
device 11.1 on pci0
ehci0: [GIANT-LOCKED]
usb1: EHCI version 1.0
usb1: companion controller, 8 ports each: usb0
usb1:  on ehci0
usb1: USB revision 2.0
uhub1: nVidia EHCI root hub, class 9/0, rev 2.00/1.00, addr 1
uhub1: 8 ports with 8 removable, self powered
atapci0:  port 
0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xffa0-0xffaf at device 13.0 on pci0
ata0:  on atapci0
ata1:  on atapci0
atapci1:  port 
0xd800-0xd807,0xd480-0xd483,0xd400-0xd407,0xd080-0xd083,0xd000-0xd00f mem 
0xfeadd000-0xfeaddfff irq 5 at device 14.0 on pci0
ata2:  on atapci1
ata3:  on atapci1
pcib4:  at device 16.0 on pci0
pci4:  on pcib4
pci4:  at device 6.0 (no driver attached)
pci4:  at device 6.1 (no driver attached)
xl0: <3Com 3c905C-TX Fast Etherlink XL> port 0xe800-0xe87f mem 
0xfebffc00-0xfebffc7f irq 5 at device 7.0 on pci4
miibus0:  on xl0
ukphy0:  on miibus0
ukphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
xl0: Ethernet address: 00:0a:5e:57:00:75
pci0:  at device 16.1 (no driver attached)
pci0:  at device 20.0 (no driver attached)
pmtimer0 on isa0
orm0:  at iomem 0xce000-0xce7ff,0xce800-0xc on isa0
atkbdc0:  at port 0x60,0x64 on isa0
atkbd0:  irq 1 on atkbdc0
kbd0 at atkbd0
atkbd0: [GIANT-LOCKED]
fdc0:  at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0
fdc0: [FAST]
ppc0:  at port 0x378-0x37f irq 7 on isa0
ppc0: Generic chipset (NIBBLE-only) in COMPATIBLE mode
ppbus0:  on ppc0
plip0:  on ppbus0
lpt0:  on ppbus0
lpt0: Interrupt-driven port
ppi0:  on ppbus0
sc0:  at flags 0x100 on isa0
sc0: VGA <16 virtual consoles, flags=0x300>
sio0 at port

Is it recommended to allow all outgoing connections from your firewall??

2006-05-10 Thread Mark Jayson Alvarez
Hi,

I've seen most people allow all outgoing traffic
originating from the firewall itself... Is this really
recommended?? What if the machine have been
compromised and the intruder have installed a program
that let's him access the machine remotely by having
the program itself to initiate the outgoing connection
to him thus defying the incoming connection firewall
ruleset...

Thanks..

__
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]"


threads in 5.4 and 5.5

2006-05-09 Thread Mark Kent
Hello,

What is the canonical way to compile programs that use posix threads
on freebsd 5.4+, with gcc?

I've seen comments that say that -pthread, used in 4.x, should go away
for 5.x.  But, for example, /usr/ports/security/openssl uses -pthread. 

So, use it?  Don't use it?  Should I care?

And what does it mean when a program works with one thread
library and not another?  I've got a case like this:

libpthread.so.1: chew up cpu, then SEGV
libthr.so.1: chew up cpu, but works!
libc_r.so.5: works great!

This is changed with libmap.conf.

Does this point to any particular shady coding practice?

Once I know that libc_r is my friend, does this suggest
a certain set of compile flags and/or link flags?

Thanks,
-mark

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


interrupt storm

2006-05-04 Thread Mark Busby
Checking /var/log/messages after loading snd_emu10k1, I see the following.
  muz kernel: pcm1:  port 0xd800-0xd81f irq 4 at device 9.0 
on pci0
muz kernel: Interrupt storm detected on "irq4: atapci0"; throttling interrupt 
source
muz kernel: pcm1: 
muz kernel: emujoy0: detached
   
  Upon.
  muz# vmstat -i
interrupt  total   rate
irq0: clk 933473998
irq4: pcm0 atapci0 1213  1
irq7: ppc0 1  0
irq8: rtc 119494127
irq11: dc0 1001  1
irq13: npx01  0
irq14: ata0   46  0
Total1055229   1128
  ###
  muz# pciconf -lv
[EMAIL PROTECTED]:0:0:  class=0x06 card=0x154110b9 chip=0x154110b9 rev=0x04 
hdr=0x00
vendor   = 'Acer Labs Incorporated (ALi)'
device   = 'ALI M1541 Aladdin V/V+ AGP System Controller'
class= bridge
subclass = HOST-PCI
[EMAIL PROTECTED]:1:0: class=0x060400 card=0x00e0 chip=0x524310b9 rev=0x04 
hdr=0x01
vendor   = 'Acer Labs Incorporated (ALi)'
device   = 'ALI M1541 PCI to AGP Bridge'
class= bridge
subclass = PCI-PCI
[EMAIL PROTECTED]:2:0: class=0x0c0310 card=0x chip=0x523710b9 rev=0x03 
hdr=0x00
vendor   = 'Acer Labs Incorporated (ALi)'
device   = 'M5237 OpenHCI 1.1 USB Controller'
class= serial bus
subclass = USB
[EMAIL PROTECTED]:3:0: class=0x068000 card=0x710110b9 chip=0x710110b9 rev=0x00 
hdr=0x00
vendor   = 'Acer Labs Incorporated (ALi)'
device   = 'ALI M7101 Power Management Controller'
class= bridge
[EMAIL PROTECTED]:7:0: class=0x060100 card=0x chip=0x153310b9 rev=0xc3 
hdr=0x00
vendor   = 'Acer Labs Incorporated (ALi)'
device   = 'ALI M1533 Aladdin IV ISA Bridge'
class= bridge
subclass = PCI-ISA
[EMAIL PROTECTED]:9:0:  class=0x040100 card=0x100a1102 chip=0x00021102 rev=0x0a 
hdr=0x00
vendor   = 'Creative Labs'
device   = 'EMU1 Sound Blaster Live! (Also Live! 5.1) - OEM from DELL - 
CT4780'
class= multimedia
subclass = audio
[EMAIL PROTECTED]:9:1:   class=0x098000 card=0x00201102 chip=0x70021102 
rev=0x0a hdr=0x00
vendor   = 'Creative Labs'
device   = 'EMU1 Game Port'
class= input device
[EMAIL PROTECTED]:10:0:class=0x03 card=0x chip=0x88115333 
rev=0x44 hdr=0x00
vendor   = 'S3 Graphics Co., Ltd.'
device   = '86C732 Trio32, 86C764 Trio64, 86C765 Trio64V+ Rev 01'
class= display
subclass = VGA
[EMAIL PROTECTED]:12:0:  class=0x02 card=0xf0041385 chip=0x000211ad 
rev=0x21 hdr=0x00
vendor   = 'Lite-On Communications Inc'
device   = 'NGMC169B 10/100 Ethernet (NetGear FA310TX)'
class= network
subclass = ethernet
[EMAIL PROTECTED]:13:0:  class=0x018000 card=0x4d33105a chip=0x4d30105a 
rev=0x02 hdr=0x00
vendor   = 'Promise Technology Inc'
device   = 'PDC20267 FastTrack100 EIDE Controller'
class= mass storage
[EMAIL PROTECTED]:15:0:  class=0x01018a card=0x chip=0x522910b9 
rev=0xc1 hdr=0x00
vendor   = 'Acer Labs Incorporated (ALi)'
device   = 'M1543 Southbridge EIDE Controller'
class= mass storage
subclass = ATA

  I have added to /boot/device.hints the following lines to try to force pcm to 
another IRQ
  but "no joy"
   
  hint.pcm.0.at="isa"
hint.pcm.0.irq="5"
hint.pcm.0.drq="1"
hint.pcm.0.flags="0x0"
   
  Is there a way to move the sound to another irq? or the atapci?
  and HOW?
   
   
   
  

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


Re: "Inappropriate file type or format" error when accessing berkely DB file via perl

2006-05-04 Thread mark
 P5-BerkeleyDB  proved to be a functional  solution for me at any rate, many 
thanks for the pointer.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


quick question regarding security advisories

2006-05-04 Thread Mark Jayson Alvarez
Hi,

Those security advisories posted in www.freebsd.org...
will they be applied once I rebuild my entire system??
My default /usr/share/example/cvsup/stable-supfile
contains this line:

*default release=cvs tag=RELENG_6

Are those security patches constantly being applied in
the source tree of such release??

Thanks...

__
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]"


"Inappropriate file type or format" error when accessing berkely DB file via perl

2006-05-03 Thread mark
I am trying to access my squidguard berkely db files via perl  and DB_File
(as per the SquidGuard docs)

When I run the following perl snippet

#!/usr/bin/perl
use DB_File;
my (%url,%domain);

$DB_BTREE->{compare} = \&domainmatch;
my $domain_db = 
tie(%domain, "DB_File", "/var/db/squidGuard/warez/domains.db", O_CREAT|
O_RDWR, 0664, $DB_BTREE) || die("domains.db: $!\n");


$domain_db->put(".six.com","") unless(exists($domain{"six.com"}));
$domain_db->sync; # Seems to only sync the last change.

undef($domain_db); # Destroy the object
untie(%domain); # Sync and close the file and undef the hash

The following is returned

domains.db: Inappropriate file type or format


When I do a file /var/db/squidGuard/warez/domains.db

the following is displayed

/var/db/squidGuard/warez/domains.db: Berkeley DB 
(Btree, version 8, native byte-order)


When I create a db with perl 

#!/usr/bin/perl -w
use strict;
use DB_File;
my  %database;
tie %database, 'DB_File', "createdb.dat"
or die "Can't initialize database: $!\n";
untie %database;
exit; 

then

file createdb.dat  

reveals :- 

createdb.dat: Berkeley DB 1.85 (Hash, version 2, native byte-order)

I suspect the version 2 / version 8  is the srouce of my innappropriate file 
type or format error!

So ..  I tried reinstalling DB_file   guessing that it had some kind of 
dependency on DB3.. Thsi had no effect. I tried reinstalling Perl itself.
Also no effect.

So I am a bit stuck, How do I get DB_File to play nice with DB3 or should I be 
trying some other method to access these files.

Relevant Ports installed

db3-3.3.11_2,1
bsdpan-DB_File-1.814
p5-DBD-mysql41-3.0002
squid-2.5.13
squidGuard-1.2.0_1
perl-5.8.8

possible related ports
dbh-1.0.24_1
gdbm-1.8.3_2
p5-DBI-1.50

FreeBSD pcmarpxy.mwrwin2k.se 6.0-STABLE FreeBSD 6.0-STABLE #1: Fri Dec 23 
11:58:53 CET 2005 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/MARK  
i386


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


Re: Intel Macs and FreeBSD?

2006-04-30 Thread Mark Edwards

On Apr 27, 2006, at 1:52 PM, Bill Moran wrote:

On Thu, 27 Apr 2006 15:47:37 -0500 James Riendeau  
<[EMAIL PROTECTED]> wrote:



Why?  Mac OS X has a complete unix freebsd-like core called darwin
( http://www.darwin.org ).  There's no reason to install freebsd on
it.  Just install Mac Developer Tools (included in the Applications
folder), compile your favorite progs and go.


Have you actually tried this?  Installing ports from FreeBSD is about
50x easier than getting software compiled/installed on a Mac.  I've
been working with the Macs here at the office for a few weeks, and  
I've

come to realize just how wonderfully well-maintained FreeBSD's ports
are!

I'd take FreeBSD over MacOS any day.  Perhaps it will get better over
time, but I'm not impressed with it right now.


At the risk of digressing on this topic, I want to add that I am  
actually at this point deciding between FreeBSD for the migration  
(i.e. 4.x on an old Gateway to 6.x on a Intel Mac Mini) and Ubuntu.


The idea of moving to Ubuntu is that it might be simpler and less  
time-consuming to maintain a package-based system rather than  
building so much from source as I end up doing on FreeBSD.  And that  
the fact it is a GUI-focused distribution might simplify things a bit  
(the idea being that Ubuntu has a very set design, less open-ended  
than FreeBSD, perhaps easier to upgrade?).  The GUI might also help  
when others who are less unix-savvy than I have to or want to work  
with the server.


I considered migrating to OSX on the mini, and I do maintain an OSX  
Server machine at work, but I don't like the lack of a port system.   
Everything has to be built and fitted in manually, and all monitoring  
of updates is also manual labor.  Fink has its usefulness for desktop  
software, but the server packages are lacking.


For the record, this server runs apache/php/mysql, exim, cyrus-imapd,  
proftpd, netatalk, samba, spamassassin, clamav, squirrelmail,  
mailman, and DNS.  Stuff like that.  It has about 20 users, it isn't  
super busy.


So, how about it?  Is the concept of running this off of Ubuntu being  
easier than FreeBSD just a pipe-dream?  I have messed with Debian and  
Ubuntu, but never tried to run a server off of either.  I would love  
to hear from people who have been down both roads, whether there is  
some sense to it, or if I should just stick with FreeBSD.


Thanks for any insight, and thanks for the responses to this thread  
thus far...


--
Mark Edwards


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


cyrus-imapd 2.2.13 port failing to build

2006-04-29 Thread Mark Edwards
I am trying to upgrade to the cyrus-imapd 2.2.13 port.  I have been  
running 2.2.12 successfully for many months.  This is on FreeBSD  
4.11p16.


The build is failing as below.  Does anyone have an idea if this is  
fixable?


.
.
.
cc -L/usr/lib -R/usr/lib -L/usr/local/lib -R/usr/local/lib  -rpath=/ 
usr/lib:/usr/local/lib -o imapd  ../master/service.o pushstats.o  
backend.o imapd.o index.o tls.o version.o mutex_fake.o  libimap.a ../ 
lib/libcyrus.a ../lib/libcyrus_min.a -L/usr/local/lib  -R/usr/local/ 
lib -lsasl2   -lfl   -L/usr/local/lib  -R/usr/local/lib -ldb41 -lssl - 
lcrypto -lmd ../et/libcom_err.a -lwrap

../lib/libcyrus.a(auth_krb5.o): In function `mycanonifyid':
auth_krb5.o(.text+0x154): undefined reference to `krb5_init_context'
auth_krb5.o(.text+0x16f): undefined reference to `krb5_parse_name'
auth_krb5.o(.text+0x189): undefined reference to  
`krb5_get_default_realm'

auth_krb5.o(.text+0x1c2): undefined reference to `krb5_build_principal'
auth_krb5.o(.text+0x1d7): undefined reference to `krb5_free_principal'
auth_krb5.o(.text+0x1e2): undefined reference to `krb5_free_context'
auth_krb5.o(.text+0x209): undefined reference to `krb5_realm_compare'
auth_krb5.o(.text+0x225): undefined reference to `krb5_free_principal'
auth_krb5.o(.text+0x248): undefined reference to `krb5_unparse_name'
auth_krb5.o(.text+0x25d): undefined reference to `krb5_free_principal'
auth_krb5.o(.text+0x268): undefined reference to `krb5_free_context'
auth_krb5.o(.text+0x29a): undefined reference to `krb5_free_principal'
auth_krb5.o(.text+0x2a5): undefined reference to `krb5_free_context'
*** Error code 1

Stop in /usr/ports/mail/cyrus-imapd22/work/cyrus-imapd-2.2.13/imap.
*** Error code 1

Stop in /usr/ports/mail/cyrus-imapd22/work/cyrus-imapd-2.2.13.
*** Error code 1

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


Re: Problem install 6.0 (release) on Sony Vaio TX610P

2006-04-28 Thread Mark Myatt
Just a note to let you know that I have fixed the problem with the 
detection / driver allocation of the onboard NIC in the Sony Vaio TX610P 
(might be useful for others so I write for the archive) ...


I am new to FreeBSD so apologies if I get the exact details / 
terminology of the fix wrong (it worked for me though).


The source for the fxp driver is in:

/usr/src/sys/dev/fxp/if_fxp.c

The NICs that this driver knows about seems to be hard coded in a table 
in the source.


I inserted this line (at line 180 in the 6.0-RELEASE code):

{ 0x1069, -1, "Intel 82562EM/EX/GX Pro/100 Ethernet" },

And re-built and re-installed the kernel. All worked fine after that. I 
think that this NIC is common to the Sony Vaio TX series (to date at 
least) so the same fix should work for other TX series machines.


Now to fix the problem with the wireless card...

Best wishes,

Mark

--
Mark Myatt

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


Re: Problem install 6.0 (release) on Sony Vaio TX610P

2006-04-28 Thread Mark Myatt

   Lowell Gilbert wrote:
> The fxp(4) driver supports at least some "i82562" based Ethernet
> devices.  Does FreeBSD 6.1 recognize it on boot?

   I installed 6.0-RELEASE from CD (do you think I might have more luck
   with 6.1-RC1?)
   The only recognition on boot is the message:
pci6:  at device 8.0 (no driver attached)

   I get similar "no driver attached" messages for other system
   components (pci0 - display, VGA, multimedia; pci6 - mass media (I
   think this is the memory stick), pci6 - this card and the wireless
   network card, pci8 - serial bus, SMbus).
   Mark

I am trying to install FreeBSD 6.0 on a Sony Vaio TX610P laptop. This
laptop previously ran a Debian-based Linux distribution with little
trouble. I wanted to switch to FreeBSD and did some practice
installations, kernel recompiles, &c. on an old desktop machine. All
went well.

Today I decided to try an install on the TX610P. Installation of the
base-system went well enough but the system does not recognise the NIC.

The boot message given is:

pci6:  at device 8.0 (no driver attached)

pciconf -l -v gives:

[EMAIL PROTECTED]:8:0: class=0x02 card = 0x81e2104d chip=0x10698086
rev=-0x03 hdr =0x00
vendor   = 'Intel Corporation'
device   = '82562Em/EX/GX PRO/100 VM (LOM) Ethernet Controller
Mobile'
class= network
subclass = ethernet

ifconfig reports only the the loopback (lo0) and "Ethernet over
Firewire" (fwe0) devices.

My kernel configuration has the lines:

device miibus
device fxp

Any suggestions?


  

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


recommended streaming server

2006-04-27 Thread Mark Jayson Alvarez
Hi,
I'm currently looking for a good streaming server
softwares.. 

For video:
 helix
 vlc
 darwin streaming server
 fluendo

For audio:
 icecast
 apache mod_mp3

Which one do you recommend??

thanks!

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


Re: Intel Macs and FreeBSD?

2006-04-27 Thread Mark Edwards

On Apr 27, 2006, at 4:45 PM, Dan Busarow wrote:



On Apr 27, 2006, at 4:59 PM, Mark Edwards wrote:


On Apr 27, 2006, at 2:21 PM, Chad Leigh -- Shire.Net LLC wrote:

That brings up an important point.  I would want to hook up a  
USB2.0 or Firewire hard drive to the machine, either as a boot  
drive, a backup drive, or both (two drives).  How is FreeBSD's  
support for USB or Firewire?  Can one boot from these  
connections?  Is it reliable enough for server use?


We've got a FreeBSD 5.x NFS/Samba/AppleTalk file server at work  
using Lacie firewire drives (purchased at the local Mac store in  
keeping with the thread)  Works great.  Just replaced one of the  
drives that was starting to report errors during rsync.  Drive was  
about 2 years old.  The other drives are still going strong.


Dan


Does it boot from Firewire, or is that just for storage?  Is the  
machine a Mac?  An Intel Mac?


Thanks!

--
Mark Edwards


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


Re: Intel Macs and FreeBSD?

2006-04-27 Thread Mark Edwards

On Apr 27, 2006, at 2:21 PM, Chad Leigh -- Shire.Net LLC wrote:


On Apr 27, 2006, at 3:10 PM, Mark Edwards wrote:

The Mac Mini is fast, small, quiet, and cheap.  Why is it not a  
good cheap server?


I would only be concerned about the disk depending on what sort of  
server you are intending to have.  I do not know but assume that  
they still use the laptop 2.5" drives which are not 24/7 rated.   
Probably doesn't matter for most home servers.  Lack of storage  
space unless you start hooking up external drives.  What sort of  
server are you intending?


I am actually thinking about using Mac Mini machines for IMAP and  
SMTP front ends using NFS mounted backend storage due to their size  
and low power draw.  I can stick many of them in the same place  
that a 2U rack unit would go and with fans blowing data center A/C  
air across them there should be no heat issues and with the backend  
NFS storage, all the actual mail itself would be processed off-disk  
so the disks would basically get no work out...


Fair points, and granted its not exactly a robust powerhouse  
machine.  But certainly enough for a non-critical web/mail server.   
The internal drive is definitely a potential weak link.  Its indeed a  
2.5" Seagate laptop drive.


That brings up an important point.  I would want to hook up a USB2.0  
or Firewire hard drive to the machine, either as a boot drive, a  
backup drive, or both (two drives).  How is FreeBSD's support for USB  
or Firewire?  Can one boot from these connections?  Is it reliable  
enough for server use?


In any case, this is a significant upgrade from my current box, which  
is a Gateway Pentium Pro 180Mhz tower with 128MB of RAM and two IDE  
internal drives, running FreeBSD 4.11.  Why such a box?  Its  
relatively quiet, and it was free (from the garbage even).  Its been  
running my web/mail for 4 years with almost no downtime though...


:-)

--
Mark Edwards


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


Re: Intel Macs and FreeBSD?

2006-04-27 Thread Mark Edwards
The Mac Mini is fast, small, quiet, and cheap.  Why is it not a good  
cheap server?


On Apr 27, 2006, at 1:58 PM, John Cruz wrote:

A mac mini is an odd machine to make into a server, but no matter.  
I doubt you'll run into any issues with installing it. Darwin is  
nice, but it was developed to be the underlying layer of the finder  
GUI. And the freeBSD ports system is so much nicer than any other  
nix install system that there's no comparison.


-JOhn

Mark Edwards wrote:
Because I want to run FreeBSD, not Darwin.  This is for a server,  
not for a desktop.  I'm used to FreeBSD, and I am migrating an  
existing machine over.


On Apr 27, 2006, at 1:49 PM, James Riendeau wrote:

Oops.  Looks like the URL changed.  It is:  http:// 
opensource.apple.com/


-james



On Apr 27, 2006, at 3:47 PM, James Riendeau wrote:

Why?  Mac OS X has a complete unix freebsd-like core called  
darwin ( http://www.darwin.org ).  There's no reason to install  
freebsd on it.  Just install Mac Developer Tools (included in  
the Applications folder), compile your favorite progs and go.


James Riendeau
MMI Computer Support Technician
1300 University Ave
Rm. 436, Dept. of MedMicro
Madison, WI  53706

Phone: (608) 262-3351
After-hours Phone: (608) 260-2696
Fax: (608) 262-8418
Email: [EMAIL PROTECTED]



On Apr 27, 2006, at 3:03 PM, Mark Edwards wrote:

Does anyone know if the Intel Macs can boot and install  
FreeBSD, now that the firmware includes BIOS compatibility?   
Has anyone seen it happen?


I'm thinking of using a Mac Mini as a quiet living-room  
server.  Thanks!


--
Mark Edwards


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







--
Mark Edwards


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







--
Mark Edwards


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


Re: Intel Macs and FreeBSD?

2006-04-27 Thread Mark Edwards
Because I want to run FreeBSD, not Darwin.  This is for a server, not  
for a desktop.  I'm used to FreeBSD, and I am migrating an existing  
machine over.


On Apr 27, 2006, at 1:49 PM, James Riendeau wrote:

Oops.  Looks like the URL changed.  It is:  http:// 
opensource.apple.com/


-james



On Apr 27, 2006, at 3:47 PM, James Riendeau wrote:

Why?  Mac OS X has a complete unix freebsd-like core called darwin  
( http://www.darwin.org ).  There's no reason to install freebsd  
on it.  Just install Mac Developer Tools (included in the  
Applications folder), compile your favorite progs and go.


James Riendeau
MMI Computer Support Technician
1300 University Ave
Rm. 436, Dept. of MedMicro
Madison, WI  53706

Phone: (608) 262-3351
After-hours Phone: (608) 260-2696
Fax: (608) 262-8418
Email: [EMAIL PROTECTED]



On Apr 27, 2006, at 3:03 PM, Mark Edwards wrote:

Does anyone know if the Intel Macs can boot and install FreeBSD,  
now that the firmware includes BIOS compatibility?  Has anyone  
seen it happen?


I'm thinking of using a Mac Mini as a quiet living-room server.   
Thanks!


--
Mark Edwards


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







--
Mark Edwards


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


Intel Macs and FreeBSD?

2006-04-27 Thread Mark Edwards
Does anyone know if the Intel Macs can boot and install FreeBSD, now  
that the firmware includes BIOS compatibility?  Has anyone seen it  
happen?


I'm thinking of using a Mac Mini as a quiet living-room server.  Thanks!

--
Mark Edwards


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


Problem install 6.0 (release) on Sony Vaio TX610P

2006-04-27 Thread Mark Myatt
I apologise in advance if this is the wrong forum for such a question 
and, if it is, please direct me to the correct place.


I am trying to install FreeBSD 6.0 on a Sony Vaio TX610P laptop. This 
laptop previously ran a Debian-based Linux distribution with little 
trouble. I wanted to switch to FreeBSD and did some practice 
installations, kernel recompiles, &c. on an old desktop machine. All 
went well.


Today I decided to try an install on the TX610P. Installation of the 
base-system went well enough but the system does not recognise the NIC.


The boot message given is:

   pci6:  at device 8.0 (no driver attached)

pciconf -l -v gives:

   [EMAIL PROTECTED]:8:0: class=0x02 card = 0x81e2104d chip=0x10698086 
rev=-0x03 hdr =0x00

   vendor   = 'Intel Corporation'
   device   = '82562Em/EX/GX PRO/100 VM (LOM) Ethernet Controller 
Mobile'

   class= network
   subclass = ethernet

ifconfig reports only the the loopback (lo0) and "Ethernet over 
Firewire" (fwe0) devices.


My kernel configuration has the lines:

   device miibus
   device fxp

Any suggestions?

Mark

--
Mark Myatt

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


bsdcertification.org vs bsdcertification.com (which is which??)

2006-04-19 Thread Mark Jayson Alvarez
Hi,
 
 Anyone here who are interested in taking up bsd certifications?? the 
bsdcertification.org says they are not affiliated with bsdcertication.com. I'm 
confused which one should I pick?? Any idea? I am particularly interested in 
having a  FreeBSD certification..
 
 Thanks.
 

-
Yahoo! Messenger with Voice. Make PC-to-Phone Calls to the US (and 30+ 
countries) for 2¢/min or less.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: mouse scroll up problem

2006-04-17 Thread Mark Kane

[EMAIL PROTECTED] wrote:
I have FreeBSD 6.0-RELEASE and optical Microsoft IntelliMouse 
Explorer, USB native, plugged to PS/2 port via it's own USB->PS/2 
adaptor.
When I scroll my mouse wheel up in X11 it acts like "scroll up + left 
button one/double-click". For example, in Opera, Firefox. In MS 
Windows mouse works correctly.


I am running the same mouse in the same way on the same release. Here 
is what is working for me:


Section "InputDevice"
Identifier  "Mouse0"
Driver  "mouse"
Option  "Device" "/dev/sysmouse"
Option  "Protocol" "sysmouse"
Option  "ZAxisMapping" "4 5"
EndSection

moused_enable="YES" # don't use type "auto" with KVM
moused_nondefault_enable="NO"
moused_type="ps/2 -l 2" # -l 2 for scroll (fails in _flags)
moused_flags=""


I have changed settings as Pete advised. Both variants (old and new) are 
working (scrolling) but described effect remains.
Why I think that scrolling up works as "scroll + left click": for 
example, in Opera scrolling up at the top of document (when real scroll 
is impossible) result in marking the word under cursor and appearing 
context menu for very short time.


I've been having the same problem since updating to Xorg 6.9.0 two 
months ago. Before that, this problem did not exist for me. Here are a 
couple examples of what I see with use:


1) I'm going through my inbox in Thunderbird and I start scrolling up 
using the wheel to see messages. In addition to going up the list, it's 
also selecting all the emails that my mouse pointer happens to touch 
when I move the wheel up. This isn't good because then it marks lots of 
messages as "read" when I really did not read them.


2) I'm in Firefox viewing a website. I take my mouse pointer and hover 
over a link or a bookmark on my bookmarks bar. I keep the mouse over it 
and roll the wheel up once. It selects that link or button and goes to 
it as if I had left clicked on it.


Unfortunately I have not found a solution, but this is my configuration 
that was working for months up until upgrading to Xorg 6.9.0 (and is 
what I still have now):



Section "InputDevice"
Identifier  "Mouse0"
Driver  "mouse"
Option  "Protocol" "auto"
Option  "Device" "/dev/sysmouse"
Option "Buttons" "5"
Option "ZAxisMapping" "4 5"
EndSection


No flags for moused are in rc.conf. My mouse is a Microsoft Intellimouse 
Optical. Like yours, it is also hooked up through a USB to PS/2 adapter.


-Mark
FreeBSD 6.1-PRERELEASE [amd64]

--
GnuPG Public Key:
http://www.mkproductions.org/mk_pubkey.asc

Internet Radio:
Party107 (Trance/Electronic) - http://www.party107.com
Rock 101.9 The Edge (Rock) - http://www.rock1019.net

IRC:
MIXXnet IRC Network - irc.mixxnet.net (Nick: MIXX941)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Panic booting from 6.1-BETA4-amd64-disc1

2006-04-07 Thread Mark Kane

Heinrich Rebehn wrote:

Hi list,

i wanted to try out 64 bit support on my ASUS A8V Deluxe with
AMD Athlon(tm) 64 X2 Dual Core Processor 3800+

I downloaded 6.1-BETA4-amd64-disc1.iso from the FreeBSD ftp site, burned 
a disc an booted from it.


However, it failed:


Waiting 5 seconds for SCSI devices to settle

panic: sym: VTOBUS FAILED

Booting with ACPI disabled or safe mode did not help.

Googling and searching the ML did not show any hints.

Any ideas?


It may be due to this:

http://www.freebsd.org/cgi/query-pr.cgi?pr=amd64/89550

I tried to install a SCSI card that uses the sym driver on my amd64 
machine last week and it had a panic with the same message. It works 
fine in an i386 machine but I am unable to use it on my amd64 box. 
Someone sent me the card for free and I already have an Adaptec on order 
to use with the amd64, but from what I understand that driver doesn't 
work with amd64 yet.


If possible, try removing the SCSI card and then trying to boot. It 
should work then.


-Mark

--
GnuPG Public Key:
http://www.mkproductions.org/mk_pubkey.asc

Internet Radio:
Party107 (Trance/Electronic) - http://www.party107.com
Rock 101.9 The Edge (Rock) - http://www.rock1019.net

IRC:
MIXXnet IRC Network - irc.mixxnet.net (Nick: MIXX941)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Attacking our pc router at work

2006-04-05 Thread Mark Jayson Alvarez
Hi,
 
 I have one question. What if I change my ip and mac address at the same time 
to that of our pcrouter's ip and mac... Will this going to kick out that router 
in our network, causing the rest of the entire lan to be out of service?? No 
one's gonna caught me right?? Arpwatch can only watch if an ip address has 
moved to another mac address but not when both ip and mac has moved to another 
ip and mac... Do you know any possible solution to this??
 
 Thanks..
 

-
New Yahoo! Messenger with Voice. Call regular phones from your PC and save big.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: ipfw plus authentication (authpf is cool but....)

2006-04-04 Thread Mark Jayson Alvarez


Norberto Meijome <[EMAIL PROTECTED]> wrote: On Tue, 4 Apr 2006 18:22:42 -0700 
(PDT)
Mark Jayson Alvarez  wrote:

> Hi Nikos
> 
> Nikos Vassiliadis  wrote: On Monday 03 April


hi there,
I mentioned DHCP registration - i found the link :
http://www.netreg.org/ it may do what you need.

 I have already looked into it, as well as the CMU version of netreg which is 
far more feature rich and matured. http://www.net.cmu.edu/netreg/
 However, we are on the process of having a centralized LDAP directory of each 
equipment (including ip, mac address, os, owner, property number etc.) Both 
implementations uses a separate backend to store each machine's mac addresses. 
We don't want to have redundant data. Also, during our discussion:
 
 "Another problem I am seeing with this kind of setup is that it doesn't 
prevent 
 someone from using other user's network information. There's not that much of 
 authentication happening in the process of dhcp. The server only looks if the 
 mac address is already registered(in my case, a simple ifconfig will allow me 
 to change my mac address to that of a registered user). There are a couple of 
 suggestions and workarounds to this however, and with these at hand, were're 
 only left with that redundancy issue.."
 
 
 
  
>  Our main problem is that in our company, each user has his own
> workstation(no one else uses it).. However, due to poor
> implementation of ip allocation strategy, any user can change his ip
> to whatever ip address he wants, thus it would be hard for us to
> really monitor who is doing this and who is doing that (because it
> would be useless to see the ip address of the one who's eating up or
> bandwidth or doing p2p when we cannot determine who is this user this
> ip belongs to. 

have you considered changing the policy in this regards? do users need
that much control over their own workstation?
 
 According to the policy, the NMG is the only responsible for software 
installation, removal, patching etc of each workstation.. However, the MIS has 
very few manpower, they cannot have full control over all of the user's 
workstation. That's why we have proposed another policy that the user will be 
held responsible for every outcome that will be originating from his machine... 
be it p2p, or worm flooding.
 
  > This leads us to our decision to have every user
> assigned a static ip address and have him register his mac address,
> all stored in ldap directory, and have him authenticate to the pc
> router first before being allowed to access any server. Authpf is
> somewhat close to this idea but perhaps it was designed for
> environment wherein users have no permanent workstation, or user can
> come from any location, even outside the company(at home) I have
> created a draft of my proposed solution: 

> First, user will
> authenticate to a web based login form which is tied up against the
> ip[f|fw|tables] ruleset.

can you run iptables on BSD? 
   | > When the user submits the form, the cgi will
 > then verify if the user is really who he claims to be by doing an
> ldapbind using the credentials provided. Also, the script will check
> if the request is coming from an ip address that is assigned to that
> user, by comparing it to his ldap attributes (somewhat prevents users
> from using other user's ip address). 
>If everything goes well, the
> script will happily change the router's firewall ruleset to allow the
> user to pass thru. (note that in our setup, we have allocated a
> single class C ip block for all the staffs(120) (no need to have
> separate blocks since all policies applies to all).



> Also, we have
> placed all the servers (mail, proxy, file, printer, im etc) in a
> different block to make sure that authentication will happen first
> before a user is allowed to access any of those servers.


and your pcrouter is the gateway between the users and the servers,
right? and different physical segment too
   

 
 
 Yup.. just to make sure that they will have to get authenticated first before 
using any network services.. If they are known, that is the time when 
monitoring and accounting will make sense (since it is useless to know the ip 
address of the one doing p2p when we can't find out the user whom this ip is 
registered to.:-)
 
 
 
  > Next, we
> will also provide a logout form(the same as logging out from ssh
> session in authpf) so that the ruleset can be reverted back when the
> user does not want to access any network server anymore. The problem
> with this is that users may be too lazy to logout to the network
> authentication.. In authpf, even the user did not logout from his ssh
> session, when he turns off his computer, the ssh session will
> automatically be terminated. I'm thinking perhaps I can h

Re: ipfw plus authentication (authpf is cool but....)

2006-04-04 Thread Mark Jayson Alvarez
Hi Nikos

Nikos Vassiliadis <[EMAIL PROTECTED]> wrote: On Monday 03 April 2006 10:34, 
Mark Jayson Alvarez wrote:
> Hi
>
>  I am looking for ways to manage our LAN by having each user register their
> ipaddress, mac address, workstation os, etc. in our ldap directory. Now in
> our pcrouter, the users will first send his login credentials to the
> pcrouter, and then the pcrouter will check against ldap if this login is
> correct, and if it is, then it will now do an ldapsearch/compare operation
> to see if the source address (ip/mac) of the user trying to gain network
> access is indeed belongs to that user. Only then, the ipfw ruleset will be
> changed to allow traffic originating from this source address...
>

 
 Does it have to be LDAP and ipfw?
there is authpf which..
   
 Ofcourse this does not cover the IP|MAC address checking you mentioned,
but I don't see how this enhances security. It will be easy for a user to 
change his IP|MAC address.
 
 
 Our main problem is that in our company, each user has his own workstation(no 
one else uses it).. However, due to poor implementation of ip allocation 
strategy, any user can change his ip to whatever ip address he wants, thus it 
would be hard for us to really monitor who is doing this and who is doing that 
(because it would be useless to see the ip address of the one who's eating up 
or bandwidth or doing p2p when we cannot determine who is this user this ip 
belongs to. This leads us to our decision to have every user assigned a static 
ip address and have him register his mac address, all stored in ldap directory, 
and have him authenticate to the pc router first before being allowed to access 
any server. Authpf is somewhat close to this idea but perhaps it was designed 
for environment wherein users have no permanent workstation, or user can come 
from any location, even outside the company(at home)
 
 I have created a draft of my proposed solution:
 
 First, user will authenticate to a web based login form which is tied up 
against the ip[f|fw|tables] ruleset. 
 
 When the user submits the form, the cgi will then verify if the user is really 
who he claims to be by doing an ldapbind using the credentials provided. Also, 
the script will check if the request is coming from an ip address that is 
assigned to that user, by comparing it to his ldap attributes (somewhat 
prevents users from using other user's ip address).
 
 If everything goes well, the script will happily change the router's firewall 
ruleset to allow the user to pass thru. (note that in our setup, we have 
allocated a single class C ip block for all the staffs(120) (no need to have 
separate blocks since all policies applies to all). Also, we have placed all 
the servers (mail, proxy, file, printer, im etc) in a different block to make 
sure that authentication will happen first before a user is allowed to access 
any of those servers.
 
 Next, we will also provide a logout form(the same as logging out from ssh 
session in authpf) so that the ruleset can be reverted back when the user does 
not want to access any network server anymore. The problem with this is that 
users may be too lazy to logout to the network authentication.. In authpf, even 
the user did not logout from his ssh session, when he turns off his computer, 
the ssh session will automatically be terminated. I'm thinking perhaps I can 
have a nagios server constantly monitoring each user's network connectivity and 
then changing the firewall ruleset once the user's machine is unreacheable... 
 
 Another problem I am thinking is that, when a user has already authenticated 
to the router and have his ip address verified and has been allowed in the 
firewall, another smart user might immediately change his ip/mac address to 
that of the authenticated user, and thus making it hard to track his network 
activity again.. I'm still going to investigate if arpwatch can fill this 
need
 
 
 What do you think???
 
 
 
 
 
 
 
 HTH, Nikos

>  Anyone have gone with this solution before??
>
>  Thanks
>
>
> -
> Blab-away for as little as 1¢/min. Make  PC-to-Phone Calls using Yahoo!
> Messenger with Voice. ___
> 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]"
 


-
New Yahoo! Messenger with Voice. Call regular phones from your PC and save big.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


ipfw plus authentication???

2006-04-03 Thread Mark Jayson Alvarez
Hi
 
 I am looking for ways to manage our LAN by having each user register their 
ipaddress, mac address, workstation os, etc. in our ldap directory. Now in our 
pcrouter, the users will first send his login credentials to the pcrouter, and 
then the pcrouter will check against ldap if this login is correct, and if it 
is, then it will now do an ldapsearch/compare operation to see if the source 
address (ip/mac) of the user trying to gain network access is indeed belongs to 
that user. Only then, the ipfw ruleset will be changed to allow traffic 
originating from this source address...
 
 Anyone have gone with this solution before??
 
 Thanks
 

-
Blab-away for as little as 1¢/min. Make  PC-to-Phone Calls using Yahoo! 
Messenger with Voice.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


How do you divide your network?? (do you use vlan??)

2006-03-30 Thread Mark Jayson Alvarez
Hi,
 
 How do you divide your network?? Our current setup looks like this. Given all 
switch are unmanaged.
 1 pc router has two interfaces. 1st is the uplink to the internet and the 2nd 
is connected to our private lan switch. Now this private lan switch is then 
connected to each switch of every department..
 
 Network A.)
 
 
 / uplink(public)
   /
 [pcrouter] 
   \
 \   10.10.x.x
   [private lan switch]  \  
 / \   \[dept3 switch]
   / \   10.10.3
   [dept1 switch]   [dept2 switch]
 10.10.1   10.10.2
 
 
 Now the problem we have encountered with this setup are:
 1. mixed broadcast.The pc router has only one private interface which is 
aliased to every subnet. (all traffic pass thru it, don't know whats the 
implication of this)
 2. a user on dept1 switch can use ip addresses that belongs to dept2 or dept3 
making it hard to track down the source in case there's a flooding going on.
 3. When the router died all departments dies. No failover..
 4. Haven't tried this yet, but can I implement DHCP with this kind of setup??
 
 
 Now trying to revise the network diagram, I came up with network B. This time 
the same setup as network A but with failover plus the private lan switch is 
managed, with possible port filtering so that only ip's belonging to a subnet 
is allowed to connect to that particular port.
 
 Network B.)  
 
   :...carp...:
   ::
 [pcrouter1][pcrouter2]  
 \ /
   \  /
 \   /
   \   /
  [private lan switch] ---> managed switch with port 
filtering
 / \\
/   \ \-[dept3 switch]  
 [dept1 switch]   [dept2 switch]  
 
 Questions in mind:
 1.  Did it prevent mixed broadcasts??
 2. Again, is it possible to use DHCP since all are still connected to only 1 
aliased interface.
 
  /
 Network C.)/
 [pcrouter] 
 /|  \ 
   /  | \
 [dept1]  [dept2]  [dept3] 
 
 Now in this setup, router will no longer have a single aliased interface. 
Instead, it will  have one interface for every subnet.. Also, I'm assuming that 
dhcp will be close to possible by now. The same with mixed broadcast... 
(although i'm just assuming) it will be easy to prevent??
 
 Problems:
 1. failover was gone.. When the router dies, every department dies.
 2. any other negative implications??
 
 Network D.)
 
  [main uplink switch]
/ |   \
  /   |\
/ | 
\
[pcrouter1]   [pcrouter2] [pcrouter3]
|  |
   |
|  |
   |
  [dept1switch]   [dept2switch] [dept3switch] 
 
 problems:
 1. costly... must maintain a lot of pcrouters (we have more that 3 
departments), no more space in our noc.
 
 Network E.)
 
 Same with network B, but now with VLAN implementation...
 
 
 
 I don't want to divide the network by physical topology since users frequently 
transfer to other departments...
 
 So what do you suggest??
 
 
 Thanks
 - jay
 
 
 
 
 

-
New Yahoo! Messenger with Voice. Call regular phones from your PC and save big.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Need some tips in reorganizing our LAN.

2006-03-29 Thread Mark Jayson Alvarez


Benjamin Lutz <[EMAIL PROTECTED]> wrote: Hello jay,


I see no place for a wireless network in a professional network. It's hard to 
secure it (it's possible, encrypted-VPN-over-WLAN works, but it's difficult 
and expensive to set up). Stick with a wired LAN, and there'll be one 
security threat less that you have to worry about.

 No, problem with this as we already have wireless authentication wherein users 
are forced to login before accessing proxy servers.
 
 
 
 Keep in mind that a DHCP server needs to be in the same subnet it serves. 
Other services do not have this requirement.

  So you mean, If I have 1 pc router that has maximum of 8 lan ports, I can't 
do dhcp on 8 networks?? Let's say, dhcp will listen on each interface and serve 
only the assigned subnets
 
 It sounds like you're planning to have all subnets connected through this one 
FreeBSD box. This is not necessary. You can put a router in between subnets, 
and have that one located elsewhere, where it's more convenient. 
   
  
 My partner say that having a separate pc router for each subnet and placing it 
in their designated area is not an option. He said we should try having a 
redundant/failover central pc router instead. If we were to deploy 5 or more of 
those, we should put it somewhere we can access it easily.. that is here in 
our NOC, at the 3rd floor. Unfortunately, we don't have much space left for 
tower pc's unless we can afford to buy rackmounted servers... Even purchasing 
those 5 servers will be a big issue
 
 
 
And here's another thought: reliability and redundancy. Computers fail. If you 
have one central router that everything goes through, not only is it a 
performance choke point, but it'll also bring the whole agency to a 
standstill if it should fail. Maybe there isn't a better way to do things 
given your resources, but if there is, try to limit the impact of potential 
failures. Distribute things like routing, and most of the network will keep 
working if one machine fails. Or, if you can, make things redundant.

Cheers
Benjamin
 
 I have attached here our current lan setup...
 
 


-
New Yahoo! Messenger with Voice. Call regular phones from your PC for low, low 
rates.___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Need some tips in reorganizing our LAN.

2006-03-29 Thread Mark Jayson Alvarez


Benjamin Lutz <[EMAIL PROTECTED]> wrote: Hello jay,


I see no place for a wireless network in a professional network. It's hard to 
secure it (it's possible, encrypted-VPN-over-WLAN works, but it's difficult 
and expensive to set up). Stick with a wired LAN, and there'll be one 
security threat less that you have to worry about.

 No, problem with this as we already have wireless authentication wherein users 
are forced to login before accessing proxy servers.
 
 
 
 Keep in mind that a DHCP server needs to be in the same subnet it serves. 
Other services do not have this requirement.

  So you mean, If I have 1 pc router that has maximum of 8 lan ports, I can't 
do dhcp on 8 networks?? Let's say, dhcp will listen on each interface and serve 
only the assigned subnets
 
 It sounds like you're planning to have all subnets connected through this one 
FreeBSD box. This is not necessary. You can put a router in between subnets, 
and have that one located elsewhere, where it's more convenient. 
   
  
 My partner say that having a separate pc router for each subnet and placing it 
in their designated area is not an option. He said we should try having a 
redundant/failover central pc router instead. If we were to deploy 5 or more of 
those, we should put it somewhere we can access it easily.. that is here in 
our NOC, at the 3rd floor. Unfortunately, we don't have much space left for 
tower pc's unless we can afford to buy rackmounted servers... Even purchasing 
those 5 servers will be a big issue
 
 
 
And here's another thought: reliability and redundancy. Computers fail. If you 
have one central router that everything goes through, not only is it a 
performance choke point, but it'll also bring the whole agency to a 
standstill if it should fail. Maybe there isn't a better way to do things 
given your resources, but if there is, try to limit the impact of potential 
failures. Distribute things like routing, and most of the network will keep 
working if one machine fails. Or, if you can, make things redundant.

Cheers
Benjamin
 


-
Yahoo! Messenger with Voice. PC-to-Phone calls for ridiculously low rates.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Need some tips in reorganizing our LAN.

2006-03-29 Thread Mark Jayson Alvarez

Hi everyone,
 
 Thanks for replying.. 
 
 I'm currently on the phase I of the plan. Its not finalized yet. I 
hope you can add some more. What else do you want to know if you will be 
reorganizing your own LAN? Also, if you have a clue on what the 
succeeding phase should be..Anyway, I will try to focus on the phase I first.
 
 Phase I - Identify the Current Setup
 1. Network Diagram
  1.1 Connectivity Type
 a. wired
 b. wireless
   1.2 Geographical Divisions
 a. Site survey (building plan)
 b. cabling structure (is it possible to recable?)
 2. Types/Classifications/Numbers of Users (126 employees)
  2.1 Administrative staffs
 a. OD
 b. FAD
 c. DIVAS
  2.2 Technical staffs
 3. Machine Classifications and their network type(private/public) 260 
all in all
 Admin  
 
Tech
 a. servers (public/private) ->   24
 b. workstations
   b.1 desktop (public/private?)  35 162
   b.2 laptops (public/private?)   317
 c. testbeds (public/private) already included in 
desktop
 d. personal (laptop,pda) NA
  3.1 Operating system
 a. Windows
 b. *nix
 4. Services Provided/needed
 a. file server (private)
 b. printer server (private)
 c. internet proxy server (public)
 d. im server (private)
 e. web server (private)
 f. directory service/server
 
 
 Thanks
 -jay
 

-
New Yahoo! Messenger with Voice. Call regular phones from your PC and save big.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Need some tips in reorganizing our LAN.

2006-03-29 Thread Mark Jayson Alvarez
Hi everyone,
 
 Thanks for replying.. 
 
 I'm currently on the phase I of the plan. Its not finalized yet. I hope you 
can add some more. What else do you want to know if you will be reorganizing 
your own LAN? Also, if you have a clue on what the succeeding phase should 
be..Anyway, I will try to focus on the phase I first.
 
 Phase I - Identify the Current Setup
 1. Network Diagram
  1.1 Connectivity Type
 a. wired
 b. wireless
   1.2 Geographical Divisions
 a. Site survey (building plan)
 b. cabling structure (is it possible to recable?)
 2. Types/Classifications/Numbers of Users (126 employees)
  2.1 Administrative staffs
 a. OD
 b. FAD
 c. DIVAS
  2.2 Technical staffs
 3. Machine Classifications and their network type(private/public) 260 all in 
all
 Admin  
 Tech
 a. servers (public/private) ->   24
 b. workstations
   b.1 desktop (public/private?)  35 162
   b.2 laptops (public/private?)   317
 c. testbeds (public/private) already included in desktop
 d. personal (laptop,pda) NA
  3.1 Operating system
 a. Windows
 b. *nix
 4. Services Provided/needed
 a. file server (private)
 b. printer server (private)
 c. internet proxy server (public)
 d. im server (private)
 e. web server (private)
 f. directory service/server
 
 
 Thanks
 -jay


-
New Yahoo! Messenger with Voice. Call regular phones from your PC and save big.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Small Laser Printers

2006-03-29 Thread Mark Kane

Robert Uzzi wrote:

Any one using a current small laser printer that cost's in the 100 to 200
dollar range. I've been looking at several to print Invoices on but I keep
running in circles trying to figure out if they will work. If you got
something in that range to work which one?


Hi.

I bought a Brother HL-5250DN laser printer a couple weeks ago and it's 
been working extremely great. The setup was extremely simple with CUPS. 
I just put in the IP address of the printer (it's a network printer) and 
copied the PPD file from the CD. Then restarted CUPS and it's working 
(and tons better than my Lexmark Z52 I might add :D).


PriceGrabber shows it right at $200 right now, but I got it locally for 
a little less with a price match. I looked into the smaller Brother 
models (such as the HL-2040) that are less money initially and was going 
to get that one on sale at Staples that week, but in the long run with 
toner and drums the 5250DN is a much better deal. Plus it has the 
networking so setup is real simple.


I have to say that if you plan on using AbiWord with it, it might not 
work for you. There is a bug report on their bug tracker about it and 
when I choose the Brother printer to print to, it just prints a blank 
page (and shows one in Print Preview as well). Printing to the Lexmark 
Z52 works fine so it's not all printers, but just with some lasers I 
think (Bug #7852).


HTH

-Mark

--
GnuPG Public Key:
http://www.mkproductions.org/mk_pubkey.asc

Internet Radio:
Party107 (Trance/Electronic) - http://www.party107.com
Rock 101.9 The Edge (Rock) - http://www.rock1019.net

IRC:
MIXXnet IRC Network - irc.mixxnet.net (Nick: MIXX941)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Need some tips in reorganizing our LAN.

2006-03-28 Thread Mark Jayson Alvarez
Hi,
 
 Right now, I'm working in a poor government agency where the network is not 
well organized. Its hard to trace users that are doing this stuff and doing 
that.IP addresses are scattered all around the 3 story building.Switches are 
cascading everywhere.. Everything is a disaster. When a machine is infected 
with some worms, its trivial to track it down..When one is doing p2p, no one 
can stop him. Perhaps the reason why this is happening right now is that the 
former network administrators did not consider the scenarios that will happen 
in the future, like increasing number of users and workstations 
mobilization of employees from one area to another, etc.
 
 
 Right now, we have a freebsd 4.7 lying in a dark room not far away from where 
I am right now. And it is indeed the center of our Local Area Network.. Guess 
what, it has only 2 interfaces. One connected to public, and the other 
connected to our private switch. That private interfaced is aliased to multiple 
subnets like this:
 
 10.10.1.1
 10.10.2.1
 10.10.3.1
 10.10.4.1
 10.10.5.1
 
 This interface is connected to 1 switch and then 5 or more switches are 
connected to this main switch. Those 5 or more switches are then scattered to 
every area of the building. I know you are thinking a lot of negative things 
about this setup, but this is what it really looks right now.
 
 The MIS suggested a LAN transition project, and I was assigned to lead the 
team. Right now, we are only two in this very big team. :-) I'm just wondering 
if I will ever gonna finish this project or not. I have a lot of stuffs mixed 
up in my mind right now but I really don't know where to start.
 
 I have these in my mind right now:
 
 Connectivity
 1. wired
 2. wireless
 
 Machines being hooked into the network:
 1. servers
 2. workstations
 3. testbeds
 4. personal (laptops etc.)
 
 Will use DHCP
 Will use centralized directory service
 Will use centralized authentication
 We have at most 150 employees...
 We don't have that much to spend on equipments like managed switches, powerful 
servers, etc.
 We have a lot of political issues that needs to be resolved regarding network 
usage policies
 
 
 All these stuffs, basically mixed up in my mind. I really have no idea where 
to start aside from creating a purchase request for a new PC router and a 
multiple port lan card, which I already did a week ago..And it has not arrived 
yet. :-) Please help me. I told my partner that services configuration is just 
a piece of cake once we already have a definite plan. I really don't know where 
to start. I'm not even tasked to do this... I'm just tasked to help my partner 
who is a member of the poor MIS. At first, I thought this would be just as easy 
as upgrading the machine to FreeBSD 6.0 and then reconfiguring the firewall 
ruleset, but I was wrong.
 
 If you have any Network Transition plan that you may want to share to me, 
please do so. Even if we don't have that much similarities in our network 
setup, at least the non technical part like planning etc...
 
 
 Thanks
 
 Sincerely
 -jay
 
 
 
 
 
 

-
New Yahoo! Messenger with Voice. Call regular phones from your PC and save big.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: 4.11 Server Locks Up

2006-03-28 Thread Mark Cullen

Tom Grove wrote:
Over the past few months I have noticed that our mail server is flat out 
locking up.  I monitor it via Nagios and about once every two months I 
get emails saying it is down and when I go over to the console the 
server is totally unresponsive.  I've gone through logs every time and 
find nothing at all wrong.
This is a Dell PowerEdge 2850 with Dual Xeon cpu's and 2GB of memory.  
Uname replies with:


FreeBSD colossus 4.11-RELEASE-p13 FreeBSD 4.11-RELEASE-p13 #0: Fri Oct 
14 13:34:01 EDT 2005 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/COLOSSUS  i386


One, has anyone else had similar problems with boxes just becoming 
unresponsive under high load?  Two, is there any reason this would occur?


-Tom Grove


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




I have very recently (a couple of weeks a go) had my small home server 
start randomly deciding to lock up, not even under heavy load. It would 
just decide to freeze up for no reason. It would happen usually at least 
once a week, and it was fairly common for it to lock up during the O/S 
boot. It would never lock up in BIOS though.


After replacing every single piece of hardware in the machine, aside 
from the motherboard, nothing seemed to help. Upon further inspection of 
the motherboard, just before looking to buy a new one, I noticed bulging 
/ leaking capacitors around the CPU socket. It looked like *all* of the 
most important caps were knackered. I am suprised it managed to turn on 
and stay up (for a while) at all.


Just the other day I ordered some good brand name caps (Rubycon MCZ's) 
and replaced all but 3 of the original capacitors on the board. It's 
been up for 11 days with no signs of locking up. Before leaving it on 
again I tested it out, just by restarting a fair few times, to see if it 
continued to lock up during O/S boot. Not *once* did it lock up after 
the capacitor replacement jobby I did. It appears to have solved all my 
instability problems!


It may be a long shot, but it's perhaps worth perhaps checking the 
capacitors and making sure they're in good condition. Even a slight 
bulge is the sign of a failing capacitor, as far as I am aware. The tops 
should be *perfectly* flat, and nice and shiny :-) Of course, you may 
not be comfortable taking a soldering iron to your board. If you do 
discover bad caps and would like to have them replaced by someone with 
experience, take a look at www.badcaps.net. They offer a paid service 
for capacitor replacement. Not exactly certified by any motherboard 
manufacturers or anything, but appears to have a lot of experience.

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


Re: running ports openssh instead of the base

2006-03-25 Thread Mark Kane

Michael P. Soulier wrote:

Hi there,

If I want to use the openssh from ports to replace the one from the base,
after building and installing it, so I need to do anything special in rc.conf
to specify that I'd like that one run instead of sshd from the base?

Thanks,
Mike



Hi. From /usr/ports/security/openssh/pkg-message

-
To enable this port, please add sshd_program=/usr/local/sbin/sshd and make
sure sshd_enable is set to YES in your /etc/rc.conf

You may also want to put NO_OPENSSH=true in your /etc/make.conf
and make sure your path is setup to /usr/local/bin before /usr/bin so that
you are running the port version of openssh and not the version that comes
with FreeBSD

'PermitRootLogin no' is the new default for the OpenSSH port.
This now matches the PermitRootLogin configuration of OpenSSH in
the base system.  Please be aware of this when upgrading your
OpenSSH port, and if truly necessary, re-enable remote root login
by readjusting this option in your sshd_config.

Users are encouraged to create single-purpose users with ssh keys
and very narrowly defined sudo privileges instead of using root
for automated tasks.
-----

HTH

-Mark

--
GnuPG Public Key:
http://www.mkproductions.org/mk_pubkey.asc

Internet Radio:
Party107 (Trance/Electronic) - http://www.party107.com
Rock 101.9 The Edge (Rock) - http://www.rock1019.net

IRC:
MIXXnet IRC Network - irc.mixxnet.net (Nick: MIXX941)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: How do you keep users from stealing other user's ip??

2006-03-24 Thread Mark Jayson Alvarez
Hi,
 
 Ok here's our problems. Mostly pertaining to tracking down who is this user 
eating up our bandwidth or who is this user flooding our network.
 
 1. Users when they want to plug a machine to the network... let's say their 
own testbeds, they will choose whatever ip they want possibly stealing used 
ip's. 
 
 2. Users workstations are mixed Windows and *nixes. Most windows machines are 
getting infected with worm from time to time... Some of them are not so 
skillful enough to clean their own workstations. Given an unmanaged ip 
allocation, it would also be hard to trace which machines are causing the 
network congestion.
 
 3. Some users with public workstations and testbeds are eating up bandwidth 
through file sharing...Still hard to trace this without proper ip allocation 
management.
 

 
 
 
 
 Erik Nørgaard <[EMAIL PROTECTED]> wrote: 
I once set up such a solution in a student house with about 120 users. 
People had their own private pcs so we couldn't just take away their 
admin rights on their own pc.

Now, question to ask:

- Are all users legitimate users? Do users have friends coming in and 
connect to the network? is it wired or do you have neighbors trying to 
use the net also?

- What is the benefit of stealing another users ip? Do you have 
limitations on access such as download? Is it to hide behind another user?

In our case we had a wired network, so all users was legitimate users, 
but we had a limitation on download so some users would try to use their 
neighbors ip to get more quota.

What we did was:

1) Static ip assigned with dhcp - people wouldn't need to learn to 
configure their computer.

2) Static arp table on router, to spoof, one would have to spoof 
mac-address.

3) Require registration of all hosts owned by the user: To hold users 
accountable for their hosts.

4) Count traffic per host, up and download, this was done with ipfilter.

5) Make current usage visible, the users could always check their quota 
and knew when they hit the limit. That way they didn't get surprises and 
annoyed.

This actually worked fine. It was sufficiently complicated to spoof that 
people wouldn't bother.

A different and possibly better way around this would be to limit 
bandwidth for ports higher than 1023, this is where most file sharing 
takes place. You can do that with packet filter, I still haven't figured 
how to effectively implement traffic quotas on packet filter as 
accounting is not so easy.

If your concerns are people trying to hide behind others identity, or 
unauthorized access such as if you have a wireless lan, then there are 
two good options:

1) Use authpf with packet filter. This requires the user to authenticate 
with the firewall to get access. No proxy needed.

2) Let each client establish a VPN to the router, this have the 
advantage of also encrypting traffic if you have a wireless or 
non-switched network.

Cheers, Erik

-- 
Ph: +34.666334818  web: www.locolomo.org
S/MIME Certificate: www.daemonsecurity.com/ca/8D03551FFCE04F06.crt
Subject ID:  9E:AA:18:E6:94:7A:91:44:0A:E4:DD:87:73:7F:4E:82:E7:08:9C:72
Fingerprint: 5B:D5:1E:3E:47:E7:EC:1C:4C:C8:3A:19:CC:AE:14:F5:DF:18:0F:B9



-
New Yahoo! Messenger with Voice. Call regular phones from your PC and save big.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


How do you keep users from stealing other user's ip??

2006-03-23 Thread Mark Jayson Alvarez
Good day,
  
  
  We are trying to reorganize our local area network and I need some tips on 
how you are managing your own lan...
  
  We have a vanilla pc router with interface facing our private lan and 
interface facing the Internet.
  
 One problem which we are experiencing right now is that any user from private 
lan can use any ip address he wants. If he boots his computer with a stolen ip 
address, the poor owner of that machine(not active at the moment) will give 
automatically up his ip address to this user. The same scenario for public ip 
addresses. Basically, we need to track down the users through their ip 
address.. But this is trivial as of now since anyone can use any ip he wants. 
Even if there is a solution out there to tie up his mac address to his ip 
address..(sort of checking the mac first before giving him an ip, possibly 
through dhcp..) still, users can just download applications which will enable 
him to change his mac address
  
 Now, where thinking about authenticating users before he is allowed to use a 
particular network service(internet proxy, mail etc.) because I guess it is a 
clever way of keeping the bad users from doing something bad within your 
network when after all, the reason why he is plugging his lancard to the 
network is to use a particular service. However, it still doesn't keep them 
from playing around and steal other ip addresses or mac addresses and thus 
denying network access to those legitimate owners. I'm thinking about tying 
dhcp with authentication, and freeradius comes to mind.. I just need some more 
tips from you. User's workstations are mixed Windows and *nixes. Some have 
laptops with wireless interfaces.
  
  Any idea how to handle this situations??
  Thanks...
  


-
New Yahoo! Messenger with Voice. Call regular phones from your PC and save big.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


net-im is not in my supfile..

2006-03-23 Thread Mark Jayson Alvarez
Hi,
 
 I'm trying to install the latest jabberd but first I would like to cvsup the 
latest ports tree. I only want the ports-net-im to speed up the process, 
however, to my surprise, net-im is not in my 
/usr/share/example/cvsup/ports-supfile. Adding that line and commenting 
ports-all doesn't make any difference..
 
 I'm trying to read this link but I'm not sure really what to do..
 
 http://www.freebsd.org/doc/en/articles/committers-guide/ports.html#Q12.4.1.
 
 please help... thanks.
 
 

-
Yahoo! Messenger with Voice. PC-to-Phone calls for ridiculously low rates.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


dual bge nics slow transfer - no transfer

2006-03-20 Thread Mark Busby
I have a tyan k8wd with dual bge nics but they are painfully slow on transfer 
rates.
  Is there something I need to put in the hints file to fix this?? 
  Thanks!
   
  dmesg output
  Copyright (c) 1992-2005 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
The Regents of the University of California. All rights reserved.
FreeBSD 6.0-RELEASE #1: Tue Mar 14 05:43:23 CST 2006
[EMAIL PROTECTED]:/usr/src/sys/amd64/compile/QUAD
Timecounter "i8254" frequency 1193182 Hz quality 0
CPU: Dual Core AMD Opteron(tm) Processor 270 (1989.05-MHz K8-class CPU)
  Origin = "AuthenticAMD"  Id = 0x20f12  Stepping = 2
  
Features=0x178bfbff
  AMD Features=0xe2500800,LM,3DNow+,3DNow>
  Hyperthreading: 2 logical CPUs
real memory  = 4227792896 (4031 MB)
avail memory = 4083822592 (3894 MB)
ACPI APIC Table: 
FreeBSD/SMP: Multiprocessor System Detected: 4 CPUs
 cpu0 (BSP): APIC ID:  0
 cpu1 (AP): APIC ID:  1
 cpu2 (AP): APIC ID:  2
 cpu3 (AP): APIC ID:  3
MADT: Forcing active-low polarity and level trigger for SCI
ioapic0  irqs 0-23 on motherboard
ioapic1  irqs 24-27 on motherboard
ioapic2  irqs 28-31 on motherboard
acpi0:  on motherboard
acpi0: Power Button (fixed)
pci_link0:  irq 5 on acpi0
pci_link1:  irq 9 on acpi0
pci_link2:  irq 11 on acpi0
pci_link3:  irq 10 on acpi0
Timecounter "ACPI-safe" frequency 3579545 Hz quality 1000
acpi_timer0: <24-bit timer at 3.579545MHz> port 0x1008-0x100b on acpi0
cpu0:  on acpi0
acpi_throttle0:  on cpu0
cpu1:  on acpi0
cpu2:  on acpi0
cpu3:  on acpi0
pcib0:  port 0xcf8-0xcff on acpi0
pci0:  on pcib0
pcib1:  at device 6.0 on pci0
pci3:  on pcib1
ohci0:  mem 0xfeafc000-0xfeafcfff irq 19 at 
device 0.0 on pci3
ohci0: [GIANT-LOCKED]
usb0: OHCI version 1.0, legacy support
usb0: SMM does not respond, resetting
usb0:  on ohci0
usb0: USB revision 1.0
uhub0: AMD OHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub0: 3 ports with 3 removable, self powered
ohci1:  mem 0xfeafd000-0xfeafdfff irq 19 at 
device 0.1 on pci3
ohci1: [GIANT-LOCKED]
usb1: OHCI version 1.0, legacy support
usb1: SMM does not respond, resetting
usb1:  on ohci1
usb1: USB revision 1.0
uhub1: AMD OHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub1: 3 ports with 3 removable, self powered
atapci0:  port 
0xbc00-0xbc07,0xb880-0xb883,0xb800-0xb807,0xac00-0xac03,0xa880-0xa88f
ata2:  on atapci0
ata3:  on atapci0
ata4:  on atapci0
ata5:  on atapci0
pci3:  at device 6.0 (no driver attached)
fxp0:  port 0xa800-0xa83f mem 
0xfeafb000-0xfeafbfff,0xfeaa-0xfeab irq 18 at
miibus0:  on fxp0
inphy0:  on miibus0
inphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
fxp0: Ethernet address: 00:e0:81:41:62:0d
isab0:  at device 7.0 on pci0
isa0:  on isab0
atapci1:  port 
0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xffa0-0xffaf at device 7.1 on pc
ata0:  on atapci1
ata1:  on atapci1
pci0:  at device 7.2 (no driver attached)
pci0:  at device 7.3 (no driver attached)
pcib2:  at device 10.0 on pci0
pci2:  on pcib2
bge0:  mem 
0xfc80-0xfc80,0xfc8f-0xfc8f
miibus1:  on bge0
brgphy0:  on miibus1
brgphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseTX, 
1000baseTX-FDX, auto
bge0: Ethernet address: 00:e0:81:41:62:4c
bge1:  mem 
0xfc83-0xfc83,0xfc82-0xfc82
miibus2:  on bge1
brgphy1:  on miibus2
brgphy1:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseTX, 
1000baseTX-FDX, auto
bge1: Ethernet address: 00:e0:81:41:62:4d
pci0:  at device 10.1 (no driver 
attached)
pcib3:  at device 11.0 on pci0
pci1:  on pcib3
pci0:  at device 11.1 (no driver 
attached)
acpi_button0:  on acpi0
sio0: configured irq 4 not in bitmap of probed irqs 0
sio0: port may not be enabled
sio0: <16550A-compatible COM port> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0
sio0: type 16550A
sio1: configured irq 3 not in bitmap of probed irqs 0
sio1: port may not be enabled
sio1: <16550A-compatible COM port> port 0x2f8-0x2ff irq 3 on acpi0
sio1: type 16550A
fdc0:  port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on 
acpi0
fdc0: does not respond
device_attach: fdc0 attach returned 6
ppc0:  port 0x378-0x37f irq 7 on acpi0
ppc0: Generic chipset (NIBBLE-only) in COMPATIBLE mode
ppbus0:  on ppc0
plip0:  on ppbus0
lpt0:  on ppbus0
lpt0: Interrupt-driven port
ppi0:  on ppbus0
fdc0:  port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on 
acpi0
fdc0: does not respond
device_attach: fdc0 attach returned 6
orm0:  at iomem 0xc-0xc7fff,0xc8000-0xcc7ff on isa0
atkbdc0:  at port 0x60,0x64 on isa0
sc0:  at flags 0x100 on isa0
sc0: VGA <16 virtual consoles, flags=0x300>
vga0:  at port 0x3c0-0x3df iomem 0xa-0xb on isa0
ukbd0: Dell Dell USB Keyboard, rev 1.10/2.00, addr 2, iclass 3/1
kbd0 at ukbd0
Timecounters tick every 1.000 msec
ipfw2 (+ipv6) initialized, divert loadable, rule-based forwarding disabled, 
default to accept, logging limited to
acd0: DVDR  at ata0-master UDMA66
ad4: 190782MB  at ata2-master SATA150
ad6: 190782MB  at ata3-master SATA150
ad8: 190782MB  at ata4-master SATA150
ad10: 190782MB  at ata5-master SATA150

Please confirm (conf#72b911482dd85f2d1a52c681332fea28)

2006-03-19 Thread Mark Astarita
<< IMPORTANT INFORMATION! >>

This is an automated message. 

The message you sent (attached below) requires confirmation
before it can be delivered. To confirm that you sent the
message below, just hit the "R"eply button and send this
message back (you don't need to edit anything). Once this is
done, no more confirmations will be necessary.

This email account is protected by:
Active Spam Killer (ASK) V2.4.1 - (C) 2001-2002 by Marco Paganini
For more information visit http://www.paganini.net/ask

--- Original Message Follows ---

From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Returned mail: Data format error
Date: Sun, 19 Mar 2006 10:18:12 -0600

This is a multi-part message in MIME format.

--=_NextPart_000_0001_4DB67947.5638351A
Content-Type: text/plain;
charset=us-ascii

(Original message truncated)


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


Re: Sound Crackling When Reading From Hard Drives

2006-03-18 Thread Mark Kane

Ariff Abdullah wrote:

On Thu, 16 Mar 2006 16:50:17 -0600
Mark Kane <[EMAIL PROTECTED]> wrote:

My sound is compiled into the kernel so I'm not sure how to reload
the  driver without rebooting. I did try the above suggestions
though. When  trying 32768 and 65536 the crackling in the audio got
worse/louder than  before when copying data.


Maybe you're experiencing resource contention caused by irq sharing.
Take a look at the output of vmstat -i. Try to move the soundcard
elsewhere (other pci slot). Another thing to consider is PCI Latency
Timer settings. If your BIOS has the option to toggle the value, try
to increase it. If not, use this:

   http://people.freebsd.org/~ariff/utils/pcilattimer


Thanks again for the suggestions. So far here is what I have:

[EMAIL PROTECTED]:~]% vmstat -i
interrupt  total   rate
irq1: atkbd0  200599  0
irq3: sio1 1  0
irq4: sio0 1  0
irq6: fdc0 3  0
irq12: psm0  5873314 26
irq14: ata0  1285014  5
irq15: ata1   159907  0
irq16: atapci3   1100937  5
irq17: pcm0  6193491 28
irq18: fwohci0+2  0
irq19: skc0+19711298 90
cpu0: timer435955564   2000
Total  470480131   2158

Nothing is sharing the same irq from what I can see. I have not been 
able to shut this machine down yet so I have not tried moving the sound 
card, but if nothing else is on the same irq will that even make a 
difference?


I tried your utility to change the PCI timings as I have not been able 
to check in BIOS yet (I don't believe it has those settings anyway). I 
performed various tests while increasing the value for the sound card to 
several different values. I have never had to do this before so I just 
guessed at a bunch of numbers, and then returned it back to 32 which is 
where it was originally. Some numbers I tried were 64, 96, 128, 192, 256 
(which auto set it to 200), etc. None of the changes seemed to change 
the crackling of the sound at all. I stopped and restarted the song each 
time after changing the settings and before accessing the hard drive to 
test, but still no change. I also tried increasing the timing on atapci3 
which is the controller where the test HD for this round was.


Here is the listing of the unmodified times with -l:

PCI Latency Timer [EMAIL PROTECTED]:0:0:   :   0
PCI Latency Timer [EMAIL PROTECTED]:1:0:  :   0
PCI Latency Timer [EMAIL PROTECTED]:1:1:  :   0
PCI Latency Timer [EMAIL PROTECTED]:2:0:  :   0
PCI Latency Timer [EMAIL PROTECTED]:2:1:  :   0
PCI Latency Timer [EMAIL PROTECTED]:2:2:  :   0
PCI Latency Timer [EMAIL PROTECTED]:8:0::   0
PCI Latency Timer [EMAIL PROTECTED]:10:0:   :   0
PCI Latency Timer [EMAIL PROTECTED]:11:0: :  16
PCI Latency Timer [EMAIL PROTECTED]:14:0: :   0
PCI Latency Timer [EMAIL PROTECTED]:24:0::   0
PCI Latency Timer [EMAIL PROTECTED]:24:1::   0
PCI Latency Timer [EMAIL PROTECTED]:24:2::   0
PCI Latency Timer [EMAIL PROTECTED]:24:3::   0
PCI Latency Timer [EMAIL PROTECTED]:0:0:  :  32
PCI Latency Timer [EMAIL PROTECTED]:7:0::  32
PCI Latency Timer [EMAIL PROTECTED]:9:0:   :  32
PCI Latency Timer [EMAIL PROTECTED]:9:1::  32
PCI Latency Timer [EMAIL PROTECTED]:9:2::  32
PCI Latency Timer [EMAIL PROTECTED]:11:0:  :  64
PCI Latency Timer [EMAIL PROTECTED]:12:0:   :   0
PCI Latency Timer [EMAIL PROTECTED]:14:0:   :  32

-Mark

--
GnuPG Public Key:
http://www.mkproductions.org/mk_pubkey.asc

Internet Radio:
Party107 (Trance/Electronic) - http://www.party107.com
Rock 101.9 The Edge (Rock) - http://www.rock1019.net

IRC:
MIXXnet IRC Network - irc.mixxnet.net (Nick: MIXX941)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Few thunderbird questions

2006-03-18 Thread Mark Kane

Nikolas Britton wrote:

On 3/17/06, Eric Schuele <[EMAIL PROTECTED]> wrote:

Steel City Phantom wrote:

ok, bsd 6, kde 3.5, thunderbird 1.5, firefox 1.5

few things that are slightly annoying in thunderbird that if someone
knows how to fix, i would be very happy.

1) when i click on a url link in thunderbird, nothing happens.  how to i
have it open firefox and go to that url

I think the following in ~/.thunderbird//user.js
(which may not exist by default):

user_pref("network.protocol-handler.app.http", "/usr/X11R6/bin/firefox");
user_pref("network.protocol-handler.app.https", "/usr/X11R6/bin/firefox");
user_pref("network.protocol-handler.app.ftp", "/usr/X11R6/bin/firefox");

Mind the wrap... its three lines.



Thanks, now how do you get Firefox to use Thunderbird for mailto links?


It should be:

user_pref("network.protocol-handler.app.mailto", 
"/usr/X11R6/bin/thunderbird");


in ~/.mozilla/firefox/profilename/prefs.js

Or enter "about:config" in the Firefox address bar and search for 
"mailto". Then double click "network.protocol-handler.app.mailto" to set it.


-Mark

--
GnuPG Public Key:
http://www.mkproductions.org/mk_pubkey.asc

Internet Radio:
Party107 (Trance/Electronic) - http://www.party107.com
Rock 101.9 The Edge (Rock) - http://www.rock1019.net

IRC:
MIXXnet IRC Network - irc.mixxnet.net (Nick: MIXX941)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Sound Crackling When Reading From Hard Drives

2006-03-16 Thread Mark Kane

Ariff Abdullah wrote:

On Thu, 16 Mar 2006 02:43:36 -0600
Mark Kane <[EMAIL PROTECTED]> wrote:
Hi everyone. I have been experiencing problems with sound crackling 
under certain situations of disk activity for the life of this

machine.  It has occurred with 5.4-RELEASE, 6.0-RELEASE, and three
different  versions of 6.1-PRERELEASE. It's not a huge problem but I
thought I'd  post about this situation in case there is a known fix,
and if not then  offer to help try any patches to get it resolved
assuming it's not my  hardware being odd.

First off, the relevant hardware is as follows (full dmesg
attached): Athlon64 3000+
GA-K8NS Pro Motherboard (nForce3)
1.5GB RAM
Sound Blaster Augidy 2 Platinum
6 PATA hard drives (varying sizes, see dmesg)
Promise ATA Card (PDC20269)

Originally I thought it was just when extracting archives like tar
or  rar which uses disk I/O and CPU power to extract them, but
tonight I was  just copying data between drives which I don't do
very much and the  problems occurred as well. So then I started
doing some tests of copying  an 800MB file back and forth between
hard drives while playing a music  file and documenting my results.
My results and the hard drives are at  the end of this message. I
didn't test every possible combination  because I realized that it
probably has to do with reading from drives  in general and not just
extracting archives.

I then did another test with md5 to test my "reading from disk"
theory.  When using a utility like `md5`, sound crackling occurred
when using  `md5` on files from the same source drives that had
problems copying  FROM in the below tests. In other words, copying a
file from ad12 to ad0  produced heavy crackling in the below copy
tests but copying the same  file from ad0 to ad12 did not. When
using `md5` on the file located on  ad12 it makes the bad crackling
noise, but once again it has no  crackling problems when md5ing the
same file located on ad0.

Three of the drives are on the motherboard's on-board controllers.
The  mobo has a total of four onboard IDE channels, so each hard
drive is  master on it's own dedicated channel and the DVD burner
has it's own  channel too. The remaining three hard drives are on a
Promise (PDC20269)  PCI ATA card. They all have brand new proper
cables and have no other  problems.

The same result happens with different music file types (ogg, wave,
mp3)  being played back from various drives. When rebuilding for
6.1-BETA4 I  tried the ULE scheduler instead of the 4BSD. ULE seems
to do better for  video playback which had some stuttering problems
before, but doesn't  change this sound crackling problem when
reading from hard drives.  However with ULE I did experience a few
seconds of freezing while trying  to get out of my screensaver (just
a black screen) as there was HD  activity in the background as well
as an earlier 5-10 second freeze  while playing video from one HD at
the same time another HD was decoding  some files, but that's
another topic.

I have no special options enabled in my kernel now except for the 
emu_10k1 driver and atapicam.


Here is a sample of the crackling when doing some of the below copy 
tests. A few seconds of the normal song is first, then I start the

copy  when the crackling kicks in...followed by a few seconds of
normal  playback again after it's done. It's harder to notice on the
second cut  but I tried a couple genres of music. Again, this is not
the worst  problem but I'd like to help improve it any way I can
(I'm not a coder,  but am very willing to test).

http://www.tntpowerhost.com/mixx941/FreeBSD_sound_crackling.ogg

So in short, when playing audio and reading files from hard drives,
the  sound has crackling noises in it. It happens when extracting
archives  and copying files from drive to drive with my additional
drives, but  reading and extracting from/to ad0 (the FreeBSD install
drive) always  seems to work with no crackling. It's just the
additional ones now that  seem to have problems when
reading/copying/md5ing from them.

Is this some weird hardware problem on my end? Has anyone else seen
or  experienced this? What can I try to help narrow down the problem
if it's  not a known one?

Any suggestions would be much appreciated.

Thanks!

Try to increase pcm buffersize either using kenv(1) or
/boot/device.hints.

# Start from 8192, 16384, 32768, 65536
# kenv hint.pcm.0.buffersize=8192

or to make it permanent, put that into /boot/device.hints

Reload your sound driver.


Hi, thanks for your reply.

My sound is compiled into the kernel so I'm not sure how to reload the 
driver without rebooting. I did try the above suggestions though. When 
trying 32768 and 65536 the crackling in the audio got worse/louder than 
before when copying data.


-Mark


FreeBSD amd64.localhost 6.1-PRERELEASE FreeBSD 6.1-PRERELEASE #8:
Wed  Mar 15 12:04:40 CST 2006 
[EMAIL PROTECTED

Sound Crackling When Reading From Hard Drives

2006-03-16 Thread Mark Kane
Hi everyone. I have been experiencing problems with sound crackling 
under certain situations of disk activity for the life of this machine. 
It has occurred with 5.4-RELEASE, 6.0-RELEASE, and three different 
versions of 6.1-PRERELEASE. It's not a huge problem but I thought I'd 
post about this situation in case there is a known fix, and if not then 
offer to help try any patches to get it resolved assuming it's not my 
hardware being odd.


First off, the relevant hardware is as follows (full dmesg attached):
Athlon64 3000+
GA-K8NS Pro Motherboard (nForce3)
1.5GB RAM
Sound Blaster Augidy 2 Platinum
6 PATA hard drives (varying sizes, see dmesg)
Promise ATA Card (PDC20269)

Originally I thought it was just when extracting archives like tar or 
rar which uses disk I/O and CPU power to extract them, but tonight I was 
just copying data between drives which I don't do very much and the 
problems occurred as well. So then I started doing some tests of copying 
an 800MB file back and forth between hard drives while playing a music 
file and documenting my results. My results and the hard drives are at 
the end of this message. I didn't test every possible combination 
because I realized that it probably has to do with reading from drives 
in general and not just extracting archives.


I then did another test with md5 to test my "reading from disk" theory. 
When using a utility like `md5`, sound crackling occurred when using 
`md5` on files from the same source drives that had problems copying 
FROM in the below tests. In other words, copying a file from ad12 to ad0 
produced heavy crackling in the below copy tests but copying the same 
file from ad0 to ad12 did not. When using `md5` on the file located on 
ad12 it makes the bad crackling noise, but once again it has no 
crackling problems when md5ing the same file located on ad0.


Three of the drives are on the motherboard's on-board controllers. The 
mobo has a total of four onboard IDE channels, so each hard drive is 
master on it's own dedicated channel and the DVD burner has it's own 
channel too. The remaining three hard drives are on a Promise (PDC20269) 
PCI ATA card. They all have brand new proper cables and have no other 
problems.


The same result happens with different music file types (ogg, wave, mp3) 
being played back from various drives. When rebuilding for 6.1-BETA4 I 
tried the ULE scheduler instead of the 4BSD. ULE seems to do better for 
video playback which had some stuttering problems before, but doesn't 
change this sound crackling problem when reading from hard drives. 
However with ULE I did experience a few seconds of freezing while trying 
to get out of my screensaver (just a black screen) as there was HD 
activity in the background as well as an earlier 5-10 second freeze 
while playing video from one HD at the same time another HD was decoding 
some files, but that's another topic.


I have no special options enabled in my kernel now except for the 
emu_10k1 driver and atapicam.


Here is a sample of the crackling when doing some of the below copy 
tests. A few seconds of the normal song is first, then I start the copy 
when the crackling kicks in...followed by a few seconds of normal 
playback again after it's done. It's harder to notice on the second cut 
but I tried a couple genres of music. Again, this is not the worst 
problem but I'd like to help improve it any way I can (I'm not a coder, 
but am very willing to test).


http://www.tntpowerhost.com/mixx941/FreeBSD_sound_crackling.ogg

So in short, when playing audio and reading files from hard drives, the 
sound has crackling noises in it. It happens when extracting archives 
and copying files from drive to drive with my additional drives, but 
reading and extracting from/to ad0 (the FreeBSD install drive) always 
seems to work with no crackling. It's just the additional ones now that 
seem to have problems when reading/copying/md5ing from them.


Is this some weird hardware problem on my end? Has anyone else seen or 
experienced this? What can I try to help narrow down the problem if it's 
not a known one?


Any suggestions would be much appreciated.

Thanks!

-Mark

FreeBSD amd64.localhost 6.1-PRERELEASE FreeBSD 6.1-PRERELEASE #8: Wed 
Mar 15 12:04:40 CST 2006 
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/AMD643000  amd64


[EMAIL PROTECTED]:~]% cat /dev/sndstat
FreeBSD Audio Driver (newpcm)
Installed devices:
pcm0:  at io 0x9400 irq 17  (8p/2r/0v 
channels duplex default)




COPY TESTS:

ad0: 194481MB  at ata0-master UDMA133
ad8: 76344MB  at ata4-master UDMA133
ad10: 78166MB  at ata5-master UDMA133
ad11: 156334MB  at ata5-slave UDMA133
ad12: 194481MB  at ata6-master UDMA133
ad14: 239372MB  at ata7-master UDMA133

/dev/ad0 (200GB Maxtor on Onboard IDE):
ad0 -> ad10 = Clean
ad0 -> ad12 = Clean
ad0 -> ad14 = Clean

/dev/ad8 (80G

Re: 6.0-RELEASE/AMD64 Ram Capacity?

2006-03-13 Thread John-Mark Gurney
Douglas K. Rand wrote this message on Mon, Mar 13, 2006 at 14:11 -0600:
> Nathan> I seem to recall various threads relating to problems with
> Nathan> machines running at or above 4GB ram... what if any issues
> Nathan> still exist?
> 
> Kris> Some specific drivers do not work on such systems.  FreeBSD
> Kris> itself has no problems.
> 
> Is there a means of telling (or even better, a list) which drivers
> handle (or those that don't) more than 4 GB of RAM?

http://www.freebsd.org/projects/busdma/

-- 
  John-Mark Gurney  Voice: +1 415 225 5579

 "All that I will do, has been done, All that I have, has not."
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: /dev/cuaa gone in 6.0?? /dev/console doesn't work...

2006-03-08 Thread Mark Jayson Alvarez


Kris Kennaway <[EMAIL PROTECTED]> wrote: On Wed, Mar 08, 2006 at 09:13:51PM 
-0800, Mark Jayson Alvarez wrote:
> 
> 
> Kris Kennaway  wrote:
> No, they're different.  Anyway, /dev/cuaaN was replaced by /dev/cuadN.
> 
> Kris
>  
> Ok, its working now.. How about multiple console connections using just a 
> single console cable?? sort of like pseudo terminal used by ssh.

No idea, perhaps the conserver port.

 I also thinks so, I'm reading this one now:
 http://www.freebsd.org/doc/en_US.ISO8859-1/articles/console-server/article.html
 
 
  Kris
 


-
Yahoo! Mail
Bring photos to life! New PhotoMail  makes sharing a breeze. 

-
Yahoo! Mail
Bring photos to life! New PhotoMail  makes sharing a breeze. 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: /dev/cuaa gone in 6.0?? /dev/console doesn't work...

2006-03-08 Thread Mark Jayson Alvarez


Kris Kennaway <[EMAIL PROTECTED]> wrote:
No, they're different.  Anyway, /dev/cuaaN was replaced by /dev/cuadN.

Kris
 
 Ok, its working now.. How about multiple console connections using just a 
single console cable?? sort of like pseudo terminal used by ssh.
 


-
Yahoo! Mail
Bring photos to life! New PhotoMail  makes sharing a breeze. 
__
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]"


/dev/cuaa gone in 6.0?? /dev/console doesn't work...

2006-03-08 Thread Mark Jayson Alvarez
Hi,
 I'm trying to secure our cisco router by hooking its console to a freebsd 6.0 
box. I was reading this document: 
http://www.onlamp.com/pub/a/bsd/2001/10/11/FreeBSD_Basics.html
 
 
  It seems like /dev/cuaaN has been replaced by /dev/console. On my 6.0 box, I 
can't seem to find /dev/cuaaN... I tried using /dev/console instead and I got 
the same response "Connected" but it hangs... I can't do anything. 
 The command I used was cu -l /dev/console -s 9600.
 
  On an older box (4.11) I used "cu -l /dev/cuaa0 -s 9600 and it worked. I got 
the login prompt of our router. 
 
 If ever I would make everything work... does this mean that only one user can 
connect to our router or does freebsd have some sort of pseudo consoles???
 
 
 Thanks..
 
 

-
Brings words and photos together (easily) with
 PhotoMail  - it's free and works with Yahoo! Mail.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: socket 939 (AMD64) boards and FreeBSD-6

2006-03-04 Thread Mark Kane

John wrote:

Hello list
  
Can anyone recommend a socket 939 board for use with FreeBSD 6? Does

SATA work?

thanks


Hi.

This page has some motherboards that have been tested by users and 
comments about how they work with FreeBSD:


http://www.freebsd.org/platforms/amd64/motherboards.html

I'm running the Giga-Byte K8NS Pro myself on my main machine (not 939 
though) and it works pretty good aside from some defects that occurred 
with my original and my RMA replacement board in both FreeBSD and 
Windows. I also just got done upgrading a machine with a MSI K8NGM2-L 
(939) which seems to work pretty good in 6.1-PRERELEASE aside from the 
onboard sound not functioning and the onboard NIC not being detected (I 
already had a PCI NIC and sound card so no problem there).


-Mark

--
GnuPG Public Key:
http://www.mkproductions.org/mk_pubkey.asc

Internet Radio:
Party107 (Trance/Electronic) - http://www.party107.com
Rock 101.9 The Edge (Rock) - http://www.rock1019.net

IRC:
MIXXnet IRC Network - irc.mixxnet.net (Nick: MIXX941)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Trouble with apache ports (finding it hard to enable particular modules)

2006-02-23 Thread Mark Jayson Alvarez
Hi,
I'm trying to install phpldapadmin-0.9.8

This is just as simple as doing a make install inside
/usr/ports/net/phpldapadmin.
It requires an installation of php4 plus ldap and xml
extensions. So far no problem. If I do a make install
inside php4-extensions, php4 and apache13 gets
installed automagically. But my problem is, it's just
a plain apache that gets installed. I wanted it to
have an ssl capability.. I can't get the three to work
together.
php4-extension-enabled php
php-enabled apache
ssl-enabled apache

Please help me..
Thanks!


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


Re: Page Fault - Wireless problem?

2006-02-23 Thread Mark Tinguely
>  Unread portion of the kernel message buffer:
>  ural0: could not transmit buffer: SHORT_XFER
>
>
>  Fatal trap 12: page fault while in kernel mode
>  fault virtual address   = 0x4
>  fault code  = supervisor read, page not present
>  instruction pointer = 0x20:0xc0667091
>  stack pointer   = 0x28:0xd33e4c00
>  frame pointer   = 0x28:0xd33e4c0c
>  code segment= base 0x0, limit 0xf, type 0x1b
> = DPL 0, pres 1, def32 1, gran 1
>  processor eflags= interrupt enabled, resume, IOPL = 0
>  current process = 32 (irq21: uhci0 uhci1+)
>  trap number = 12
>  panic: page fault

I am not a USB/Ralink expert, but it the node can be removed
mid-transmission elsewhere (ural_free_tx_list) on input errors.
I don't know about threading issues that would require extra locking
as well:

in sys/dev/usb/
--- if_ural.c.orig  Sun Jan 29 08:16:36 2006
+++ if_ural.c   Thu Feb 23 08:30:36 2006
@@ -881,8 +881,10 @@
 
m_freem(data->m);
data->m = NULL;
-   ieee80211_free_node(data->ni);
-   data->ni = NULL;
+   if (data->ni != NULL) {
+   ieee80211_free_node(data->ni);
+   data->ni = NULL;
+   }
 
sc->tx_queued--;
ifp->if_opackets++;
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


network monitoring system with downtime reporting

2006-02-20 Thread Mark Jayson Alvarez
Hi,
  I'm looking for a network monitoring system with
downtime reporting. Currently, we are using nagios for
services monitoring and mrtg for traffic monitoring.
Do you know any tool which can report the downtimes of
a particular customer's internet link? We need it
because from time to time, customers are asking for
rebates because they say that their link went down a
couple of times, and mrtg cannot show this
accurately..

Thanks. 
-jay

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


Re: 80 pin SCSI hard drives.

2006-02-17 Thread Mark Ovens

Alfredo Finelli wrote:
I have 80 pin SCSI discs mounted in hot-swappable trays on a SCSI 
backplane which takes care also of powering them up and of SCSI 
termination.  This is one way of using them.


I also have the same drives in a different system connected to normal SCSI 
LVD cable using small adaptors which have an 80 pin receptacle on one 
side and a 68 pin SCSI connector plus 4 pin molex power connector on the 
other, as well as jumpers to define SCSI id.  In this second case you 
have to provide the required termination of the SCSI bus (e.g. using the 
right terminated SCSI cable).




So you can confirm that using these adaptors works OK? When I bought my 
SCSI drive (off eBay) there were more SCA drives for sale than 68-pin 
but doing some research about 80->68 pin adaptors I found a lot of 
people saying not to use them, including Adaptec:


This from Adaptec's ASK knowledgebase http://tinyurl.com/b3ofa

"Although there are adapters on the market converting 80 pin to 68 pin 
they are not supported by Adaptec or the hard drive manufacturers. These 
convertors can cause loss of signal integrity that may result in 
connectivity issues and data loss."


This put me off getting a SCA drive. Now I'm looking for a another drive 
and SCA ones seem to be cheaper on eBay.


Regards,

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


Re: i386 or amd64 ?

2006-02-15 Thread Mark Kane
Andrew Pantyukhin wrote:
> On 2/15/06, Panter V. <[EMAIL PROTECTED]> wrote:
>> I want to use this computer as a development server and firewall. I will
>> run Apache 2, PHP 5, MySQL, Samba, an FTP server ...
> 
> You'll have no problems with these programs on amd64. Printer
> drivers are probably platform-independent
> 
>> At a later time I would like to use this computer as a workstation as
>> well and I will need KDE, OpenOffice 2, Thunderbird, Firefox, Eclipse ...
> 
> You'll probably want to use i386 on a workstation for
> various compatibility issues. Difference in speed is close
> to unmeasurable. Give amd64 a shot, but you might
> find a show-stopper and will have to switch to i386.
> 
> So if you have some time to experiment, try amd64
> anyway. If you need to set up a box that you don't
> want to mess with once again, you'll have to stick to
> i386.

I use amd64 on my main workstation. There are a few things that I wish
worked, such as Flash (without using the Linux versions) and the nVidia
display drivers. Generally though everything else works great. Xorg,
Xfce, Firefox, Thunderbird, XChat, XMMS, mplayer, VLC, rTorrent, irssi,
klibido, K3b, Audacity, GIMP, etc are all programs that I use quite a
bit and have no problems with.

OpenOffice might be a little problem as I have not figured out Java yet
on amd64. I believe I have seen people do it but I have not had the need
to use it. I know it's a hassle even on i386 with getting all the files
manually from Sun's site and logging in and all that, so I just have not
bothered.

I'd try amd64 and see how it works for you. If it doesn't, you can
always switch.

-Mark

-- 
GnuPG Public Key:
http://www.mkproductions.org/mk_pubkey.asc

Internet Radio:
Party107 (Trance/Electronic) - http://www.party107.com
Rock 101.9 The Edge (Rock) - http://www.rock1019.net

IRC:
MIXXnet IRC Network - irc.mixxnet.net (Nick: MIXX941)



signature.asc
Description: OpenPGP digital signature


Re: HELP:(cisco serial (up, up) but cannot ping its interface from within.

2006-02-13 Thread Mark Jayson Alvarez


Glenn Dawson <[EMAIL PROTECTED]> wrote: At 10:13 PM 2/13/2006, Mark Jayson 
Alvarez wrote:

What does this have to do with FreeBSD?
Well, for one, I have a machine running FreeBSD 6.0 where I am pinging the said 
router from... and it works fine. However, when I telnet to the router from 
that machine and ping the interface after I successfully logged in, I cannot 
ping it anymore... :-)
 


-
 Yahoo! Mail
 Use Photomail to share photos without annoying attachments.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


HELP:(cisco serial (up, up) but cannot ping its interface from within.

2006-02-13 Thread Mark Jayson Alvarez
Hi,
 
 In "sh ip int br" a particular serial interface shows to be both line and 
protocol up but I cannot ping the interface from within the router itself. When 
I tried pinging from the outside, I can ping it...
 Any idea what seems to be misconfigured in our router???
 
 Thanks..
 

-
 Yahoo! Autos. Looking for a sweet ride? Get pricing, reviews, & more on new 
and used cars.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


need some advice on our cisco routers..

2006-02-08 Thread Mark Jayson Alvarez
Hi,
 
 We have a couple of cisco routers. There was one time when suddenly we cannot 
login remotely via telnet. I investigate further and was shocked when I found 
out that there where 16 telnet connections coming from outsiders ip addresses. 
I immediately called our Director(the only cisco certified guy in the office) 
and he begin kicking each of the telnet connections one by one. He then 
replaced every "secret/password" and deleted all unnecessary local accounts. 
However, we're still wondering how those hackers got into the system. Now this 
cisco's aaa is default to a radius server. Since then, outsiders have gone 
away.. Perhaps the hackers got one of the router's local accounts, and trying 
to brute force their way to enable mode.
 
 Now, I have few questions:
 1. Is it possible to think that they still haven't cracked the enable password 
yet or they already know it and just silently been playing with our router?? 
What for? If you are a hacker, what would you do if you got an access to an 
ISP's router??:-)
 2. What will you do if the same thing happened to you??
 3.How do you secure your cisco routers in your office?? Our director said that 
we should look for best practices in securing our routers. 
 
 Our company is an ISP for broadband internet for R&D institutions. We offer no 
dial up connections, only E1's etc. We have 2 stm1(155Mbps) outgoing pipes. One 
cisco 7206 and one cisco 7304.
 We have a radius server running some old version of freebsd(4.6 I guess) but 
the accounting is not working anymore. Only authentication, and radius uses the 
accounts listed in /etc/passwd.
 
 Now, I am trying to configure a new radius server(to replace the old server 
configured by the former net/sys admins) only not sure if it is really what we 
need.. My initial idea of radius is that it ties up authentication, 
authorization and accounting.. however as I have said, I guess we don't need 
any accounting since we don't offer dial up services. In authentication, I 
tried once to make our router work with our kerberos  setup so that telnet 
password doesnt have to be sent but unfortunately, I failed to make it work 
with our heimdal installation(seems like they are having incompatibility issues 
with encryption, though I haven't tried it with MIT yet). Authorization: We 
currently have an ldap directory used only for email services, don't know if it 
is still needed. We also have remote logging through that radius server also, 
and guess what, its not working anymore. I compared the config of that 
compromised router with the other one and found out that the logging lines are
 gone(hmmm..)
 
 I need some tips here. The tools you are currently using. Also some of the 
best practices you are implementing in your noc.. I'm the new admin and the 
services are poorly documented.. Now I am trying to start everything from 
scratch, this time documenting everything I am doing.. Load balancer, proxy 
server, email, dns, web, ldap, kerberos, etc. Unfortunately I don't have any 
cisco training yet and I'm glad that my supervisor is kind enough to lend me 
the enable password (the rest, google and google)
 
 Thank's for your time.
 
 Sincerely 
 -jay
 
 
 
 
 
 
 
 
 
 
 

-
Brings words and photos together (easily) with
 PhotoMail  - it's free and works with Yahoo! Mail.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Playing streaming music

2006-02-01 Thread Mark Kane
Andreas Rudisch wrote:
> On Wed, 01 Feb 2006 22:12:41 +0100, JD Arnold <[EMAIL PROTECTED]>
> wrote:
> 
>> Now that I have my sound card working, I was wondering if there is a
>> port to play streaming music from my favorite college radio station?
>> The live streams from http://www.wzbc.com send me "PLS" files, which
>> I understand to be WinAmp "playlist" files.  Is there a FreeBSD app
>> that can play this streaming format?
>>
>> I installed XMMS, but I'm not really sure if there is a plugin for
>> these files.
> 
> PLS-files are usually only normal text files containing a playlist of
> music files or URLs to media streams. All you need to do is open the
> PLS-file and write down the URL. mplayer, vlc or xmms should all be able
> to play the music stream.
> 
> Andreas

If you want to use pls files with XMMS, download them first to a
directory with fetch/wget or your browser, then in the lower left corner
of XMMS, click the "+ FILE" button and browse to the pls file.
Unfortunately with XMMS you can't just put the pls file into "Add URL"
like in Winamp.

If you have VLC, you can go to "File -> Open Network Stream" and paste
the pls directly into that. If you want to use mplayer, do as Andreas
said and open the pls file and write down the URL and port...then
mplayer should have no problem playing that.

-Mark

-- 
GnuPG Public Key:
http://www.mkproductions.org/mk_pubkey.asc

Internet Radio:
Party107 (Trance/Electronic) - http://www.party107.com
Rock 101.9 The Edge (Rock) - http://www.rock1019.net

IRC:
MIXXnet IRC Network - irc.mixxnet.net (Nick: MIXX941)



signature.asc
Description: OpenPGP digital signature


Openfoam/Paraview - linux-tiff security vulnerabilities

2006-02-01 Thread Mark Lubratt

Hello!

I'm trying to install the OpenFoam port on 6.0 Stable with he current  
ports tree.  During the install, I get the following errors from the  
paraview dependency:


   Verifying install for /usr/local/lib/paraview-2.4/ 
ParaViewConfig.cmake i

n /usr/ports/science/paraview
===>  paraview-2.4.2 has known vulnerabilities:
=> tiff -- buffer overflow vulnerability.
   Reference: <http://www.FreeBSD.org/ports/portaudit/ 
68222076-010b-11da-bc08-00

01020eed82.html>
=> tiff -- divide-by-zero denial-of-service.
   Reference: <http://www.FreeBSD.org/ports/portaudit/ 
b58ff497-6977-11d9-ae49-00

0c41e2cdad.html>
=> tiff -- directory entry count integer overflow vulnerability.
   Reference: <http://www.FreeBSD.org/ports/portaudit/ 
fc7e6a42-6012-11d9-a9e7-00

01020eed82.html>
=> tiff -- multiple integer overflows.
   Reference: <http://www.FreeBSD.org/ports/portaudit/ 
3897a2f8-1d57-11d9-bc4a-00

0c41e2cdad.html>
=> tiff -- RLE decoder heap overflows.
   Reference: <http://www.FreeBSD.org/ports/portaudit/ 
f6680c03-0bd8-11d9-8a8a-00

0c41e2cdad.html>
=> Please update your ports tree and try again.


I've updated the ports tree multiple times.  I've perused the  
archives and found that all of these vulnerabilities should already  
be fixed (to the best of my understanding).  Portaudit doesn't report  
the current linux-tiff-3.6.1_5 has having these vulnerabilities.   
I've tried deinstalling and reinstalling linux-tiff.  Portversion  
reports that linux-tiff is up to date.


I'm not sure what to do next, or how to get around this error.  Any  
help would be appreciated!


Thanks!
Mark

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


Re: Firefox 1.5

2006-01-27 Thread Mark Kane
Anish Mistry wrote:
> On Friday 27 January 2006 04:18, Frank Staals wrote:
>> Hmm I got a question regarding to Fx 1.5. Has anyone else noticed a
>> tremendous slowdown when using 1.5 ? I especially mean when the
>> popup-window opens to ask what you want to do with a download (
>> save it or open it ) then Fx hangs for about 15 seconds ( while the
>> 'ok' button is not clickable ) then It continues again. Also
>> Firefox crashed when I tried using an upload function ( to attach a
>> file to a post in a forum ).
>>
>> Anyone else had problems with this ? ( Using Xfce4.2.3.1 with
>> gtk2.8.9 here )
> This has also been reported by other people including myself.  There 
> doesn't seem to be any progress on diagnosing the problem.  The only 
> thing I've been able to notice is that if I run truss on the firefox 
> process during it's slowdown/hang it shows that firefox is repeatedly 
> calling the kse_release system call.
> 

I have the same issues since updating to FF 1.5. For me, it freezes up
for 2-3-5 minutes the first time that one of those "popup-windows" comes
up after a clean Firefox start. After the first one that comes up,
subsequent ones are fine.

I opened a bug with the Mozilla people, but it got closed and marked as
a duplicate of this bug (which they say has been fixed in their 1.8 CVS):

https://bugzilla.mozilla.org/show_bug.cgi?id=305970

I have not yet tried to build the CVS, but it is a very annoying bug
indeed since other things seem to crash 1.5 like the mplayer plugin and
then I have to restart FF...therefore experiencing the problem again.

-Mark
FreeBSD 6.0-RELEASE [amd64]
Xfce 4.2.3.2
GTK 2.8.10

-- 
GnuPG Public Key:
http://www.mkproductions.org/mk_pubkey.asc

Internet Radio:
Party107 (Trance/Electronic) - http://www.party107.com
Rock 101.9 The Edge (Rock) - http://www.rock1019.net

IRC:
MIXXnet IRC Network - irc.mixxnet.net (Nick: MIXX941)



signature.asc
Description: OpenPGP digital signature


Re: forum software / hosting

2006-01-25 Thread Mark Kane
Steve Camp wrote:
> I need to setup a web forum for a friend, and sure could appreciate
> some pointers.
> 
> Some of my questions/issues include:
> 
> 1)  Which forum software runs on FreeBSD?
> 
> By forum software, I am referring to programs such as 
> 
> o phpBB
>   o vBulletin by Jelsoft

Just wanted to add my input for forum software. Simple Machines Forum
(SMF) is a great, free, and open source forum system that uses
PHP/MySQL. I personally have found it to work the best for me as it
includes lots of features out of the box and an easy theme system.

http://simplemachines.org/

Try out the RC of 1.1 for some even nicer new features like AJAX editing
and enhanced search functions.

-Mark

P.S. I own a license of vBulletin. In my opinion it's not worth it for
the money. Now if only I had known about SMF before buying vBulletin... :D

-- 
GnuPG Public Key:
http://www.mkproductions.org/mk_pubkey.asc

Internet Radio:
Party107 (Trance/Electronic) - http://www.party107.com
Rock 101.9 The Edge (Rock) - http://www.rock1019.net

IRC:
MIXXnet IRC Network - irc.mixxnet.net (Nick: MIXX941)



signature.asc
Description: OpenPGP digital signature


Re: IPFW / NFSD

2006-01-25 Thread Mark Frasa



Chuck Swiger schreef:

Mark Frasa wrote:


I am currently running 1 HTTP server on FreeBSD 6.0

Offcourse, like anyone that likes security, i am running IPFW and set
the kernel to block by default.

Behind that HTTP server i am running 2 Linux boxes.

The problem is that when i enable the firewall and openup ports from
rpcinfo -p:


[ ... ]


I opened up all these ports but i cant do an ls or write to nfs or
whatever.



You should not be running portmap and NFS on a firewall machine.  You should not
attempt to pass NFS or other filesharing through a firewall, except perhaps by
using VPN tunneling.

If this existing machine needs to do NFS to your other Linux boxes, it should be
placed behind a properly hardened firewall which perhaps uses NAT to forward
HTTP connections inside to it.



Let me explain more into detail;

I have:

INTERNET

FIREWALL/NFSD/HTTPD Machine

LINUXBOXLINUXBOX

The boxes are on a /24 network and the firewall has 2 ip's 1 for local 
and 1 for outside connections, but both in the same subnet.


I want to use a $secure ip for nfsd and ssh connection, while using 
@arcas as an ip for port 80 connections


What i don't get is when i openup the $secureip for the /24 network i 
still get timeouts when writing to nfsd.


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


Re: IPFW / NFSD

2006-01-25 Thread Mark Frasa

fbsd_user schreef:


Post complete content of your rules file for review by people here
on list.


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Mark Frasa
Sent: Wednesday, January 25, 2006 4:04 AM
To: freebsd-questions@freebsd.org
Subject: IPFW / NFSD


Hello,

I am currently running 1 HTTP server on FreeBSD 6.0

Offcourse, like anyone that likes security, i am running IPFW and
set
the kernel to block by default.

Behind that HTTP server i am running 2 Linux boxes.

The problem is that when i enable the firewall and openup ports from
rpcinfo -p:

program vers proto   port  service
 104   tcp111  rpcbind
 103   tcp111  rpcbind
 102   tcp111  rpcbind
 104   udp111  rpcbind
 103   udp111  rpcbind
 102   udp111  rpcbind
 104 local111  rpcbind
 103 local111  rpcbind
 102 local111  rpcbind
 151   udp668  mountd
 153   udp668  mountd
 151   tcp984  mountd
 153   tcp984  mountd
 132   udp   2049  nfs
 133   udp   2049  nfs
 132   tcp   2049  nfs
 133   tcp   2049  nfs

I opened up all these ports but i cant do an ls or write to nfs or
whatever.
Then i thought maybe it's trying something local so i added:

$cmd add 00225 allow ip from 1.2.3.4/24 to any keep-state

Even this does not work.

Tcpdump shows me that when i have ipfw open, it only communicates
with
port 2049 and i don't see anything more.

Can anybody help me out here?

Additional info:

{ [EMAIL PROTECTED] } uname -a
FreeBSD arcas 6.0-RELEASE-p1 FreeBSD 6.0-RELEASE-p1 #2: Wed Jan  4
15:45:38 UTC 2006 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/ARCAS  i386


Mark.
___
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]"



Here is the list:

# Flush out the list before we begin.
ipfw -q -f flush

# Set rules command prefix
cmd="ipfw -q add"
pif="vr0" # public interface name of NIC
  # facing the public Internet
secure="ip2.of.this.box"
arcas="ip.of.this.box"

$cmd 00010 allow all from any to any via lo0
$cmd 00015 check-state
$cmd 00100 allow ip from any to any out via $pif keep-state
$cmd 00200 allow tcp from any to $arcas 80 in via $pif
$cmd 00310 allow icmp from any to any in via $pif

# Allow in secure from selected ip's
$cmd 00410 allow tcp from x.x.x.x/32 to $secure 22 in via $pif keep-state
$cmd 00411 allow tcp from x.x.x.x/32 to $secure 22 in via $pif keep-state

# Allow in nfs requests on secured ip from own network only
$cmd 00425 allow ip from x.x.x.x/24 to $secure setup keep-state

# deny and log all packets that fell through to see what they are
$cmd 00999 deny log all from any to any

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


IPFW / NFSD

2006-01-25 Thread Mark Frasa

Hello,

I am currently running 1 HTTP server on FreeBSD 6.0

Offcourse, like anyone that likes security, i am running IPFW and set 
the kernel to block by default.


Behind that HTTP server i am running 2 Linux boxes.

The problem is that when i enable the firewall and openup ports from 
rpcinfo -p:


   program vers proto   port  service
104   tcp111  rpcbind
103   tcp111  rpcbind
102   tcp111  rpcbind
104   udp111  rpcbind
103   udp111  rpcbind
102   udp111  rpcbind
104 local111  rpcbind
103 local111  rpcbind
102 local111  rpcbind
151   udp668  mountd
153   udp668  mountd
151   tcp984  mountd
153   tcp984  mountd
132   udp   2049  nfs
133   udp   2049  nfs
132   tcp   2049  nfs
133   tcp   2049  nfs

I opened up all these ports but i cant do an ls or write to nfs or whatever.
Then i thought maybe it's trying something local so i added:

$cmd add 00225 allow ip from 1.2.3.4/24 to any keep-state

Even this does not work.

Tcpdump shows me that when i have ipfw open, it only communicates with 
port 2049 and i don't see anything more.


Can anybody help me out here?

Additional info:

{ [EMAIL PROTECTED] } uname -a
FreeBSD arcas 6.0-RELEASE-p1 FreeBSD 6.0-RELEASE-p1 #2: Wed Jan  4 
15:45:38 UTC 2006 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/ARCAS  i386



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


Re: Broadcomm BCM4401-B0 and memory upgrade issue.

2006-01-24 Thread Mark Tinguely
On  Date: Tue, 24 Jan 2006 13:05:16 +0100, "Mykhailo Lyubich" <[EMAIL 
PROTECTED]> said:

>  After the memory upgrade on my Laptop (HP nx5000) FreeBSD 6.0 stable,
>  the driver for NIC bfe0 (Broadcom BCM4401-B0) stops working. The NIC LED
>  lights are on. The bfe0 interface is up and active. However, I got a
>  permanent message on the console:
>
>  bfe0: watching timeout -- resetting.
>
>  This occurs in the case when I compile the new kernel without bfe driver
>  and load the bfe driver as module (if_bfe.ko). In the case when the
>  driver is compiled into the kernel, the system stalls during the boot or
>  whenever I try to configure the interface.
-
I am CC this to a few people on the freebsd-current list that had
somewhat simular symptoms with other hardware.
-
Have you tried to boot with the old contigmalloc using the sysctl
option "vm.old_contigmalloc=1"?

Some people are seeing slow boot/configuration with new style
vm_page_alloc_contig/contigmalloc.

I am doing some profiling of vm_page_alloc_contig() and have found
that larger physical memory configurations makes these problems much worse.

I identified 4-5 places that can be changed to decrease the number
of page tables that is needed to be checked before an allocating a range.
Some of the changes will only occasionally save a few page checks, but
others changes could save several hundred or more page checks on every call.

The old contigmalloc could be optimized also, but it uses the lower
addressed physical pages, which turns out to be used less during the
boot process than the upper addressed physical pages.

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


Configuring a Printer - Printing Code

2006-01-23 Thread Mark Kane
Hi everyone. I've been trying to get this going for quite a while, but
got busy. I'm finally back on it now so hopefully someone may have a
suggestion because I'm stumped.

I've got a Lexmark Z52 printer shared through CUPS on the network from a
different machine. I've also got CUPS running on the machine I am trying
to get to print. It sees the shared printer and can use the CUPS
interface to print a test page to the printer shared by the other computer.

The problem comes when printing from this machine. Whenever trying to
print, instead of printing the text of the document or website, it
prints a bunch of code. Here is a short sample:

---
flipXY 0 eq c3x2 c4x2 eq or
{false PickCoords }
{ /shrink c3x2 c4x2 eq
  {0} {c1x2 c4x2 sub c3x2 c4x2 sub div abs} ifelse def
  /xshrink {c4x2 sub shrink mul c4x2 add} def
[...etc...]
---

The printer is shared via CUPS as: "LEXMARK Z52 - CUPS+Gimp-Print v4.2.7
on Mark-Kanes-Computer.local."

That machine "Mark-Kanes-Computer.local." is the machine that's sharing
it over the network, which runs Mac OS X Jaguar.

On the machine trying to print, I do have Gimp Print installed, as well
as some other print related ports as I was trying to follow a guide back
when I initially attempted to install it.

a2ps-a4-4.13b_3
ghostscript-gnu-7.07_13
gnu-7.07_13
gimp-print-4.2.7_1
libijs-0.35
xfce4-print-4.2.3
xorg-printserver-6.8.2_2

Thanks very much in advance for any suggestions!

-Mark
FreeBSD 5.4-RELEASE [i386]

-- 
GnuPG Public Key:
http://www.mkproductions.org/mk_pubkey.asc

Internet Radio:
Party107 (Trance/Electronic) - http://www.party107.com
Rock 101.9 The Edge (Rock) - http://www.rock1019.net

IRC:
MIXXnet IRC Network - irc.mixxnet.net (Nick: MIXX941)



signature.asc
Description: OpenPGP digital signature


Re: Sound driver for Compaq Presario?

2006-01-21 Thread Mark Kane
Andreas Davour wrote:
> 
> Hi.
> 
> My wife got herself a laptop, and I convinced her that FreeBSD would be
> a good operating system to use.
> 
> Now, do anyone know what kind of sound driver we should be using? It is
> some kind of built-in card. When I tried pciconf it just told me it was
> a "generic soundcard".
> 
> It says "Presario 2302A" on the box, and Presario 2300 on a ministicker
> on the a machine.
> 
> I have tried google to no avail.
> 
> /andreas
> 

You could try loading the "snd_driver" kernel module to try to have it
determine what card it is and load the proper driver. It may work and
would save the call/chat/email to support. :)

# kldload snd_driver

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/sound-setup.html

-Mark

-- 
GnuPG Public Key:
http://www.mkproductions.org/mk_pubkey.asc

Internet Radio:
Party107 (Trance/Electronic) - http://www.party107.com
Rock 101.9 The Edge (Rock) - http://www.rock1019.net

IRC:
MIXXnet IRC Network - irc.mixxnet.net (Nick: MIXX941)



signature.asc
Description: OpenPGP digital signature


Re: Post install help

2006-01-20 Thread Mark Kane
Vayu wrote:
> I just did my first install, so far so good.  I've got KDE running.  I
> know how to play around with xorg.conf and got my screen resolution
> matching my monitor.  My network is working to the router.  Now I would
> like to get my graphics and sound cards working.

Hi, and welcome to FreeBSD :)

> Where can I find out about getting an nVidia driver installed (I have a
> 6600GT)?

For this, install the nvidia-driver from ports and then read the
instructions displayed at the end of the install to know how to load it.
Then, I personally just followed these instructions and loaded it into
my X config manually:

http://download.nvidia.com/freebsd/1.0-8178/README/chapter-03-section-02.html

> Where can I find out about getting my sound card working (sound blaster
> Audigy 2)?  Right now I get no sounds anywhere in KDE.

I use an Audigy 2 Platinum and it works great. You can either load a
kernel module for the sound driver or compile it into your kernel. Here
are the instructions on how to do either:

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/sound-setup.html

The sound driver for your card is the snd_emu10k1 so that first example
for loading it as a module and then adding it into loader.conf should
work for you.

Also, since you're running KDE, you'll need to take a couple steps
there. I have not used KDE in a while, but I remember having some
problems getting sound to work when I initially started using FreeBSD as
a desktop. The problem was I didn't realize that KDE took over the sound
 with it's "aRtsd". So once you have sound working in FreeBSD and if it
still doesn't work while in KDE, then look throughout the KDE options
for a KDE mixer and make sure all the levels are up (on the "Input" tab
too if they still have that).

> How can trace my permission errors when I try to access my CD player in
> KDE?  (All I know about so far is to add myself to the wheel group to
> get su)

For this problem, try setting the permissions on your CD drive. Check
out "man devfs.conf" or this online man page for more info:

http://www.freebsd.org/cgi/man.cgi?query=devfs.conf&apropos=0&sektion=5&manpath=FreeBSD+6.0-RELEASE+and+Ports&format=html

> Is there a good source of HowTos anywhere?

The handbook answers quite a few questions about setting things up and
is a great tool. Also searching the mailing list archives and/or Google
usually turns up quite a bit.

-Mark

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


-- 
GnuPG Public Key:
http://www.mkproductions.org/mk_pubkey.asc

Internet Radio:
Party107 (Trance/Electronic) - http://www.party107.com
Rock 101.9 The Edge (Rock) - http://www.rock1019.net

IRC:
MIXXnet IRC Network - irc.mixxnet.net (Nick: MIXX941)



signature.asc
Description: OpenPGP digital signature


vinum RAID 1, FreeBSD 4-STABLE & two different size drives

2006-01-18 Thread Mark Cullen

Hello :-)

I've come across a deal where by I can either buy two identical 20GB 
drives, or a 20GB drive and a 40GB drive for the same price as the two 
20GB's. I was intending to use the drives for a RAID 1 array and have 
read that ideally the drives should be identical, but it is do-able with 
different size drives.


Obviously as both options are the same price I would like to get more 
for my money and get the 40GB and 20GB drive, rather than two 20GB's. 
This should also give me the option of buying only a single 40GB drive 
later on for cheap if I need to bump the space up a bit, rather than 
buying two drives.


Simple questions really I suppose. Is having two different size drives 
going to work? Is it going to make configuration trickier in any way? 
Are there any disadvantages (other than I will be losing out on 20GB on 
the 40GB drive, and that it's only going to be as fast as the slowest 
drive I imagine)? I've never ever touched vinum before!


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


Re: FreeBSD vs Linux

2006-01-17 Thread Mark Rowlands
On Tuesday 17 January 2006 18:42, Mehmet Fatih AKBULUT wrote:
>  but freebsd mostly
> used as a server. not much suitable for PC usage.

I really dislike this canard, I have run FreeBSD on  a laptop since 3.4
and support for the hardware has generally been adequate, I guess
it depends what you want to use it for. I wouldn't choose FreeBSD as an 
operating system for a media centre.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


fetch ports and /stand/sysinstall

2006-01-12 Thread Mark Busby
I have several freebsd boxes on 2 different connections, each one is sitting at
  or about this date.
  uname -a  6.0-STABLE FreeBSD 6.0-STABLE #2: Mon Jan  9 15:05:38 CST 2006 
   
  While trying to add ports or pkgs I get connection refused errors. Also when 
using
  /stand/sysinstall I get, can't find the 6.0-STABLE. I then change to "any" in 
options,  I get not found on this server try another. Other servers give the 
same msg.
  Google has not been my friend on this problem. I have been using freebsd from 
4.0, so I have installed a few pkgs, but never had this much pain.
   
  Is there a policy change on dynamic ip connections?
   
   
   
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


<    4   5   6   7   8   9   10   11   12   13   >