does buildkernel rerun config

2006-02-28 Thread Steel City Phantom
say you are running buildkernel with a config file.  you realize you 
made a mistake and ctl-c the build.  change the config file and restart 
buildkernel.  does make buildkernel re-run the config to update the code 
configuration?  is there a way to do this without deleting /usr/src  and 
/usr/obj and bringing it down again?

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


Re: System Burn In

2006-02-28 Thread Martin Hudec

Hello,

Don O'Neil wrote:

What is the best way to 'burn in' or 'stress test' a new system w/ FreeBSD?
I'd like to stress test the CPU, Memory, Disk, etc.. To make sure the
hardware is 100% good before putting it in production.


You want to test hardware, not OS, so I would recommend you to use:
http://www.ultimatebootcd.com/

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


Re: capturing a desktop demonstration as a movie

2006-02-28 Thread Ow Mun Heng
On Wed, 2006-03-01 at 07:29 +0100, [EMAIL PROTECTED] wrote:
> El día Wednesday, March 01, 2006 a las 11:13:19AM +0800, Ow Mun Heng escribió:
> > There's also one called xvidcap. captures screenshots and then uses
> > ffmpeg to put them as a movie.
> 
> Thanks for all hints. I gave xvidcap (from the ports) a try and in
> general it is able to capture the desktop and make a mpeg (...) movie
> on the fly. But even for capturing 800x600 with only 5 frames per
> second it runs in 'missing frames' sometimes and my notebook is 
> *very* fast. :-((

That's odd. I gave it try previously, it ran fine on mine. Granted I
only tried it on a very small screen size. (~320x240??) It was a capture
of a SWF file which I wanted to show as an avi. It generated tons of
files though and it really gave my HD a running around.

PS : why is it that this list To's the replies directly to the person
answering and cc's the list instead of To'ing the list only??

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


Re: Choosing cpu type when building kernel (stupid one i know)

2006-02-28 Thread Olivier Nicole
> the rest is what i don't understand.  486 isn't mentioned in the NOTES 
> file, 586 is just pentium, and 686 is pentium pro.  I have a P4 1.4 gig 
> intel chip in my system, what should these settings be?  if i remove 486 

You could use only 686.

GENERIC kernel is generic, it is meant to support most of the
architecture, back to to 80386.

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


Choosing cpu type when building kernel (stupid one i know)

2006-02-28 Thread Steel City Phantom
in bsd 6, i have to recompile the kernel to add atapicam.  ok, fine.  
the part of the config file that gets me is this:


machine i386
cpu I486_CPU
cpu I586_CPU
cpu I686_CPU
ident   GENERIC


the machine i386, i get.  all intel PC's since the 386 have used a 
common basic instruction set and the developers just want to build in 
something in case intel pulls an Apple Computer on us. 

the rest is what i don't understand.  486 isn't mentioned in the NOTES 
file, 586 is just pentium, and 686 is pentium pro.  I have a P4 1.4 gig 
intel chip in my system, what should these settings be?  if i remove 486 
and 686 does that give me any performance advantage or are these 
settings defaults because they are ment to be defaults and i should just 
be quiet about it.

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


Problems with Cron

2006-02-28 Thread perikillo
  Hi people.

I have 1 system running freebsd 5.4-p11, but since the first day
of use root start getting a emails from cron that say this:

Message 1:
>From [EMAIL PROTECTED] Tue Feb 28 23:10:06 2006
Date: Tue, 28 Feb 2006 23:10:01 -0800 (PST)
From: [EMAIL PROTECTED] (Cron Daemon)
To: [EMAIL PROTECTED]
Subject: Cron <[EMAIL PROTECTED]> root  /usr/libexec/atrun
X-Cron-Env: 
X-Cron-Env: 
X-Cron-Env: 
X-Cron-Env: 
X-Cron-Env: 

root: not found

>From [EMAIL PROTECTED] Tue Feb 28 23:11:06 2006
Date: Tue, 28 Feb 2006 23:11:00 -0800 (PST)
From: [EMAIL PROTECTED] (Cron Daemon)
To: [EMAIL PROTECTED]
Subject: Cron <[EMAIL PROTECTED]> operator /usr/libexec/save-entropy
X-Cron-Env: 
X-Cron-Env: 
X-Cron-Env: 
X-Cron-Env: 
X-Cron-Env: 

operator: not found

This is the file /etc/crontab:

# /etc/crontab - root's crontab for FreeBSD
#
# $FreeBSD: src/etc/crontab,v 1.32 2002/11/22 16:13:39 tom Exp $
#
SHELL=/bin/sh
PATH=/etc:/bin:/sbin:/usr/bin:/usr/sbin
HOME=/var/log
#MAIL=root
#
#minute hourmdaymonth   wdaywho command
#
*/5 *   *   *   *   root/usr/libexec/atrun
#
# Save some entropy so that /dev/random can re-seed on boot.
*/11*   *   *   *   operator /usr/libexec/save-entropy
#
# Rotate log files every hour, if necessary.
0   *   *   *   *   rootnewsyslog
#
# Perform daily/weekly/monthly maintenance.
1   3   *   *   *   rootperiodic daily
15  4   *   *   6   rootperiodic weekly
30  5   1   *   *   rootperiodic monthly
#
# Adjust the time zone if the CMOS clock keeps local time, as opposed to
# UTC time.  See adjkerntz(8) for details.
1,310-5 *   *   *   rootadjkerntz -a

 I have been checking thi file but i still dont get it why is saying
that the users that supposes will run the job didnt exist, this is my
/etc/passwd:

samantha#vipw
# $FreeBSD: src/etc/master.passwd,v 1.39 2004/08/01 21:33:47 markm Exp $
root:$1$ycY0WzTj$e5ObqwAsCUgBFV9n05be9.:0:0::0:0:Charlie &:/root:/bin/csh
toor:*:0:0::0:0:Bourne-again Superuser:/root:
daemon:*:1:1::0:0:Owner of many system processes:/root:/usr/sbin/nologin
operator:*:2:5::0:0:System &:/:/usr/sbin/nologin
bin:*:3:7::0:0:Binaries Commands and Source:/:/usr/sbin/nologin
tty:*:4:65533::0:0:Tty Sandbox:/:/usr/sbin/nologin
kmem:*:5:65533::0:0:KMem Sandbox:/:/usr/sbin/nologin
games:*:7:13::0:0:Games pseudo-user:/usr/games:/usr/sbin/nologin
news:*:8:8::0:0:News Subsystem:/:/usr/sbin/nologin
man:*:9:9::0:0:Mister Man Pages:/usr/share/man:/usr/sbin/nologin
sshd:*:22:22::0:0:Secure Shell Daemon:/var/empty:/usr/sbin/nologin
smmsp:*:25:25::0:0:Sendmail Submission
User:/var/spool/clientmqueue:/usr/sbin/nologin
mailnull:*:26:26::0:0:Sendmail Default User:/var/spool/mqueue:/usr/sbin/nologin
bind:*:53:53::0:0:Bind Sandbox:/:/usr/sbin/nologin
proxy:*:62:62::0:0:Packet Filter pseudo-user:/nonexistent:/usr/sbin/nologin
_pflogd:*:64:64::0:0:pflogd privsep user:/var/empty:/usr/sbin/nologin
uucp:*:66:66::0:0:UUCP
pseudo-user:/var/spool/uucppublic:/usr/local/libexec/uucp/uucico
pop:*:68:6::0:0:Post Office Owner:/nonexistent:/usr/sbin/nologin
www:*:80:80::0:0:World Wide Web Owner:/nonexistent:/usr/sbin/nologin
nobody:*:65534:65534::0:0:Unprivileged user:/nonexistent:/usr/sbin/nologin
klabaza:$1$Lz3s2.yR$.iU8SRhkrG/FXG0ZXGjlr/:1001:1001::0:0:User &
Moreno:/home/klabaza:/bin/tcsh
mysql:*:88:88::0:0:MySQL Daemon:/nonexistent:/sbin/nologin
bacula:*:910:910::0:0:Bacula Daemon:/var/db/bacula:/sbin/nologin
periko:$1$bH6i7s7L$7X3a.Bkg3N9yoYBFQAmI1.:1002:1002::0:0:User &
moreno:/home/periko:/bin/sh
karina:$1$0fY4adrB$LMEELuaeCoTQ.9S60b9yN0:1003:1003::0:0:karina
moreno:/home/karina:/bin/csh

   Some knows the reason of this emails...? This is not a production
system, but i receive a lot of emails each day, look right i just
write the mail and already have 2 mails:

samantha# mail -u root
Mail version 8.1 6/6/93.  Type ? for help.
"/var/mail/root": 2 messages 2 new
>N  1 [EMAIL PROTECTED]  Tue Feb 28 23:15  23/895   "Cron
<[EMAIL PROTECTED]> root   /usr/libexec/atrun"
 N  2 [EMAIL PROTECTED]  Tue Feb 28 23:20  23/895   "Cron
<[EMAIL PROTECTED]> root   /usr/libexec/atrun"
&

   Any info you have to fix this i wil apreciated, thanks all for your time.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: elinks-0.11.1: "make install" fails

2006-02-28 Thread Nikolas Britton
On 2/28/06, a <[EMAIL PROTECTED]> wrote:
> Does links support Java-script?
>

As a matter of fact, yes. I compared this javascript test page* in
both links and firefox, both did everything correctly.

* http://www.dcn.davis.ca.us/GO/EXPLORIT/java/IntroJavaScript.html

Also Links 2 can do color at the console and it can use SVGALIB or
X11, to display graphics, if you use the -g flag. Full mouse support
at the console and in graphical mode, downloads stuff in the
background etc.

On some of my servers I install X11 (I just use the default twm) with
a tabbed terminal emulator, Links with graphical support, and stuff
like pgadmin3. I find that I can work faster in X11 because I can have
open 16+ xterms, run links -g to look up docs, and copy & paste all on
one screen. running pgadmin3 is a plus too when your migrating from
7.3 => 8.1. I'm sure alot of old hats cringe at the idea of running
X11 on a server, I don't like the the general Idea of it too, but for
me it's faster then Alt + Fn. I just had to do a complete rebuild
(backup, wipe, fresh install of 6.1-PRERELEASE, updated ports) of one
server and man was it a time saver, sitting at a black and white
console for 48 hours is no fun :-\

Anyways back to Links, the only downfall of Links is that it doesn't
do ssl (https), but I think the only one that does ssl is Lynx-ssl

http://links.twibright.com/features.php



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


Re: SMB Shared Printer not showing shares

2006-02-28 Thread guru
El día Wednesday, March 01, 2006 a las 12:01:30AM -0500, Steel City Phantom 
escribió:

> I have followed every howto i can find on getting printing to work with 
> cups.  i finally gave up and plugged the printer into my windows machine 
> and shared it there.  now, my wife's Linspire machine can see it and 
> print fine (Linspire uses kde 3.4, cups, samba share).  Now my fresh new 
> bsd 6 machine can't see the same smb share.  I go add printer, SMB 
> Shared Printer, put in the user administrator and password, click on the 
> refresh to see all the workgroups, workgroup shows fine, open the 
> windows server workgroup and no server.  i go to a command prompt and do 
> a smbclient -U bla -L server and i see a list of all shares, including 
> the hidden ones and the printer i wish to print to. 
> 
> If i type the information in manually, then it adds the printer to cups 
> but shows the status as stopped.
> 
> I have tried every combination of this i can think of, nothing seems to 
> work.  you guys have any ideas?

Here is a small 'how-to' I wrote while adding CUPS-controlled printers
to the Windows XP which runs in Qemu on top of FreeBSD with Samba.
Hope it helps you out.

matthias

-- 
Matthias Apitz / Sisis Informationssysteme GmbH
ein Tochterunternehmen der OCLC PICA B.V. Leiden (NL)
D-82041 Oberhaching, Gruenwalder Weg 28g
Fon: +49 89 / 61308-351, Fax: -399, Mobile +49 170 4527211
http://www.sisis.de/~guru/

$Id: cups-samba.txt,v 1.3 2006/02/22 07:31:23 guru Exp $


This is how to use the CUPS system from a Windows (XP) box over
Samba. The goal is not to have to install the printers and it's drivers
on any XP box, rather using what Samba know from CUPS about them and
their drivers which are stored (central) in Samba's share.

Install /usr/ports/print/cups-samba and follow the guide of the
postinstall instructions.

MANUAL INSTALL INSTRUCTIONS:
==

To complete the installation of print/cups-samba, do in order:

CUPS-BASE
---

1) Uncomment application/octet-stream line in /usr/local/etc/cups/mime.types
2) Uncomment application/octet-stream line in /usr/local/etc/cups/mime.convs
3) Make sure in /usr/local/etc/cups/cupsd.conf that the Samba server is
   allowed to use the CUPS server at all;
4) Restart cupsd

SAMBA
---

1) edit the [global] section of smb.conf and make sure it has these
   lines (see 'man cupsaddsmb' for more info):

[global]
load printers = yes
printing = cups
printcap name = cups

2) edit the [printers] section of smb.conf and make sure it has these
   lines:

[printers]
comment = All Printers
path = /var/spool/samba
browseable = no
public = yes
guest ok = yes
writable = no
printable = yes
printer admin = root

3) edit the [print$] section of smb.conf and make sure it has these
   lines (the 'path' must be this exactly):

[print$]
comment = Printer Drivers
path = /usr/local/samba/printer
browseable = yes
# guest ok = yes works too
guest ok = no
read only = yes
write list = root

4) restart Samba


NOTE:  Samba needs to know about the passwords for printer admin and
write list or authentication will fail. Set them with 'smbpasswd -a root'


CUPS-LPR
--

Now comes the tricky part.

Put the following files somehow (i.e. stolen from another XP box)
to /usr/local/share/cups/drivers

# ls -l
total 1996
-rw-r--r--  1 rootwheel134144 21 feb 13:30 ps5ui.dll
-rw-r--r--  1 rootwheel 25113 21 feb 13:30 pscript.hlp
-rw-r--r--  1 rootwheel792644 21 feb 13:30 pscript.ntf
-rw-r--r--  1 rootwheel464384 21 feb 13:30 pscript5.dll

The 'cupsaddsmb' need them exactly(!) with these names, make sure
that they are no with capital letters after having copied them from
a Windows box. Watch also what 'cupsaddsmb ... -v ...' says about them
below.


Run cupsaddsmb

If only a subset of your printers will be installed as exportable to
MS Windows NT/XP/2000/2003 clients:

# cupsaddsmb -U root ps casa color ...

To export all printers to MS Windows NT/XP/2000/2003 clients:

# cupsaddsmb -U root -a

In either case, you will be prompted for the root password.

