RE: WINE on 5.0-CURRENT?

2003-04-01 Thread Scott R.
From: Pierrick Brossin [mailto:[EMAIL PROTECTED] 

 Does anyone know why this might be or how I can fix it?  Any tips 
 would
 be greatly appreciated.

 Play to unix solitaire games ? :)=

Heh.  If all I wanted to run were solitaire games, then I guess that would
work.  I'm using them as small, relatively simple and uncomplicated programs
to test my config with before I get more ambitious and try something
bigger/more complex.

Let me modify my question a bit:  does anyone have WINE successfully running
on 5.x and, if so, how did you end up getting it to work?

-Scott


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


Re: Need help getting FreeBSD to run

2003-04-01 Thread Scott Mitchell
On Mon, Mar 31, 2003 at 01:02:51PM +0100, Mike Doyle wrote:
 sis900.c: v1.08.06 9/24/2002
 divert: allocating divert_blk for eth0
 eth0: Realtek RTL8201 PHY transceiver found at address 1.
 eth0: Using transceiver found at address 1 as default
 eth0: SiS 900 PCI Fast Ethernet at 0x8800, IRQ 12, 00:e0:18:d8:b4:2a.
 eth0: Media Link On 100mbps full-duplex

Mike,

It looks like you have a SiS 900 Ethernet controller there, with a RealTek
PHY attached.  The SiS 900 is supposedly supported by the 'sis' driver,
which seems to be in the generic kernel config.  The 'miibus' driver knows
about a RealTek PHY8201L PHY, which may or may not be the same one you have
there.  It seems like this combination *should* work, but maybe this is a
strange configuration that the sis driver can't cope with.

Is there any chance you can get the so-called experts at your ISP to boot
FreeBSD on this box again and give you some more information on what's
actually going wrong?  ie, commands they're trying, error messages they're
getting, etc.

Cheers,

Scott

-- 
===
Scott Mitchell   | PGP Key ID | Eagles may soar, but weasels
Cambridge, England   | 0x54B171B9 |  don't get sucked into jet engines
scott at fishballoon.org | 0xAA775B8B |  -- Anon
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


IPFW stateful deny question

2003-04-01 Thread Sten Daniel Sørsdal

This one is for the archives.
If anyone would donate their time to replying to this one, It would be appreciated. 

Im trying to setup a firewall that for a time-limited period block IP's that send 
packets to specified ports.
After time has expired the ip will be allowed again.

With this setup;

ipfw add 100 check-state
ipfw add 1000 skipto 2000 tcp from any to any 445
...
ipfw add 2000 deny ip from any to any keep-state
...

Would this setup a stateful block against that IP address, blocking all IP traffic 
from that particularly evil ip
Or would it just match the specifics? Would I have to do this instead to achieve this?

ipfw add 100 check-state
ipfw add 1000 skipto 2000 tcp from any to any 445 keep-state
...
ipfw add 2000 deny ip from any to any
...

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


Re: Software Watchdog?

2003-04-01 Thread David Landgren
Lasse Laursen wrote:
Hi,

Are there any apps. like 'watchdog' -
http://packages.debian.org/stable/admin/watchdog.html - for FreeBSD?
I have been searching the ports tree and freshmeat but was unable to locate
anything usefull.
What are you trying to do? Dan Bernstein's daemontools will look after 
any number of daemons and make sure that they keep running correctly.

You have to buy into djb's mindset though. Some people hate the way it 
creates directories in / by default. More info can be found at 
http://cr.yp.to/daemontools.html

David

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


Re: localhost name resolution problem

2003-04-01 Thread Toomas Aas
Hello!

 # host localhost
 localhost.my.domain is a nickname for my.domain
 my.domain has address 202.x.x.x
 
 
 Someone suggested I check localhost.:
 
 # host localhost.
 Host not found.

AFAIK the host command doesn't use /etc/hosts. No matter what is 
specified in /etc/host.conf, the host command always uses DNS.
I got bitten by the same thing a couple of weeks ago.

To check whether localhost resolves to 127.0.0.1, try for example
'ping localhost'

Given the contents of your hosts file, you should be OK.
--
Toomas Aas | [EMAIL PROTECTED] | http://www.raad.tartu.ee/~toomas/
* Do infants enjoy infancy as much as adults enjoy adultery?

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


Re:

2003-04-01 Thread Aleksey I. Yurlov
From ftp server in your country.
For example in Russia that's will be:
ftp://ftp3.ru.freebsd.org/.0/FreeBSD/ISO-IMAGES-i386/4.8/

Here you will find iso-images for 4.8-RELEASE.

Have fun.

Aquarius Computer Services wrote:
how can i get free freebsd cd s
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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


CRW-600 MultiCard reader

2003-04-01 Thread Dima Veselov
Hello there!

I have problem using Multi-Card reader CRW-600 6-in-1

When I attach it kernel says
Mar 27 15:31:49 laura /kernel: umass0: MCRW USB Multi-Card Reader, rev 1.10/0.12, addr 
2
Mar 27 15:31:49 laura /kernel: da1 at umass-sim0 bus 0 target 0 lun 0
Mar 27 15:31:49 laura /kernel: da1: MCRW CRW600CF 2.1D Removable Direct 
Access SCSI-0 device 
Mar 27 15:31:49 laura /kernel: da1: 650KB/s transfers
Mar 27 15:31:49 laura /kernel: da1: Attempt to query device size failed: NOT READY, 
Medium not present

If I try to use any device to mount it says
Mar 27 15:33:32 laura /kernel: (da1:umass-sim0:0:0:0): READ CAPACITY. CDB: 25 0 0 0 0 
0 0 0 0 0 
Mar 27 15:33:32 laura /kernel: (da1:umass-sim0:0:0:0): NOT READY asc:3a,0
Mar 27 15:33:32 laura /kernel: (da1:umass-sim0:0:0:0): Medium not present

After several attaches and detaches of this device on attach I get
Apr  1 12:11:22 laura /kernel: umass0: MCRW USB Multi-Card Reader, rev 1.10/0.12, addr 
2
Apr  1 12:11:22 laura /kernel: cam_periph_alloc: attempt to re-allocate valid device 
da1 rejected
Apr  1 12:11:22 laura /kernel: daasync: Unable to attach to new device due to status 
0x6

But, after reboot it is back to normal operation.

So, the questions are: how I should use it? Should kernel have some quirks about this
device or not? Why da1 device is still allocated?
My system is FreeBSD-4.7/i386, but I tried this device on latest 4-STABLE.

Thanks in advance, please make CC to me.

[EMAIL PROTECTED] files]$ camcontrol devlist
QUANTUM FIREBALL_TM3200S 300Xat scbus0 target 3 lun 0 (pass0,da0)
PLEXTOR CD-ROM PX-40TS 1.13  at scbus0 target 5 lun 0 (pass1,cd0)
PLEXTOR CD-R   PX-W1210S 1.04at scbus0 target 6 lun 0 (pass2,cd1)
MCRW CRW600CF 2.1D   at scbus1 target 0 lun 0 (pass3,da1)

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


Re: PHY drivers for Proliant ML370

2003-04-01 Thread bsd
James Long writes: 

On Mon, Mar 31, 2003 at 10:02:04PM +0200, Patrick O'Reilly wrote:
The 4.6 CD installs OK, but it does not recognise the on-board PHYs
Drop an Intel (fxp) NIC in there temporarily, install, cvsup sources, 
and update the OS to 4-STABLE.  I bet then it'll recognize the Broadcom, 
you can change /etc/rc.conf to initialize bge0 or whatever instead of 
fxp0, and then remove your Intel NIC. 

James, 

I'd love to - I just don't have any 64-bit PCI NIC cards lying about :(  The 
MoBo in this box has 5 or 6 PCI slots, but they are ALL 64-bit. 

I also noticed another poster raised the same problem a few days ago using 
4.7.  Do you know of a specific patch to the bge driver which is in -STABLE, 
or was this suggestion really just a best guess suggestion? 

BTW: my question sounds cheeky - but I mean it sincerely. 

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


Re: PHY drivers for Proliant ML370

2003-04-01 Thread bsd
David Landgren writes: 

You might be able to get away by downloading just a bootable floppy, and 
then switching to your kit?
OK - this is new territory for me. 

Can I boot off a 4.8 boot floppy and then start rebuild the box which still 
has a 4.6 world installed? 

Another thought - could I do this:
1) cvsup to 4.7-STABLE, or 4.8 on my PC
2) install a spare old HDD and tar the /usr/src tree onto that Disk
3) tranfer the spare HDD to the Proliant
4) tar from the spare HDD to the /usr/src tree on the Proliant
5) make (world and kernel, blah-blah) 

Then let the games begin... 

Any advice would be appreciated. 

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


Re: Which Processor and motherboard is better (new to FreeBSD)

2003-04-01 Thread David Landgren
Paredes Sánchez Martín A. wrote:
Hi:

I want to build a new PC with FreeBSD, which processor
is best for FreeBSD.
Intel builds processors and motherboards, which gave me
a feel of good performance between this two elements.
Intel has something called Hyper-Threading Technology,
Which turbo charges your PC to respond to today's
multitasking lifestyle.
4.7 knows about hyper-threading, insofar as the kernel config file 
admits an 'HTT' option. As to whether it's better or not to have it, I 
can't really say. 2.4GHz is so ridiculously fast (kernel compiles in 
less than two minutes, postfix in less than a minute)... I suspect it 
will be difficult to detect the difference between with/without in 
everyday use.

I'm building a new mail relay, and it turns out the machine was 
specified as RAID-5. I suspect that that is going to have a much more 
adverse impact on performance than HTT or not.

As to responding to today's multitasking lifestyle, I sooner see PAE 
implemented in the kernel, to unlock the memory I have above 4Gb.

David

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


gcc and FreeBSD 5.0

2003-04-01 Thread Miika Komu
Has anyone had similar trouble?

# cvsup RELENG_5_0
# cd /usr/ports
# make buildworld
...
c++  -O -pipe -mcpu=pentiumpro -DIN_GLIBCPP_V3 -DHAVE_CONFIG_H
-I/usr/src/gnu/lib/libstdc++
-I/usr/src/gnu/lib/libstdc++/../../../contrib/libstdc++/libsupc++
-I/usr/src/gnu/lib/libstdc++/../../../contrib/gcc  -fno-implicit-templates
-ffunction-sections -fdata-sections -Wno-deprecated -c
/usr/src/contrib/libstdc++/src/ext-inst.cc -o ext-inst.o
In file included from /usr/obj/usr/src/i386/usr/include/g++/ios:48,
 from /usr/obj/usr/src/i386/usr/include/g++/ostream:45,
 from /usr/obj/usr/src/i386/usr/include/g++/iostream:45,
 from
/usr/obj/usr/src/i386/usr/include/g++/ext/ropeimpl.h:49,
 from
/usr/obj/usr/src/i386/usr/include/g++/ext/stl_rope.h:2497,
 from /usr/obj/usr/src/i386/usr/include/g++/ext/rope:60,
 from /usr/src/contrib/libstdc++/src/ext-inst.cc:34:
