Jail and disk space

2005-06-05 Thread DrVince
Hi everyone,

Could I use quota to limit jails?

Thanks,
DrVince

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


Netgraph and firewall

2005-05-04 Thread DrVince
Hi,
Is there a stateful packet filtering/firewall/address translation node type
for netgraph or the project of one?

Thanks

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


Integrated NICs support

2004-11-09 Thread DrVince
Hi,
the Gigabyte GA-K8NSNXP-939 has the Marvell 8001 Gigabit Ethernet controller 
and the ICS 1883 LAN PHY chip.  I haven't found anything close to that in the 
Hardware Notes.  Does anyone know if they are supported?

DrVince

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


Integrated NIC support

2004-11-08 Thread DrVince
Hi,
the Gigabytes K8NSNXP-939 motherboard have the Marvell 8001 Gigabit Ethernet 
controller and the ICS 1883 LAN PHY chip integrated.  Are they supported?

http://www.giga-byte.com/Motherboard/Products/Products_Spec_GA-K8NSNXP-939.htm

Thanks,
DrVince

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


Re: bandwidth question

2004-08-01 Thread DrVince
On Sun, 1 Aug 2004 06:42:42 +0800 (CST), adrian kok wrote
 Do you know there is bandwidth software to support
 Giga ethernet?

What do you mean by bandwidth sortware?

DrVince

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


Re: where can I get ISO IMAGE OF newest FREEBSD ?

2004-08-01 Thread DrVince
On Sat, 31 Jul 2004 22:15:47 +0200, Undisclosed_Recipient wrote
 where can I get ISO IMAGE OF newest FREEBSD ?

FreeBSD offers the ISO of releases.  If you want other ISOs you have to make 
them yourself.

You need a working computer with a FreeBSD installed.  Fetch the sources 
(cvsup).  Optionnally update your system from these sources (may prevent 
glitches).  Go to /usr/src/release/ and build from there.  There are some infos 
around the web to help you from that point.

DrVince

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


Re: adsl bittorrent speeds troubleshooting

2004-07-17 Thread DrVince
On Sat, 17 Jul 2004 14:33:21 +1000 (EST), eodyna wrote
 hi guys,
 
 Im a newbie with this, im having trouble with my
 download speeds with my adsl modem, and i just wanted
 to elimanate that the problem isn't my computers
 configuration. This is my first time with adsl so im
 not 100% that the configuration is correct.

You can do some packet prioritization, especially for ACK.  Try those links, 
they explain much:

Using pf: http://www.benzedrine.cx/ackpri.html
Using IPFW: http://www.topfx.com/prioritizingackfreebsd.shtml

In my tests, downloading a file from the web space my ISP gives me, I found 
that it helps a lot.  Using bittorrent, it did not change much.  As always, 
with those kind of sharing, I think the main problem is leechers.

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


Current freezes

2004-07-12 Thread DrVince
 #Support for access control lists
options COMPAT_43   #Compatible with BSD 4.3 [KEEP THIS!]
options COMPAT_FREEBSD4 #Compatible with FreeBSD4
options SYSVSHM #SYSV-style shared memory
options SYSVMSG #SYSV-style message queues
options SYSVSEM #SYSV-style semaphores
options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time 
extensions
options KBD_INSTALL_CDEV# install a CDEV entry in /dev
device  npx

device  isa
device  eisa
device  pci

device  fdc
device  ata
device  atadisk # ATA disk drives
device  atapicd # ATAPI CDROM drives
device  atapifd # ATAPI floppy drives
options ATA_STATIC_ID   #Static device numbering
device  atapicam
device  scbus
device  cd
device  pass

device  atkbdc  # AT keyboard controller
device  atkbd   # AT keyboard
device  psm # PS/2 mouse
device  vga # VGA video card driver
device  splash  # Splash screen and screen saver support
device  sc

device  sio # 8250, 16[45]50 based serial ports
device  ppc
device  ppbus   # Parallel port bus (required)
device  lpt # Printer

device  random  # Entropy device
device  loop# Network loopback
device  ether   # Ethernet support
device  tun # Packet tunnel.
device  pty # Pseudo-ttys (telnet etc)

device  bpf # Berkeley packet filter
options HZ=2000
options PFIL_HOOKS  # pfil(9) framework
options RANDOM_IP_ID
device  pf
device  pflog
options ALTQ
options ALTQ_CBQ# Class Bases Queueing
options ALTQ_RED# Random Early Drop
options ALTQ_RIO# RED In/Out
options ALTQ_HFSC   # Hierarchical Packet Scheduler
options ALTQ_CDNR   # Traffic conditioner
options ALTQ_PRIQ   # Prioirity Queueing


DrVince
[EMAIL PROTECTED]

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


PF and ADSL

2004-07-10 Thread DrVince
Hi everyone

I'm running an Alcatel Speedtouch 510v4 which deals with PPPoE on it's own and 
gives DHCP for the internal network... what a charm.  My link is 3008kb 
download and 800kb upload.

I installed Packet Filter in my box mainly to give a performance boost by 
putting a big priority on ACKs.  Based on Shamim Mohamed's pf.conf for ADSL, 
http://www.drones.com/obsd-fw.html I have this:

altq on $external priq bandwidth 790kb queue { highpri_q, default_q }
queue highpri_q priority 7
queue default_q priority 1 priq(default)

pass in quick on $external inet proto tcp from any to any port $services \
 flags S/SA keep state queue (default_q, highpri_q)
pass out quick on $external inet proto tcp from any to any \
 flags S/SA keep state queue (default_q, highpri_q)
pass out quick on $external inet proto udp  all keep state
pass out quick on $external inet proto icmp from any to any keep state

I'm wondering, is the bandwidth for upload or download?  If it's set, as-is, 
for upload (790kb) wouldn't that also limit the download as so?  If it's set 
for download (3000kb) wouldn't that be useless for prioritisation of the 
upload?


Vincent Rodrigue

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


GBDE

2004-07-01 Thread DrVince
Hi everyone,
is there an ETA for GBDE to move in the stable branch?

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


Smarter ACL

2004-06-29 Thread DrVince
Hi,
is there a way to make ACL smarter about mkdir?

When I set the default on a directory, it works fine and the files in it gets 
the right perms.  But the subdirectories doesn't get their execution perms.  So 
those dirs are unusable.

My standard commands for user's web roots (Apache running under www:www):
setfacl -d -m u::rw-,g::r--,o::---,g:www:r--,g:staff:r--,g:wheel:rw- www/
setfacl -m u::rwx,g::r-x,o::---,g:www:r-x,g:staff:r-x,g:wheel:rwx www/
setfacl -m u::rw-,g::r--,o::---,g:www:r--,g:staff:r--,g:wheel:rw- www/*
setfacl -m u::rw-,g::r--,o::---,g:www:r--,g:staff:r--,g:wheel:rw- www/.ht*

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