Use the flag '-v' to watch what's going on. The 'cupsaddsmb'
should create the needed driver structure below /usr/local/samba/printer
(this is the entry in smb.conf) and it should look like this

# cupsaddsmb -H localhost -U root -h localhost -v ps
Password for root required to access localhost via SAMBA: 
Running command: smbclient //localhost/print\$ -N -U'root%XXX' -c 'mkdir 
W32X86;put /var/spool/cups/tmp/43fb082709744 W32X86/ps.ppd;put 
/usr/local/share/cups/drivers/ps5ui.dll W32X86/ps5ui.dll;put 
/usr/local/share/cups/drivers/pscript.hlp W32X86/pscript.hlp;put 
/usr/local/share/cups/drivers/pscript.ntf W32X86/pscript.ntf;put 
/usr/local/share/cups/drivers/pscript5.dll W32X86/pscript5.dll'
added interface ip=193.3

Re: capturing a desktop demonstration as a movie

2006-02-28 Thread guru
El día Wednesday, March 01, 2006 a las 11:13:19AM +0800, Ow Mun Heng escribió:

> On Tue, 2006-02-28 at 11:49 +, freebsd wrote:
> > [EMAIL PROTECTED] wrote:
> > > Hi,
> > > 
> > > Is there somehow a tool (in the ports) to capture a (KDE-) desktop of
> > > FreeBSD while doing a presentation of some kind of software to create
> > > a movie of this, for example as a *.avi file?
> 
> > There is an application called wink:
> > http://www.debugmode.com/wink/download.php
> 
> There's also one called xvidcap. captures screenshots and then uses
> ffmpeg to put them as a movie.

Thanks for all hints. I gave xvidcap (from the ports) a try and in
general it is able to capture the desktop and make a mpeg (...) movie
on the fly. But even for capturing 800x600 with only 5 frames per
second it runs in 'missing frames' sometimes and my notebook is 
*very* fast. :-((

matthias
-- 
Matthias Apitz / Sisis Informationssysteme GmbH
ein Tochterunternehmen der OCLC PICA B.V. Leiden (NL)
D-82041 Oberhaching, Gruenwalder Weg 28g
Fon: +49 89 / 61308-351, Fax: -399, Mobile +49 170 4527211
http://www.sisis.de/~guru/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: SATA Raid (stress test..)

2006-02-28 Thread Beastie

Beastie wrote:


Robert Uzzi wrote:


That still dosen't connedt SATA to a non sata board though. That's my
situation I have 6 SATA drives but no SATA native board. Looking for a
cheap addin card to build this upon.

 

 

I'll buy Intel SRCS16 (500$) this week, will talk to u later about 
it's compatibility and performance for RAID 5 with 4 SATA drive.


regards
reza

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




FreeBSD-6.0 known this device. (Intel SE7320 EP2)
---snip--
amrd0:  on amr0
amrd0: 1430511MB (2929686528 sectors) RAID 5 (optimal)
ar0: 76228MB  status: READY
ar0: disk0 READY (master) using ad4 at ata2-master
ar0: disk1 READY (mirror) using ad6 at ata3-master
---snap---

System now work with RAID

df -h
Filesystem   SizeUsed   Avail Capacity  Mounted on
/dev/ar0s1a  496M 55M401M12%/
devfs1.0K1.0K  0B   100%/dev
/dev/ar0s1d  496M 12K456M 0%/tmp
/dev/ar0s1e   67G419M 61G 1%/usr
/dev/amrd0s1d1.3T 12M1.2T 0%/var
/dev/acd0651M651M  0B   100%/cdrom


My questiin is now, how do i  test SATA RAID performance ?
Is there any tools or program to do some benchmark ?

please help me...

regards
reza


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


password change in memberships reminder

2006-02-28 Thread Ashok Shrestha
I just received my monthly "freebsd.org mailing list memberships
reminder." But some of my passwords were changed. Is that normal?

I can't check my previous ones because I already deleted them.

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


Re: getting virtual consoles to work reliably with X

2006-02-28 Thread Chris

Greetings,

Quoting Heliocentric <[EMAIL PROTECTED]>:


I've admined a network of FreeBSD 5.4 desktops for a few months now,
and I've noticed that when an X server crashes hard, it will no longer
respond to the control-alt-fn sequences, and not pass them down to
whatever handler is called to switch virtual consoles.


Have you tried Ctrl+Alt+Backspace? I have used this successfully in the 
past when
X froze. Also, if X barfed and left you at a blank terminal with no 
Ctrl+Alt+Fn,

You might try Ctrl+d. That will log out and place you at a login terminal.
There-by giving you a fresh (clean) session.

Hope that helps.

--Chris



When the crash isn't that bad, normally I'd just kill the wdm process
and let init respawn the display manager. But some days I don't have
the option to ssh in or use a serial console to kill the daemon, and
am forced to use the ACPI events to let the kernel shutdown and then
restart the machine. Not only that, but the other people responsible
for these machines are used to using the normal virtual console keys
to kill errant processes on one console that aren't responding to
signals.

So I'm wondering, is there a compile time option, patch for atkbd, or
configuration setting that will allow that driver to trap the
control-alt-fn sequences itself, before it gets passed up to X? Or am
I misunderstanding how the keyboard is handled in this situation?

I would appreciate any help on this matter. Thanks in advance.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"







This message was sent using IMP, the Internet Messaging Program.

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


rebooting and crashes on dell server

2006-02-28 Thread BSD Guy
Theres alot to this problem, but I'll try to be
concise so I don't loose people.  I started out with a
cheap dell server running scsi raid and 5.x  It
crashed or locked up with a kernel panic in a
different process (everything, syslog, you name it)
ever few days.  I swapped ram around figuring it was
at fault since it was bought used on ebay.  Still no
luck.

Tired of messing with it, I bought a new dell
poweredge 2650, with scsi raid, a couple gigs of ram,
duals, and just a new system, configured it, copied
user data over and switched to it.  Sure enough still
the worst stability I've ever seen.  It has dual power
supplies, each in a different UPS. I don't believe
power is the problem or I'd see similar problems on
the other server or router I have plugged in there.  I
even upgraded to 6.0-Release-p1 but no luck.  

It panics from time to time, but usually now it just
randomly reboots.  Often at least every 36 hours. 
Often 2-3 times a few minutes apart when it does.  I
did install a debug kernel 2 weeks ago to try to get a
crash dump, but no panic's since then.

My make.conf is pretty simple:
KERNCONF=crapbox
CPUTYPE?=p4
CFLAGS= -O -pipe
NO_BLUETOOTH=   true# do not build Bluetooth
related stuff
NO_I4B= true# do not build isdn4bsd package
NO_LPR= true# do not build lpr and related
programs
NO_GAMES=true# do not build games (games/
subdir)
MAKE_IDEA= YES # IDEA (128 bit symmetric
encryption)
# added by use.perl 2005-09-29 11:26:41
PERL_VER=5.8.7
PERL_VERSION=5.8.7

Its not all that stressed of a box:
load averages: 0.14, 0.07, 0.06
Mem: 235M Active, 367M Inact, 160M Wired, 33M Cache,
99M Buf, 81M Free
Swap: 1024M Total, 1024M Free

I've tweaked all the kernel values mentioned in the
tuneable section of the manual, but the reboots
continue.  The box runs radiator (a perl based radius
server), apache+mod_ssl-1.3.x with php5, postfix-2.2,
amavisd-new-2.3, courier-imap-4.0, pure-ftp, nrpe
(nagios), net-snmp, ssh, and bind 9.3.1 all from ports
(except radiator).  

I run the same mail server setup on another server
with no problem, although it processes far less mail. 
I use radiator on another server with no problem. 
This is a unique combination of packages I'm running,
but no unique programs or configurations to this
server. Between amavis and radiator it does alot of
perl, and everything is a mysql lookup to another
server.  While all logic and experience points to a
hardware problem I feel like the complete hardware
replacement has pretty much laid the blame on
software.  

I'm open to any suggestion as to what I might need to
look at to clear this up. I'm about to have a nervous
breakdown and insteall debian in desperation heh. I've
tried a kernel without smp, I've tried disabling acpi
on boot.  If you need any more information feel free
to ask for it, I'll happily provide it.
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]"


SMB Shared Printer not showing shares

2006-02-28 Thread Steel City Phantom
I have followed every howto i can find on getting printing to work with 
cups.  i finally gave up and plugged the printer into my windows machine 
and shared it there.  now, my wife's Linspire machine can see it and 
print fine (Linspire uses kde 3.4, cups, samba share).  Now my fresh new 
bsd 6 machine can't see the same smb share.  I go add printer, SMB 
Shared Printer, put in the user administrator and password, click on the 
refresh to see all the workgroups, workgroup shows fine, open the 
windows server workgroup and no server.  i go to a command prompt and do 
a smbclient -U bla -L server and i see a list of all shares, including 
the hidden ones and the printer i wish to print to. 

If i type the information in manually, then it adds the printer to cups 
but shows the status as stopped.


I have tried every combination of this i can think of, nothing seems to 
work.  you guys have any ideas?

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


FreeBSD and VIA K8M800 chipset

2006-02-28 Thread mnavarre
I just got a new computer with a ECS KDM800-M2 motherboard. Does anyone 
know of any problem with this chipset/motherboard? 

I've tried installing 6.0/i386 and 5.4/i386 on it with no luck. 6.0 failed 
installing from the CD with sh segfaulting in pkg_add, and then panics on 
startup when trying to mount /.

5.4 installed fine, but various things (dmesg, more, reboot) either segfault or 
bus error.

I suspect that it's got a bad stick of RAM, but I'd just like to make sure 
there's 
no known problems with this MB.

Thanks,
Matt 

___
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 have problems with SCSI CD-drives ??

2006-02-28 Thread Victor

> Probably should've said that I have no problems booting from
> all other 
> bootCDs I've tried... even windows manages to do it (which in
> itself is 
> amazing since it dislikes SCSI greatly). I never had any
> problems with 
> Linux, FreeBSD on the other hand seems to be a bit more
> nitpicking... 
> which isn't necessarily a bad thing, it's just annoying when
> you can't 
> install it easily.
> 
> 
> Rene
> 
> Derek Ragona wrote:
> > I believe it is more incompatibilities with older BIOS and
> SCSI BIOS, 
> > etc.  I have an older MB that won't boot the SCSI CD.  This
> is really 
> > problematic as the system will boot the floppies, but cannot
> after 
> > booting, find the boot device.  I have to mount the cd and
> update from 
> > the mounted cd.  Once I have the system loaded on the hard
> drive it is 
> > fine.
> >
> > I know this is of no help, just letting you know you are not
> alone.
> >
> > -Derek
> >
> >
> > At 02:01 PM 2/28/2006, Rene Brehmer wrote:
> >> I've got SCSI Plextor CD-drives in my computer (AMD Athlon
> XP-based), 
> >> and ATA harddrives. When I try to install FreeBSD 6.0
> booting from 
> >> the CDs, it stops with "Error, unable to load kernel". I
> tried first 
> >> with 6.0, then with 5.4. Interestingly the 5.4 installer
> says "Unable 
> >> to load matching kernel".
> >>
> >> I then made the install floppies, and used those to boot
> from, and 
> >> then it installed without a problem. Although the disk
> slicer did 
> >> make a few errors in the partition table, which I had to
> fix to get 
> >> Windows to work properly (did a dual-boot install).
> >>
> >> Just wondering: Does FreeBSD have an issue with SCSI CD-ROM
> drives, 
> >> or is it just the install bootup??? Need some documentation
> before I 
> >> can actually use it for anything, but atleast now I've
> figured out 
> >> how to get it on my harddrive...
> >>
> >>
> >> Rene

In my case, I have one SCSI drive and one ATAPI/IDE. I have to boot the
FreeBSD install CD from the SCSI drive, won't work and fails the same
way using the ATAPI/IDE drive. I think in my case it's because the SCSI
drive is the Secondary Master (in BIOS) and the ATAPI/IDE drive is
Secondary Slave. That might be something to check, as I'm sure FreeBSD
*will* boot from an SCSI CDROM.

HTH, Good Luck!

Victor

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


RE: elinks-0.11.1: "make install" fails

2006-02-28 Thread a
Does links support Java-script?

> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of 
> Nikolas Britton
> Sent: Tuesday, February 28, 2006 1:07 PM
> To: Kris Kennaway
> Cc: a; freebsd-questions@freebsd.org
> Subject: Re: elinks-0.11.1: "make install" fails
> 
> 
> On 2/28/06, Kris Kennaway <[EMAIL PROTECTED]> wrote:
> > On Tue, Feb 28, 2006 at 04:10:41AM -0600, Nikolas Britton wrote:
> > > On 2/28/06, a <[EMAIL PROTECTED]> wrote:
> > > > I cannot install a port elinks-0.11.1.
> > > >
> [snipped]
> > > >
> > > > Any ideas?
> > > >
> > >
> > > www/links works just fine, built and installed it yesterday.
> >
> > That's great, but he's not talking about that port anyway :-)
> >
> 
> I know that. Maybe I should have reworld it to say "Try 
> www/links, it works just fine, I built and installed it 
> yesterday.". Anyways, what can elinks do that links 2 can't?
> 
> 
> --
> BSD Podcasts @ http://bsdtalk.blogspot.com/ 
> ___
> freebsd-questions@freebsd.org mailing list 
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> 
> To unsubscribe, send any mail to 
> "[EMAIL PROTECTED]"
> 

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


Re: French accents test

2006-02-28 Thread Peter

--- Greg 'groggy' Lehey <[EMAIL PROTECTED]> wrote:

> On Monday, 27 February 2006 at  0:05:31 -0500, Peter
> wrote:
> > --- clue less <[EMAIL PROTECTED]> wrote:
> >
> >> Does the mailing list improperly strip iso-8859-1
> encoding and render it
> >> as unescaped UTF-8?
> >>   This is a test to see:  �����.
> >
> > I see the proper characters but when I reply in my
> yahoo account I get a
> > question mark in a black circle for each
> character.  This is a problem on
> > my end no doubt.
> >
> > Here is a test of my own: éàïÉ
> 
> People, please use the FreeBSD-test mailing list for
> this sort of
> thing.
> 
> In this case, though, Peter, you're using the wrong
> encoding.
> According to your message, it was ISO 8859-1.  What
> you sent looks
> more like UTF-8 (and is thus mangled).

How do I change over?  This seems to happen only when
posting using my webmail yahoo account using firefox. 
Firefox shows ISO 8859-1 in its preferences.  I know
that I have pcre installed with UTF-8 support.  Can
this be causing the problem?

--
Peter






__ 
Find your next car at http://autos.yahoo.ca
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: French accents test