/usr/obj/usr/src/i386/usr/include/g++/bits/localefwd.h: In member function
   `void std::locale::_Impl::_M_remove_reference()':
/usr/obj/usr/src/i386/usr/include/g++/bits/localefwd.h:352: Internal
compiler
   error in store_bindings, at cp/decl.c:2439
Please submit a full bug report,
with preprocessed source if appropriate.
See URL:http://www.gnu.org/software/gcc/bugs.html for instructions.
*** Error code 1

Stop in /usr/src/gnu/lib/libstdc++.
*** Error code 1

Stop in /usr/src/gnu/lib.
*** Error code 1

# gcc -v
Using built-in specs.
Configured with: FreeBSD/i386 system compiler
Thread model: posix
gcc version 3.2.1 [FreeBSD] 20021119 (release)

I'm using a fresh version of FreeBSD 5.0 (not an upgrade) on i386
platform. The buildkernel compiles just fine.

Should I file a bug report (gcc/FreeBSD)or am I just hallucinating? I
tried to find a similar error from newsgroups and mailing list archives
but I seem to be the only one experiencing this kind of trouble.

Someone said that FreeBSD current might be more stable than 5.0 at the
moment... should I try current? If I try current now, is it safe to
downgrade from current to 5.x later?

-- 
Miika Komu  [EMAIL PROTECTED]  http://www.iki.fi/miika/

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


IPFILTER Question

2003-04-01 Thread Nevins, Peter
Hello. I'm a firewall admin and have run into a question regarding your OS.
A client is running IPFILTER and cannot send mail to us here. We're running
a Raptor Firewall for NT (yes, NT). He sends a SYN and my system responds
with an ACK that is more on the lines of 1 million in length over the
expected 1024. His system drops the incoming packet from me thus no email
transfer. Having no working knowledge of IPFILTER, I don't know if it's on
my end or his. Do you have any previous problems noted where Raptor
Firewalls are the common denominator? 

Thanks for any assistance you can provide in this. I have a TCPDUMP if you
would like to see it or know of anyone who could help. 

Pete

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


Firewall

2003-04-01 Thread John Meyer

Good Day.

I have a small problem compared to the problems listed here. I have Freebsd
v3.1 (fairly old). I have compiled the kernel with
options IPFIREWALL and
options IPDIVERT
options IPFIREWALL_VERBOSE

in my rc.conf file I have
gateway_enable=YES
firewall_enable=YES
firewall_type=/etc/firewall.ast
natd_interface=vx0
natd_flags=

In the etc dir I have a file called firewall.ast.

My problem is I seem to get an error at bootup stating as if you are running
ipfw cmd without options. I have disabled all the rules in firewall.ast
except the first one.
add 00100 tcp from any to any

When I disable that as well all seems to work well. It looks like the option
in rc.conf firewall_type=/etc/firewall.ast does not get interpreted
correctly.

2nd Problem is I need to divert my public ip port 80 to a private ip port 80
what are the steps in natd to follow without compromising my security on the
private side.

Thank you very much in advance for any assistance.

John Meyer
AST Namibia

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


Re: CRW-600 MultiCard reader

2003-04-01 Thread Scott Mitchell
On Tue, Apr 01, 2003 at 01:32:47PM +0400, Dima Veselov wrote:
 Hello there!
 
 I have problem using Multi-Card reader CRW-600 6-in-1

Hi Dima,

First of all, I assume this is one of those 6-in-1 devices that has four
slots, for different flash media types?  Each of those slots should
probably map to a separate 'da' device, although as you've seen only the
first one is recognised automatically.  Try this:

# camcontrol rescan 1:0:1
# camcontrol rescan 1:0:2
# camcontrol rescan 1:0:3

(use whatever bus/device the reader has been attached to... I'd be slightly
concerned that your message shows it attaching to 0:0:0 while the devlist
at the end shows 1:0:0 - any idea what happened there?)

Hopefully then you should have da1-da4 attached and be able to put media in
one of the slots and mount the appropriate /dev/daX device.  You'll need to
figure out which slot corresponds to which device, and note that you might
need to mount a slice (/dev/da1s1, or whatever).  Trial and error is
required to get this right :-)

I'm almost certain that the 'Medium not present' messages you were getting
when you tried to mount the device were simply because you were trying to
mount from a slot with no media in it...

Afraid I can't help with the multiple attach/detach problem; best advice is
probably to not do that.  At least you should be able to get the thing
working, or turn up some more information to tell us why it isn't.

I've attached a message I wrote a while ago describing how I got my own
very similar card reader working.  Maybe that will be helpful to you as
well.

 [EMAIL PROTECTED] files]$ camcontrol devlist
 QUANTUM FIREBALL_TM3200S 300Xat scbus0 target 3 lun 0 (pass0,da0)
 PLEXTOR CD-ROM PX-40TS 1.13  at scbus0 target 5 lun 0 (pass1,cd0)
 PLEXTOR CD-R   PX-W1210S 1.04at scbus0 target 6 lun 0 (pass2,cd1)
 MCRW CRW600CF 2.1D   at scbus1 target 0 lun 0 (pass3,da1)

Thinking about the changing device number a bit more, you might want to
look into 'wiring down' the device numbers of your various SCSI drives in
your kernel config - so that they always come up as da0, cd0, cd1.  That
should also ensure that the card reader uses da1-da4 every time.

Cheers,

Scott

-- 
===
Scott Mitchell   | PGP Key ID | Eagles may soar, but weasels
Cambridge, England   | 0x54B171B9 |  don't get sucked into jet engines
scott at fishballoon.org | 0xAA775B8B |  -- Anon
---BeginMessage---
Hi all,

A USB mass storage success story...

I just acquired this device -- one of those USB flash card readers with
MMC/SD, SmartMedia, CF and MemoryStick slots (for those in the UK, it's
£19.99 at maplin.co.uk until Saturday... not a bad price).  I bought it
specifically because it claimed to be Linux-friendly, which I took as a
good chance it would work with FreeBSD as well.

Anyway, it works fine in Win2K, and (much happiness) in FreeBSD as well.
When I plug it in, with the umass module loaded, I get (in
/var/log/messages):

Feb 21 22:11:22 tuatara /kernel: umass0:  MultiFlash, rev 
1.10/1.00, addr 2
Feb 21 22:11:22 tuatara /kernel: da0 at umass-sim0 bus 0 target 0 lun 0
Feb 21 22:11:22 tuatara /kernel: da0: DMI MultiFlash 3.00 Removable Direct Access 
SCSI-0 device
Feb 21 22:11:22 tuatara /kernel: da0: 650KB/s transfers
Feb 21 22:11:22 tuatara /kernel: da0: Attempt to query device size failed: NOT READY, 
Medium not present

According to the Linux docs, it should come up as a SCSI device with 4
LUNs, so I stuck a SmartMedia card from my camera in the slot and tried:

tuatara# camcontrol rescan 0:0:1
Re-scan of 0:0:1 was successful
tuatara# camcontrol rescan 0:0:2
Re-scan of 0:0:2 was successful
tuatara# camcontrol rescan 0:0:3
Re-scan of 0:0:3 was successful

which got me:

Feb 21 22:26:55 tuatara /kernel: da1 at umass-sim0 bus 0 target 0 lun 1
Feb 21 22:26:55 tuatara /kernel: da1: DMI MultiFlash 3.00 Removable Direct Access 
SCSI-0 device
Feb 21 22:26:55 tuatara /kernel: da1: 650KB/s transfers
Feb 21 22:26:55 tuatara /kernel: da1: 62MB (128000 512 byte sectors: 64H 32S/T 62C)
Feb 21 22:27:01 tuatara /kernel: da2 at umass-sim0 bus 0 target 0 lun 2
Feb 21 22:27:01 tuatara /kernel: da2: DMI MultiFlash 3.00 Removable Direct Access 
SCSI-0 device
Feb 21 22:27:01 tuatara /kernel: da2: 650KB/s transfers
Feb 21 22:27:01 tuatara /kernel: da2: Attempt to query device size failed: NOT READY, 
Medium not present
Feb 21 22:27:04 tuatara /kernel: da3 at umass-sim0 bus 0 target 0 lun 3
Feb 21 22:27:04 tuatara /kernel: da3: DMI MultiFlash 3.00 Removable Direct Access 
SCSI-0 device
Feb 21 22:27:04 tuatara /kernel: da3: 650KB/s transfers
Feb 21 22:27:04 tuatara /kernel: da3: Attempt to query device size failed: NOT READY, 
Medium not present

Notice that it has detected the '64MB' card in slot 1.  I'm pretty sure
this card has a FAT filesystem on it, so I tried to mount it:

tuatara# mount_msdos /dev/da1 /mnt
mount_msdos: 

XF86Config file help

2003-04-01 Thread CARTER Anthony
My XF86Config file has in the Module section:

Load glx
Load dri
Load dbe

I know what these are, no problems. Now:

Load record
Load extmod
Load type1

I don't know what these are used for, can someone tell me? Now:

Load xie
Load pex5
Load pcm

I know what pcm is for (the sound), but not the others. However, for these I 
get module not found errors...

Here are the errors for these and a couple of others that you may resolve if 
you have time to spare...

Thanks,
Anthony Carter


(II) UnloadModule: xie
(EE) Failed to load module xie (module does not exist, 0)
(II) LoadModule: pex5
(WW) Warning, couldn't open module pex5
(II) UnloadModule: pex5
(EE) Failed to load module pex5 (module does not exist, 0)

(WW) Warning, couldn't open module pcm
(II) UnloadModule: pcm
(EE) Failed to load module pcm (module does not exist, 0)

(II) Setting vga for screen 0.
(II) Loading sub module vgahw
(II) LoadModule: vgahw
(II) Loading /usr/X11R6/lib/modules/libvgahw.a
(II) Module vgahw: vendor=The XFree86 Project
compiled for 4.3.0, module version = 0.1.0
ABI class: XFree86 Video Driver, version 0.6
(**) MGA(0): Chipset: mgag400 (G450)
(II) Loading sub module mga_hal
(II) LoadModule: mga_hal
(WW) Warning, couldn't open module mga_hal
(II) UnloadModule: mga_hal
(EE) MGA: Failed to load module mga_hal (module does not exist, 0)
(==) MGA(0): Matrox HAL module not loaded - using builtin mode setup instead
(**) MGA(0): Depth 24, (--) framebuffer bpp 32
(==) MGA(0): RGB weight 888
(==) MGA(0): Using AGP 1x mode
(--) MGA(0): Linear framebuffer at 0xFA00
(--) MGA(0): MMIO registers at 0xF900
(--) MGA(0): Pseudo-DMA transfer window at 0xF880
(--) MGA(0): BIOS at 0xF9FE
(II) Truncating PCI BIOS Length to 34816
(--) MGA(0): Video BIOS info block at offset 0x078A0
(WW) MGA(0): Video BIOS info block not detected!
(II) MGA(0): MGABios.RamdacType = 0x0
(==) MGA(0): Write-combining range (0xf900,0x4000) was already clear
(==) MGA(0): Write-combining range (0xfa00,0x200)
(==) MGA(0): Write-combining range (0xf880,0x80) was already clear
(--) MGA(0): VideoRAM: 16384 kByte

Could not init font path element /usr/X11R6/lib/X11/fonts/Speedo/, removing 
from list!



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


Re: FW: recomended POP server?

2003-04-01 Thread Andy Harrison
-BEGIN PGP SIGNED MESSAGE-


~
On 28-Mar-2003, stan wrote message FW: recomended POP server?
~
 I;ve never set up a POP server before. What packages should I look at?
 

cucipop is also a very very efficient pop server.  We switched to it at a time
when our server was getting heavily beaten and cucipop was so much better that
the load dropped right down.

I notice that it's also in the ports tree too.



~~ 
Andy Harrison
[EMAIL PROTECTED]
ICQ: 123472  AIM/Y!: AHinMaine
[full headers for details]

-BEGIN PGP SIGNATURE-
Version: PGP 6.5.8

iQCVAwUBPomZa1PEkLgodAWVAQEx4gQAkk2FPpsuin52mMtvLGZeSVZ2TF3pzIIy
eg5OQhch0NrzpIUHkRINJv1BwpqDzb2MpdMce7/RL0sA/vnbYcN7ikCVuz1Hov8K
jseOSTxxdUHEp3A5s4s7SKP8+0cqBs1KSO26o8hwLuoPlYMSOutV41OQZ9kfnalp
TjZwl2YJTiI=
=dl++
-END PGP SIGNATURE-
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: CRW-600 MultiCard reader

2003-04-01 Thread Dima Veselov
On Tue, Apr 01, 2003 at 02:17:33PM +0100, Scott Mitchell wrote:

Hello, Scott!

  Hello there!
  I have problem using Multi-Card reader CRW-600 6-in-1
 Hi Dima,

First of all, I want to thank you for your pretty detailed answer. 
Thanks.

Your are right, it is 6-in-1 device with 4 slots.

 first one is recognised automatically.  Try this:
 # camcontrol rescan 1:0:1

I have tried these commands and more (up to 1:0:10 as experiment) and now
I have 

[EMAIL PROTECTED] dev]$ camcontrol devlist 
QUANTUM FIREBALL_TM3200S 300Xat scbus0 target 3 lun 0 (pass0,da0)
PLEXTOR CD-ROM PX-40TS 1.13  at scbus0 target 5 lun 0 (pass1,cd0)
PLEXTOR CD-R   PX-W1210S 1.04at scbus0 target 6 lun 0 (pass2,cd1)
MCRW CRW600CF 2.1D   at scbus1 target 0 lun 0 (da1,pass3)
MCRW CRW600MS 2.1D   at scbus1 target 0 lun 1 (da2,pass4)
MCRW CRW600MMC/SD 2.1D   at scbus1 target 0 lun 2 (da3,pass5)
MCRW CRW600SM 2.1D   at scbus1 target 0 lun 3 (da4,pass6)
MCRW CRW600 2.1D at scbus1 target 0 lun 4 (pass7)
MCRW CRW600 2.1D at scbus1 target 0 lun 5 (da5,pass8)
MCRW CRW600 2.1D at scbus1 target 0 lun 6 (da6,pass9)
MCRW CRW600 2.1D at scbus1 target 0 lun 7 (da7,pass10)
MCRW CRW600 2.1D at scbus1 target 0 lun 8 (pass11)
MCRW CRW600 2.1D at scbus1 target 0 lun 9 (da8,pass12)
MCRW CRW600 2.1D at scbus1 target 0 lun 10 (da9,pass13)

Something strange happens when I try to use it - when camcontrol rescans devices
kernel says, that da* device attached. On first four devices it says 'no medium
present', and on other it says medium present with size=0.

Well, it is great that now I have 4 devices, but - CF slot is first (da1) and it was
present before, and as I assume it is to be mountable. There is CF card - 128 Mb,
it worked before and it was used in this reader (under Windows). So, problem is not
in the card or reader.

As the kernel says I have no medium present in all four slots - da1-da4 it says 
that devices da1-da4 are not configured. 

As I noticed in your old letter - when you made rescan, kernel found card 62Mb,
but mine do not find it at all. 

I tried to remake da1-da4 device nodes in /dev, I tried fdisk, but every time
got a message: da1: device not configured.

Removing/inserting CF card doesn't make anything to change.

Have any ideas why it can happen or how I can debug reader behaviour?

By the way, does not this two commands say card is somehow recognized?:

[EMAIL PROTECTED] dev]$ camcontrol periphlist 1:0:1
camcontrol: cam_real_open_device: couldn't open passthrough device /dev/pass4
cam_real_open_device: No such file or directory
[EMAIL PROTECTED] dev]$ camcontrol periphlist 1:0:0
da1:  generation: 8 index: 1 status: MORE
pass3:  generation: 8 index: 2 status: LAST

Thanks for attached letter, I hope it was pushed in archives for future users
search.
I hope your letter I'm now replying did so too.

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


Cloning a jail

2003-04-01 Thread Hari Bhaskaran
Hi,

When I need to clone a jail, would a cp -Rp do?
(and change rc.conf). Or do I have to go through
the jail(8) steps again? (make hierarchy, install etc).
By 'clone', I meant an identical jail session,
on top of which I will install other packages,
not necessarily same on both.

Also can I hardlink a tree (outside) to inside
the jail? assuming I don't mind it being writeable.
Would it open a hole to the rest of the system?

Any help is appreciated
--
Hari Bhaskaran
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: Which Processor and motherboard is better (new to FreeBSD)

2003-04-01 Thread Paredes Sánchez Martín A.
I found in the intel web site that the Hyper-Threading has this
requirements:

Hyper-Threading Technology requires a computer system with an
Intel Pentium 4 processor at 3.06 GHz or higher, a chipset and BIOS
that utilize this technology, and an operating system that includes
optimizations for this technology.

By the way, what is PAE?

maps

-Original Message-
From:   David Landgren [SMTP:[EMAIL PROTECTED]
Sent:   Tuesday, April 01, 2003 5:41 AM
To: BSD.
Subject:Re: Which Processor and motherboard is better
(new to FreeBSD)

Paredes Sánchez Martín A. wrote:
 Hi:
 
 I want to build a new PC with FreeBSD, which processor
 is best for FreeBSD.
 
 Intel builds processors and motherboards, which gave me
 a feel of good performance between this two elements.
 
 Intel has something called Hyper-Threading Technology,
 Which turbo charges your PC to respond to today's
 multitasking lifestyle.

4.7 knows about hyper-threading, insofar as the kernel config
file 
admits an 'HTT' option. As to whether it's better or not to have
it, I 
can't really say. 2.4GHz is so ridiculously fast (kernel
compiles in 
less than two minutes, postfix in less than a minute)... I
suspect it 
will be difficult to detect the difference between with/without
in 
everyday use.

I'm building a new mail relay, and it turns out the machine was 
specified as RAID-5. I suspect that that is going to have a much
more 
adverse impact on performance than HTT or not.

As to responding to today's multitasking lifestyle, I sooner
see PAE 
implemented in the kernel, to unlock the memory I have above
4Gb.

David

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

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


Re: Sendmail + Cyrus + Procmail(?) + SpamAssassin

2003-04-01 Thread Kirk Strauser
At 2003-04-01T06:30:53Z, Rick Fournier [EMAIL PROTECTED] writes:

 Well for the worth of it, I use Sendmail, Procmail, SpamAssassin and
 IMAP-UW but with my setup the IMAP software used, is totaly irrelevant.

Almost, but not quite.  You have to call Cyrus' deliver program to
actually deliver the mail; you can't just write it to the end of a
particular file.

 My setup is as follows:

 $ tail /usr/local/etc/procmailrc
 DROPPRIVS=yes
 :0fw: /var/run/spamassassin.lock
 *  256000
 | /usr/local/bin/spamc

That looks similar to what I tried to do, which the exception of calling
deliver as the final step.  I'm not sure why that didn't work - the mail
just silently disappeared (wasn't in Cyrus' spools, wasn't in
/var/mail/username) although /var/log/maillog didn't show any errors.

 $ tail $HOME/.forward
 |IFS=' 'exec /usr/local/bin/procmail -f-||exit 75 $USER

I may be showing my ignorance here, but what is IFS?  Googling for
sendmail forward ifs returned over 3000 hits, none of them actually
explaining it.
-- 
Kirk Strauser
In Googlis non est, ergo non est.


pgp0.pgp
Description: PGP signature


make buildworld help!!?!?!?!!

2003-04-01 Thread Brent Bailey
Hello, Im running a FBSD 4.5 machine DUEL CPU 450 w/ 512 MB ram . Anywho
..i tried to CVSUP to the latest stable release , seems the CVSUP went
well ...ANYWHO my problem after all was said and done was that i cant do a
ps -ax  or w or top
this is the procedure i did with no good results:

make a backup of etc
cp -Rp /etc /etc.old

in a prebuild world environment
# /usr/sbin/mergemaster -p -v

# cd /usr/obj
# chflags -R noschg *
# rm -rf *

Compile the sources:

# cd /usr/src
# make buildworld  -- this failed the first time something to do with
sendmail ..so i removed  freebsd.mc * fromthe
/usr/local/etc/cvsup/sup/refuse file so it would ignore sendmail
then did a cleandir and then redid CVSUP and then redid
make buildworld


Compile and install the new kernel:

# cd /usr/src
# make buildkernel KERNCONF=LOQTIS-SMP-1  -- this failed to  saying it
couldnt make LOQTIS-SMP-1   although it said it made the GENERIC kern. go
figure
At this point i didnt know what to do ...so i just continued
i rebooted into single user mode and ran:

#make installworld   -- no errors

#/usr/sbin/mergemaster -v-- from what i understand if you select d
it deletes the temporary file, if you select i it installes the new
version  of the file. what i did was any file that I knew to be modified
by me i did a d to keep my original file and the rest that i knew wasnt
modified by me ...i chose i to install the new version.
then I did
# cd /usr/src/release/sysinstall
# make clean
# make all install

when i rebooted i ran into the problem of not being able to do a
ps -ax or a w  ... i know this means that the make buildworld didnt
work or at least a part of it didnt work right.
Please ..any help or suggestions would be greatly appreciated ..as a note
i did this same procedure on another non-production FBSD 4.5 box with no
issues. also ..i have tape backup of the whole system so if all else fails
i can go back ..but id rather not concidering the recent expoits found in
certain ports im running.Figures huh...

Thank you
Brent






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


[no subject]

2003-04-01 Thread freebsd_deamon
PAE -- Physical Address Extension (PAE) X86 allows software using the
Address Windowing Extensions (AWE) API set and running on a computer with an Intel
Pentium Pro processor or later, more than 4 gigabytes (GB) of physical
memory ...

-- 
+++ GMX - Mail, Messaging  more  http://www.gmx.net +++
Bitte lächeln! Fotogalerie online mit GMX ohne eigene Homepage!

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


Re: Sendmail + Cyrus + Procmail(?) + SpamAssassin

2003-04-01 Thread Kirk Strauser
At 2003-04-01T06:30:42Z, Miguel Mendez [EMAIL PROTECTED] writes:

 On Tue, 01 Apr 2003 00:17:40 -0600
 Kirk Strauser [EMAIL PROTECTED] wrote:

 Howdy,
  
 It's now well past my bed time, my brain is all muzzy, and I'm this
 close to giving up on the whole project.  Before I do, I have to ask:
 has *anyone* made Sendmail+Cyrus+Procmail+SpamAssassin work?  In order
 of most undesirable to least:

 Almost, my setup is a bit different, but perhaps I can give you some
 ideas. My mailserver goes like this:

 postfix - spamassassin - deliver - sieve

 Now, how does one accomplish this? postfix pipes mail through a shell
 script instead of feeding it directly to Cyrus' deliver. This shell
 script pipes mail through spamassassin, and then finally to deliver,
 which uses my .sieve to automagically bounce all Spam to trustic's
 database and move messages to the appropriate folders.

Said script:

#!/bin/sh
#
# /usr/local/sbin/deliver.sh
#
# A wrapper for running spamassassin  Cyrus deliver
#

if [ $# -ne 2 ]; then exit 64; fi

user=$1
extension=$2

if grep -q ^$user: /etc/passwd; then :; else exit 67; fi

What does the above line do?

/usr/local/bin/spamassassin -F0 -P -x \
   -p /home/${user}/.spamassassin/user_prefs |
/usr/local/cyrus/bin/deliver -e -m ${extension} ${user}

Since '-P' is now the default, that's no problem.  What did '-F0' do?

 What you could do is something like have sendmail pipe you email to a
 shell script that would pipe it to procmail, and finally to Cyrus'
 deliver. Note that you can't have procmail deliver the mail becuase Cyrus
 uses its own storage method (a Maildir lookalike combined with some
 BerkeleyDB stuff)

I'm beginning to think that procmail may not be very good for use with
Cyrus.  I'd originally locked on it because it seemed like an easy way to
pipe the mail through commands (such as spamc), but if I'm going to script
that anyway, then I don't such much need to keep it.

 But I hope it will help as a starter.

Thansk for the pointer!  It may not be *exactly* what I needed, but I think
it's close enough that I should be able to go on from here.

 Also, if you have time, I'd recommend playing with sieve, it's quite
 powerful and yet easy to use tool to do server side mail
 filtering/sorting.

Do you have a good reference for that?  I Googled sieve cyrus and got more
information than I could handle.
-- 
Kirk Strauser
In Googlis non est, ergo non est.


pgp0.pgp
Description: PGP signature


PAE

2003-04-01 Thread freebsd_deamon
FORGOT THE SUBJECT LINE

PAE -- Physical Address Extension (PAE) X86 allows software using the
Address Windowing Extensions (AWE) API set and running on a computer with an Intel
Pentium Pro processor or later, more than 4 gigabytes (GB) of physical
memory...


By the way it's comming up in
5-Current

http://www.freebsd.org/news/status/report-jan-2003-feb-2003.html#Support-for-PAE-and-4G-ram-on-x86

-- 
+++ GMX - Mail, Messaging  more  http://www.gmx.net +++
Bitte lächeln! Fotogalerie online mit GMX ohne eigene Homepage!

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


Re: Cloning a jail

2003-04-01 Thread Kirk Strauser
At 2003-04-01T14:32:51Z, Hari Bhaskaran [EMAIL PROTECTED] writes:

 When I need to clone a jail, would a cp -Rp do?

I don't know about `cp' (I'm not sure how well it deals with device nodes,
symlinks, etc), but yes, making an exact copy of the file structure should
result in an identical jail.

 Also can I hardlink a tree (outside) to inside the jail?