2006-02-28 Thread Greg 'groggy' Lehey
On Monday, 27 February 2006 at  0:05:31 -0500, Peter wrote:
> --- clue less <[EMAIL PROTECTED]> wrote:
>
>> Does the mailing list improperly strip iso-8859-1 encoding and render it
>> as unescaped UTF-8?
>>   This is a test to see:  �����.
>
> I see the proper characters but when I reply in my yahoo account I get a
> question mark in a black circle for each character.  This is a problem on
> my end no doubt.
>
> Here is a test of my own: éàïÉ

People, please use the FreeBSD-test mailing list for this sort of
thing.

In this case, though, Peter, you're using the wrong encoding.
According to your message, it was ISO 8859-1.  What you sent looks
more like UTF-8 (and is thus mangled).

Greg
--
When replying to this message, please copy the original recipients.
If you don't, I may ignore the reply or reply to the original recipients.
For more information, see http://www.lemis.com/questions.html
See complete headers for address and phone numbers.


pgp5rdJOCO29N.pgp
Description: PGP signature


FreeNX in FreeBSD Jail

2006-02-28 Thread matthew
Has anyone had any experience running FreeNX in a FreeBSD Jail. It  
starts to
connect then goes to connection failed, I can use XDMCP from the same  
box and

everything works fine, any suggestions? Thanks in Advance.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


lam-mpi

2006-02-28 Thread Chris Petrovitch

Hello,

I am new to clustering, and am trying to install lam-mpi on a couple
of FreeBSD-6-Release boxes.
I installed it via the ports, ie.

# cd /usr/ports/net/lam7; make install clean

It compiled cleanly, but I ran into problems when I run laminfo.  I just 
segfaults, heres the

output:

$ laminfo
Segmentation fault (core dumped)

should I use /usr/ports/net/lam, (i.e., lam-mpi-6.5.9) ? Or maybe 
downgrade to 5.4-release?  I just thought I'd shoot a question out 
before I made any major changes.

thanks!

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


simple question on portupgrade

2006-02-28 Thread Robert Huff

Peter writes:

>  Secondly, I see that the features of portupgrade for
>  upward and downward recursiveness use opposite
>  lettering to that of pkg_info:
>  
>  portupgrade -R is like pkg_info -r
>  portupgrade -r is like pkg_info -R

Having been using both of these a lot recently, I'd like to
cast a strong vote for making this happen.


Robert Huff


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


Re: capturing a desktop demonstration as a movie

2006-02-28 Thread Ow Mun Heng
On Tue, 2006-02-28 at 11:49 +, freebsd wrote:
> [EMAIL PROTECTED] wrote:
> > Hi,
> > 
> > Is there somehow a tool (in the ports) to capture a (KDE-) desktop of
> > FreeBSD while doing a presentation of some kind of software to create
> > a movie of this, for example as a *.avi file?

> There is an application called wink:
> http://www.debugmode.com/wink/download.php

There's also one called xvidcap. captures screenshots and then uses
ffmpeg to put them as a movie.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


simple question on portupgrade

2006-02-28 Thread Peter
Good evening,

I am looking at the "downward recursive" option of
portupgrade.  Does this option (-R) only include the
immediate dependencies of the port in question or is
it truly recursive in the sense that it will upgrade
dependencies of dependencies as well?

Secondly, I see that the features of portupgrade for
upward and downward recursiveness use opposite
lettering to that of pkg_info:

portupgrade -R is like pkg_info -r
portupgrade -r is like pkg_info -R

Example:

# portupgrade -Rn bash

--->  Listing the results (+:done / -:ignored /
*:skipped / !:failed)
- converters/libiconv (libiconv-1.9.2_2)
- devel/gettext (gettext-0.14.5_2)
- shells/bash (bash-3.1.10)

# pkg_info -rx bash

Dependency: libiconv-1.9.2_2
Dependency: gettext-0.14.5_2

This seems pretty silly.  Am I missing something?

--
Peter






__ 
Find your next car at http://autos.yahoo.ca
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


gdm

2006-02-28 Thread RYAN M. vAN GINNEKEN
I am using the gdm interface to gnome however i also have fluxbox and kde 
installed i have tried adding files to the gdm/xsession directory but nothing 
happens

[EMAIL PROTECTED] cd /usr/X11R6/etc/gdm/Sessions/
[EMAIL PROTECTED] ls -l
total 4
-rwxr-xr-x  1 root  wheel  165 Feb 23 03:32 fluxbox
-rwxr-xr-x  1 root  wheel   95 Feb 19 04:35 kde

here are the contains of my kde file for example

#!/bin/sh
#
# /etc/gdm/Sessions/kde
#
# global kde session file -- used by gdm

exec startkde


-- 
Computer King/CaNMail

http://www.computerking.ca http://www.canmail.org

Sales, Service, and Hosting
Email, Data, and Web Packages
Ask about web design specials

Affiliates
http://www.computerking.ca/pages/links/affiliates/affiliates.htm

Maybe Computer Science should be in the College of Theology. -- R. S. Barton 

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


firefox core dump while saving a file

2006-02-28 Thread Tsu-Fan Cheng
Hi,
  I am running freebsd6.0/amd64, firefox-1.5.0.1,1. Firefox core dump while
saving a file. Does anybody have this experience?

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


Re[2]: 6.0 problems

2006-02-28 Thread Greg Goodman
Hello Chuck,

Thanks for your help we updated the bios on the Supermicro motherboard
and it fixed the problem.

Monday, February 27, 2006, 3:30:28 PM, you wrote:

CS> Greg Goodman wrote:
CS> [ ... ]
>> When freebsd6.0 boots it will hang at the part that says
>> Timecounters tick every 1.000 msec
>> 
>> The system is running a Supermicro motherboard with dual 3.2 gig Xeon cpus
>> and 2 gig ram. Also running an Adaptec raid 5 card.
>> 
>> If we boot up in safe mode it boots fine.

CS> Ah, that was a useful bit of information to mention.  Booting in safe mode
CS> disables ACPI and the APIC, which also means that SMP will not be enabled.  
You
CS> might try hunting around for an updated BIOS for the motherboard, or try
CS> tweaking the power-management/ACPI section of your BIOS.

CS> However, if you can boot a working system using safe mode, you can also try 
to
CS> use cvsup to update the system to 6.1-PRERELEASE, and see whether that works
CS> better for you.

CS> Otherwise, someone with more knowledge than I have will need to take a 
closer
CS> look; you could help this process by putting your dmesg output on a 
webserver
CS> somewhere and posting a link to it.  If you build a new kernel, you can 
include
CS> mechanisms to break to a debugger, which might prove useful in that you can 
get
CS> a backtrace showing where the kernel is wandering off when it hangs.



-- 
Best regards,
 Greg Goodman  mailto:[EMAIL PROTECTED]

  CEO 

  Fastserve Network
   http://www.fastserve.net
  (213)673-4440 ext 204
600 West 7th Street Suite 310
   Los Angeles Ca. 90017
   The Net Never Sleeps And Neither Do We  

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


Re: Shared object "libmysqlclient.so.15" not found

2006-02-28 Thread Chris

Greetings,
I had the same problem with that library just today. I pulled my hair out
with frustration trying (and failing) with portupgrade. *Until* I went to
the /usr/ports/databases/mysqlclient-directory and ran:
make deinstall

then ran:

portupgrade -fO 

That did it. I went crazy, because I tried: portupgrade -f 
which didn't fix it because the upgrade barfed when it got to the mysqlclient
part, complaining that it was already installed (isn't that what the -f option
is for?!). So I did a: setenv FORCE_PKG_INSTALL and did it again. It worked
but the application(s) still complained about the mysqlclient library. 
Eventually
I *boldly* added the O option after deinstalling the mysqlclient and 
all applications

stopped complaining about the mysqlclient library. Go figure.

Hope this helps.

--Chris


Quoting [EMAIL PROTECTED]:


Did you compile this from ports or by hand ? Some ports have options and
for some reason some dont pop the options you ask for when doing
-WITH_BLAH or -DWITH_BLAH so i would go where it says +-CONFIGURE_ARGS=
and add the options to enable mysql in pure-ftpd


I am seeing two different but related errors and I'm trying to figure out
how to fix them. At bootup:

/libexec/ld-elf.so.1: Shared object "libmysqlclient.so.15" not found,
required by "pure-ftpd"

and while running:

Feb 27 18:06:28 www postfix/smtpd[874]: unable to dlopen /usr/local/lib/s
asl2/libsql.so: Shared object "libmysqlclient.so.15" not found, required
by "libsql.so"

I checked the obvious
ls -l /usr/local/lib/mysql/libmysqlclient.so.15 -rwxr-xr-x  1 root  wheel
417578 Feb 27 17:37 /usr/local/lib/mysql/libmysqlclient.so.15

ls -l /usr/local/lib/sasl2/libsql.so lrwxr-xr-x  1 root  wheel  11 Feb 27
17:49 /usr/local/lib/sasl2/libsql.so -> libsql.so.2

ls -l /usr/local/lib/sasl2/libsql.so.2 -rwxr-xr-x  1 root  wheel  20693
Feb 27 17:49 /usr/local/lib/sasl2/libsql.so.2

So they exist but I'm at a loss for how to fix this.



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






This message was sent using IMP, the Internet Messaging Program.

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


Re: Can't seem to boot from 6.0-RELEASE

2006-02-28 Thread Alex Mayfield

Nikolas Britton wrote:

On 2/24/06, Alex Zbyslaw <[EMAIL PROTECTED]> wrote:

Alex Mayfield wrote:


I have tried both the 6.1 and 5.4 CD's, both of them bombing at the
exact same point the 6.0 boot failed.  I'll try 5.5 sometime tomorrow,
though I kinda doubt it would make a difference.  Is there anything
else I can try?

If 6.1 and 5.4 fail then it seems really likely that 5.5 will fail too.
In your shoes I would start changing BIOS options one at a time -
anything that might have an effect like ACPI, memory holes, making sure
plug 'n' play is off.  I'm no expert on that kind of thing.  If no-one
here has any better ideas then you could also try re-posting on the
freebsd-hardware list and see if anyone there can help.  You could also
check that there is no newer BIOS for the mobo.



Your mainboard has two primary models and also goes by other names:
755FXK8AA-8EKRS: a.k.a. K8S755FXA-8EKRS
http://www.foxconnchannel.com/productsDownload_motherboard2.cfm?pMotherboard=755FXK8AA-8EKRS%3Cbr%3EAlso%20known%20as%20K8S755FXA-8EKRS

755FXK8AA-ERS: a.k.a. K8S755FXA-6ELRS, a.k.a K8S755FXA-ERS
http://www.foxconnchannel.com/productsDownload_motherboard2.cfm?pMotherboard=755FXK8AA-ERS%3Cbr%3EAlso%20known%20as%20K8S755FXA-6ELRS%3Cbr%3EAlso%20known%20as%20K8S755FXA-ERS

Flash the BIOS with the newest version and try FreeBSD.



I had the latest version.  However...



Next, Use "Load Fail-Safe Defaults" and try FreeBSD.



This worked.  It booted fine, I got FreeBSD set up, X set up, some 
programs set up and sound working after going back into the BIOS and 
turning sound and USB and other vital stuff back on.  I'm only running 
into a few problems, such as my BIOS complaining every time I run the 
bootloader about the MBR changing, and the fact that I have to use ESC 
instead of ALT to change windows in irssi.  But nothing I can't figure 
out on my own.  Thank you all for your help.


-Alex

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


Re: System Burn In

2006-02-28 Thread Kris Kennaway
On Tue, Feb 28, 2006 at 06:09:17PM -0600, Nikolas Britton wrote:
> On 2/28/06, Don O'Neil <[EMAIL PROTECTED]> wrote:
> > What is the best way to 'burn in' or 'stress test' a new system w/ FreeBSD?
> > I'd like to stress test the CPU, Memory, Disk, etc.. To make sure the
> > hardware is 100% good before putting it in production.
> >
> 
> Maybe try http://www.holm.cc/stress/ but this would be like
> forkbombing.  If the system locks it may be a kernel problem, not be a
> hardware problem.

This is a bit hardcore, because as you note it sometimes finds kernel
bugs so it's not going to be easy to identify the cause of problems.

Kris

pgpu9NAImSKzp.pgp
Description: PGP signature


Re: System Burn In

2006-02-28 Thread Nikolas Britton
On 2/28/06, Don O'Neil <[EMAIL PROTECTED]> wrote:
> What is the best way to 'burn in' or 'stress test' a new system w/ FreeBSD?
> I'd like to stress test the CPU, Memory, Disk, etc.. To make sure the
> hardware is 100% good before putting it in production.
>

Maybe try http://www.holm.cc/stress/ but this would be like
forkbombing.  If the system locks it may be a kernel problem, not be a
hardware problem.

Check out UBCD, just type it into google.

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


Re: adding a *.wav or *mp3 file to my HTML

2006-02-28 Thread Robert Huff

Robert Uzzi writes:

>  There can be lots of ways to do this but generally sounds are
>  considered a nusance no matter what you do,

It's not the sound most object to, it's the _mandatory_ sound.
If you (generic) sitck a nice [Play sound] link/button in there and
give people a choice, there will be many fewer praying for your
karma to balance in the next five seconds 


Robert Huff


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


Re: adding a *.wav or *mp3 file to my HTML

2006-02-28 Thread Gary Kline
On Tue, Feb 28, 2006 at 10:54:58PM +0100, Daniel A. wrote:
> On 2/28/06, Gary Kline <[EMAIL PROTECTED]> wrote:
> > Folks,
> >
> > This is for the advanced HTML people out there, or anyone
> > who knows about audio+HTML.  I have a brief (10-sec) wav
> > file that I would like to add to one html/php page.
> > If people do not have audio (say, xmms or realplayer),
> > I don't want to nag them.  The audio isn't critical,
> > but I think it's a nice touch.
> >
> > One: how can I add this snd.wav to html? andor php?
> > Two: since it takes N secs to pull over the wav file,
> > is there a way to translate it to (say) 32k MP3?
> > And, again, how would I add this to my HTML/php
> > page without nagging my readers?
> >
> > thanks for any pointers
> >
> > gary
> OH FOR GODS SAKE DO NOT ADD AUDIO TO YOUR WEBSITE!
> Please! I BEG YOU!
> Websites with sound are the kind of websites I never visit again. I
> think that I speak for many of us, when I say that I dont WANT to hear
> your mp3 file when I visit your website. I am already listening to the
> music I love wholeheartedly, and I dont want your website to ruin the
> greatest guitar solo in the world. Why do you ruin my guitar solo?
> Why!?
> 
> Suggestion: If you are going to add the sound file despite my plea, I
> recommend you that you create a warning page first (Like porn sites
> have) which says "WARNING: ANNOYING EMBEDDED AUDIO INSIDE", just so I
> am warned.
> 