Once you've made a hardlink, the system has no concept of the original
location.  Both of the filesystem entries point to a structure on the disk;
that structure doesn't refer back to those entries, point to one, and say
that's my parent!

However, depending on what you want to do, using NFS may be a nice approach.
You can make a directory and its children read-only to the jail, but
read-write outside of the jail.  It's also a lot clearer later on that a
particular directory is used by several different systems on the same
machine.
-- 
Kirk Strauser
In Googlis non est, ergo non est.


pgp0.pgp
Description: PGP signature


Re: make buildworld help!!?!?!?!!

2003-04-01 Thread james
Hi Brent

What happens when you use ps or w - file not found? or another error?

Also, you may need to build a new kernel (make buildkernel  make 
installkernel) .

Cheers

James

On Tue, 1 Apr 2003, Brent Bailey wrote:

 Hello, Im running a FBSD 4.5 machine DUEL CPU 450 w/ 512 MB ram . Anywho
 ..i tried to CVSUP to the latest stable release , seems the CVSUP went
 well ...ANYWHO my problem after all was said and done was that i cant do a
 ps -ax  or w or top
 this is the procedure i did with no good results:
 
 make a backup of etc
 cp -Rp /etc /etc.old
 
 in a prebuild world environment
 # /usr/sbin/mergemaster -p -v
 
 # cd /usr/obj
 # chflags -R noschg *
 # rm -rf *
 
 Compile the sources:
 
 # cd /usr/src
 # make buildworld  -- this failed the first time something to do with
 sendmail ..so i removed  freebsd.mc * fromthe
 /usr/local/etc/cvsup/sup/refuse file so it would ignore sendmail
 then did a cleandir and then redid CVSUP and then redid
 make buildworld
 
 
 Compile and install the new kernel:
 
 # cd /usr/src
 # make buildkernel KERNCONF=LOQTIS-SMP-1  -- this failed to  saying it
 couldnt make LOQTIS-SMP-1   although it said it made the GENERIC kern. go
 figure
 At this point i didnt know what to do ...so i just continued
 i rebooted into single user mode and ran:
 
 #make installworld   -- no errors
 
 #/usr/sbin/mergemaster -v-- from what i understand if you select d
 it deletes the temporary file, if you select i it installes the new
 version  of the file. what i did was any file that I knew to be modified
 by me i did a d to keep my original file and the rest that i knew wasnt
 modified by me ...i chose i to install the new version.
 then I did
 # cd /usr/src/release/sysinstall
 # make clean
 # make all install
 
 when i rebooted i ran into the problem of not being able to do a
 ps -ax or a w  ... i know this means that the make buildworld didnt
 work or at least a part of it didnt work right.
 Please ..any help or suggestions would be greatly appreciated ..as a note
 i did this same procedure on another non-production FBSD 4.5 box with no
 issues. also ..i have tape backup of the whole system so if all else fails
 i can go back ..but id rather not concidering the recent expoits found in
 certain ports im running.Figures huh...
 
 Thank you
 Brent
 
 
 
 
 
 
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
 

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


worker filemanager and some

2003-04-01 Thread alvins
hey..

was wondering if someone could help me out with worker filemanager. cant
seem to associate text files with gvim or mp3 files with mpg123. went to
the authors site and found some docs but cant really make anything out
of it. downloaded the manual but it looks like some of the pages are not
there? 

anyways, tried to associate some text files with 'own command' but
after that, all the other (unknown) files are 'text' files. so what am i
doing wrong? 

so, if anyone here is using worker, could you help me out? 

thanx

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


Re: localhost name resolution problem

2003-04-01 Thread W. Sierke
From: Ryan Merrick [EMAIL PROTECTED]
 W. Sierke wrote:
 hosts contains
 ::1 localhost.my.domain localhost
 127.0.0.1 localhost.my.domain localhost
 192.168.100.1 this_machine.my.domain this_machine
 192.168.100.2 another_machine.my.domain another_machine
 ...

 Your #/etc/hosts file should read for IPv4 localhost
 127.0.0.1localhost.Your_local_domain.com localhost

 There should be another line in #/etc/hosts your host
 192.168.100.1My_host.Your_local_domain.com My_host

 You can add as many lines as you want. with IP address, hostname,
nickname.

Indeed, but despite the presence of the (IPv4) localhost entry, sendmail was
resolving localhost to my internet IP address, rather than 127.0.0.1.

It was suggested to me that the name resolution method that sendmail uses
would not use /etc/hosts anyway and since that matched my own experience I'm
inclined to think it's true, that's why I resorted to adding bind to the
system.

After further investigation I've seen two approaches to resolving this
issue, one to substitute 127.0.0.1 in place of 'localhost' in the sendmail
config files[1], the other to add the sendmail config file
/etc/mail/service.switch with the line hosts files dns.

But now I'm curious about why these options aren't used in the default
installation of sendmail on FreeBSD, given that my situation doesn't appear
to be unusual. Does sendmail not use the hosts file by default as a security
measure? In any case it just feels dirty to me to have to circumvent this
issue on a case-by-case basis - i.e. my thinking at the moment is that a dns
facility should resolve 'localhost' correctly. Is that a shared sentiment?
Or am I just barking up the wrong tree altogether?


Thanks,

Wayne

[1] - by having FEATURE(`msp', `[127.0.0.1]') in submit.mc

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


NFS / MBUFs, oh my!

2003-04-01 Thread Eric Anderson
On a FreeBSD 4.7-RELEASE machine, running as a super heavily loaded NFS 
server, I occasionally get messages like:

All mbuf clusters exhausted, please see tuning(7).
All mbufs exhausted, please see tuning(7).
All mbufs exhausted, please see tuning(7).
All mbuf clusters exhausted, please see tuning(7).
All mbuf clusters exhausted, please see tuning(7).
All mbuf clusters exhausted, please see tuning(7).
All mbuf clusters exhausted, please see tuning(7).
All mbuf clusters exhausted, please see tuning(7).
All mbuf clusters exhausted, please see tuning(7).
(from dmesg - /var/log/messages has been pushed out already)
Here's my current netstat -m:
199/53536/262144 mbufs in use (current/peak/max):
198 mbufs allocated to data
1 mbufs allocated to packet headers
155/37152/65536 mbuf clusters in use (current/peak/max)
87688 Kbytes allocated to network (1% of mb_map in use)
156 requests for memory denied
0 requests for memory delayed
0 calls to protocol drain routines
It's the 156 requests for memory denied that bothers me, and I think 
is causing my problems, but I'm not sure what more I can do. I read 
tuning, but it doesn't say much more that I have already done (unless I 
read over it).

What can I do to fix this, and does anyone have any good NFS tweaks to 
increase performance (yes, I already have a RAID, I'm talking about 
FreeBSD tweaks).

Eric

--
--
Eric Anderson  Systems Administrator  Centaur Technology
Attitudes are contagious, is yours worth catching?
--
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Which Processor and motherboard is better (new to FreeBSD)

2003-04-01 Thread David Landgren
Paredes Sánchez Martín A. wrote:
I found in the intel web site that the Hyper-Threading has this
requirements:
Hyper-Threading Technology requires a computer system with an
Intel Pentium 4 processor at 3.06 GHz or higher, a chipset and BIOS
that utilize this technology, and an operating system that includes
optimizations for this technology.
By the way, what is PAE?
PAE eq Page Address Extensions. It allows for 36-bit addressing, which 
thus lets a 32-bit computer get past the 4Gb addressing limit. They have 
been around on Intel archictecture for ages in some form or other. I 
first read about them in DDJ. A search on their website turns up

	http://x86.ddj.com/articles/2mpages/2mpages.htm

It's also the thing that Linus Torvalds blasted a while back.

	http://www.theinquirer.net/?article=7966

Microsoft seem to be fairly gung-ho about it, searching on Goggle for 
PAE Intel Page Address Extensions brings up lots of links into their site.

David

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


Re: Hell of a time, Cont'd

2003-04-01 Thread Dave McCammon

--- John McClure [EMAIL PROTECTED] wrote:
 Firstly, thanks for the help so far.
 
 My disk is an IBM 27G. The Disklabel config looks
 like
 this:
 
 Part Mount  Size Newfs   Part
  -   -   
 ad0s1a   /1024MB UFS1Y
 ad0s1b   swap 1024MB SWAP
 ad0s1d   /var  256MB UFS1+S  Y
 ad0s1e   /tmp  256MB UFS1+S  Y
 ad0s1f   /usr23545MB UFS1+S  Y
 
 Also, for the f partition I make sure that:
 newfs -f 2048 -b 16384
 
 As far as my installation specs go, I choose All
 to
 install everything, including source, which I want,
 and I choose the ports collection as well because it
 feels me with a sense of divine power, and I also
 actually use it.
 
 As you can see, my /usr mount should have plenty o'
 space.
 
 When I specify mount points manually I enter / or
 /usr, not mnt/usr. However, I've only, on most
 tries, been specifying the root partition and swap,
 so
 I can control those sizes, and letting the Auto
 config take over after that.
 
 Finally, when I create the initial slice, I allocate
 the whole space for freebsd, which I want, and I
 press
 S in order to ensure that it is bootable.
 
 Thanks again. Any advice is hugely appreciated.

Are you getting the error message when the files start
to copy?
Where are you installing from? CD/DVD? FTP?
I had install problems using a realtek/8139 based NIC
using ftp as install source. Either swap cards or use
the URL option (specified ip address to
ftp.freebsd.org) was the recommeded fix. Had something
to do with rl driver, the name lookup and the memory
disk (/mnt) used in install... don't remember exactly.
I had this with 4.7 floppies and 5.0 install floppies.



__
Do you Yahoo!?
Yahoo! Tax Center - File online, calculators, forms, and more
http://platinum.yahoo.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: worker filemanager and some

2003-04-01 Thread Adam
On Tue, 2003-04-01 at 10:57, alvins wrote:
 was wondering if someone could help me out with worker filemanager. cant
 seem to associate text files with gvim or mp3 files with mpg123. went to
 the authors site and found some docs but cant really make anything out
 of it. downloaded the manual but it looks like some of the pages are not
 there? 
 
 anyways, tried to associate some text files with 'own command' but
 after that, all the other (unknown) files are 'text' files. so what am i
 doing wrong? 
 
 so, if anyone here is using worker, could you help me out? 

1) Click the C in the upper-left corner (configuration)
2) Click on Filetypes
3) Select 'MP3 File' and click Edit Type
4) Select 'DoubleClick-Action'
5) Select 'own command' and hit Configure
6) Change the program line to look however you want
7) Save everything

You'd do something similar for text files ..

-- 
Adam [EMAIL PROTECTED]

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


Using jailNG with 4.7R and the upcoming 4.8R

2003-04-01 Thread Andreas Berg
Greetings,

I'd like to use jailNG as described in the developers handbook Chapter 
12.3. I downloaded the diff files available through the link there and 
tried to apply them to my 4.7R kernel source, but several chunks of the 
patch failed to apply correctly.

I'm wondering, are there up to date patches available for 4.7R and possibly 
for the upcoming 4.8R too ?

I'm going to use two jails to set up two gateways on one computer and need 
the jails to be able to access my NICs directly using PPPoE for my ADSL and 
dhclient for my Ethernet connection and I hope that jailNG could do the 
trick for me.

Any ideas ?

--
Andreas Berg
a n d y ( a t ) l i g h t m a g i c ( d o t ) n e t 

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