Yeah, this is something I've been considering.  It's also why
I've kept my Jottings pages simple text.  Do I want to add something
like birds-a-twittering (or <>) and ruin my CD that's
playing?  This is probably why most audio sites have click-on
graphics when the user is ready to listen.

Thanks for everyones' replies. 

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

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


RE: Help Sun Blade 1000

2006-02-28 Thread Frank Jahnke
FreeBSD does not run on the UltraSprac III processor.  The US II is fine
(4m in the lingo), but that is not what you have.  There is also no port
for Java for the 4m, if this is important to you.

Stick with Solaris.  If it is anything like the usual Sparc machine, go
to the OBP (from the remote console, that is "stop-A" or ctl-F6-Break in
Hyperterminal, if you use that) and that gets you to the OBP prompt.
Usually "boot cdrom" works.  There is a host of information on the OBP
on the web that I'd suggest you look at.

You may also consider resetting the OBP to its factory defaults.  Then
is should boot off the CDRom, usually after you try the disk and the
network.  You may have to relabel your disks.

Frank

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


aolynk xd814 adsl router

2006-02-28 Thread Robert Cvengros

plz help me
i tried to find aolynk xd814 adsl router (freebsd 6 release) drivers.
but i did not find any.unuckily.
are there any?
thx guys.
bye
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Is gd library in the ports collection.

2006-02-28 Thread James Long
> Date: Tue, 28 Feb 2006 10:19:35 -0500
> From: "fbsd_user" <[EMAIL PROTECTED]>
> Subject: Is gd library in the  ports collection.
> To: "[EMAIL PROTECTED] ORG" 
> Message-ID: <[EMAIL PROTECTED]>
> Content-Type: text/plain; charset="iso-8859-1"
> 
> I have reviewed the ports list for a port called gd and could 
> not tell from the names if any were the gd library 
> talked about here. http://www.boutell.com/gd/
> 
> Can any one point me to the correct port name if its really 
> in the ports collection.

A quick run of 

cd /usr/ports && make search key=gd- | less

would have turned up:

Port:   gd-2.0.33_3,1
Path:   /usr/ports/graphics/gd
Info:   A graphics library for fast creation of images
Maint:  [EMAIL PROTECTED]
B-deps: freetype2-2.1.10_1 jpeg-6b_3 pkgconfig-0.19 png-1.2.8_2
R-deps: freetype2-2.1.10_1 jpeg-6b_3 pkgconfig-0.19 png-1.2.8_2
WWW:http://www.boutell.com/gd/



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


Re: System Burn In

2006-02-28 Thread Pol Hallen
> What is the best way to 'burn in' or 'stress test' a new system w/ FreeBSD?
> I'd like to stress test the CPU, Memory, Disk, etc.. To make sure the
> hardware is 100% good before putting it in production.
look4 in /usr/ports/benchmark

forkbomb, etc.

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


Re: System Burn In

2006-02-28 Thread luke
>
> At 02:27 PM 2/28/2006, Don O'Neil wrote:
> >What is the best way to 'burn in' or 'stress test' a new system w/
> FreeBSD?
> >I'd like to stress test the CPU, Memory, Disk, etc.. To make sure the
> >hardware is 100% good before putting it in production.


a good test of network, motherboard, cpu, memory, and limited hard drive is
to
build world from scratch. if this completes successfully, you can be fairly
sure
everything is working properly.

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


Re: adding a *.wav or *mp3 file to my HTML

2006-02-28 Thread Daniel A.
On 2/28/06, Gary Kline <[EMAIL PROTECTED]> wrote:
> Folks,
>
> This is for the advanced HTML people out there, or anyone
> who knows about audio+HTML.  I have a brief (10-sec) wav
> file that I would like to add to one html/php page.
> If people do not have audio (say, xmms or realplayer),
> I don't want to nag them.  The audio isn't critical,
> but I think it's a nice touch.
>
> One: how can I add this snd.wav to html? andor php?
> Two: since it takes N secs to pull over the wav file,
> is there a way to translate it to (say) 32k MP3?
> And, again, how would I add this to my HTML/php
> page without nagging my readers?
>
> thanks for any pointers
>
> gary
OH FOR GODS SAKE DO NOT ADD AUDIO TO YOUR WEBSITE!
Please! I BEG YOU!
Websites with sound are the kind of websites I never visit again. I
think that I speak for many of us, when I say that I dont WANT to hear
your mp3 file when I visit your website. I am already listening to the
music I love wholeheartedly, and I dont want your website to ruin the
greatest guitar solo in the world. Why do you ruin my guitar solo?
Why!?

Suggestion: If you are going to add the sound file despite my plea, I
recommend you that you create a warning page first (Like porn sites
have) which says "WARNING: ANNOYING EMBEDDED AUDIO INSIDE", just so I
am warned.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: AMD64 and NPX

2006-02-28 Thread Kris Kennaway
On Tue, Feb 28, 2006 at 05:35:27PM -0300, cdsinf wrote:

> Is device npx not needed on a kernel built for FreeBSD 6 AMD64?

That is correct.  It's an i386 thing.

Kris


pgpemQyHRusB1.pgp
Description: PGP signature


Re: System Burn In

2006-02-28 Thread Kris Kennaway
On Tue, Feb 28, 2006 at 12:27:07PM -0800, Don O'Neil wrote:
> What is the best way to 'burn in' or 'stress test' a new system w/ FreeBSD?
> I'd like to stress test the CPU, Memory, Disk, etc.. To make sure the
> hardware is 100% good before putting it in production.

Doing something like a buildworld -j64 loop (if you have enough
memory, otherwise reduce -j level to avoid swapping) is going to
exercise your system a fair bit.

Kris


pgplvFNsTpJ3a.pgp
Description: PGP signature


Re: Does FreeBSD have problems with SCSI CD-drives ??

2006-02-28 Thread luke
check to see if the drivers for your scsi card are in the default kernel on
the cd. it could be that the bios sees the cdrom and boots to it, but the
kernel on the cd doesn't support your card, in which case it wouldn't see
anything on the cd. if the card isn't supported, compile a kernel with
support and boot from it.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: SSHD working in a funky fashion

2006-02-28 Thread luke
my initial guess is that your firewall is blocking ssh traffic, tcp port 22,
on the interface you're trying to log in on. double check your firewall
rules and make sure it's explicitly allowed
___
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 have problems with SCSI CD-drives ??

2006-02-28 Thread Rene Brehmer
Probably should've said that I have no problems booting from all other 
bootCDs I've tried... even windows manages to do it (which in itself is 
amazing since it dislikes SCSI greatly). I never had any problems with 
Linux, FreeBSD on the other hand seems to be a bit more nitpicking... 
which isn't necessarily a bad thing, it's just annoying when you can't 
install it easily.



Rene

Derek Ragona wrote:
I believe it is more incompatibilities with older BIOS and SCSI BIOS, 
etc.  I have an older MB that won't boot the SCSI CD.  This is really 
problematic as the system will boot the floppies, but cannot after 
booting, find the boot device.  I have to mount the cd and update from 
the mounted cd.  Once I have the system loaded on the hard drive it is 
fine.


I know this is of no help, just letting you know you are not alone.

-Derek


At 02:01 PM 2/28/2006, Rene Brehmer wrote:
I've got SCSI Plextor CD-drives in my computer (AMD Athlon XP-based), 
and ATA harddrives. When I try to install FreeBSD 6.0 booting from 
the CDs, it stops with "Error, unable to load kernel". I tried first 
with 6.0, then with 5.4. Interestingly the 5.4 installer says "Unable 
to load matching kernel".


I then made the install floppies, and used those to boot from, and 
then it installed without a problem. Although the disk slicer did 
make a few errors in the partition table, which I had to fix to get 
Windows to work properly (did a dual-boot install).


Just wondering: Does FreeBSD have an issue with SCSI CD-ROM drives, 
or is it just the install bootup??? Need some documentation before I 
can actually use it for anything, but atleast now I've figured out 
how to get it on my harddrive...



Rene

--
Rene Brehmer
aka Metalbunny

We have nothing to fear from free speech and free information on the 
Internet but pop-up advertising!


http://metalbunny.net/
References, tools, and other useful stuff...

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



--
Rene Brehmer
aka Metalbunny

We have nothing to fear from free speech and free information on the 
Internet but pop-up advertising!


http://metalbunny.net/
References, tools, and other useful stuff...

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


AMD64 and NPX

2006-02-28 Thread cdsinf
Hi,

maybe it´s a stupid question, but this is my first time with FreeBSD 6 on AMD64.
Why can´t a make device npx work with my custom kernel? I´ve done it several 
times when using Intel I386. I´ve noticed it doesn´t exist on GENERIC or NOTES, 
but I couldn´t find why.
I get 

config: Error: device "npx" is unknown

The only information I could obtain said that my system wouldn´t even boot if 
device npx wasn´t in my configuration file. And the handbook says it´s 
mandatory.
Well, it does work, and all seems ok. Is device npx not needed on a kernel 
built for FreeBSD 6 AMD64?

Thanks,

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


Re: System Burn In

2006-02-28 Thread Derek Ragona
The motherboard manufacturer's usually have stress tests in their 
diagnostics.  These usually run outside any OS, meaning you boot the 
diagnostics.  Run them for a couple days continuously to show any issues 
that may occur.


-Derek

At 02:27 PM 2/28/2006, Don O'Neil wrote:

What is the best way to 'burn in' or 'stress test' a new system w/ FreeBSD?
I'd like to stress test the CPU, Memory, Disk, etc.. To make sure the
hardware is 100% good before putting it in production.

Thanks!

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

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


Re: I could not run this script in /etc/crontab

2006-02-28 Thread Derek Ragona
Check your script for and use full pathnames for commands, cron doesn't 
guarantee you will have a path or any environment variables you don't set 
in your script.


-Derek


At 02:15 PM 2/28/2006, Halid Faith wrote:

Hello

I have a script.
I can run it without a problem as root manually.
But I have a problem
I could not run this script in /etc/crontab as below;

*/1 *   *   *   *   root/root/thescript

What should I do ?



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


System Burn In

2006-02-28 Thread Don O'Neil
What is the best way to 'burn in' or 'stress test' a new system w/ FreeBSD?
I'd like to stress test the CPU, Memory, Disk, etc.. To make sure the
hardware is 100% good before putting it in production.

Thanks!

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


Re: Replacing broken drive on RocketRaid 1520 SATA RAID controller

2006-02-28 Thread Björn König

N3TW4LK3R schrieb:


The one I'm having trouble with right now only has 3 options in its BIOS:
Create Array, Delete Array, Set Boot Disk. That's it :(


I had a 1520 too and as far as I can remember the controller BIOS asks 
for rebuilding a broken array automatically on boot.


Unfortunately I can't help with the current problem because I used the 
controller with Highpoint's binary-only driver that let the array appear 
as da0 instead of ar0. I used Highpoint's management software to rebuild 
 an array on-the-fly, but I think this won't work as long as you don't 
use this driver.


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


Re: Does FreeBSD have problems with SCSI CD-drives ??

2006-02-28 Thread Derek Ragona
I believe it is more incompatibilities with older BIOS and SCSI BIOS, 
etc.  I have an older MB that won't boot the SCSI CD.  This is really 
problematic as the system will boot the floppies, but cannot after booting, 
find the boot device.  I have to mount the cd and update from the mounted 
cd.  Once I have the system loaded on the hard drive it is fine.


I know this is of no help, just letting you know you are not alone.

-Derek


At 02:01 PM 2/28/2006, Rene Brehmer wrote:
I've got SCSI Plextor CD-drives in my computer (AMD Athlon XP-based), and 
ATA harddrives. When I try to install FreeBSD 6.0 booting from the CDs, it 
stops with "Error, unable to load kernel". I tried first with 6.0, then 
with 5.4. Interestingly the 5.4 installer says "Unable to load matching 
kernel".


I then made the install floppies, and used those to boot from, and then it 
installed without a problem. Although the disk slicer did make a few 
errors in the partition table, which I had to fix to get Windows to work 
properly (did a dual-boot install).


Just wondering: Does FreeBSD have an issue with SCSI CD-ROM drives, or is 
it just the install bootup??? Need some documentation before I can 
actually use it for anything, but atleast now I've figured out how to get 
it on my harddrive...



Rene

--
Rene Brehmer
aka Metalbunny

We have nothing to fear from free speech and free information on the 
Internet but pop-up advertising!


http://metalbunny.net/
References, tools, and other useful stuff...

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


I could not run this script in /etc/crontab

2006-02-28 Thread Halid Faith
Hello

I have a script.
I can run it without a problem as root manually.
But I have a problem 
I could not run this script in /etc/crontab as below;

*/1 *   *   *   *   root/root/thescript

What should I do ?
 


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


Re: Haven't been able to make world in about a year

2006-02-28 Thread Donald J. O'Neill
On Tuesday 28 February 2006 13:17, Kris Kennaway wrote:
>
> OK, but you were still confused, because mergemaster doesn't need a
> populated /usr/obj to do its thing (only a source tree).  You can run
> it at any time, before during or after your buildworld.
>

Well, I learned something new then. Thank you.


> > make kernel KERNCONF=YOUR_KERNEL_HERE   [8]
> > [1]
> >  [3]
> > mergemaster -p  [5]
> > make installworld
> > make delete-old
> > mergemaster -i  [4]
> > 
> >
> > I just don't see where it says "make installkernel
> > KERNCONF=YOUR_KERNEL. It used to. That's where I got my original
> > procedure from as the handbook at the time was somewhat confusing.
> > Now the procedure in the handbook is better.
>
> 'make kernel' = 'make buildkernel' + 'make installkernel'
>
> Kris

OK, I can see that I totally about different make targets and just read 
that as being half a step - reading it as really being 'make 
buildkernel'. However, the 'make buildkernal' 'install kernel' steps 
are more explicit and I prefer that. Possibly I looked on it as similar 
to 'make world'. Maybe that's why I never said anything about it in the 
past. 

Thank you again.

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


Does FreeBSD have problems with SCSI CD-drives ??

2006-02-28 Thread Rene Brehmer
I've got SCSI Plextor CD-drives in my computer (AMD Athlon XP-based), 
and ATA harddrives. When I try to install FreeBSD 6.0 booting from the 
CDs, it stops with "Error, unable to load kernel". I tried first with 
6.0, then with 5.4. Interestingly the 5.4 installer says "Unable to load 
matching kernel".