Re: worker filemanager and some

2003-04-01 Thread Adam
On Tue, 2003-04-01 at 10:57, alvins wrote:
 anyways, tried to associate some text files with 'own command' but
 after that, all the other (unknown) files are 'text' files. so what am i
 doing wrong? 

Hrm, it seems Text files aren't even in the default list of filetypes.
But, you can add it.

1) Click on the C in the upper-left corner
2) Click on Filetypes
3) Click on New type
4) Enter a descriptive name for the filetype in the Name: field (eg,
Text file)
5) Select 'DoubleClick-Action'
6) Click 'Add command'
7) Select 'own command' and hit Okay
8) Enable 'Run in background'
9) In the program: field, enter the command you'd like to run when the
Text file is double-clicked. eg, nedit {f}
10) Hit Okay
11) In the Pattern: field, enter: *.txt
12) Enable Use Pattern
13) Enable Ignore case (if you want the action to also work on .TXT,
etc)
14) Save everything

Lots of steps, but it does make Worker extremely configurable. It's by
far my favourite file manager for X.

-- 
Adam [EMAIL PROTECTED]

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


Installworld trouble

2003-04-01 Thread Mike Galvez
4.8-RC FreeBSD 4.8-RC #1: Tue Apr  1 11:08:12 EST 2003

I'm having some trouble with installworld. I cvsuped src to RELENG_4, then
I did a make world, make buildkernel, make installkernel, then rebooted. 
The kernel booted, so I proceeded to do the installworld. 
The installworld hangs with the following:

install -s -o root -g wheel -m 555   named-xfer /usr/libexec
install -o root -g wheel -m 444 named-xfer.8.gz  /usr/share/man/man8
=== libexec/mail.local
install -s -o root -g wheel -m 555   mail.local /usr/libexec
install -o root -g wheel -m 444 mail.local.8.gz  /usr/share/man/man8
=== libexec/smrsh
install -s -o root -g wheel -m 555   smrsh /usr/libexec
install -o root -g wheel -m 444 smrsh.8.gz  /usr/share/man/man8
=== libexec/uucpd
install -s -o root -g wheel -m 555   uucpd /usr/libexec
install -o root -g wheel -m 444 uucpd.8.gz  /usr/share/man/man8
=== libexec/rtld-elf
install -s -o root -g wheel -m 555  -fschg -C -b ld-elf.so.1 /usr/libexec
make: don't know how to make rtld.1. Stop
*** Error code 2

Stop in /usr/src/libexec.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.

What is the best way to proceed from here? I forgot to clear out /usr/obj
before the make world so this may be a result of left over cruft. 

Thanks

-Mike


-- 
Michael Galvez 
Information Technology Specialist III   E-Mail: [EMAIL PROTECTED]
University of Virginia  

Nothing is illegal if one hundred businessmen decide to do it.
-- Andrew Young
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


IMAP SQL/ODBC

2003-04-01 Thread Matt Smith
All-
  I am looking for an IMAP server that can store mail in a database,
preferably via ODBC.  I am most interested in using either MySQL or
PostgreSQL, but would also like to try storing in a remote Oracle
database via ODBC.  Any good recommendations?
Thanks,
-Matt
-- 
Matt Smith [EMAIL PROTECTED]

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


Re: Cannot load crack.c

2003-04-01 Thread Adam
On Tue, 2003-04-01 at 12:34, Elliott Liggett wrote:
 Hi folks, I just downloaded an exploit off insecure.org, and it has 
 totally fried my system.
 
 It seems as though I was supposed to type in an ip address other than my 
 own with the command.
 
 My friend told me that FreeBSD was based off RedHat, so I tried a few of 
 those programs, and its really messed up now.
 
 My ip address is 192.168.1.206, and my root password is crash3burn.
 
 Can you help me?

Sounds like an April Fools joke to me ;p

-- 
Adam [EMAIL PROTECTED]

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


Smbfs woes

2003-04-01 Thread Jason Stewart
Greetings,

I have SMBFS compiled statically into the kernel. With the generic
kernel, I was able to resolve netbios names via broacasts. After I
installed my new kernel, I get a message like this: 

---
mount_smbfs //[EMAIL PROTECTED]/mis ./tmpmnt

mount_smbfs: can't get server address: nberr = no interface to broadcast
on and no NBNS server speicified. The only way to get it working is to
specify the IP address with -I.
---

I didn't have an /etc/nsmb.conf file set up, but as I said before, it
worked via broadcast with the generic kernel. I give up and set up an
/etc/nsmb.conf file (I know I really should have one in the first
place), and define workgroup and nbns in the config file. then I try my 
command again.