I then made the install floppies, and used those to boot from, and then 
it installed without a problem. Although the disk slicer did make a few 
errors in the partition table, which I had to fix to get Windows to work 
properly (did a dual-boot install).


Just wondering: Does FreeBSD have an issue with SCSI CD-ROM drives, or 
is it just the install bootup??? Need some documentation before I can 
actually use it for anything, but atleast now I've figured out how to 
get it on my harddrive...



Rene

--
Rene Brehmer
aka Metalbunny

We have nothing to fear from free speech and free information on the 
Internet but pop-up advertising!


http://metalbunny.net/
References, tools, and other useful stuff...

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


Re: swap_pager

2006-02-28 Thread Kris Kennaway
On Tue, Feb 28, 2006 at 04:16:41PM +0100, [EMAIL PROTECTED] wrote:
> I am running FreeBSD 5.4 in VMware using USB 1.1 external HDD as a disk, 
> which means quite slow I/O. It works fine for my needs, I only get
> 
> swap_pager: indefinite wait buffer: device: da0s1f, blkno: xxx, size: xxx
> 
> when performing heavy operations, such as rsync of a 1 GB database dump 
> file.
> 
> All references to the problem I found point out hardware failure. Could, 
> however, the problem be simply that the I/O does not manage to let the 
> request go through within the 20 seconds wait time and that the hardware 
> is OK (apart from the fact that I/O is slow? And - is this message just 
> a notice, or does it mean that I get data corruption?

Yes, it just means "operation did not complete within the arbitrarily
chosen time period", and by itself it doesn't mean there exists any
further problem.  If the operation didn't complete because the drive
threw it away, has bad blocks, etc, that would be a problem.  In your
case it's likely to just be the slow disk.

Kris


pgprPrvCyhTFD.pgp
Description: PGP signature


Re: shared irqs and freebsd

2006-02-28 Thread Derek Ragona
Shared irq's are a hardware and motherboard issue, not a operating system 
issue.  You have to be able to setup your hardware NOT to use shared IRQ's 
if you can.


This has been a problem on PC's since the first IBM PC rolled out, and 
still continues today.  That is why special multiport cards were created to 
manage multiple resources on a single card/interrupt.  In the dark ages 
that meant multiple port serial cards to run terminals on, etc.


-Derek


At 10:29 AM 2/28/2006, gahn wrote:

Hi:

How goes FreeBSD deal with shared irqs? Looks like
FreeBSD could only work with two nic's (the same exact
type).

I am running 5.4 and trying to install three or four
cards (the same exact type) in one machine.

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

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


Re: Help Sun Blade 1000

2006-02-28 Thread Derek Ragona
Sparcs are a bit different.  A sparc will boot from tape, CD-ROM, net, 
floppy, hard drive, pretty much and device.  However, you have to boot from 
the right record or slice, etc on the media.  Setting the boot device in 
the prom won't guarantee a boot from that device, only that it will try 
that device as the default.


Sparcs are fussy about what they will boot, you can try booting right from 
the prom.  If you have the ok prompt you can type

boot cdrom

You get more control in the prom's old mode where you can type
b sd(0,6,0)
to boot from a SCSI CD at id 6

As I said the sparcs are fussy, and may not boot if your cd is not burned 
correctly (depending on what software you used to make the image.)


You can google for more information on booting the sparc, there are other 
UNIX's that do boot on these, so I know it should be possible.  You may 
have to keep trying.


-Derek


At 09:41 AM 2/28/2006, Scott Einuis wrote:

Hi People,

I've been using FreeSBD for years on x386 machines, and just yesterday
someone gave me a Sun Blade (Ultra-Sparc III) machine with an external SCSI
CD-ROM.  It has Solaris 8 pre-installed.

My questions are..

Should I keep Solaris 8 or install FreeBSD?

And

Since I tried to install FreeBSD already and failed, how do I get the Sun
Machine to boot from the CD I created for SPARC boot only?

I tried using the eeprom command and changing the boot device to "cdrom" and
and I also tried the init 0 thing however when I probe-scsi nothing comes
up.

Any help would be appreciated.

Thanks



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

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


Re: Haven't been able to make world in about a year

2006-02-28 Thread Kris Kennaway
On Tue, Feb 28, 2006 at 10:30:16AM -0600, Donald J. O'Neill wrote:

> > > Could you explain the logic of running mergemaster -p, when you
> > > have nothing to run it on. /usr/obj was blown away at the beginning
> > > of the buildworld sequence. What are you going to check at that
> > > point? Please take a look at the handbook for the sequence that
> > > things should occur in. I would say look at /usr/src/UPDATING, but
> > > their sequence doesn't include installing the kernel anymore.
> >
> > He means to run mergemaster -p before make installworld, as in the
> > instructions quoted at the top of this email and in
> > /usr/src/UPDATING. Also, the documented sequence *does* include
> > installing the kernel, so I don't know what you mean there either.
> >
> > Kris
> 
> He may mean that, but it's not what he said. I went by what he said.

OK, but you were still confused, because mergemaster doesn't need a
populated /usr/obj to do its thing (only a source tree).  You can run
it at any time, before during or after your buildworld.

>   make kernel KERNCONF=YOUR_KERNEL_HERE   [8]
>   [1]
>[3]
>   mergemaster -p  [5]
>   make installworld
>   make delete-old
>   mergemaster -i  [4]
>   
> 
> I just don't see where it says "make installkernel KERNCONF=YOUR_KERNEL. 
> It used to. That's where I got my original procedure from as the 
> handbook at the time was somewhat confusing. Now the procedure in the 
> handbook is better.

'make kernel' = 'make buildkernel' + 'make installkernel'

Kris

pgpOBNb7fF3jG.pgp
Description: PGP signature


Help with PHP eregi alnum if statement

2006-02-28 Thread fbsd_user
I am trying to test the login id entered from a form.
Checking that the contents are upper or lower case alpha or numeric
0-9
plus the special characters - dash and # pound sign

Code:

if(eregi("([[:alnum:]\#\-]+)", $loginid))
  { print("loginid is alnum"); } else { print("loginid is not
alnum");  }



I get the message "loginid is alnum" no matter what I enter to test.

What is wrong with the statement syntax that it don’t work
correctly?

Thanks for your help

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


Re: adding a *.wav or *mp3 file to my HTML

2006-02-28 Thread Robert Uzzi
>   One: how can I add this snd.wav to html? andor php?
>   Two: since it takes N secs to pull over the wav file,
>   is there a way to translate it to (say) 32k MP3?
>   And, again, how would I add this to my HTML/php
>   page without nagging my readers?
>

There can be lots of ways to do this but generally sounds are considered a
nusance no matter what you do, but if you insist you can do something like
this.

http://www.someplace.com/snd.wav"; volume="30%" hidden="true"
autostart="true">

Google will be your friend on this quest.

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


Re: Replacing broken drive on RocketRaid 1520 SATA RAID controller

2006-02-28 Thread N3TW4LK3R
That would be nice, if it were possible!
I am using several more RocketRaid cards here (parrallel ATA), some appear
to have an extended BIOS that supports array rebuilding, some have only a
basic-BIOS

The one I'm having trouble with right now only has 3 options in its BIOS:
Create Array, Delete Array, Set Boot Disk. That's it :(

I think you have to rebuild it from the BIOS on the
> highpoint card.
>
> Ted
>
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:
> [EMAIL PROTECTED] Behalf Of N3TW4LK3R
> Sent: Monday, February 27, 2006 8:35 AM
> To: freebsd-questions@freebsd.org
> Subject: Replacing broken drive on RocketRaid 1520 SATA RAID controller
>
>
>
> hi,
>
> I'm running 5.4-RELEASE on a server with a Highpoint RocketRAID 1520
> controller. Recently one of the drives failed, but the system
> kept running,
> which is nice.
> Now, however, I'm trying to replace the drive with a new
>
> (almost identical)
> one:
>
> after plugging in the drive:
>
> # atacontrol status ar0
> ar0: ATA RAID1 subdisks: ad4 status: DEGRADED
>
> ok, that's normal
>
> # atacontrol list
> ATA channel 0:
>Master:  no device present
>
>Slave:   no device present
> ATA channel 1:
>Master:  no device present
>Slave:   no device present
> ATA channel 2:
>Master:  ad4  Serial ATA v1.0
>Slave:   no device present
>
> ATA channel 3:
>Master:  ad6  Serial ATA v1.0
>Slave:   no device present
>
> Nice, so the drive is properly connected.
>
> # atacontrol addspare ar0 ad6
> atacontrol: ioctl(ATARAIDADDSPARE): Device not configured
>
>
> damn :(
>
> I read here:
> http://lists.freebsd.org/pipermail/freebsd-current/2004-October/
>
> 041896.html
> that i should try # atacontrol addspare 0 ad6 but the result is identical
> :(
>
> I also tried attaching and detaching ad6, overwriting the first blocks of
> the drive with zero's, without success.
>
>
> any ideas?
> ___
> freebsd-questions@freebsd.org mailing list
>
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "[EMAIL PROTECTED]"
>
>
> --
> No virus found in this incoming message.
> Checked by AVG Free Edition.
> Version: 7.1.375 / Virus Database: 268.1.0/269 - Release Date: 2/24/2006
>
>
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


adding a *.wav or *mp3 file to my HTML

2006-02-28 Thread Gary Kline
Folks,

This is for the advanced HTML people out there, or anyone
who knows about audio+HTML.  I have a brief (10-sec) wav
file that I would like to add to one html/php page.
If people do not have audio (say, xmms or realplayer),
I don't want to nag them.  The audio isn't critical, 
but I think it's a nice touch.

One: how can I add this snd.wav to html? andor php?
Two: since it takes N secs to pull over the wav file,
is there a way to translate it to (say) 32k MP3?
And, again, how would I add this to my HTML/php
page without nagging my readers?

thanks for any pointers

gary



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

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


RE: Snapshots - can we use is for cloning disk(full restore to a newhard disk)

2006-02-28 Thread Gayn Winters
> [mailto:[EMAIL PROTECTED] On Behalf Of 
> Iantcho Vassilev
> Sent: Tuesday, February 28, 2006 2:46 AM
> To: FreeBSD Questions
> Subject: Snapshots - can we use is for cloning disk(full 
> restore to a newhard disk)

> Guys, i searched the web and the mailing lists about this 
> topic,but i really didn`t find any interesting thing..
> Can i use the snapshots for full restore and if yes how can 
> we do that?
> 
> The part that everyone is referring to the snapshots is the 
> fcsk you can run
> on it while the filesystem is working also..

You ought to be able to clone a partition from a snapshot via backup
(from the snapshot) | restore (to another disk).  Doing this for every
partition should clone the FreeBSD system as of the snapshot.  I've
never tried it, however, and I'd be interested in hearing from someone
who has done it successfully.

-gayn

Bristol Systems Inc.
714/532-6776
www.bristolsystems.com 


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


AFS in FreeBSD 5.4 or 6

2006-02-28 Thread Craig Ryhorchuk

Hello,

 I am looking for specific instructions on installing, maintaining and 
using AFS with FreeBSD 5.4 or 6.
I want to set up one or more servers and make them available to clients 
running whatever O/S.
I think Arla has the client side covered if necessary, but all I can find 
for server-side is a downloadable
instruction-free bundle for 6.0 on the OpenAFS site.  There are specific 
instructions for other supported O/Ss but none for FreeBSD.
I have Googled and searched; not exhaustively I hope.  There has to be 
something out there.



Thanks in advance.


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


Re: limiting brute force attacks

2006-02-28 Thread Philip Hallstrom

I've seen some efforts from the netfilter community on Linux to provide a
means to limit brute-force attacks via firewall rules. Can anyone suggest a
way to do the same on FreeBSD?

I'm primarily interested in limiting attacks on sshd. I already use RSA auth,
but I like defense-in-depth.


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


Re: limiting brute force attacks

2006-02-28 Thread [EMAIL PROTECTED]

Karol Kwiatkowski wrote:

Michael P. Soulier wrote:

Hey people,

I've seen some efforts from the netfilter community on Linux to provide a
means to limit brute-force attacks via firewall rules. Can anyone suggest a
way to do the same on FreeBSD? 


I'm primarily interested in limiting attacks on sshd. I already use RSA auth,
but I like defense-in-depth. 


Hi Michael,

you can use pf firewall (probably others, too) to limit/refuse
incoming connections. Have a look at Niki Denev's post @stable:

http://lists.freebsd.org/pipermail/freebsd-stable/2006-February/022616.html

Regards,

Karol


And maybe you would care to look at the archive
where this question has been asked and answered many times.

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


Re: Haven't been able to make world in about a year

2006-02-28 Thread Giorgos Keramidas
On 2006-02-28 10:36, "Donald J. O'Neill" <[EMAIL PROTECTED]> wrote:
>On Tuesday 28 February 2006 09:02, Giorgos Keramidas wrote:
>>On 2006-02-28 09:52, Kris Kennaway <[EMAIL PROTECTED]> wrote:
>>> He means to run mergemaster -p before make installworld, as in the
>>> instructions quoted at the top of this email and in
>>> /usr/src/UPDATING. Also, the documented sequence *does* include
>>> installing the kernel, so I don't know what you mean there either.
>>
>> Yes, thanks Kris.
>>
>> Sorry for the buildworld/installworld confusion.  I meant right
>> before 'make installworld'.
>
> I knew where to do it, I hoped you did, but the OP might not
> and try to do it where you said.

Agreed.

> I agree with you on running a script. What I told the OP to do
> was run script and do things inside there. After I sent my
> response off, I took another look at what Kristian had written
> and decided I misunderstood what you had said. Sorry, I agree
> with you to not run it in a script, however, I do think he
> should run the program 'script' and do things from there, to at
> least have something to refer to when things go wrong. They
> will go wrong.

Yes, you're right about using the script(1) utility.  I usually
run builds either inside script(1) sessions, or with something to
the effect of:

env MAKEOBJDIRPREFIX=/big/obj \
make buildworld buildkernel 2>&1 | tee logfile

which is more or less the same.

Your step-by-step explanation in the previous post was nice :)

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


RE: shared irqs and freebsd

2006-02-28 Thread fbsd_user
I had problem with my 2 NIC stepping on each other's IRQs.
I fixed the problem by doing two things.
I went into the bios setup and disabled sio1 and sio2 to release
their irqs
and also turned off the bios plug-n-play option.
My motherboard also had an option for type of operating system was
to run,
I selected non-windows option.

Then I moved the NIC cards around in different slots on the mother
board
until the boot bios summary screen showed me each NIC had its own
IRQ.

Worked for me.  Good luck.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of gahn
Sent: Tuesday, February 28, 2006 11:29 AM
To: freebsd general questions
Subject: shared irqs and freebsd


Hi:

How goes FreeBSD deal with shared irqs? Looks like
FreeBSD could only work with two nic's (the same exact
type).

I am running 5.4 and trying to install three or four
cards (the same exact type) in one machine.

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

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


Re: Haven't been able to make world in about a year

2006-02-28 Thread Donald J. O'Neill
On Tuesday 28 February 2006 09:02, Giorgos Keramidas wrote:
> On 2006-02-28 08:48, "Donald J. O'Neill" <[EMAIL PROTECTED]> 
wrote:
> > On Tuesday 28 February 2006 05:46, Giorgos Keramidas wrote:
> > > Until you are satisfied that everything works without any
> > > problems at all, please don't use scripts to run the builds.
> > >
> > > For instance, your script above lacks a call to ``mergemaster
> > > -p'' before the ``make buildworld'' step, which may be necessary.
> >
> > That's a call to 'script' to run, telling it where to put the
> > resulting text file. While it is running, commands are given and
> > executed. Later, if something goes wrong, or you saw something you
> > want to check on, you have a record of what happened that you can
> > look at, and pass on to others, if needed.
> >
> > Could you explain the logic of running mergemaster -p, when you
> > have nothing to run it on. /usr/obj was blown away at the beginning
> > of the buildworld sequence. What are you going to check at that
> > point? Please take a look at the handbook for the sequence that
> > things should occur in. I would say look at /usr/src/UPDATING, but
> > their sequence doesn't include installing the kernel anymore.
>
> On 2006-02-28 09:52, Kris Kennaway <[EMAIL PROTECTED]> wrote:
> > He means to run mergemaster -p before make installworld, as in the
> > instructions quoted at the top of this email and in
> > /usr/src/UPDATING. Also, the documented sequence *does* include
> > installing the kernel, so I don't know what you mean there either.
>
> Yes, thanks Kris.
>
> Sorry for the buildworld/installworld confusion.  I meant right
> before 'make installworld'.
>
> There are cases where 'installworld' will try to chown files to a
> newly added system account (i.e. `_dhcp'), but will fail, leaving a
> half-installed system if you don't run ``mergemaster -p'' before
> ``installworld''.
>
> This is why I suggested *avoiding* a scripted, unattended build and
> install cycle, until the OP who started this thread is comfortable
> that his builds and installs are indeed going to succeed.

I knew where to do it, I hoped you did, but the OP might not and try to 
do it where you said.

I agree with you on running a script. What I told the OP to do was run 
script and do things inside there. After I sent my response off, I took 
another look at what Kristian had written and decided I misunderstood 
what you had said. Sorry, I agree with you to not run it in a script, 
however, I do think he should run the program 'script' and do things 
from there, to at least have something to refer to when things go 
wrong. They will go wrong.

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


Re: Haven't been able to make world in about a year

2006-02-28 Thread Donald J. O'Neill
On Tuesday 28 February 2006 08:52, Kris Kennaway wrote:
> On Tue, Feb 28, 2006 at 08:48:15AM -0600, Donald J. O'Neill wrote:
> > > > >11)  script /home/script/buildworld/iw-???date run"
> > > > >12)  cd /usr/srcpwd
> > > > >13)  mergemaster -p
> > > > >14)  make installworld
> > > > >15)  mergemaster -i ???install everything?
> > > > >16)  exit
> > > > >17)shutdown -r now
> > > > >===
> > > > >
> > > > >This should help a bit.
> > > >
> > > > Hello Don!
> > > > Thank you for some good help.
> > > >
> > > > My make.conf only had some use.perl stuff.
> > > > I added your flags.
> > > >
> > > > Also I've revised my sequence:
> > > >
> > > > cvsup -g -L 2 /etc/cvsupfile \
> > > >
> > > > && cd /usr/obj \
> > > > && chflags -R noschg * \
> > > > && rm -rf * \
> > > >
> > > > && cd /usr/src ; make clean \
> > > > && make buildworld \
> > > > && make buildkernel KERNCONF=NINJA \
> > > > && make installkernel KERNCONF=NINJA \
> > > > && make installworld \
> > > > && mergemaster \
> > > >
> > > > And am now ready to give it another go :)
> > >
> > > Until you are satisfied that everything works without any
> > > problems at all, please don't use scripts to run the builds.
> > >
> > > For instance, your script above lacks a call to ``mergemaster
> > > -p'' before the ``make buildworld'' step, which may be necessary.
> >
> > That's a call to 'script' to run, telling it where to put the
> > resulting text file. While it is running, commands are given and
> > executed. Later, if something goes wrong, or you saw something you
> > want to check on, you have a record of what happened that you can
> > look at, and pass on to others, if needed.
> >
> > Could you explain the logic of running mergemaster -p, when you
> > have nothing to run it on. /usr/obj was blown away at the beginning
> > of the buildworld sequence. What are you going to check at that
> > point? Please take a look at the handbook for the sequence that
> > things should occur in. I would say look at /usr/src/UPDATING, but
> > their sequence doesn't include installing the kernel anymore.
>
> He means to run mergemaster -p before make installworld, as in the
> instructions quoted at the top of this email and in
> /usr/src/UPDATING. Also, the documented sequence *does* include
> installing the kernel, so I don't know what you mean there either.
>
> Kris

He may mean that, but it's not what he said. I went by what he said.

From /usr/src/UPDATING:

To rebuild everything and install it on the current system.
---
# Note: sometimes if you are running current you gotta do more than
# is listed here if you are upgrading from a really old current.


make buildworld
make kernel KERNCONF=YOUR_KERNEL_HERE
[1]
 [3]
mergemaster -p  [5]
make installworld
make delete-old
mergemaster [4]


To upgrade in-place from 5.x-stable or higher to 6.x-stable
---

make buildworld [9]
make kernel KERNCONF=YOUR_KERNEL_HERE   [8]
[1]
 [3]
mergemaster -p  [5]
make installworld
make delete-old
mergemaster -i  [4]


I just don't see where it says "make installkernel KERNCONF=YOUR_KERNEL. 
It used to. That's where I got my original procedure from as the 
handbook at the time was somewhat confusing. Now the procedure in the 
handbook is better.

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


shared irqs and freebsd

2006-02-28 Thread gahn
Hi:

How goes FreeBSD deal with shared irqs? Looks like
FreeBSD could only work with two nic's (the same exact
type).

I am running 5.4 and trying to install three or four
cards (the same exact type) in one machine.

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: Haven't been able to make world in about a year

2006-02-28 Thread Donald J. O'Neill
On Tuesday 28 February 2006 05:15, Kristian Vaaf wrote:
>
> Hello Don!
>
> Thank you for some good help.
>
> My make.conf only had some use.perl stuff.
> I added your flags.
>
> Also I've revised my sequence:
>
> cvsup -g -L 2 /etc/cvsupfile \
>
> && cd /usr/obj \
> && chflags -R noschg * \
> && rm -rf * \
>
> && cd /usr/src ; make clean \
> && make buildworld \
> && make buildkernel KERNCONF=NINJA \
> && make installkernel KERNCONF=NINJA \
> && make installworld \
> && mergemaster \
>
> And am now ready to give it another go :)
>
> All the best,
> Vaaf

Krisstian,

There are some places in your sequence, that I think are going to give 
you trouble. DO NOT run this as a script, run script while you're doing 
it. I think you're misunderstanding some things, so, I give the 
procedure I use again with some comments about what is happening:

>cvsup -g -L 2 sup-src

>script /home/script/buildworld/bw-20060228

>cd /usr/obj
> pwd
>/usr/obj   this is confirmation I am where I want to be
> ls
>usrHey, there is something there

>chflags -R noschg *
>rm -rf *
>ls
>   it's gone, great

>cd /usr/src
>pwd
>/usr/src   I am where I want to be

>make cleandir  whole bunch of action on the screen
>make cleandir  run it again, yes you want to do that

>make buildworld && make buildkernel KERNCONF=PRES1750-i386

>make installkernel KERNCONF=PRES1750-i386

>exit   shut off script
>shutdown -r now

at the boot menu, hit the <6> key you want to come up in single-user 
mode, not multi-user. If you make a mistake, reboot and do it right. If 
it went by too fast, use the spacebar to halt the boot process.

> <6>
OK  boot -s boots up but you're not done yet
Enter full pathname of shell or RETURN for /bin/sh:  
# fsck -p   
# mount -u /
# mount -a -t ufs   
# swapon -a 

# script /home/script/buildworld/iw-20060228
# cd /usr/src
# pwd   am I where I want to be
# /usr/src  yes, I am
# mergemaster -prun mergemaster in preinstall mode

# make installworld hey, look at it go
# mergemaster -i
answer  to remove the old temporary directory, you don't need it 
anymore. 
answer  to everything mergemaster asks, I don't care that the 
recommedation is to handle it later, if you don't know what you're 
doing, doing anything other  is just likely to screw you up in ways 
you don't understand now, but you will later.

# exit  shutdown 'script'

# shutdown -r now   boot the system, come back up in multiuser mode.

If you did everything right, you're done with the buildworld sequence.

Again, DO NOT run this in a script. You're running the 'script' program. 
If you don't want to sit and watch this go on, do something else. It 
takes me about an hour and ten minutes to run it with an AMD64 3500+, 
with an amd-tbird (1.3Mhz), it takes about two hours, with a 500Mhz 
Pentium pIII, I run the buildworld and buildkernel part (and maybe the 
installkernel, usually not) overnight.

I hope I caught you in time.

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


Re: release tag for ports

2006-02-28 Thread Erik Trulsson
On Tue, Feb 28, 2006 at 09:10:15AM -0600, Nikolas Britton wrote:
> On 2/28/06, Ow Mun Heng <[EMAIL PROTECTED]> wrote:
> > Hi All,
> >
> > Another FreeBSD Newbie question pertaining to ports.
> >
> > based on the example ports-supfile
> > in /usr/share/examples/cvsup/ports-supfile
> >
> > [snip]
> > *default release=cvs tag=.
> > [/snip]
> >
> > What I would like to know if there are any other versions of the ports.
> > meaning, say eg: programA, there is version 1.0, 1.0.2, 1.1 etc..
> >
> > Is there such thing as RELENG_6 RELENG_6_1 or something like this? Or is
> > there only going to be 1 and only 1 version of ports? (I think there
> > _is_ an option, only that I don't know. I've searched through the
> > handbook, but I've only found references to the example ports-supfile
> > with the "tag=.")
> >
> > let's take gnome as an example, there's version 2.10/2.12/2.13 etc. Do
> > I,the user, have a choice to be able to upgrade to any of the 3 versions
> > as I see fit?
> >
> > Thanks.
> >
> > I'll google it up when I get home to an I-net connection.
> >
> > --
> > Ow Mun Heng
> > Gentoo/Linux on DELL D600 1.4Ghz 1.5GB RAM
> > 98% Microsoft(tm) Free!!
> > Neuromancer 16:44:52 up 3 days, 19:21, 5 users, load average: 0.54,
> > 0.53, 0.50
> >
> >
> 
> Short version, No.
> Ports, docs, etc. do not have -RELEASE tags, when you cvsup ports you
> always get what would be the equivalent of cvsup'ing you system up
> with -CURRENT, hence the dot for the release tag.  You can however
> cvsup to a specific date and time in the passed if you use something
> like this "*default date=2005.10.25.00.00.00", all the zero's are for
> time (GMT, 24 hour clock).

Actually ports and docs *are* tagged (but not branched) for releases.
The release tags for ports are on the form RELEASE_X_Y_Z, so the to get
the ports tree that shipped with 5.4-RELEASE you would use RELEASE_5_4_0

The ports tree is not branched however, so the tags only mark the ports tree
as it was at one particular point in time.


If there are multiple versions of a program out in the wild, then normally
only the latest (reasonably stable) version will be in the ports tree, but
there are cases were several version live side by side in ports tree
(usually because the different versions of the program are not compatible,
and some programs depend on one version, while some depend on another.)




-- 

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


Help Sun Blade 1000

2006-02-28 Thread Scott Einuis
Hi People,
 
I've been using FreeSBD for years on x386 machines, and just yesterday
someone gave me a Sun Blade (Ultra-Sparc III) machine with an external SCSI
CD-ROM.  It has Solaris 8 pre-installed.
 
My questions are..
 
Should I keep Solaris 8 or install FreeBSD?
 
And 
 
Since I tried to install FreeBSD already and failed, how do I get the Sun
Machine to boot from the CD I created for SPARC boot only?
 
I tried using the eeprom command and changing the boot device to "cdrom" and
and I also tried the init 0 thing however when I probe-scsi nothing comes
up.
 
Any help would be appreciated.
 
Thanks
 
 
 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: limiting brute force attacks

2006-02-28 Thread Karol Kwiatkowski
Michael P. Soulier wrote:
> Hey people,
> 
> I've seen some efforts from the netfilter community on Linux to provide a
> means to limit brute-force attacks via firewall rules. Can anyone suggest a
> way to do the same on FreeBSD? 
> 
> I'm primarily interested in limiting attacks on sshd. I already use RSA auth,
> but I like defense-in-depth. 

Hi Michael,

you can use pf firewall (probably others, too) to limit/refuse
incoming connections. Have a look at Niki Denev's post @stable:

http://lists.freebsd.org/pipermail/freebsd-stable/2006-February/022616.html

Regards,

Karol

-- 
Karol Kwiatkowski  
GPGKey: http://www.orchid.homeunix.org/carlos/gpg/0x06E09309.asc



signature.asc
Description: OpenPGP digital signature


Re: Is gd library in the ports collection.

2006-02-28 Thread Dan Nelson
In the last episode (Feb 28), fbsd_user said:
> I have reviewed the ports list for a port called gd and could 
> not tell from the names if any were the gd library 
> talked about here. http://www.boutell.com/gd/
> 
> Can any one point me to the correct port name if its really 
> in the ports collection.

graphics/gd