mount_smbfs: can't get server address: nberr = no such name. Hmmm... I
know that rlm exists because my windows and linux clients are
connecting to it with no problems. I might add that the server is
running samba with nmbd (It's acting as the WINS server).

Attempt Three:
define the server explicitly in /etc/nsmb.conf.
It finally works, although It should have worked before. Also, using a
default password does not seem to work, as the mount_smbfs always asks
me for my password no matter what is in the /etc/nsmb.conf file.


Questions:
Did I break something when I made a new kernel? Why can smbfs not find a
broadcast interface?

Thanks,
Jason Stewart

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


Re: Smbfs woes

2003-04-01 Thread Marcel Stangenberger
 Questions:
 Did I break something when I made a new kernel? Why can smbfs not find a
 broadcast interface?


can you provide your kernel configuration?

Regards,

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


Re: Cannot load crack.c

2003-04-01 Thread Peter Elsner
Please don't feed the trolls!  :)



At 12:42 PM 4/1/2003 -0500, you wrote:
On Tue, 2003-04-01 at 12:34, Elliott Liggett wrote:
 Hi folks, I just downloaded an exploit off insecure.org, and it has
 totally fried my system.

 It seems as though I was supposed to type in an ip address other than my
 own with the command.

 My friend told me that FreeBSD was based off RedHat, so I tried a few of
 those programs, and its really messed up now.

 My ip address is 192.168.1.206, and my root password is crash3burn.

 Can you help me?
Sounds like an April Fools joke to me ;p

--
Adam [EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]
--
Peter Elsner [EMAIL PROTECTED]
Vice President Of Customer Service (And System Administrator)
1835 S. Carrier Parkway
Grand Prairie, Texas 75051
(972) 263-2080 - Voice
(972) 263-2082 - Fax
(972) 489-4838 - Cell Phone
(425) 988-8061 - eFax
I worry about my child and the Internet all the time, even though she's
too young to have logged on yet. Here's what I worry about. I worry
that 10 or 15 years from now, she will come to me and say Daddy, where
were you when they took freedom of the press away from the Internet?
-- Mike Godwin
Unix IS user friendly... It's just selective about who its friends are.
System Administration - It's a dirty job, but somebody said I had to do it.
If you receive something that says 'Send this to everyone you know,
pretend you don't know me.
Standard $500/message proofreading fee applies for UCE.

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


Re: Smbfs woes

2003-04-01 Thread Jason Stewart
Here is my Kernel Config:

Thanks again.
Jason

#
# GENERIC -- Generic kernel configuration file for FreeBSD/i386
#
# For more information on this file, please read the handbook section on
# Kernel Configuration Files:
#
#   
http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
#
# The handbook is also available locally in /usr/share/doc/handbook
# if you've installed the doc distribution, otherwise always see the
# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
# latest information.
#
# An exhaustive list of options and more detailed explanations of the
# device lines is also present in the ./LINT configuration file. If you
are
# in doubt as to the purpose or necessity of a line, check first in
LINT.
#
# $FreeBSD$

machine i386
cpu I686_CPU
ident   MIS3C
maxusers0

#makeoptionsDEBUG=-g#Build kernel with gdb(1) debug symbols

options INET#InterNETworking
options FFS #Berkeley Fast Filesystem
options FFS_ROOT#FFS usable as root device [keep this!]
options SOFTUPDATES #Enable FFS soft updates support
options UFS_DIRHASH #Improve performance on big directories
options MFS #Memory Filesystem
options MD_ROOT #MD is a potential root device
options NFS #Network Filesystem
options NFS_ROOT#NFS usable as root device, NFS required
options MSDOSFS #MSDOS Filesystem
options CD9660  #ISO 9660 Filesystem
options CD9660_ROOT #CD-ROM usable as root, CD9660 required
options PROCFS  #Process filesystem
options COMPAT_43   #Compatible with BSD 4.3 [KEEP THIS!]
options SCSI_DELAY=15000#Delay (in ms) before probing SCSI
options UCONSOLE#Allow users to grab the console
options USERCONFIG  #boot -c editor
options VISUAL_USERCONFIG   #visual boot -c editor
options KTRACE  #ktrace(1) support
options SYSVSHM #SYSV-style shared memory
options SYSVMSG #SYSV-style message queues
options SYSVSEM #SYSV-style semaphores
options USER_LDT# Wine options
   P1003_1B#Posix P1003_1B real-time extensions
options _KPOSIX_PRIORITY_SCHEDULING
options ICMP_BANDLIM#Rate limit bad replies
options KBD_INSTALL_CDEV# install a CDEV entry in /dev
options AHC_REG_PRETTY_PRINT# Print register bitfields in debug
# output.  Adds ~128k to driver.
options AHD_REG_PRETTY_PRINT# Print register bitfields in debug 
# output.  Adds ~215k to driver.

# Networking
options IPX #IPX/SPX communications protocols
options NCP #NetWare Core protocol

# SMB/CIFS requester
# NETSMB enables support for SMB protocol, it requires LIBMCHAIN and
LIBICONV
# options.
# NETSMBCRYPTO enables support for encrypted passwords.
options NETSMB  #SMB/CIFS requester
options NETSMBCRYPTO#encrypted password support for SMB
options LIBMCHAIN   #mbuf management library
options LIBICONV
options SMBFS

device  isa
device  pci

# Sound Driver
device  pcm

# Floppy drives
device  fdc0at isa? port IO_FD1 irq 6 drq 2
device  fd0 at fdc0 drive 0
device  fd1 at fdc0 drive 1
#
# If you have a Toshiba Libretto with its Y-E Data PCMCIA floppy,
# don't use the above line for fdc0 but the following one:
#device fdc0

# ATA and ATAPI devices
device  ata0at isa? port IO_WD1 irq 14
device  ata1at isa? port IO_WD2 irq 15
device  ata
device  atadisk # ATA disk drives
device  atapicd # ATAPI CDROM drives
device  atapifd # ATAPI floppy drives
options ATA_STATIC_ID   #Static device numbering


# atkbdc0 controls both the keyboard and the PS/2 mouse
device  atkbdc0 at isa? port IO_KBD
device  atkbd0  at atkbdc? irq 1 flags 0x1
device  psm0at atkbdc? irq 12

device  vga0at isa?

# splash screen/screen saver
pseudo-device   splash

# syscons is the default console driver, resembling an SCO console
device  sc0 at isa? flags 0x100

# Floating point support - do not disable.
device  npx0at nexus? port IO_NPX irq 13

# Power management support (see LINT for more options)
device  apm0at nexus? disable flags 

Re: Smbfs woes

2003-04-01 Thread Marcel Stangenberger
perhaps i'm overlooking it, but i don't see your network card in here?

Regards,

Marcel

-- 
Real programmers don't write in FORTRAN.  FORTRAN is for pipe stress
freaks and crystallography weenies.  FORTRAN is for wimp engineers who
wear white socks.

On Tue, 1 Apr 2003, Jason Stewart wrote:

 Here is my Kernel Config:

 Thanks again.
 Jason

 #
 # GENERIC -- Generic kernel configuration file for FreeBSD/i386
 #
 # For more information on this file, please read the handbook section on
 # Kernel Configuration Files:
 #
 #
 http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
 #
 # The handbook is also available locally in /usr/share/doc/handbook
 # if you've installed the doc distribution, otherwise always see the
 # FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
 # latest information.
 #
 # An exhaustive list of options and more detailed explanations of the
 # device lines is also present in the ./LINT configuration file. If you
 are
 # in doubt as to the purpose or necessity of a line, check first in
 LINT.
 #
 # $FreeBSD$

 machine   i386
 cpu   I686_CPU
 ident MIS3C
 maxusers  0

 #makeoptions  DEBUG=-g#Build kernel with gdb(1) debug symbols

 options   INET#InterNETworking
 options   FFS #Berkeley Fast Filesystem
 options   FFS_ROOT#FFS usable as root device [keep this!]
 options   SOFTUPDATES #Enable FFS soft updates support
 options   UFS_DIRHASH #Improve performance on big directories
 options   MFS #Memory Filesystem
 options   MD_ROOT #MD is a potential root device
 options   NFS #Network Filesystem
 options   NFS_ROOT#NFS usable as root device, NFS required
 options   MSDOSFS #MSDOS Filesystem
 options   CD9660  #ISO 9660 Filesystem
 options   CD9660_ROOT #CD-ROM usable as root, CD9660 required
 options   PROCFS  #Process filesystem
 options   COMPAT_43   #Compatible with BSD 4.3 [KEEP THIS!]
 options   SCSI_DELAY=15000#Delay (in ms) before probing SCSI
 options   UCONSOLE#Allow users to grab the console
 options   USERCONFIG  #boot -c editor
 options   VISUAL_USERCONFIG   #visual boot -c editor
 options   KTRACE  #ktrace(1) support
 options   SYSVSHM #SYSV-style shared memory
 options   SYSVMSG #SYSV-style message queues
 options   SYSVSEM #SYSV-style semaphores
 options   USER_LDT# Wine 
 options
  P1003_1B#Posix P1003_1B real-time extensions
 options   _KPOSIX_PRIORITY_SCHEDULING
 options   ICMP_BANDLIM#Rate limit bad replies
 options   KBD_INSTALL_CDEV# install a CDEV entry in /dev
 options   AHC_REG_PRETTY_PRINT# Print register bitfields in debug
   # output.  Adds ~128k to driver.
 options   AHD_REG_PRETTY_PRINT# Print register bitfields in debug
   # output.  Adds ~215k to driver.

 # Networking
 options   IPX #IPX/SPX communications protocols
 options   NCP #NetWare Core protocol

 # SMB/CIFS requester
 # NETSMB enables support for SMB protocol, it requires LIBMCHAIN and
 LIBICONV
 # options.
 # NETSMBCRYPTO enables support for encrypted passwords.
 options   NETSMB  #SMB/CIFS requester
 options   NETSMBCRYPTO#encrypted password support for SMB
 options   LIBMCHAIN   #mbuf management library
 options   LIBICONV
 options   SMBFS

 deviceisa
 devicepci

 # Sound Driver
 devicepcm

 # Floppy drives
 devicefdc0at isa? port IO_FD1 irq 6 drq 2
 devicefd0 at fdc0 drive 0
 devicefd1 at fdc0 drive 1
 #
 # If you have a Toshiba Libretto with its Y-E Data PCMCIA floppy,
 # don't use the above line for fdc0 but the following one:
 #device   fdc0

 # ATA and ATAPI devices
 deviceata0at isa? port IO_WD1 irq 14
 deviceata1at isa? port IO_WD2 irq 15
 deviceata
 deviceatadisk # ATA disk drives
 deviceatapicd # ATAPI CDROM drives
 deviceatapifd # ATAPI floppy drives
 options   ATA_STATIC_ID   #Static device numbering


 # atkbdc0 controls both the keyboard and the PS/2 mouse
 deviceatkbdc0 at isa? port IO_KBD
 deviceatkbd0  at atkbdc? irq 1 flags 0x1
 devicepsm0at 

Re: Smbfs woes

2003-04-01 Thread Jason Stewart
Must have overlooked in in my cut-and-paste job. Everything else appears
to be intact.

# PCI Ethernet NICs that use the common MII bus controller code.
# NOTE: Be sure to keep the 'device miibus' line in order to use these
NICs!
device  miibus  # MII bus support

# ISA Ethernet NICs.
# 'device ed' requires 'device miibus'
device  ed0 at isa? port 0x280 irq 10 iomem 0xd8000

There it is. Thanks again.
Jason

On Tue, 2003-04-01 at 13:17, Marcel Stangenberger wrote:
 perhaps i'm overlooking it, but i don't see your network card in here?
 
 Regards,
 
 Marcel
 
 -- 
 Real programmers don't write in FORTRAN.  FORTRAN is for pipe stress
 freaks and crystallography weenies.  FORTRAN is for wimp engineers who
 wear white socks.
 
 On Tue, 1 Apr 2003, Jason Stewart wrote:
 
  Here is my Kernel Config:
 
  Thanks again.
  Jason
 
  #
  # GENERIC -- Generic kernel configuration file for FreeBSD/i386
  #
  # For more information on this file, please read the handbook section on
  # Kernel Configuration Files:
  #
  #
  http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
  #
  # The handbook is also available locally in /usr/share/doc/handbook
  # if you've installed the doc distribution, otherwise always see the
  # FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
  # latest information.
  #
  # An exhaustive list of options and more detailed explanations of the
  # device lines is also present in the ./LINT configuration file. If you
  are
  # in doubt as to the purpose or necessity of a line, check first in
  LINT.
  #
  # $FreeBSD$
 
  machine i386
  cpu I686_CPU
  ident   MIS3C
  maxusers0
 
  #makeoptionsDEBUG=-g#Build kernel with gdb(1) debug symbols
 
  options INET#InterNETworking
  options FFS #Berkeley Fast Filesystem
  options FFS_ROOT#FFS usable as root device [keep this!]
  options SOFTUPDATES #Enable FFS soft updates support
  options UFS_DIRHASH #Improve performance on big directories
  options MFS #Memory Filesystem
  options MD_ROOT #MD is a potential root device
  options NFS #Network Filesystem
  options NFS_ROOT#NFS usable as root device, NFS required
  options MSDOSFS #MSDOS Filesystem
  options CD9660  #ISO 9660 Filesystem
  options CD9660_ROOT #CD-ROM usable as root, CD9660 required
  options PROCFS  #Process filesystem
  options COMPAT_43   #Compatible with BSD 4.3 [KEEP THIS!]
  options SCSI_DELAY=15000#Delay (in ms) before probing SCSI
  options UCONSOLE#Allow users to grab the console
  options USERCONFIG  #boot -c editor
  options VISUAL_USERCONFIG   #visual boot -c editor
  options KTRACE  #ktrace(1) support
  options SYSVSHM #SYSV-style shared memory
  options SYSVMSG #SYSV-style message queues
  options SYSVSEM #SYSV-style semaphores
  options USER_LDT# Wine 
  options
 P1003_1B#Posix P1003_1B real-time extensions
  options _KPOSIX_PRIORITY_SCHEDULING
  options ICMP_BANDLIM#Rate limit bad replies
  options KBD_INSTALL_CDEV# install a CDEV entry in /dev
  options AHC_REG_PRETTY_PRINT# Print register bitfields in debug
  # output.  Adds ~128k to driver.
  options AHD_REG_PRETTY_PRINT# Print register bitfields in debug
  # output.  Adds ~215k to driver.
 
  # Networking
  options IPX #IPX/SPX communications protocols
  options NCP #NetWare Core protocol
 
  # SMB/CIFS requester
  # NETSMB enables support for SMB protocol, it requires LIBMCHAIN and
  LIBICONV
  # options.
  # NETSMBCRYPTO enables support for encrypted passwords.
  options NETSMB  #SMB/CIFS requester
  options NETSMBCRYPTO#encrypted password support for SMB
  options LIBMCHAIN   #mbuf management library
  options LIBICONV
  options SMBFS
 
  device  isa
  device  pci
 
  # Sound Driver
  device  pcm
 
  # Floppy drives
  device  fdc0at isa? port IO_FD1 irq 6 drq 2
  device  fd0 at fdc0 drive 0
  device  fd1 at fdc0 drive 1
  #
  # If you have a Toshiba Libretto with its Y-E Data PCMCIA floppy,
  # don't use the above line for fdc0 but the following one:
  #device fdc0
 
  # ATA and ATAPI devices
  device  ata0at isa? port IO_WD1 irq 14
  device  ata1

Re: Smbfs woes

2003-04-01 Thread Marcel Stangenberger
hmm odd, this all looks fine, can you paste the output from ifconfig ed0
to the list?

Marcel

-- 
Real programmers don't write in FORTRAN.  FORTRAN is for pipe stress
freaks and crystallography weenies.  FORTRAN is for wimp engineers who
wear white socks.

On Tue, 1 Apr 2003, Jason Stewart wrote:

 Must have overlooked in in my cut-and-paste job. Everything else appears
 to be intact.

 # PCI Ethernet NICs that use the common MII bus controller code.
 # NOTE: Be sure to keep the 'device miibus' line in order to use these
 NICs!
 devicemiibus  # MII bus support

 # ISA Ethernet NICs.
 # 'device ed' requires 'device miibus'
 deviceed0 at isa? port 0x280 irq 10 iomem 0xd8000

 There it is. Thanks again.
 Jason

 On Tue, 2003-04-01 at 13:17, Marcel Stangenberger wrote:
  perhaps i'm overlooking it, but i don't see your network card in here?
 
  Regards,
 
  Marcel
 
  --
  Real programmers don't write in FORTRAN.  FORTRAN is for pipe stress
  freaks and crystallography weenies.  FORTRAN is for wimp engineers who
  wear white socks.
 
  On Tue, 1 Apr 2003, Jason Stewart wrote:
 
   Here is my Kernel Config:
  
   Thanks again.
   Jason
  
   #
   # GENERIC -- Generic kernel configuration file for FreeBSD/i386
   #
   # For more information on this file, please read the handbook section on
   # Kernel Configuration Files:
   #
   #
   http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
   #
   # The handbook is also available locally in /usr/share/doc/handbook
   # if you've installed the doc distribution, otherwise always see the
   # FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
   # latest information.
   #
   # An exhaustive list of options and more detailed explanations of the
   # device lines is also present in the ./LINT configuration file. If you
   are
   # in doubt as to the purpose or necessity of a line, check first in
   LINT.
   #
   # $FreeBSD$
  
   machine   i386
   cpu   I686_CPU
   ident MIS3C
   maxusers  0
  
   #makeoptions  DEBUG=-g#Build kernel with gdb(1) debug symbols
  
   options   INET#InterNETworking
   options   FFS #Berkeley Fast Filesystem
   options   FFS_ROOT#FFS usable as root device [keep this!]
   options   SOFTUPDATES #Enable FFS soft updates support
   options   UFS_DIRHASH #Improve performance on big directories
   options   MFS #Memory Filesystem
   options   MD_ROOT #MD is a potential root device
   options   NFS #Network Filesystem
   options   NFS_ROOT#NFS usable as root device, NFS required
   options   MSDOSFS #MSDOS Filesystem
   options   CD9660  #ISO 9660 Filesystem
   options   CD9660_ROOT #CD-ROM usable as root, CD9660 required
   options   PROCFS  #Process filesystem
   options   COMPAT_43   #Compatible with BSD 4.3 [KEEP THIS!]
   options   SCSI_DELAY=15000#Delay (in ms) before probing SCSI
   options   UCONSOLE#Allow users to grab the console
   options   USERCONFIG  #boot -c editor
   options   VISUAL_USERCONFIG   #visual boot -c editor
   options   KTRACE  #ktrace(1) support
   options   SYSVSHM #SYSV-style shared memory
   options   SYSVMSG #SYSV-style message queues
   options   SYSVSEM #SYSV-style semaphores
   options   USER_LDT# Wine 
   options
P1003_1B#Posix P1003_1B real-time extensions
   options   _KPOSIX_PRIORITY_SCHEDULING
   options   ICMP_BANDLIM#Rate limit bad replies
   options   KBD_INSTALL_CDEV# install a CDEV entry in /dev
   options   AHC_REG_PRETTY_PRINT# Print register bitfields in debug
 # output.  Adds ~128k to driver.
   options   AHD_REG_PRETTY_PRINT# Print register bitfields in debug
 # output.  Adds ~215k to driver.
  
   # Networking
   options   IPX #IPX/SPX communications protocols
   options   NCP #NetWare Core protocol
  
   # SMB/CIFS requester
   # NETSMB enables support for SMB protocol, it requires LIBMCHAIN and
   LIBICONV
   # options.
   # NETSMBCRYPTO enables support for encrypted passwords.
   options   NETSMB  #SMB/CIFS requester
   options   NETSMBCRYPTO#encrypted password support for SMB
   options   LIBMCHAIN   #mbuf management library
   options   LIBICONV
   options   SMBFS
  
   deviceisa
   devicepci
  
   # Sound Driver
   devicepcm
  
   # Floppy drives
   devicefdc0at isa? port IO_FD1 irq 6 drq 2
   devicefd0 at 

Re: Smbfs woes

2003-04-01 Thread Jason Stewart
Certainly,
The interface is actually ed1 and it is a pcmcia network card.

ed1: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu 1500
inet 10.0.0.74 netmask 0xff00 broadcast 10.0.0.255
ether 00:04:5a:91:31:ac
media: Ethernet autoselect (100baseTX full-duplex)
status: active

Jason


On Tue, 2003-04-01 at 13:27, Marcel Stangenberger wrote:
 hmm odd, this all looks fine, can you paste the output from ifconfig ed0
 to the list?
 
 Marcel
 
 -- 
 Real programmers don't write in FORTRAN.  FORTRAN is for pipe stress
 freaks and crystallography weenies.  FORTRAN is for wimp engineers who
 wear white socks.
 
 On Tue, 1 Apr 2003, Jason Stewart wrote:
 
  Must have overlooked in in my cut-and-paste job. Everything else appears
  to be intact.
 
  # PCI Ethernet NICs that use the common MII bus controller code.
  # NOTE: Be sure to keep the 'device miibus' line in order to use these
  NICs!
  device  miibus  # MII bus support
 
  # ISA Ethernet NICs.
  # 'device ed' requires 'device miibus'
  device  ed0 at isa? port 0x280 irq 10 iomem 0xd8000
 
  There it is. Thanks again.
  Jason
 
  On Tue, 2003-04-01 at 13:17, Marcel Stangenberger wrote:
   perhaps i'm overlooking it, but i don't see your network card in here?
  
   Regards,
  
   Marcel
  
   --
   Real programmers don't write in FORTRAN.  FORTRAN is for pipe stress
   freaks and crystallography weenies.  FORTRAN is for wimp engineers who
   wear white socks.
  
   On Tue, 1 Apr 2003, Jason Stewart wrote:
  
Here is my Kernel Config:
   
Thanks again.
Jason
   
#
# GENERIC -- Generic kernel configuration file for FreeBSD/i386
#
# For more information on this file, please read the handbook section on
# Kernel Configuration Files:
#
#
http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
#
# The handbook is also available locally in /usr/share/doc/handbook
# if you've installed the doc distribution, otherwise always see the
# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
# latest information.
#
# An exhaustive list of options and more detailed explanations of the
# device lines is also present in the ./LINT configuration file. If you
are
# in doubt as to the purpose or necessity of a line, check first in
LINT.
#
# $FreeBSD$
   
machine i386
cpu I686_CPU
ident   MIS3C
maxusers0
   
#makeoptionsDEBUG=-g#Build kernel with gdb(1) debug symbols
   
options INET#InterNETworking
options FFS #Berkeley Fast Filesystem
options FFS_ROOT#FFS usable as root device [keep this!]
options SOFTUPDATES #Enable FFS soft updates support
options UFS_DIRHASH #Improve performance on big directories
options MFS #Memory Filesystem
options MD_ROOT #MD is a potential root device
options NFS #Network Filesystem
options NFS_ROOT#NFS usable as root device, NFS 
required
options MSDOSFS #MSDOS Filesystem
options CD9660  #ISO 9660 Filesystem
options CD9660_ROOT #CD-ROM usable as root, CD9660 required
options PROCFS  #Process filesystem
options COMPAT_43   #Compatible with BSD 4.3 [KEEP THIS!]
options SCSI_DELAY=15000#Delay (in ms) before probing SCSI
options UCONSOLE#Allow users to grab the console
options USERCONFIG  #boot -c editor
options VISUAL_USERCONFIG   #visual boot -c editor
options KTRACE  #ktrace(1) support
options SYSVSHM #SYSV-style shared memory
options SYSVMSG #SYSV-style message queues
options SYSVSEM #SYSV-style semaphores
options USER_LDT# Wine 
options
   P1003_1B#Posix P1003_1B real-time extensions
options _KPOSIX_PRIORITY_SCHEDULING
options ICMP_BANDLIM#Rate limit bad replies
options KBD_INSTALL_CDEV# install a CDEV entry in /dev
options AHC_REG_PRETTY_PRINT# Print register bitfields in debug
# output.  Adds ~128k to driver.
options AHD_REG_PRETTY_PRINT# Print register bitfields in debug
# output.  Adds ~215k to driver.
   
# Networking
options IPX #IPX/SPX communications protocols
options  

Re: Smbfs woes

2003-04-01 Thread Marcel Stangenberger
hmm ok, this all seems to be in perfect order (at least to me), if you
reboot the system and load the generic kernel again, does it still work?

-- 
Real programmers don't write in FORTRAN.  FORTRAN is for pipe stress
freaks and crystallography weenies.  FORTRAN is for wimp engineers who
wear white socks.

On Tue, 1 Apr 2003, Jason Stewart wrote:

 Certainly,
 The interface is actually ed1 and it is a pcmcia network card.

 ed1: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu 1500
   inet 10.0.0.74 netmask 0xff00 broadcast 10.0.0.255
   ether 00:04:5a:91:31:ac
   media: Ethernet autoselect (100baseTX full-duplex)
   status: active

 Jason


 On Tue, 2003-04-01 at 13:27, Marcel Stangenberger wrote:
  hmm odd, this all looks fine, can you paste the output from ifconfig ed0
  to the list?
 
  Marcel
 
  --
  Real programmers don't write in FORTRAN.  FORTRAN is for pipe stress
  freaks and crystallography weenies.  FORTRAN is for wimp engineers who
  wear white socks.
 
  On Tue, 1 Apr 2003, Jason Stewart wrote:
 
   Must have overlooked in in my cut-and-paste job. Everything else appears
   to be intact.
  
   # PCI Ethernet NICs that use the common MII bus controller code.
   # NOTE: Be sure to keep the 'device miibus' line in order to use these
   NICs!
   devicemiibus  # MII bus support
  
   # ISA Ethernet NICs.
   # 'device ed' requires 'device miibus'
   deviceed0 at isa? port 0x280 irq 10 iomem 0xd8000
  
   There it is. Thanks again.
   Jason
  
   On Tue, 2003-04-01 at 13:17, Marcel Stangenberger wrote:
perhaps i'm overlooking it, but i don't see your network card in here?
   
Regards,
   
Marcel
   
--
Real programmers don't write in FORTRAN.  FORTRAN is for pipe stress
freaks and crystallography weenies.  FORTRAN is for wimp engineers who
wear white socks.
   
On Tue, 1 Apr 2003, Jason Stewart wrote:
   
 Here is my Kernel Config:

 Thanks again.
 Jason

 #
 # GENERIC -- Generic kernel configuration file for FreeBSD/i386
 #
 # For more information on this file, please read the handbook section on
 # Kernel Configuration Files:
 #
 #
 http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
 #
 # The handbook is also available locally in /usr/share/doc/handbook
 # if you've installed the doc distribution, otherwise always see the
 # FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
 # latest information.
 #
 # An exhaustive list of options and more detailed explanations of the
 # device lines is also present in the ./LINT configuration file. If you
 are
 # in doubt as to the purpose or necessity of a line, check first in
 LINT.
 #
 # $FreeBSD$

 machine   i386
 cpu   I686_CPU
 ident MIS3C
 maxusers  0

 #makeoptions  DEBUG=-g#Build kernel with gdb(1) debug symbols

 options   INET#InterNETworking
 options   FFS #Berkeley Fast Filesystem
 options   FFS_ROOT#FFS usable as root device [keep this!]
 options   SOFTUPDATES #Enable FFS soft updates support
 options   UFS_DIRHASH #Improve performance on big directories
 options   MFS #Memory Filesystem
 options   MD_ROOT #MD is a potential root device
 options   NFS #Network Filesystem
 options   NFS_ROOT#NFS usable as root device, NFS 
 required
 options   MSDOSFS #MSDOS Filesystem
 options   CD9660  #ISO 9660 Filesystem
 options   CD9660_ROOT #CD-ROM usable as root, CD9660 required
 options   PROCFS  #Process filesystem
 options   COMPAT_43   #Compatible with BSD 4.3 [KEEP THIS!]
 options   SCSI_DELAY=15000#Delay (in ms) before probing SCSI
 options   UCONSOLE#Allow users to grab the console
 options   USERCONFIG  #boot -c editor
 options   VISUAL_USERCONFIG   #visual boot -c editor
 options   KTRACE  #ktrace(1) support
 options   SYSVSHM #SYSV-style shared memory
 options   SYSVMSG #SYSV-style message queues
 options   SYSVSEM #SYSV-style semaphores
 options   USER_LDT# Wine 
 options
  P1003_1B#Posix P1003_1B real-time extensions
 options   _KPOSIX_PRIORITY_SCHEDULING
 options   ICMP_BANDLIM#Rate limit bad replies
 options   KBD_INSTALL_CDEV# install a CDEV entry in /dev
 options   

VPN pass through?

2003-04-01 Thread Mark-Nathaniel Weisman
I have a W2K VPN server (RRAS using PPTP) setup behind my FreeBSD firewall. I also 
have a web server, mail server, and several others. I've setup up my ipfw to allow 
packets for port 1723 on both tcp and udp from any to any, and setup up NATD to 
redirect_port 1723 to the internal address of my VPN box. I am unable to pass the 
packets through, and when I put the redirect statement in my natd.conf file, none of 
the redirection works. I've tried redirecting both the port and the protocol to no 
avail. Can someone take a moment to explain where I'm going wrong?

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


Re: gcc and FreeBSD 5.0

2003-04-01 Thread Kris Kennaway
On Tue, Apr 01, 2003 at 03:59:28PM +0300, Miika Komu wrote:
 Has anyone had similar trouble?

Read UPDATING about stale C++ headers.

Kris


pgp0.pgp
Description: PGP signature


Re: VPN pass through?

2003-04-01 Thread Toni Schmidbauer
On Tue, Apr 01, 2003 at 09:39:57AM -0900, Mark-Nathaniel Weisman wrote:
 I have a W2K VPN server (RRAS using PPTP) setup behind my FreeBSD firewall. I also 
 have a web server, mail server, and several others. I've setup up my ipfw to allow 
 packets for port 1723 on both tcp and udp from any to any, and setup up NATD to 
 redirect_port 1723 to the internal address of my VPN box. I am unable to pass the 
 packets through, and when I put the redirect statement in my natd.conf file, none of 
 the redirection works. I've tried redirecting both the port and the protocol to no 
 avail. Can someone take a moment to explain where I'm going wrong?
if you provide your (anonymized) ipfw and nat config, helping would
be a lot easier.

please break your lines at about 75 chars, your message is a lot
easier to read then. 

toni
-- 
Behandle die Menschen, als wären sie, was sie sein | [EMAIL PROTECTED]
sollten, und du wirst ihnen helfen, zu werden, was | Toni Schmidbauer
sie sein können.  - Johann Wolfgang von Goethe |


pgp0.pgp
Description: PGP signature


logging websites visited

2003-04-01 Thread Asenchi
Hello All,

I have a been googling and reading for about 3-4 weeks on this, and can't seem to find 
the answer to.  How do I log internet connections through my firewall.  I am running 
IPFW with Natd and I want to log who is going to what site.  Is there a way to do 
this? (I know, of course there is, ITS BSD!)

Can anyone help me?

Thanks,

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


sendmail and octal \377 in the headers...?

2003-04-01 Thread Chuck Swiger
Apr  1 07:49:46 mail.info pi sm-mta[36242]: h31Cnfli036242: 
from=[EMAIL PROTECTED], size=0, class=0, nrcpts=0, proto=SMTP, 
daemon=MTA, relay=pcp01062644.pcs.batlfl01.tn.comcast.net [68.60.28.39]
Apr  1 07:49:56 mail.notice pi sm-mta[36243]: h31Cnrli036243: 
ruleset=CheckSubject, arg1=\377\377\377\377\377\377\377\377\377\377 
\377\377\377\377\377\377\377\377\377\377\377 \377 
\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377 \377\377 
\377\377\377-\377\377\377\377\377\377\377\377 
\377\377\377\377\377\377\377\377\377\377\377\377 \377\377\377\377\377 
\377\377\377\377 zt5 t96IL  MIhDR4G rpTxh BZw, 
relay=YahooBB219017052093.bbtec.net [219.17.52.93], reject=553 5.7.1 ...

Exploit attempt...?

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


Howto grab/encode an audio cd?

2003-04-01 Thread D. Theunissen
Hi there,

I've searched for some docs to grab a cd and convert it to mp3 (like with cdex for 
windows) but it seems that there is no such program written for freebsd (correct me if 
I'm wrong). The only thing I can find is to grab it manual, with cdda2wav and lame.

Has anyone got any id how to automize this? Is there a program that fixes it for me?

tnx in advance (again :)

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


MySQL Problem

2003-04-01 Thread Konrad Scorciapino
Hi,

I had MySQL working perfectly yesterday, but when I logged on today and tried 
to use it, it just didn't worked. I tried to find it with `ps waux | grep 
mysqld`, but got nothing. 

Then I tried to start it manually:

[EMAIL PROTECTED] /home/konrad # /usr/local/etc/rc.d/mysql-server.sh start
 [EMAIL PROTECTED] /home/konrad #

But the server didn't really started, so again I got nothing from `ps waux | 
grep mysqld`. I also tried to stop it:

[EMAIL PROTECTED] /home/konrad # /usr/local/etc/rc.d/mysql-server.sh stop
mysql-server isn't running
[EMAIL PROTECTED] /home/konrad #

What could be wrong? Thank you!

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


Re: PHPmySQL

2003-04-01 Thread Konrad Scorciapino
Oh, I see... I've Fixed the problem now...

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


Re: Howto grab/encode an audio cd?

2003-04-01 Thread Kirk Strauser
At 2003-04-01T19:39:05Z, D. Theunissen [EMAIL PROTECTED] writes:

 Has anyone got any id how to automize this? Is there a program that fixes
 it for me?

I like grip (from the audio/grip port).
-- 
Kirk Strauser
In Googlis non est, ergo non est.


pgp0.pgp
Description: PGP signature


Re: PHY drivers for Proliant ML370

2003-04-01 Thread James Long
On Tue, Apr 01, 2003 at 01:33:23PM +0200, [EMAIL PROTECTED] wrote:
 
 I'd love to - I just don't have any 64-bit PCI NIC cards lying about :(  The 
 MoBo in this box has 5 or 6 PCI slots, but they are ALL 64-bit. 
 
 I also noticed another poster raised the same problem a few days ago using 
 4.7.  Do you know of a specific patch to the bge driver which is in -STABLE, 
 or was this suggestion really just a best guess suggestion? 

No, I have actually encountered that same problem on an ML310 which has a bge
NIC and nothing but 64-bit PCI slots.  I didn't even realize that the Intel
NIC I had _was_ 64-bit, until I tried plugging in a 32-bit Adaptec 2940UW,
and realized I needed a 64-bit SCSI card.

Regarding your other idea of cvsupping a 4-STABLE /usr/src tree and moving
it over to the Proliant, that sounds like its worth a shot.  The only gotcha
is that sometimes Compaq doesn't go out of its way to support IDE hard disks
on SCSI servers.  If you have the ability to burn the /usr/src tree to an ISO
CD-R filesystem or burn a .tar file onto a CD-R treating it like an optical 
floppy, that might get you going.

Otherwise, include your mailing address, and perhaps a kind soul here on the
list can send you a 64-bit Intel card.

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


Re: PHPmySQL

2003-04-01 Thread Jack L. Stone
At 04:35 PM 4.1.2003 -0300, Konrad Scorciapino wrote:
Oh, I see... I've Fixed the problem now...

Thanks, everyone!


For the benefit of the list, what was the fix??

Best regards,
Jack L. Stone,
Administrator

SageOne Net
http://www.sage-one.net
[EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: logging websites visited

2003-04-01 Thread Matthew Emmerton

- Original Message -
From: Asenchi [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, April 01, 2003 2:26 PM
Subject: logging websites visited


 Hello All,

 I have a been googling and reading for about 3-4 weeks on this, and can't
seem to find the answer to.  How do I log internet connections through my
firewall.  I am running IPFW with Natd and I want to log who is going to
what site.  Is there a way to do this? (I know, of course there is, ITS
BSD!)

 Can anyone help me?

If you create a ipfw log rule to log all outbound access on port 80, you
will get some sort of idea on what web servers people are hitting, but not
the URLs.

If you want to capture the full URL of sites people are hitting, you should
considering running a transparent proxy server (like Squid) on your firewall
box.

--
Matt Emmerton

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


Re: logging websites visited

2003-04-01 Thread Toni Schmidbauer
On Tue, Apr 01, 2003 at 02:26:51PM -0500, Asenchi wrote:
 
 I have a been googling and reading for about 3-4 weeks on this, and can't seem to 
 find the answer to.  How do I log internet connections through my firewall.  I am 
 running IPFW with Natd and I want to log who is going to what site.  Is there a way 
 to do this? (I know, of course there is, ITS BSD!)
see man ipfw(5):

log [logamount number]
When a packet matches a rule with the log keyword, a
message will be logged to syslogd(8) with a LOG_SECURITY
facility.  The logging only occurs if the sysctl variable
net.inet.ip.fw.verbose is set to 1 (which is the default when the kernel is
compiled with IPFIREWALL_VERBOSE ) and the number of packets
logged so far for that particular rule does not exceed ther logamount
parameter.  If no logamount is specified, the limit is taken
from the sysctl variable net.inet.ip.fw.verbose_limit.  In both
cases, a value of 0 removes the logging limit.

toni
-- 
Behandle die Menschen, als wären sie, was sie sein | [EMAIL PROTECTED]
sollten, und du wirst ihnen helfen, zu werden, was | Toni Schmidbauer
sie sein können.  - Johann Wolfgang von Goethe |


pgp0.pgp
Description: PGP signature


Re: PHPmySQL

2003-04-01 Thread Konrad Scorciapino
On Tuesday 01 April 2003 17:15, you wrote:
 At 04:35 PM 4.1.2003 -0300, Konrad Scorciapino wrote:
 Oh, I see... I've Fixed the problem now...
 
 Thanks, everyone!

 For the benefit of the list, what was the fix??

 Best regards,
 Jack L. Stone,
 Administrator

 SageOne Net
 http://www.sage-one.net
 [EMAIL PROTECTED]

Actually it is quite strange, but some minutes later, and for no apparently 
reason, it just started to work.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: fc-cache got killed with 100dpi

2003-04-01 Thread Hanspeter Roth
  On Mar 31 at 16:48, Joe Marcus Clarke spoke:

 Yeah, it is.  Can you try removing the 100dpi directory, then uninstall
 XFree86-font100dpi-4.3.0, then reinstall XFree86-font100dpi-4.3.0.  You
 shouldn't see this problem anymore.  If you do, please let me know.

It behaves still the same after uninstalling and reinstalling.

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


Re: fc-cache got killed with 100dpi

2003-04-01 Thread Joe Marcus Clarke
On Wed, 2003-04-02 at 15:32, Hanspeter Roth wrote:
   On Mar 31 at 16:48, Joe Marcus Clarke spoke:
 
  Yeah, it is.  Can you try removing the 100dpi directory, then uninstall
  XFree86-font100dpi-4.3.0, then reinstall XFree86-font100dpi-4.3.0.  You
  shouldn't see this problem anymore.  If you do, please let me know.
 
 It behaves still the same after uninstalling and reinstalling.

Apply the fontconfig.diff patch to the fontconfig port from
http://www.marcuscom.com/downloads/freeze/.  Update fontconfig, and see
if this fixes the problem.

Joe

 
 -Hanspeter
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
-- 
PGP Key : http://www.marcuscom.com/pgp.asc




signature.asc
Description: This is a digitally signed message part


Re: USB Printer

2003-04-01 Thread Konrad Scorciapino
Hi,

 What did you try sending to /dev/ulpt0 that caused things to lock up?

Anything I tried caused the system to lock up. Here are some examples

[EMAIL PROTECTED] /home/konrad # lptest  /dev/ulpt0
^C
[EMAIL PROTECTED] /home/konrad # ls  /dev/ulpt0
^C
[EMAIL PROTECTED] /home/konrad # cat /etc/cvsupfile  /dev/ulpt0
^C

  And how do I know whether my printer is a winprinter or not?

 The standard way is by sending it flat ascii text, and seeing if it
 prints that. If it prints the text you sent, it's not a winprinter. If
 it does nothing, or prints gibberish, it's probably a winprinter.

So it means that my printer is a winprinter?


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


Re: something@ in /etc/login.conf

2003-04-01 Thread Lowell Gilbert
Zheyu Shen [EMAIL PROTECTED] writes:

 this weekend when i was editing /etc/login.conf i noticed a @ behind a few of the 
 sample entrys, e.g.:
[...]


 reading the corresponding man page i could not find out what it means or how it is 
 used. it seems to substitute a whole lot of limit types ('size', time' ...).
 
 Can please someone explain it to me?

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


Re: XFree86 - font problems in 1600x1200

2003-04-01 Thread Lowell Gilbert
Sabri Berisha [EMAIL PROTECTED] writes:

 I recently upgraded my antique 4.2 to 4.8-RC2. Unfortunately, I get
 *huge* fonts in X. I have tried about anything I could come up with to
 fix this (include copying the old fonts dir, randomly hacking in the
 alias files, commenting out fontpaths etc). I've spend about 3 evenings
 googling for a solution and I've tried usenet. Anyone able to come up
 with a solution?

Most applications set their fonts separately, but if your fonts
changed size all of a sudden, perhaps you're using the 75 dpi fonts
instead of 100?  [Or the other way around; I get confused on that...]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: problem with DNS resolving

2003-04-01 Thread Toni Schmidbauer
On Tue, Apr 01, 2003 at 10:17:52PM +0200, Marcel Stangenberger wrote:
 It shows me the zonefile from my server

so far so good, bind seems to be working. what command did your
issue so that you think you can't resolve your zone entries
localy?

output of 'ifconfig -a' could be helpfull.

you could also try running tcpump(1) while trying to resolve
names. try sniffing on all interfaces, so you can tell where your
name service queries are going to.

i tried quering your nameserver for www.google.com but i didn't
get any response so it seems your forwarding is not working.

 i just added the lines you suggested but i got the following error :
 
 Apr  1 22:14:20 moredhel named[673]: reloading nameserver
 Apr  1 22:14:20 moredhel named[673]: /etc/namedb/named.conf:46: unknown
 ACL 'trusted'

bind is very touchy regarding the order of options. first you
have to define the acl and afterwards you can use it in your
options stanza, so:

acl trusted {   127.0.0.1;
 195.18.92.98;
 195.18.103.140;
 195.18.92.103;
 195.18.109.250;
};

options {
 directory /etc/namedb;
 
 forward first;
 forwarders {
 195.18.114.5;
 195.18.115.5;
 };
 
 allow-transfer { trusted; };
};

is the correct order.

 Apr  1 22:14:20 moredhel named[673]: db_load could not open:
 named.root: no such file or directory

your named.root file is also missing

your can get one with the following command:

'dig @e.root-servers.net . ns  named.root'

toni
-- 
Behandle die Menschen, als wären sie, was sie sein | [EMAIL PROTECTED]
sollten, und du wirst ihnen helfen, zu werden, was | Toni Schmidbauer
sie sein können.  - Johann Wolfgang von Goethe |


pgp0.pgp
Description: PGP signature


Re: gcc and FreeBSD 5.0

2003-04-01 Thread Miika Komu
On Tue, 1 Apr 2003, Kris Kennaway wrote:

 On Tue, Apr 01, 2003 at 03:59:28PM +0300, Miika Komu wrote:
  Has anyone had similar trouble?

 Read UPDATING about stale C++ headers.

You probably mean this one:

20020831:
gcc has been upgraded to 3.2.  It is not all binary compatible
with earlier versions of gcc for c++ programs.  All c++
programs and libraries need to be recompiled.

Also, if you encounter g++ issues, rm /usr/include/g++/* before
doing an installworld to make sure that stale files are removed.

I tried it but it really does not help. Any other suggestions that I could
try?

-- 
Miika Komu  [EMAIL PROTECTED]  http://www.iki.fi/miika/

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


Gnome screenshots

2003-04-01 Thread Rodney Salomon
How can I get a screenshot of my desktop?

TIA

=
Look at all the pretty C shells!

__
Do you Yahoo!?
Yahoo! Tax Center - File online, calculators, forms, and more
http://platinum.yahoo.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Gnome screenshots

2003-04-01 Thread Joe Marcus Clarke
On Tue, 2003-04-01 at 16:15, Rodney Salomon wrote:
 How can I get a screenshot of my desktop?

In GNOME 2, go to Actions-Screenshot...  In GNOME 1, use gimp, xwd, or
ImageMagick.

Joe

 
 TIA
 
 =
 Look at all the pretty C shells!
 
 __
 Do you Yahoo!?
 Yahoo! Tax Center - File online, calculators, forms, and more
 http://platinum.yahoo.com
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
-- 
PGP Key : http://www.marcuscom.com/pgp.asc




signature.asc
Description: This is a digitally signed message part


Re: Gnome screenshots

2003-04-01 Thread Toni Schmidbauer
On Tue, Apr 01, 2003 at 01:15:20PM -0800, Rodney Salomon wrote:
 How can I get a screenshot of my desktop?

if you have ImageMagick(1) installed, import(1) will do that.

toni
-- 
Behandle die Menschen, als wären sie, was sie sein | [EMAIL PROTECTED]
sollten, und du wirst ihnen helfen, zu werden, was | Toni Schmidbauer
sie sein können.  - Johann Wolfgang von Goethe |


pgp0.pgp
Description: PGP signature


Re: Gnome screenshots

2003-04-01 Thread Jason Stewart
Hi Rodney,

Try using the gimp. Aquire-Screen Shot.

Good Day,
Jason 


On Tue, 2003-04-01 at 16:15, Rodney Salomon wrote:
 How can I get a screenshot of my desktop?
 
 TIA
 
 =
 Look at all the pretty C shells!
 
 __
 Do you Yahoo!?
 Yahoo! Tax Center - File online, calculators, forms, and more
 http://platinum.yahoo.com
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]


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


Re: Sendmail + Cyrus + Procmail(?) + SpamAssassin

2003-04-01 Thread Jan Grant
On Tue, 1 Apr 2003, Kirk Strauser wrote:

 I may be showing my ignorance here, but what is IFS?  Googling for
 sendmail forward ifs returned over 3000 hits, none of them actually
 explaining it.

IFS is a /bin/sh variable controlling which characters are considered
'whitespace'.

-- 
jan grant, ILRT, University of Bristol. http://www.ilrt.bris.ac.uk/
Tel +44(0)117 9287088 Fax +44 (0)117 9287112 http://ioctl.org/jan/
ioctl(2): probably the coolest Unix system call in the world

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


Re: USB Printer

2003-04-01 Thread Mike Meyer
In [EMAIL PROTECTED], Konrad Scorciapino [EMAIL PROTECTED] typed:
  What did you try sending to /dev/ulpt0 that caused things to lock up?
 Anything I tried caused the system to lock up. Here are some examples
 [EMAIL PROTECTED] /home/konrad # lptest  /dev/ulpt0
 [EMAIL PROTECTED] /home/konrad # ls  /dev/ulpt0
 [EMAIL PROTECTED] /home/konrad # cat /etc/cvsupfile  /dev/ulpt0

   And how do I know whether my printer is a winprinter or not?
  The standard way is by sending it flat ascii text, and seeing if it
  prints that. If it prints the text you sent, it's not a winprinter. If
  it does nothing, or prints gibberish, it's probably a winprinter.
 So it means that my printer is a winprinter?

Ok, I misinterpreted system locked up to mean your FreeBSD system
froze. From the looks of things, that's not the case - the sending
program just locks up.

It's probably a winprinter. You can use those on FreeBSD if there's a
driver for it for ghostscript. The ijs driver should support the
656C. From there, you can either install apsfilter - which will
install an a2ps port to print ascii, or install magicfilter and then
use your favorite ascii to postscript printing tool to print straight
text. I prefer enscript for that. Either one will detect various
graphics formats and automatically translate them to postscript to be
printed via ghostscript.

mike
-- 
Mike Meyer [EMAIL PROTECTED]  http://www.mired.org/consulting.html
Independent Network/Unix/Perforce consultant, email for more information.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


SOLVED! Re: Sendmail + Cyrus + Procmail(?) + SpamAssassin

2003-04-01 Thread Kirk Strauser
At 2003-04-01T06:17:40Z, Kirk Strauser [EMAIL PROTECTED] writes:

 It's now well past my bed time, my brain is all muzzy, and I'm this
 close to giving up on the whole project.  Before I do, I have to ask: has
 *anyone* made Sendmail+Cyrus+Procmail+SpamAssassin work?

I fixed my problem.  The writeup is at

http://subwiki.honeypot.net/cgi-bin/view/Freebsd/SendMailAndCyrus

under Using ProcMail for local delivery.  I hope this helps someone in the
same situation.
-- 
Kirk Strauser
In Googlis non est, ergo non est.


pgp0.pgp
Description: PGP signature


Re: Sendmail + Cyrus + Procmail(?) + SpamAssassin

2003-04-01 Thread Kirk Strauser
At 2003-04-01T21:37:09Z, Jan Grant [EMAIL PROTECTED] writes:

 IFS is a /bin/sh variable controlling which characters are considered
 'whitespace'.

Gotcha - thanks.
-- 
Kirk Strauser
In Googlis non est, ergo non est.


pgp0.pgp
Description: PGP signature


natd redirect_port changes source address?

2003-04-01 Thread Matthew Rench
I recently setup ipfw and natd on my freebsd box. I added the appropriate
command line options to make natd forward 4 tcp ports on the external
address to a box on the internal subnet. This appears to work, except that
natd is rewriting the original source address such that connections to the
internal box appear to come from my external IP address.

Is this behavior normal for natd, or do I have something configured
incorrectly? Previously, I was using a cisco 675 to do natd, and the source
address was not modified during translation. I would much prefer that the
source address not be modified, as this makes it impossible for the internal
box to know who is connecting.

Thanks for any help,
mdr
-- 
Matthew D. Rench
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


VMware2 build under -CURRENT

2003-04-01 Thread Danilo Fiorenzano
 Hello,

5.0-CURRENT with sources cvsup'd on March 30.  portinstall vmware2
aborts with:


/usr/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/freebsd/hostif.c: In 
function `FindMPN':
/usr/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/freebsd/hostif.c:186: 
invalid operands to binary 
*** Error code 1

Stop in /usr/ports/emulators/vmware2/work/vmware-distrib/vmmon-only.


 Just wondering if the port is actually currently broken under -CURRENT
or if it is something with my system.  I would like to know if it builds
OK for other people tracking HEAD.


 thanks

-- Danilo



signature.asc
Description: This is a digitally signed message part


Re: USB Printer

2003-04-01 Thread Mike Meyer
In [EMAIL PROTECTED], Konrad Scorciapino [EMAIL PROTECTED] typed:
  It's probably a winprinter. You can use those on FreeBSD if there's a
  driver for it for ghostscript. The ijs driver should support the
  656C. 
 
 There are 5 ghostscriptlike ports in /usr/ports/print:
 ghostscript-afpl-nox11, ghostscript-gnu-commfont, ghostscript-gnu, 
 ghostscript-afpl and ghostscript-gnu-nox11.

Whichever one you want. They should all work. you probably don't need
the x11 port, so one of the two -nox11 versions. One is licensed with
GNU, one with an open source license that permits commercial reuse if
you pay a licensing fee.

How did this -questions get dropped from this? I've put it back.

mike

-- 
Mike Meyer [EMAIL PROTECTED]  http://www.mired.org/consulting.html
Independent Network/Unix/Perforce consultant, email for more information.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: USB Printer

2003-04-01 Thread Konrad Scorciapino
Hi,

 Whichever one you want. They should all work. you probably don't need
 the x11 port, so one of the two -nox11 versions. One is licensed with
 GNU, one with an open source license that permits commercial reuse if
 you pay a licensing fee.

Ok, I've installed both ghostscript and magicfilter. How should I proceed now?

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


Question about vinum and contents of /dev/vinum

2003-04-01 Thread John Fox
I am copying files over the network -- from a failing drive in production
box to a new drive in my workstation, with the intent of swapping these
drives.

I have been testing transfers with tar, and ran into some problems when
it (tar) hit the '/dev/vinum' hierarchy:

  tar: dev/vinum/plex/virtdisk_plex: minor number too large; not dumped
  tar: dev/vinum/sd/drive0: minor number too large; not dumped
  tar: dev/vinum/sd/drive1: minor number too large; not dumped
  tar: dev/vinum/vol/virtdisk.plex/virtdisk_plex: minor number too large; not dumped
  tar: dev/vinum/Control: minor number too large; not dumped
  tar: dev/vinum/control: minor number too large; not dumped
  tar: dev/vinum/controld: minor number too large; not dumped
  tar: dev/sa0.ctl: minor number too large; not dumped

My question is this: When vinum starts up and can't find some of these
device files, will it crash and burn, or will it simply create them?

Thanks in advance for any help,

 
John
+---+
| I can't believe I'm back on Mars. Three times before this place almost   |
|  killed me. I swore I would never give it another chance to complete  |
|  the job. Humans got no business being here. No business at all. |
|  -- Michael Garibaldi, _Babylon 5_, The Exercise of Vital Powers |
+---+
| John Fox [EMAIL PROTECTED] | System Administrator | Internet Ventures Oregon |
+---+



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


Re: MySQL Problem

2003-04-01 Thread Konrad Scorciapino
Hi,

 There is a program to install files necessary to the server. Look in
 /usr/local/[s]bin.

Which program is that?

Thank you!

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


Re: Question about vinum and contents of /dev/vinum

2003-04-01 Thread Greg 'groggy' Lehey
On Tuesday,  1 April 2003 at 16:16:38 -0800, John Fox wrote:
 I am copying files over the network -- from a failing drive in production
 box to a new drive in my workstation, with the intent of swapping these
 drives.

 I have been testing transfers with tar, and ran into some problems when
 it (tar) hit the '/dev/vinum' hierarchy:

   tar: dev/vinum/plex/virtdisk_plex: minor number too large; not dumped
   tar: dev/vinum/sd/drive0: minor number too large; not dumped
   tar: dev/vinum/sd/drive1: minor number too large; not dumped
   tar: dev/vinum/vol/virtdisk.plex/virtdisk_plex: minor number too large; not dumped
   tar: dev/vinum/Control: minor number too large; not dumped
   tar: dev/vinum/control: minor number too large; not dumped
   tar: dev/vinum/controld: minor number too large; not dumped
   tar: dev/sa0.ctl: minor number too large; not dumped

 My question is this: When vinum starts up and can't find some of these
 device files, will it crash and burn, or will it simply create them?

In general, never copy device nodes.  In this particular case it would
be particularly bad, but Vinum always recreates them when it starts,
even if they were there first (they could be wrong).

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


pgp0.pgp
Description: PGP signature


Re: Howto grab/encode an audio cd?

2003-04-01 Thread Giorgos Keramidas
On 2003-04-01 21:39, D. Theunissen [EMAIL PROTECTED] wrote:

 I've searched for some docs to grab a cd and convert it to mp3 (like
 with cdex for windows) but it seems that there is no such program
 written for freebsd (correct me if I'm wrong). The only thing I can
 find is to grab it manual, with cdda2wav and lame.

There is actually a section in the Handbook about this.  You can use
the instructions at the following two sections:

http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/sound-mp3.html
http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/creating-cds.html

 Has anyone got any id how to automize this?
 Is there a program that fixes it for me?

Yes, there are ways to automate this.  I personally prefer writing my
own shell scripts to do it.  Something along the lines of:

base=cdrom-$(date '+%Y-%m-%d-%H%M')
mkdir ${base}  cd ${base} || exit 1
dagrab -v -d /dev/acd0c -f '%02d.wav' -o 4 -m 0640 16  \
bladeenc -del -br 192 -crc -private *.wav  exit 0
/bin/rm -fr *.wav
exit 1

- Giorgos

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


Missing partition

2003-04-01 Thread Eduardo Viruena
I deleted a partition in my system.
That partition was partition f in slice 1.

Can I recover it?

How?

__
Do you Yahoo!?
Yahoo! Tax Center - File online, calculators, forms, and more
http://platinum.yahoo.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Which Processor and motherboard is better (new to FreeBSD)

2003-04-01 Thread Anthony Naggs
In article [EMAIL PROTECTED]
et.telmex.com, Paredes Snchez Martn A. [EMAIL PROTECTED] writes
I found in the intel web site that the Hyper-Threading has this
requirements:

Hyper-Threading Technology requires a computer system with an
Intel Pentium 4 processor at 3.06 GHz or higher, a chipset and BIOS
that utilize this technology, and an operating system that includes
optimizations for this technology.

Not exactly a requirement, simply that Hyper-Threading is only
included in Intel's top spec processors Pentium 4 = 3.06 GHz, and on
the Pentium 4 based Xeon.  These processors also need a different, more
expensive Intel support chip set.


A fairly short description of Hyper-Threading:
So that Pentium, II, 3  4 processors can be faster for the same clock
frequency Intel added more 'units'.  Where each unit can process a
logic, arithmetic, floating point, instruction, so the processor can
execute some slow operations at the same time as several faster ones.  

The limits to this are: 1. dependencies, the result of one instruction
are needed for the following one (Pentium optimised compilers can
sometimes rearrange instruction sequences to minimise this); 2. fetching
enough instructions and data; 3. because of (2) this kind of speed up
works best for loop where instructions are fetched once and repeated
many times - but the fastest loops are still the shortest, and short
loops tend to have lots of instructions that require the result of any
instruction only 1 or 2 steps earlier.

A processor with Hyper-Threading presents itself to the operating system
(BSD, Linux, or even Windows 2000/XP) as two processors.  The processor
has more of most types of processing 'unit', and shares these, (when
enabled), between two processes.

The sounds very nice but a Hyper-Threaded processor less than double the
number of each processor unit.  For example it may have only one
floating point unit to share between the two processes.  In which case
running one process doing floating point and another doing integer
operations will run maybe 50% faster than without Hyper-Threading.
However running two processes that both do floating point math will be
about as fast as a non-Hyper Threaded system.

A system with two Hyper Threaded processors could pick up the speed
again if the two floating point tasks are split between the processors.

So you can see that getting good performance from Hyper-Threading is
quite hard.  A 3 GHz Pentium 4 may get an average of 25% extra work done
with Hyper Threading enabled.  While a system with two 2 GHz Pentium 4s
will probably be more powerful, and (due to Intel's exponential pricing
for faster processors) probably cheaper too.

Hyper-Threading will become more mainstream for Intel systems over next
year or two.  CPU clocks already much faster than memory (RAM) speeds.
To carry on adding performance Intel are likely to increase the number
of processing units and the amount of Hyper Threading further on their
fastest processors, to support 3 or 4 concurrent processes.


I hope that helps!

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


I damaged a disklabel

2003-04-01 Thread Eduardo Viruena

I just blew the label of my disk.

I do not know how I did it but you know that 
we can make amazing things without even be aware
of what we are doing.

I have a paper on my desk where I write down 
the sizes of my partitions.

Is there a way of fixing it?

Thanks in advance.

__
Do you Yahoo!?
Yahoo! Tax Center - File online, calculators, forms, and more
http://tax.yahoo.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: worker filemanager and some

2003-04-01 Thread alvins
hey adam...


On 01 Apr 2003 11:50:57 -0500 Adam [EMAIL PROTECTED] wrote:

 On Tue, 2003-04-01 at 10:57, alvins wrote:
  was wondering if someone could help me out with worker filemanager. cant
  seem to associate text files with gvim or mp3 files with mpg123. went to
  the authors site and found some docs but cant really make anything out
  of it. downloaded the manual but it looks like some of the pages are not
  there? 
  
  anyways, tried to associate some text files with 'own command' but
  after that, all the other (unknown) files are 'text' files. so what am i
  doing wrong? 
  
  so, if anyone here is using worker, could you help me out? 
 
 1) Click the C in the upper-left corner (configuration)
 2) Click on Filetypes
 3) Select 'MP3 File' and click Edit Type
 4) Select 'DoubleClick-Action'
 5) Select 'own command' and hit Configure
 6) Change the program line to look however you want
 7) Save everything
 
ok, so far so good. i could get the mp3's to associate ok but cant seem
to make it play in wmmp3 (mpg123). dono what/which variable to put after
mpg123 in the program box. i had mpg123 {F} but nothing if i
double-click. hmm... either there isnt much info on how to integrate
mpg123 with worker or i missed something somewhere.


 You'd do something similar for text files ..

got the TXT and HTML files working now. what i did was i used the
filecontent thing and that seemed to trigger everything that doesnt have
any header (tags) in files that resemble text. (ie., personal seetings
file, .cshrc, .profile, etc..)

thanx for the input. now to get the mp3 working...



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


Re: worker filemanager and some

2003-04-01 Thread alvins
hey again..

On 01 Apr 2003 12:16:48 -0500 Adam [EMAIL PROTECTED] wrote:

 On Tue, 2003-04-01 at 10:57, alvins wrote:
  anyways, tried to associate some text files with 'own command' but
  after that, all the other (unknown) files are 'text' files. so what am i
  doing wrong? 
 
 Hrm, it seems Text files aren't even in the default list of filetypes.
 But, you can add it.

ya..  i did..
 
 1) Click on the C in the upper-left corner
 2) Click on Filetypes
 3) Click on New type
 4) Enter a descriptive name for the filetype in the Name: field (eg,
 Text file)
 5) Select 'DoubleClick-Action'
 6) Click 'Add command'
 7) Select 'own command' and hit Okay
 8) Enable 'Run in background'
 9) In the program: field, enter the command you'd like to run when the
 Text file is double-clicked. eg, nedit {f}
 10) Hit Okay
 11) In the Pattern: field, enter: *.txt
 12) Enable Use Pattern
 13) Enable Ignore case (if you want the action to also work on .TXT,
 etc)
 14) Save everything