-- 
Dan Nelson
[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: limiting brute force attacks

2006-02-28 Thread Daniel Gerzo
Hello Michael,

Tuesday, February 28, 2006, 4:25:55 PM, you contributed this to our collective 
wisdom:

> Hey people,

> I've seen some efforts from the netfilter community on Linux to provide a
> means to limit brute-force attacks via firewall rules. Can anyone suggest a
> way to do the same on FreeBSD? 

> I'm primarily interested in limiting attacks on sshd. I already use RSA auth,
> but I like defense-in-depth.

maybe you would be interested in ports/security/bruteforceblocker ?

> Thanks,
> Mike

-- 
Sincerely,
  Daniel Gerzo

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


Re: Is gd library in the ports collection.

2006-02-28 Thread Giorgos Keramidas
On 2006-02-28 10:19, fbsd_user <[EMAIL PROTECTED]> wrote:
> I have reviewed the ports list for a port called gd and could
> not tell from the names if any were the gd library
> talked about here. http://www.boutell.com/gd/
>
> Can any one point me to the correct port name if its really
> in the ports collection.

graphics/gd/pkg-descr ==>

% gd is a graphics library. It allows your code to quickly draw images
% complete with lines, arcs, text, multiple colors, cut and paste from
% other images, and flood fills, and write out the result as a PNG, GIF
% or JPEG file. This is particularly useful in World Wide Web applications,
% where PNG, GIF and JPEG are three of the formats accepted for inline
% images by most browsers.
%
% gd does  not provide for every possible desirable graphics operation,
% but version 2.0 does include most frequently requested features,
% including both truecolor and palette images, resampling (smooth
% resizing of truecolor images) and so forth.
%
% WWW: http://www.boutell.com/gd/
%
% - Alex Dupre
% [EMAIL PROTECTED]

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


limiting brute force attacks

2006-02-28 Thread Michael P. Soulier
Hey people,

I've seen some efforts from the netfilter community on Linux to provide a
means to limit brute-force attacks via firewall rules. Can anyone suggest a
way to do the same on FreeBSD? 

I'm primarily interested in limiting attacks on sshd. I already use RSA auth,
but I like defense-in-depth. 

Thanks,
Mike

-- 
Michael P. Soulier <[EMAIL PROTECTED]>
"Any intelligent fool can make things bigger and more complex... It takes a
touch of genius - and a lot of courage to move in the opposite direction."
--Albert Einstein


pgpCrjVKfbqcO.pgp
Description: PGP signature


Is gd library in the ports collection.

2006-02-28 Thread fbsd_user
I have reviewed the ports list for a port called gd and could 
not tell from the names if any were the gd library 
talked about here. http://www.boutell.com/gd/

Can any one point me to the correct port name if its really 
in the ports collection.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


swap_pager

2006-02-28 Thread [EMAIL PROTECTED]
I am running FreeBSD 5.4 in VMware using USB 1.1 external HDD as a disk, 
which means quite slow I/O. It works fine for my needs, I only get


swap_pager: indefinite wait buffer: device: da0s1f, blkno: xxx, size: xxx

when performing heavy operations, such as rsync of a 1 GB database dump 
file.


All references to the problem I found point out hardware failure. Could, 
however, the problem be simply that the I/O does not manage to let the 
request go through within the 20 seconds wait time and that the hardware 
is OK (apart from the fact that I/O is slow? And - is this message just 
a notice, or does it mean that I get data corruption?


Thanks,
Iv

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


FreeBSD 5.4 & 6.0 slow network throughput

2006-02-28 Thread Pavel Duda
I have upgraded my home "server" to 5.4 from 5.2.1 and after some time 
I've noticed that network throughput is very low (about 4MB/s).


I'm not expert on this field but I have checked some settings (sysctl, 
netstat) and couldn't find anything suspicious. I have second machine 
with almost same configuration so I tried to put there newer version of 
FreeBSD 6.0 but it doesn't help. Now I've tried older version - 4.11 
(only one I have available at this moment on CD) and speed is as it is 
supposed to be (8-9MB/s).


Does somebody has same experience with such behaviour ? I've used 
"clean" systems ie. without kernel modifications and I don't know what 
could cause this (some major change in TCP stack in 5.4+ ? NIC drivers ?).



Test system:
P4, 1.8Ghz, 512MB RAM with Intel EtherExpress 100 & Realtek Gigabit NIC 
(fxp & rl)


FBSD 5.4/6.0:
- avarage net thrput 3.5 - 4.5 MB/s (tested with FTP/Samba)
- netperf reports about 31-34 mbit/s with default settings

FBSD 4.11:
- avarage net thrput 7.5 - 9 MB/s
- netperf reports about 65-66 mbit/s


Testing was done over 100mbit linksys switch, 1Gbit USR switch, 
crosslink cable. Four different machines used as "clients".


Thanks for any advice
  Pavel

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


Re: release tag for ports

2006-02-28 Thread Nikolas Britton
On 2/28/06, Ow Mun Heng <[EMAIL PROTECTED]> wrote:
> Hi All,
>
> Another FreeBSD Newbie question pertaining to ports.
>
> based on the example ports-supfile
> in /usr/share/examples/cvsup/ports-supfile
>
> [snip]
> *default release=cvs tag=.
> [/snip]
>
> What I would like to know if there are any other versions of the ports.
> meaning, say eg: programA, there is version 1.0, 1.0.2, 1.1 etc..
>
> Is there such thing as RELENG_6 RELENG_6_1 or something like this? Or is
> there only going to be 1 and only 1 version of ports? (I think there
> _is_ an option, only that I don't know. I've searched through the
> handbook, but I've only found references to the example ports-supfile
> with the "tag=.")
>
> let's take gnome as an example, there's version 2.10/2.12/2.13 etc. Do
> I,the user, have a choice to be able to upgrade to any of the 3 versions
> as I see fit?
>
> Thanks.
>
> I'll google it up when I get home to an I-net connection.
>
> --
> Ow Mun Heng
> Gentoo/Linux on DELL D600 1.4Ghz 1.5GB RAM
> 98% Microsoft(tm) Free!!
> Neuromancer 16:44:52 up 3 days, 19:21, 5 users, load average: 0.54,
> 0.53, 0.50
>
>

Short version, No.
Ports, docs, etc. do not have -RELEASE tags, when you cvsup ports you
always get what would be the equivalent of cvsup'ing you system up
with -CURRENT, hence the dot for the release tag.  You can however
cvsup to a specific date and time in the passed if you use something
like this "*default date=2005.10.25.00.00.00", all the zero's are for
time (GMT, 24 hour clock).

Longer version that says the same thing:
http://groups.google.com/group/list.freebsd.questions/browse_thread/thread/d098d124350a933b/



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


Re: script(1) > Why does it output in CR/LF?

2006-02-28 Thread James Bailie

Glenn Dawson wrote:

> At 02:30 AM 2/28/2006, Kristian Vaaf wrote:
>
>> Hello.
>>
>> I am just curious why the files I generate with script(1) output in 
CR/LF

>> forcing me to run dos2unix on them everytime?
>
>
> Script just captures the output of your shell, and your shell has to
> send crlf in order to get the cursor back to the beginning of a line.

No it doesn't.  The script(1) utility interposes a
pseudo-terminal between the program whose output is to be
captured and itself, so the program thinks its running on a
terminal device and behaves accordingly.  Then script(1) acts
like a transparent filter, shuttling data back-and-forth from the
actual terminal to the pseudo-terminal, while sending a copy of
the program's output to the log file as well.  It is the terminal
driver in canonical mode, "inside" the pseudo-terminal, that is
expanding NLs in the proggy's output stream into CRNL pairs.

--
James Bailie <[EMAIL PROTECTED]>
http://www.jamesbailie.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Haven't been able to make world in about a year

2006-02-28 Thread Giorgos Keramidas
On 2006-02-28 08:48, "Donald J. O'Neill" <[EMAIL PROTECTED]> wrote:
> On Tuesday 28 February 2006 05:46, Giorgos Keramidas wrote:
> > Until you are satisfied that everything works without any problems at
> > all, please don't use scripts to run the builds.
> >
> > For instance, your script above lacks a call to ``mergemaster -p''
> > before the ``make buildworld'' step, which may be necessary.
>
> That's a call to 'script' to run, telling it where to put the resulting
> text file. While it is running, commands are given and executed. Later,
> if something goes wrong, or you saw something you want to check on, you
> have a record of what happened that you can look at, and pass on to
> others, if needed.
>
> Could you explain the logic of running mergemaster -p, when you have
> nothing to run it on. /usr/obj was blown away at the beginning of the
> buildworld sequence. What are you going to check at that point? Please
> take a look at the handbook for the sequence that things should occur
> in. I would say look at /usr/src/UPDATING, but their sequence doesn't
> include installing the kernel anymore.

On 2006-02-28 09:52, Kris Kennaway <[EMAIL PROTECTED]> wrote:
>
> He means to run mergemaster -p before make installworld, as in the
> instructions quoted at the top of this email and in /usr/src/UPDATING.
> Also, the documented sequence *does* include installing the kernel, so
> I don't know what you mean there either.

Yes, thanks Kris.

Sorry for the buildworld/installworld confusion.  I meant right before
'make installworld'.

There are cases where 'installworld' will try to chown files to a newly
added system account (i.e. `_dhcp'), but will fail, leaving a half-installed
system if you don't run ``mergemaster -p'' before ``installworld''.

This is why I suggested *avoiding* a scripted, unattended build and install
cycle, until the OP who started this thread is comfortable that his builds
and installs are indeed going to succeed.

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


Re: Haven't been able to make world in about a year

2006-02-28 Thread Kris Kennaway
On Tue, Feb 28, 2006 at 08:48:15AM -0600, Donald J. O'Neill wrote:

> > > >11)  script /home/script/buildworld/iw-???date run"
> > > >12)  cd /usr/srcpwd
> > > >13)  mergemaster -p
> > > >14)  make installworld
> > > >15)  mergemaster -i ???install everything?
> > > >16)  exit
> > > >17)shutdown -r now
> > > >===
> > > >
> > > >This should help a bit.
> > >
> > > Hello Don!
> > > Thank you for some good help.
> > >
> > > My make.conf only had some use.perl stuff.
> > > I added your flags.
> > >
> > > Also I've revised my sequence:
> > >
> > > cvsup -g -L 2 /etc/cvsupfile \
> > >
> > > && cd /usr/obj \
> > > && chflags -R noschg * \
> > > && rm -rf * \
> > >
> > > && cd /usr/src ; make clean \
> > > && make buildworld \
> > > && make buildkernel KERNCONF=NINJA \
> > > && make installkernel KERNCONF=NINJA \
> > > && make installworld \
> > > && mergemaster \
> > >
> > > And am now ready to give it another go :)
> >
> > Until you are satisfied that everything works without any problems at
> > all, please don't use scripts to run the builds.
> >
> > For instance, your script above lacks a call to ``mergemaster -p''
> > before the ``make buildworld'' step, which may be necessary.
> 
> That's a call to 'script' to run, telling it where to put the resulting 
> text file. While it is running, commands are given and executed. Later, 
> if something goes wrong, or you saw something you want to check on, you 
> have a record of what happened that you can look at, and pass on to 
> others, if needed. 
> 
> Could you explain the logic of running mergemaster -p, when you have 
> nothing to run it on. /usr/obj was blown away at the beginning of the 
> buildworld sequence. What are you going to check at that point? Please 
> take a look at the handbook for the sequence that things should occur 
> in. I would say look at /usr/src/UPDATING, but their sequence doesn't 
> include installing the kernel anymore.

He means to run mergemaster -p before make installworld, as in the
instructions quoted at the top of this email and in /usr/src/UPDATING.
Also, the documented sequence *does* include installing the kernel, so
I don't know what you mean there either.

Kris

pgp8cEPmQsPZ2.pgp
Description: PGP signature


Re: Haven't been able to make world in about a year

2006-02-28 Thread Donald J. O'Neill
On Tuesday 28 February 2006 05:46, Giorgos Keramidas wrote:
> On 2006-02-28 12:15, Kristian Vaaf <[EMAIL PROTECTED]> wrote:
> > >Your buildworld sequence appears to be a little lacking - either
> > > in the detail you gave, or because some things are missing.
> > >The buildworld sequence I us is:
> > >===
> > > (I use the alternate step 10 when I run the sequence)
> > >
> > >1)Script /home/script/buildworld/bw-?€date run?
> > >2)cd /usr/obj   pwd
> > >3)chflags -R noschg *
> > >4)rm -rf *
> > >5)cd /usr/src   pwd make cleandir   make
> > > cleandir 6)make buildworld && make buildkernel
> > > KERNCONF=customconfname 7)make installkernel
> > > KERNCONF=customconfname
> > >8)exit
> > >9)shutdown now  
> > >10)  to accept default location of sh
> > >
> > >alternate step 10
> > >a)  shutdown -r now 
> > >b)  at boot menu<6>
> > >c)  boot -s 
> > >d)  fsck -p 
> > >e)  mount -u /  
> > >f)  mount -a -t ufs 
> > >g)  swapon -a   
> > >h)  cd /usr/src 
> > >i)adjkerntz -i  
> > >
> > >11)  script /home/script/buildworld/iw-?€date run"
> > >12)  cd /usr/srcpwd
> > >13)  mergemaster -p
> > >14)  make installworld
> > >15)  mergemaster -i ?€œinstall everything?
> > >16)  exit
> > >17)shutdown -r now
> > >===
> > >
> > >This should help a bit.
> >
> > Hello Don!
> > Thank you for some good help.
> >
> > My make.conf only had some use.perl stuff.
> > I added your flags.
> >
> > Also I've revised my sequence:
> >
> > cvsup -g -L 2 /etc/cvsupfile \
> >
> > && cd /usr/obj \
> > && chflags -R noschg * \
> > && rm -rf * \
> >
> > && cd /usr/src ; make clean \
> > && make buildworld \
> > && make buildkernel KERNCONF=NINJA \
> > && make installkernel KERNCONF=NINJA \
> > && make installworld \
> > && mergemaster \
> >
> > And am now ready to give it another go :)
>
> Until you are satisfied that everything works without any problems at
> all, please don't use scripts to run the builds.
>
> For instance, your script above lacks a call to ``mergemaster -p''
> before the ``make buildworld'' step, which may be necessary.

That's a call to 'script' to run, telling it where to put the resulting 
text file. While it is running, commands are given and executed. Later, 
if something goes wrong, or you saw something you want to check on, you 
have a record of what happened that you can look at, and pass on to 
others, if needed. 

Could you explain the logic of running mergemaster -p, when you have 
nothing to run it on. /usr/obj was blown away at the beginning of the 
buildworld sequence. What are you going to check at that point? Please 
take a look at the handbook for the sequence that things should occur 
in. I would say look at /usr/src/UPDATING, but their sequence doesn't 
include installing the kernel anymore.

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


Re: Problem w/ xcb - no display of selected text

2006-02-28 Thread Parv
in message <[EMAIL PROTECTED]>,
wrote Parv thusly...
>
> Recently, xcb 2.4 has stopped displaying the selected text.

I must add there "for me".


> Whenever i would have selected text on xterm w/ right mouse click,
  ^ ^ ^
  ^ ^ ^
Everyone knows that right click *pastes* the text; it is the left
mouse click-drag-release which selects the text.


> text would show in a xcb buffer.  Now i do not see it.


  - Parv

-- 

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


Problem w/ xcb - no display of selected text

2006-02-28 Thread Parv
Recently, xcb 2.4 has stopped displaying the selected text.
Whenever i would have selected text on xterm w/ right mouse click,
text would show in a xcb buffer.  Now i do not see it.  A ktrace
shows that it can see the selection just fine.

It was working just fine w/ Xorg 6.8.2 & fvwm 2.5.15, and FreeBSD
6.0 (at least before or until Feb 3 2006 source); current version is
6.1-PRERELEASE (around Feb 24), running fvwm 2.5.16.  I am sorry to
say i did not note exactly when xcb had begun behaving erratically.

Please let me know if you would any other information to help me
solve the problem of invisible text in xcb.


  - Parv

-- 

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


Re: capturing a desktop demonstration as a movie

2006-02-28 Thread Igor Robul
On Tue, Feb 28, 2006 at 12:42:19PM +0100, [EMAIL PROTECTED] wrote:
> 
> Hi,
> 
> Is there somehow a tool (in the ports) to capture a (KDE-) desktop of
> FreeBSD while doing a presentation of some kind of software to create
> a movie of this, for example as a *.avi file?
> 
> I've looked through /usr/ports/multimedia but did not see any tool
> which could do this.
For example this:

net/vnc2swf
  Vnc2swf is a recording tool for VNC.  It records VNC sessions and
  generates a Flash movie file (SWF).  It can be used as an X11 recorder
  or a Windows   desktop recorder. 

I remember, that I have seen other applications in ports, when I
"surfed" ports tree.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Building a Jail in FreeBSD or NetBSD for a hosting environment

2006-02-28 Thread Pavel Duda

Nick Larsen wrote:

Hey Members,

I have done a little research on Jails and setting them up, and managed to
get one going at one stage and managed to somehow destroy it.
I'm new to Jails, and I would like to use a real jail then just using a
chroot jail.

Where I work, we use the Ensim software for hosting, and I find that very
pricey and sluggish (and it runs on Fedora rather than Linux).
They use a technique of chrooting sites and the sites users into an
environment in /home/virtual/sitexxx/ I would like to be able to do the same
(but with Jail), but not quite sure how to go about it. Last time I tried to
`make world DESTDIR=/my/jail/path` it failed (cannot remember the details
right now) but it this where I start?

Also do I need an individual IP for each jail? because each physical server
will have 1 IP unless the customer requests a dedicated IP.

Any help would be appreciated, and I have tried to research it but end up
going round in circles.

--
Regards,

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



Hi,
I've recently found great guide for creating jails - here is the link: 
http://www.section6.net/wiki/index.php/Creating_a_FreeBSD_Jail. It is 
really not so hard to get it up and runing. You can only get into 
troubles when trying to get to work some programs/daemons because of 
jail limitations.

 Pavel

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


Re: regarding new logo...

2006-02-28 Thread Nikolas Britton
On 2/28/06, Kristian Vaaf <[EMAIL PROTECTED]> wrote:
>
> You like the logo?
>
> Speaking as a lecturer at the Royal Academy of Arts, on behalf
> of myself and a lot of other designers, the new FreeBSD logo is worthless.
>
> It's useless eyecandy. As if we don't have enough of that already.
>
> The logo competition wasn't held properly. It was only announced
> internally within
> FreeBSD's circles and not promoted through design universities, communities
> and such. Also the people hosting the competition have acted rather arrogant
> towards many that I know who just wanted to help.
>
> Second, only a few selected people (who may not know anything about design
> as far as we're concerned) got to choose the logo. In my opinion, it is to 
> show
> how the FreeBSD project itself neglects its real life users.
>
> The logo is, again, eyecandy. Though in some cases pleasant to look at, it 
> does
> not fulfill the criterias of a modern day logo. These, however, do:
>
> http://youworkforthem.com/product.php?sku=P0370
>
> Anyway Don Poynter, his e-mail is gak at tomsksoft dot com.
>

I'd tend to agree with you, ever notice the arrow in the FedEx logo? I
like everything I see here:
http://logo-contest.freebsd.org/result/640-1.png but it's mostly just
eyecandy. The only logo candidates I see on the page are the two tone
black and white beastie heads. Anyways onto the FedEx logo, one of the
best branding logos I can think of:
http://www.thesneeze.com/mt-archives/000273.php


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


Re: rl0 discard oversize

2006-02-28 Thread Igor Robul
On Tue, Feb 28, 2006 at 01:55:56AM -0500, David Scheidt wrote:
> The RealTek cards supported by the rl(4) driver are trash.  If you want to
> write a better driver, knock yourself out.  I'm sure Bill Paul won't
> mind.  Keep in mind that there are other, better performing NICs
> available for the about same price.  
Most RL8139 cards work fine in our company. Most Windows PCs have these
cards (slowly replaced by integrated NICs on new motherboards), also
some FreeBSD-based routers have these NICs. 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: capturing a desktop demonstration as a movie

2006-02-28 Thread ivan . roth
Sorry, I forgot to cc this mail to the list and only send the answer to
Matthias.

>
> Hi,
>
> Is there somehow a tool (in the ports) to capture a (KDE-) desktop of
> FreeBSD while doing a presentation of some kind of software to create
> a movie of this, for example as a *.avi file?
>
> I've looked through /usr/ports/multimedia but did not see any tool
> which could do this.
>
> Thx
>
>   matthias
> --
> Matthias Apitz / Sisis Informationssysteme GmbH
> ein Tochterunternehmen der OCLC PICA B.V. Leiden (NL)
> D-82041 Oberhaching, Gruenwalder Weg 28g
> Fon: +49 89 / 61308-351, Fax: -399, Mobile +49 170 4527211
> http://www.sisis.de/~guru/
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
>

For sure it exists! :)

Look in sysutils for xvidcap

http://www.freebsdsoftware.org/sysutils/xvidcap.html

--
Regards, Ivan.




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


Re: Haven't been able to make world in about a year

2006-02-28 Thread Alex Zbyslaw

Svein Halvor Halvorsen wrote:


At 18:26 24.02.2006, Alex Zbyslaw wrote:
   


Welcome to the select few on my kill list.
 



On 2/28/06, Kristian Vaaf <[EMAIL PROTECTED]> wrote:
 


Are you threatening me man?
   



No, he's ignoring you. (You might interpret it as a threat to ignore
you, but certainly not a threat to kill you)

 

Svein, thank you very much for explaining.  I wouldn't have seen the 
original email because it was, as you explain, filed to my trash can :-)


Kristian, please don't bother mailing me again.  I won't see any of your 
email. 

I took time out of a busy day to try to to help you out because you 
sounded desperate.  You made no effort to say whether my suggestion 
helped you or not; you made no effort to say whether five other people's 
suggestions helped you or not - including a comprehensive reply from 
someone two months ago.  You then whinged and whined like a 4 year old.  
If you cannot show some basic manners the you do not deserve the help.


By the way, a simple google on "kill file" would have got you this as 
the second result:


http://en.wikipedia.org/wiki/Kill_file

It talks about newsreaders, but following a couple links would get you

http://ursine.ca/Kill_file

which explains the extension to "other media", in this case email.

--Alex

PS This will be my last posting on this topic to questions.  Apologies 
for the wasted bandwidth.



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


Re: capturing a desktop demonstration as a movie

2006-02-28 Thread freebsd

[EMAIL PROTECTED] wrote:

Hi,

Is there somehow a tool (in the ports) to capture a (KDE-) desktop of
FreeBSD while doing a presentation of some kind of software to create
a movie of this, for example as a *.avi file?

I've looked through /usr/ports/multimedia but did not see any tool
which could do this.

Thx

matthias


There is an application called wink:
http://www.debugmode.com/wink/download.php
But it doesnt look like it has made it to the ports yet. The download 
site has links for linux versions, perhaps there may be someone working 
on a port?

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


Re: Haven't been able to make world in about a year

2006-02-28 Thread Giorgos Keramidas
On 2006-02-28 12:15, Kristian Vaaf <[EMAIL PROTECTED]> wrote:
> >Your buildworld sequence appears to be a little lacking - either in the
> >detail you gave, or because some things are missing.
> >The buildworld sequence I us is:
> >===
> > (I use the alternate step 10 when I run the sequence)
> >
> >1)Script /home/script/buildworld/bw-?€date run?
> >2)cd /usr/obj   pwd
> >3)chflags -R noschg *
> >4)rm -rf *
> >5)cd /usr/src   pwd make cleandir   make cleandir
> >6)make buildworld && make buildkernel KERNCONF=customconfname
> >7)make installkernel KERNCONF=customconfname
> >8)exit
> >9)shutdown now  
> >10)  to accept default location of sh
> >
> >alternate step 10
> >a)  shutdown -r now 
> >b)  at boot menu<6>
> >c)  boot -s 
> >d)  fsck -p 
> >e)  mount -u /  
> >f)  mount -a -t ufs 
> >g)  swapon -a   
> >h)  cd /usr/src 
> >i)adjkerntz -i  
> >
> >11)  script /home/script/buildworld/iw-?€date run"
> >12)  cd /usr/srcpwd
> >13)  mergemaster -p
> >14)  make installworld
> >15)  mergemaster -i ?€œinstall everything?
> >16)  exit
> >17)shutdown -r now
> >===
> >
> >This should help a bit.
>
> Hello Don!
> Thank you for some good help.
>
> My make.conf only had some use.perl stuff.
> I added your flags.
>
> Also I've revised my sequence:
>
> cvsup -g -L 2 /etc/cvsupfile \
>
> && cd /usr/obj \
> && chflags -R noschg * \
> && rm -rf * \
>
> && cd /usr/src ; make clean \
> && make buildworld \
> && make buildkernel KERNCONF=NINJA \
> && make installkernel KERNCONF=NINJA \
> && make installworld \
> && mergemaster \
>
> And am now ready to give it another go :)

Until you are satisfied that everything works without any problems at
all, please don't use scripts to run the builds.

For instance, your script above lacks a call to ``mergemaster -p''
before the ``make buildworld'' step, which may be necessary.

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


Re: Haven't been able to make world in about a year

2006-02-28 Thread Giorgos Keramidas
On 2006-02-28 12:16, Kristian Vaaf <[EMAIL PROTECTED]> wrote:
>
> Sorry about that, http://www.home.no/hedhnta/result.txt is back up.

Not really.

$ date -u; fetch http://www.home.no/hedhnta/result.txt
Tue Feb 28 11:43:02 UTC 2006
fetch: http://www.home.no/hedhnta/result.txt: Not Found
$

But it would be interesting to see it some time.

PS: Please quote at least the relevant parts of the message you're
replying.  It's not easy to track down the message you have replied to
by looking manually through the mailing list archives.

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


capturing a desktop demonstration as a movie

2006-02-28 Thread guru

Hi,

Is there somehow a tool (in the ports) to capture a (KDE-) desktop of
FreeBSD while doing a presentation of some kind of software to create
a movie of this, for example as a *.avi file?

I've looked through /usr/ports/multimedia but did not see any tool
which could do this.

Thx

matthias
-- 
Matthias Apitz / Sisis Informationssysteme GmbH
ein Tochterunternehmen der OCLC PICA B.V. Leiden (NL)
D-82041 Oberhaching, Gruenwalder Weg 28g
Fon: +49 89 / 61308-351, Fax: -399, Mobile +49 170 4527211
http://www.sisis.de/~guru/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: SSHD working in a funky fashion

2006-02-28 Thread Alex Zbyslaw

Kurt Buff wrote:


I have set up a desktop box with 3 dual port Intel NICs as a router,
which function it seems to be performing just fine.

I used to be able to ssh into the box from my Windows machines with no
problem, but now it hangs after I enter the user name - it won't come
back with the password prompt.

It's FreeBSD 6.0 Release, and I've installed samba/cups on it, with
nothing else on it.

I'm not seeing any particular errors in syslog or in dmesg, except
when I try to connect to via putty from my Windows boxen. Then it
says:

sshd: fatal: timeout before authentication from 192.168.11.63
 

Can you ssh from one of your other FreeBSD boxes to this box?  If not 
then try "ssh -v -v -v" which may point you in the right direction.


If it's just Windows which can't login, then try running sshd in debug 
mode and see if that tells you anything.  from man sshd


-d  Debug mode.  The server sends verbose debug output to the 
system
log, and does not put itself in the background.  The server 
also
will not fork and will only process one connection.  This 
option

is only intended for debugging for the server.  Multiple -d
options increase the debugging level.  Maximum is 3.

If none of that shows anything useful, then maybe you have some network 
level problem.  Does any kind of connection from Windows work?  E.g. 
Samba shared drive?  Ftp?  Or even (for testing only) telnet, since 
putty does that too?


If it's a network level problem, then some more info about your topology 
might be helpful.  E.g. are all these machines on the same LAN segment 
connected to the same switch?


--Alex

PS I assume you've tried your error message through google?

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


Re: imap problem with blackhole

2006-02-28 Thread Nikos Vassiliadis
On Sunday 26 February 2006 14:26, Perttu Laine wrote:
> Hello!
>
> I have problem with imap. Works fine if blackhole (tcp) is set to 0, but I
> set it 1 or 2 imap stops responding (timeouts). Dovecot imap and freebsd
> 5.4. So. What could be case here?

I suspect that it's trying to do something to localhost and doesn't get a
reply back. Many programs behave like that, in my case kmail. It was
trying to use rpc, other programs try to use ident. So, first find out what
it's trying to do, use netstat -nafinet and you'll see some some TCP sockets
in SYN_SENT state, for example:

nik:0:~$ telnet 127.1 &
[1] 75027
nik:1:~$ Trying 127.0.0.1...
netstat -nafinet
Active Internet connections (including servers)
Proto Recv-Q Send-Q  Local Address  Foreign Address(state)
tcp4   0  0  127.0.0.1.56239127.0.0.1.23   SYN_SENT
[...]

telnet will time out eventually. The kernel never sends a TCP reset
there 'cause tcp.blackhole=1

step 2, use your favorite firewall to return an active reply(TCP reset),
in my case:

root:0:~# pfctl -srules
No ALTQ support in kernel
ALTQ related functions disabled
block return in inet proto tcp from 127.0.0.1 to 127.0.0.1 port = sunrpc
block return in inet proto udp from 127.0.0.1 to 127.0.0.1 port = sunrpc
block drop in log inet proto tcp from any to any port 6000:6010 flags S/SA
root:0:~# 

perhaps in a more complex situation(UDP) you should use a packet filter
to log everything that goes through the loopback interface. Are you using
TCP AND UDP blackhole?

HTH, Nikos

>
> --
> kpn @ IRCnet
> ___
> 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]"


  1   2   >