and it works now..
 
 Lots of steps, but it does make Worker extremely configurable. It's by
 far my favourite file manager for X.

i know.. i tried gentoo too but dont really like it although both are
similar. just plain old simplicity is still the best i guess.

thanx again..





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


Neverwinter Nights Linux Beta on 4.7-RELEASE?

2003-04-01 Thread Edward Guldemond
I was wondering if any gamer had tried to use Linux emulation to run
the Neverwinter Nights Linux Beta Client under 4.7-RELEASE?  If so, did
you have any luck, or were there any hoops to jump through?  I'm going
to end up trying it, but I figured that if somebody had already done it,
there would be no reason to stress for several hours doing it myself.
--

Edward Guldemond Geek Extraordinaire
[EMAIL PROTECTED] Geek For Hire
Acworth, GA 30101 Email me for rates


_
Tired of spam? Get advanced junk mail protection with MSN 8. 
http://join.msn.com/?page=features/junkmail

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


NATD IPFW

2003-04-01 Thread Brian McCann
Hi all.  I'm having an issue with security while trying to get natd to
work with ipfw.  I got my ipfw rules working great, so I added the natd
line in:

  ipfw add divert 8668 all from any to any via $EXTERNAL_INTERFACE

But I can't do anything (ping, fetch, etc) until I add:
  ipfw add pass all from any to any

Now, I may be wrong, but doesn't this pretty much open the box up?  I
tried changing the first any to my internal network, but that didn't
work, and I know I've got to be missing something.

If anyone would like to help me off-list, I could send you a copy of my
rule set if you'd like.

Thanks in advance,
--Brian


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


What's happening with my sendmail?

2003-04-01 Thread Carlos Carnero
Hello,

in my firewall I have a sendmail relay for a couple of
mailservers downstream inside my protected network--a
mail switch of sorts.

Now, I just had to restart the firewall and now I have
several dozens of process that look like
 
752 ?? S 0:00.00 sendmail: startup with 192.168.250.28
(sendmail)

192.168.250.28 is one of those internal mailservers. I
have four more like that, which brings the total to
maybe a couple hundred sendmail processes.

What's going on? What did I do wrong?

Best regards,
Carlos.

__
Do you Yahoo!?
Yahoo! Tax Center - File online, calculators, forms, and more
http://tax.yahoo.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Is this a libc bug ? (gethostbyaddr)

2003-04-01 Thread Ronald F. Guilmette


Why does the program below produce radically different results when
linked either (a) with just the libc on FreeBSD 4.7 or else (b) with
the BIND library (libbind.a) from the ISC 8.x.x BIND release, and then
with libc?

Is FreeBSD's gethostbyaddr(3) mishandling the classless in-addr.arpa
delegation in the case of 62.23.166.218 ?

==
#include stdio.h
#include sys/types.h
#include sys/socket.h
#include netinet/in.h
#include arpa/inet.h
#include netdb.h

int
main (void)
{
  auto struct in_addr addr;
  register struct hostent const *hp;

  inet_aton (62.23.166.218, addr);
  hp = gethostbyaddr ((char const *)addr, sizeof addr, AF_INET);
  if (hp)
printf (%s\n, hp-h_name);
  else
printf (No rDNS for %s\n,  inet_ntoa (addr));

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


weird dmesg

2003-04-01 Thread David Jobes
i am running freebsd 5.0, when i look at or run the dmesg command i get the
following

snip
6 hw RW Node
  1 machine R  *Handler String
  2 model R  *Handler String
  3 ncpu R  *Handler Int
  4 byteorder R  *Handler Int
  5 physmem R  *Handler
  6 usermem R  *Handler
  7 pagesize R  *Handler Int
  10 floatingpoint R  *Handler Int
  11 machine_arch R  *Handler String
  266 aac R  Node
267 iosize_max R  *Handler
  272 ata R  Node
273 ata_dma R  *Handler Int
274 wc R  *Handler Int
275 tags R  *Handler Int
276 atapi_dma R  *Handler Int
  277 cardbus R  Node
278 debug RW *Handler Int
279 cis_debug RW *Handler Int
  281 fxp_rnr RW *Handler Int
  283 pccard R  Node
284 debug RW *Handler Int
285 cis_debug RW *Handler Int
  286 cbb R  Node
287 start_memory RW *Handler
288 start_16_io RW *Handler
289 start_32_io RW *Handler
290 debug RW *Handler
snip

what have i configured wrong, or is the new dmesg not like the older
versions. I checked the output of another bsd system(openbsd) and it looks
like the older versions did

snip
cpu0: Intel Celeron (Mendocino) (GenuineIntel 686-class, 128KB L2 cache)
466 MHz
cpu0:
FPU,V86,DE,PSE,TSC,MSR,PAE,MCE,CX8,SYS,MTRR,PGE,MCA,CMOV,PAT,PSE36,MMX,FXSR
real mem  = 268009472 (261728K)
avail mem = 242667520 (236980K)
using 3297 buffers containing 13504512 bytes (13188K) of memory
mainbus0 (root)
bios0 at mainbus0: AT/286+(a0) BIOS, date 09/27/99, BIOS32 rev. 0 @ 0xfd7a0
apm0 at bios0: Power Management spec V1.2
apm0: AC on, battery charge unknown
pcibios0 at bios0: rev. 2.1 @ 0xfd7a0/0x860
pcibios0: PCI IRQ Routing Table rev. 1.0 @ 0xfdf30/176 (9 entries)
pcibios0: PCI Interrupt Router at 000:07:0 (Intel 82371FB PCI-ISA rev
0x00)
pcibios0: PCI bus #2 is the last bus
bios0: ROM list: 0xc/0x8000 0xe/0x4000! 0xe4000/0xc000
pci0 at mainbus0 bus 0: configuration mode 1 (no bios)
pchb0 at pci0 dev 0 function 0 Intel 82443BX PCI-AGP rev 0x03

snip

any help or ideas


TIA


--
David Jobes - CISSP
Web:   http://www.xscanners.org
yahooid:   davidjobes31770
aimid: aggrogade
email: [EMAIL PROTECTED]

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


FreeBSD Distribution installations

2003-04-01 Thread Sukhbinder Singh
Hello,

 Can anyone explain, how can I install more distribution into a running freebsd 
from the root directory. for example if my initial freebsd installation was only 
customed to install the bin (required) distribution only, how can I install other 
distributions like the games distribution, the man distribution, the crypto 
distribution and etc. 

thanks,

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


RE: Running X from a windows PC

2003-04-01 Thread Terry Tyson
Try cygwin.
http://www.cygwin.com/

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Edinho
Sent: Friday, March 28, 2003 12:35 PM
To: freebsd-questions
Subject: Running X from a windows PC


Is it possible to run X remotely from a windows PC?  What is the
software needed?

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

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


RE: Stupid question

2003-04-01 Thread Terry Tyson
Check the man pages for write and talk.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Gerard Samuel
Sent: Friday, March 28, 2003 10:17 AM
To: FreeBSD Questions
Subject: Stupid question


How does one send a message to another logged in user on the same box
via the command line??
Thanks

--
Gerard Samuel
http://www.trini0.org:81/
http://test1.trini0.org:81/


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

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


RE: Sony VAIO w/ Linksys card

2003-04-01 Thread Terry Tyson
I don't think it is a hardware problem. I have the same laptop (currently
out of the office). It has a Linksys EtherFast 10/100 Integrated PC Card.
When I was dual booting with Win98 and Mandrake9.0, the card worked fine
with both OS. I changed to Win98 and FBSD4.7. The card still works under
Win98 but haven't got it configured correctly yet in FBSD. The hardware page
lists:

Linksys EC2T/PCMPC100/PCM100, PCMLM56, EtherFast 10/100 PC Card, Combo
PCMCIA Ethernet Card (PCMPC100 V2)

under the section:

NE2000 compatible PC-Card (PCMCIA) Ethernet and FastEthernet cards ( ed(4)
driver)

When the laptop comes back from the field (2 weeks), one of our IT guys
(more familiar with FBSD) is going to help me configure the driver. Will let
you know how it goes. Hopefully someone else will have better answers before
then.

BTW, are you running X? I am having trouble getting it set up right.

Regards,

Terry

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Adam Lofstedt
Sent: Thursday, March 27, 2003 6:08 PM
To: 'Rodney Salomon'
Cc: [EMAIL PROTECTED]
Subject: RE: Sony VAIO w/ Linksys card


 Hello,
 I'm trying to install FBSD on a Sony VAIO PCG-F350. I
 have a Linksys
 card in it. FBSD doesnt seem to recognize the Linksys
 card during the
 installation. Dont know why? Also, after installation,
 I added
 pccard_enable... to the /etc/rc.conf file now,
 it does see the
 card but, it see's it as ed1 device and it doesnt come
 up till after
 the boot is complete and im at a login prompt
 thats when it beeps
 and it gives me a ppcard started message, and I
 have to hit
 enter to get the login prompt back. Any help on this
 situation would
 be greatly appreciated.

 TIA


I think it is a problem with the Sony not giving access to the PC card.
I've tried similar things with the PCG-F series notebooks and a variety
of different PC network cards, with no luck.

I've tried without fail to use symantec ghost on the F series, which
uses a DOS boot disk to boot to a DOS program that uses the Network
card.  On other machines such as Dells, Toshibas, etc, it works just
fine, but on the Sony F series the NIC is never detected.  This was a
big clue to me that it must be some kind of hardware limitation with the
Sony F series.

I gave up trying to do anything with a Sony F series and a network card
before an OS has fully booted up.

That's just my experience, maybe someone else will have a better answer
than me...

Adam Lofstedt

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

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


Re: Cloning a jail

2003-04-01 Thread Axel Gruner
Hi.

On Tue, 1 Apr 2003 08:32:51 -0600
Hari Bhaskaran [EMAIL PROTECTED] wrote:

 When I need to clone a jail, would a cp -Rp do?

Yes and no. 
To do a exact copy of a jail, use the cpdup program (it is in the
ports).

 (and change rc.conf). Or do I have to go through
 the jail(8) steps again? (make hierarchy, install etc).

No. That would take to much time ;). Use cpdup.
Just change the IP and stuff in rc.conf. Also use a new startup script
on the host system /usr/local/etc/rc.d/ Thats it.

 By 'clone', I meant an identical jail session,
 on top of which I will install other packages,
 not necessarily same on both.

see above.
 
 Also can I hardlink a tree (outside) to inside
 the jail? assuming I don't mind it being writeable.
 Would it open a hole to the rest of the system?

You can use mount_nullfs from the host system. 
Or NFS to on the hostsystem. With that you can do a NFS mount from
/usr/ports of the hostsystem to /jail/usr/ports. I do that with my
jails. Works great.



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


Re: FreeBSD Distribution installations

2003-04-01 Thread David Banning
On Wed, Apr 02, 2003 at 01:06:26PM +0800, Sukhbinder Singh wrote:
 Hello,
 
  Can anyone explain, how can I install more distribution into a running freebsd 
 from the root directory. for example if my initial freebsd installation was only 
 customed to install the bin (required) distribution only, how can I install other 
 distributions like the games distribution, the man distribution, the crypto 
 distribution and etc. 

If you are using CD roms for the install, just go to fireup 
/stand/sysinstall and follow the menus. I would suggest the ports system.
Check it http://freebsd.org/ports
You can also ftp to ftp.freebsd.org and go to /pub/FreeBSD/ports/packages
and download the compiled packages, and install them with pkg_add.



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


RE: NATD IPFW

2003-04-01 Thread Mark-Nathaniel Weisman
The entry I added to my ruleset was:
# Allow outbound pings
ipfw add pass icmp from any to any in recv $external icmptypes 0
ipfw add pass icmp from any to any out xmit $external icmptypes 8

# Allow outbound traceroutes
ipfw add pass icmp from any to any in recv $internal icmptypes 3 
ipfw add pass icmp from any to any in recv $internal icmptypes 11

I don't use fetch, so I'm not sure which port it uses, nor am I familiar with which 
protocol it needs to use. Sorry. These two are self-explanatory. Hope this helps.

A Faithful Servant,
Mark-Nathaniel Weisman
President / CEO
Infinite Visions Educational Systems Inc.
Anchorage, AK
[EMAIL PROTECTED]


-Original Message-
From: Brian McCann [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, April 01, 2003 6:54 PM
To: [EMAIL PROTECTED]
Subject: NATD  IPFW


Hi all.  I'm having an issue with security while trying to get natd to work with ipfw. 
 I got my ipfw rules working great, so I added the natd line in:

  ipfw add divert 8668 all from any to any via $EXTERNAL_INTERFACE

But I can't do anything (ping, fetch, etc) until I add:
  ipfw add pass all from any to any

Now, I may be wrong, but doesn't this pretty much open the box up?  I tried changing 
the first any to my internal network, but that didn't work, and I know I've got to 
be missing something.

If anyone would like to help me off-list, I could send you a copy of my rule set if 
you'd like.

Thanks in advance,
--Brian


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


  1   2   >