Re: XFree 4.3.0 / Xft font problems

2003-03-19 Thread Jason Andresen
Bob Willcox wrote:
On Tue, Mar 18, 2003 at 02:10:29PM -0500, Jason Andresen wrote:

Bob Willcox wrote:

On Tue, Mar 18, 2003 at 10:27:44AM -0500, Jason Andresen wrote:


Kenneth W Cochran wrote:

 [snip]

Oh!  It's too small.  Why didn't you say so.

You can change the font size in your 
.mozilla///chrome/userChrome.css

Specifically, you can add:

window
{
font-size: 12pt !important;
font-family: helvetica !important;
}
More information is on: http://www.mozilla.org/unix/customizing.html

Unfortunatly I'm away from my FreeBSD machine, so I can't verify that 
this works as advertised, but hopefully I've pointed you in the right 
direction.


The above URL has gotten me closer but dialog box fonts are still too
small (such as the print box).
Any clue as to what needs to be changed to get the fonts in the dialog
boxes bigger?
Did you try:

dialog
{
font-size: 12pt !important
}
Unfortunatly that's just a guess.  I havn't found a good reference to 
the available keywords you can use to modify Mozilla yet.

--
  \  |_ _|__ __|_ \ __| Jason Andresen[EMAIL PROTECTED]
 |\/ |  ||/ _|  Network and Distributed Systems Engineer
_|  _|___|  _| _|_\___| Office: 703-883-7755


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message


Re: HEADSUP: XFree86 4.3.0 update

2003-03-19 Thread Frank Mayhar
Eric Anholt wrote:
> Again, as I said in the message that began this thread, it is not going
> to be updated.  Follow the instructions at my DRI site to get the MFC of
> the DRM (which supports that card) to -stable.

Okay, well, I did this.  And.  After a couple of false starts, I got the
proper kernel in, made sure all the old kernel modules were no longer being
loaded, and rebooted.

It hangs on boot.  Wedges solid, just after printing the aperture size.
It seems to initialize AGP and DRM, but then hangs completely.

This is on a Tyan 2466N-4M motherboard (AMD chipset).  I've attached
dmesg output and my config, if that helps.  I guess I should turn on
DRM_DEBUG and see what comes of it.

If there's any further info I can provide, please let me know.
-- 
Frank Mayhar [EMAIL PROTECTED]  http://www.exit.com/
Exit Consulting http://www.gpsclock.com/
#
# GENERIC -- Generic machine with WD/AHx/NCR/BTx family disks
#
# For more information read the handbook part System Administration -> 
# Configuring the FreeBSD Kernel -> The Configuration File. 
# The handbook is available in /usr/share/doc/handbook or online as
# latest version from the FreeBSD World Wide Web server 
# http://www.FreeBSD.ORG/>
#
# An exhaustive list of options and more detailed explanations of the 
# device lines is present in the ./LINT configuration file. If you are 
# in doubt as to the purpose or necessity of a line, check first in LINT.
#
#   $Id: GENERIC,v 1.140 1998/12/27 13:55:47 sos Exp $

machine i386
cpu "I686_CPU"
ident   REALTIME
maxusers0

options CPU_ENABLE_SSE

#optionsMATH_EMULATE#Support for x87 emulation
options INET#InterNETworking
#optionsINET6   #IPv6 communications protocols
options FFS #Berkeley Fast Filesystem
options FFS_ROOT#FFS usable as root device [keep this!]
options NFS #Network Filesystem
options MFS #Memory Filesystem
options MSDOSFS #MSDOS Filesystem
options "CD9660"#ISO 9660 Filesystem
options PROCFS  #Process filesystem
options "COMPAT_43" #Compatible with BSD 4.3 [KEEP THIS!]
options UCONSOLE#Allow users to grab the console
options USERCONFIG  #boot -c editor
options VISUAL_USERCONFIG   #visual boot -c editor
options SOFTUPDATES
options USER_LDT#allow user-level control of i386 ldt
options MROUTING# Multicast routing
options RANDOM_IP_ID

options "P1003_1B"
options "_KPOSIX_PRIORITY_SCHEDULING"
options _KPOSIX_VERSION=199309L

#optionsPPS_SYNC

options IPSEC
options IPSEC_ESP

options COMPAT_LINUX
options DRM_LINUX

config  kernel

options DDB #kernel debugger
options DDB_UNATTENDED  #Recover from panics.

# To make an SMP kernel, the next two are needed
options SMP # Symmetric MultiProcessor Kernel
options APIC_IO # Symmetric (APIC) I/O
# Optionally these may need tweaked, (defaults shown):
#optionsNCPU=2  # number of CPUs
#optionsNBUS=3  # number of busses
#optionsNAPIC=1 # number of IO APICs
#optionsNINTR=24# number of INTs

device  isa0
device  pci0

# AGP GART support
#
device  agp

device  fdc0at isa? port "IO_FD1" irq 6 drq 2
device  fd0 at fdc0 drive 0
device  fd1 at fdc0 drive 1

#
# The 'ATA' driver supports all ATA and ATAPI devices.
# It can reuse the majors of wd.c for booting purposes.
# You only need one "device ata" for it to find all
# PCI ATA/ATAPI devices on modern machines.
#device ata
#device atadisk # ATA disk drives
#device atapicd # ATAPI CDROM drives
#device atapifd # ATAPI floppy drives
#device atapist # ATAPI tape drives

# A single entry for any of these controllers (ncr, ahb, ahc) is
# sufficient for any number of installed devices.
device  ahc0# AHA2940 and onboard AIC7xxx devices
device  ahc1# AHA2940 and onboard AIC7xxx devices
device  ahc2# AHA2940 and onboard AIC7xxx devices
device  ahc3# AHA2940 and onboard AIC7xxx devices
device  ahc4# AHA2940 and onboard AIC7xxx devices
#device sym0# NCR/Symbios Logic (newer chipsets)
#device sym1# NCR/Symbios Logic (newer chipsets)

# This controller offers a number of configuration options, too many to
# document here  - see the LINT file in this directory and look up the
# dpt0 entry there for mu

Re: Resolution of Fatal trap 12: page fault while in kernel mode

2003-03-19 Thread Thomas Seck
* Ernst de Haan ([EMAIL PROTECTED]):

> The most obvious possibility seems to be 'maxusers 0'

No.

This just means to autoconfigure a value according to the amount of
memory present at configure time.

 --Thomas

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message


Re: 4.8 RC2 SMP hangs during boot on HP ProLiant DL380

2003-03-19 Thread Samuel Kesterson
Thus spake Holger Kipp ([EMAIL PROTECTED]) [2003-03-17 10:55] :

> Hi,
> 
> I just downloaded 4.8RC2 and recompiled with SMP and APIC enabled.
> Instead of 4 CPUs (2 XEON with HT) only two are recognized and the
> system hangs after initialising the second CPU:
>   Last message (about ufs-mounting /dev/da0s1a) needs some time to
>   appear. Num and Scroll-Buttons still work. Nothing else happens
>   afterwards.
> 
> Works flawless with 4.7-STABLE from 17.02.2003 on DL360 and DL380.
> I also have no problems with 4.8-RC from 07.03.2003 (on DL360).
> 
> 4.8 RC2 in Single-Mode (GENERIC) makes no problems either.
> 
> I looked inside /usr/src/UPDATING but couldn't find anything about
> additional options needed (iirc there were some mails about additional
> options for HT to come).
> 
> Anyway, SMP-System shouldn't hang during boot.
> Testing is restricted (production systems). Sorry.
> 
> If there is anything else I can do to test this, please let me know,
> and I'll try to fit this in somehow ;-)


I have RC2 running on 2 HP Proliant DL360 with SMP and APIC enabled. 
One is merrily chewing up the jdk14 build as we speak. Standard questions 
apply. Do you have the current BIOS installed, etc. Also, a dmesg might 
be nice to help figure out what's going on. 

If I might be so bold ... why are you running an RC on production 
systems? :)


-- 
-
 Samuel Kesterson
 [EMAIL PROTECTED]

 DISCLAIMER: All views expressed are mine and mine alone and likely are
 not the views of my employer ... blah, blah, blah ...
-

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message


Re: XFree 4.3.0 / Xft font problems

2003-03-19 Thread Bob Willcox
On Tue, Mar 18, 2003 at 02:10:29PM -0500, Jason Andresen wrote:
> Bob Willcox wrote:
> >On Tue, Mar 18, 2003 at 10:27:44AM -0500, Jason Andresen wrote:
> >
> >>Kenneth W Cochran wrote:
> >>
 [snip]
> 
> Oh!  It's too small.  Why didn't you say so.
> 
> You can change the font size in your 
> .mozilla///chrome/userChrome.css
> 
> Specifically, you can add:
> 
> window
> {
>   font-size: 12pt !important;
>   font-family: helvetica !important;
> }
> 
> More information is on: http://www.mozilla.org/unix/customizing.html
> 
> Unfortunatly I'm away from my FreeBSD machine, so I can't verify that 
> this works as advertised, but hopefully I've pointed you in the right 
> direction.

The above URL has gotten me closer but dialog box fonts are still too
small (such as the print box).

Any clue as to what needs to be changed to get the fonts in the dialog
boxes bigger?

Thanks,
Bob

> 
> -- 
>   \  |_ _|__ __|_ \ __| Jason Andresen[EMAIL PROTECTED]
>  |\/ |  ||/ _|  Network and Distributed Systems Engineer
> _|  _|___|  _| _|_\___| Office: 703-883-7755

-- 
Bob Willcox  Patience is a minor form of despair, disguised as virtue.
[EMAIL PROTECTED]-- Ambrose Bierce, on qualifiers
Austin, TX

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message


Re: usb 2 or firewire in stable?

2003-03-19 Thread Hidetoshi Shimokawa
At Mon, 23 Dec 2002 15:57:38 + (GMT),
Andrew Gordon wrote:
> 
> 
> On Mon, 23 Dec 2002, Aaron Wohl wrote:
> 
> > Is anyone using usb 2 or fireware in 4.7 stable?  If so how?  I need one
> > or the other to do backups to an external disk.  The machine is a
> > production machine tho so I cant really go to current yet.  I tried some
> > usb 2 cards.  They show up as usb 1 cards and work ok but only at usb 1
> > speeds.
> 
> I am using firewire to do exactly that.  Cheap firewire cards in all my
> machines, couple of 180G external firewire hard drives as the storage
> media.  I put a normal filesystem on the drive, then run 'dump' through
> gzip to create backups.
> 
> Firewire support has been in -stable for a few months now.  It works well
> in general; throughput is good, the only problems I have run into relate
> to error handling under fault conditions (at one point I had a loose
> power connection on a drive, which lead to lock-ups rather than more
> graceful error handling).

Just plug in again. It sould restart transactions again in theory..
The driver freeze the CAM device queue if it losts the device, until
the device come up again or the device doesn't come up after several
bus resets.

/\ Hidetoshi Shimokawa
\/  [EMAIL PROTECTED]
PGP public key: http://www.sat.t.u-tokyo.ac.jp/~simokawa/pgp.html

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message


portupgrade [was: Re: setting kern.ngroups]

2003-03-19 Thread Peter Schultz
Chris BeHanna wrote:
On Tuesday 18 March 2003 15:46, Brian Szymanski wrote:

On Tue, 2003-03-18 at 12:28, Brian Szymanski wrote:

Raising the maximum number of groups requires changes all over the
place; even if you find them all and rebuild the world (yes, libc
depends on it as well) you'll find that any program that looks at
the group vector will blow up because it only has space reserved for
16 groups.  You don't want to go there.
Aren't these programs broken by not using NGROUPS_MAX from
syslimits.h?
My point is that changing syslimits.h doesn't help existing compiled
code at all; you need to recompile everything that touches the group
vector, which may be more code than you expect.  (Arguably they should
use a runtime method of sizing the group vector but I've seen very few
programs that do.)
Ahhh, no problem. Fortunately we have source for all the code we are
running on the machine...
Which brings up another question. Does anyone know of a good way to
rebuild all ports, without dealing with dependency hell?


Stupi^H^H^H^H^HBrave souls can do so via:

cd /usr/ports/sysutils/portupgrade
make install clean
# edit /usr/local/etc/pkgtools.conf to taste
>

It's a very good idea to make a copy of the ports INDEX file, and 
remember, make the environment for portupgrade use your copy.  I put 
mine in /var/db/pkg as it relates to everything else in the directory:

PORTS_INDEX=/var/db/pkg/INDEX
PORTS_DBDIR=/var/db/pkg

portsdb -uU
pkgdb -uF
So, before you you run these you should:
cvsup ports-cvsup
rm /var/db/pkg/INDEX* /var/db/pkg/pkgdb.db
cp /usr/ports/INDEX /var/db/pkg/INDEX
I say this because if the .db files are corrupt, or the INDEX is out of 
date, you will fix any potential problems.

One time my .db files were corrupt and it caused a lot of portupgrade 
errors.  If you're going to be rebuilding the whole files anyway, you 
might as well scrap the old ones.


portupgrade -af
#
# wait a very long time if you have X + KDE or X + GNOME installed
# otherwise, wait a merely long time
That will rebuild *everything*.  It gives me the shudders, though,
because there are inevitably going to be broken ports.  It's a good
idea to save the old packages portupgrade makes for awhile, so that
you can back out a broken port to the previous known working version
(when that is possible).
I run portupgrade with reckless abandon.  :-)

Pete...

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message


Re: Maxtor Firewire Drives

2003-03-19 Thread Hidetoshi Shimokawa
Oops, I don't read this list so often..
Please post FireWire related problems to freebsd-firewire.

At Fri, 21 Feb 2003 14:33:43 -0600,
Aaron Wohl wrote:
> 
> The maxtor 5000xx series does not work on 4.7 or 5.0 for all variations
> of stable/currrent/standard.  This is for USB1 USB2 and firewire.  Tested
> with many different usb and firewire controllers.  Newing a newfs on usb2
>  on one of these disks with 5.0 (4.7 doesnt support usb2) crashes the os
> with a bad page fault every time.  Under firewire the OS doesnt really
> recognize them as disks and get them fully mounted.  

Could you send me the output of 'fwcontrol -d node_id_of_the_drive' ?

> Some of the older enclosers you add your own drive to kind of work with
> firewire.  However id advise you do transfer some large files (say
> 200megabyte) to the disk make many copies then check the md5 checksums. 
> Also check the dmesg logs.  The other enclosures I tried worked ok for
> smaller files but go timeouts and trashed data on largers files.

Are you still getting the problem with the latest code?

> The adaptec fireconnect and universal (usb2+firewirecards) seem to work
> fine by themselfs.  All of controller cards seemed ok. Its just something
> messed up with using them for disks.
> 
> Tests where conducted on 4.7 (standard,stable), 5.0 (standard, current)
> using a 120gb maxtor DV5000 a 250gb maxtor DV5000, and ADS enclosure with
> a maxtor disk added to it, a USB2 enclosure "USB2.0 slim its labled" from
> compusa.  This with 5 different computers (various motherboards).
> 
> We ended up going with tape backups.

/\ Hidetoshi Shimokawa
\/  [EMAIL PROTECTED]
PGP public key: http://www.sat.t.u-tokyo.ac.jp/~simokawa/pgp.html

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message


root mount failed: 22

2003-03-19 Thread Fredrick Nilsson
Hello!

I'm trying to install FreeBSD 4.7 on a system with two SCSI-disks.

The computer I'm using, is a HP Vectra XW 6/200 Pentium Pro 200x2, 256 Meg
ram, Adaptec onboard 7880 SCSI.

The two SCSI-disks is:

Quantum XP34550S

IBM DCAS-34330

This i what i get when the kernel boots:

Waiting 15 seconds for SCSI devices to settle
Mounting root from ufs:/dev/md0c
da0 at ahc0 bus 0 target 0 lun 0
da0:  Fixed Direct Access SCSI-2 device
da0: 20.000MB/S Transferes (20.000MHz, offset 15), Tagged Queueing Enabled
da0: 4341MB (8890760 512 byte sectors: 64H 32S/T 4341C)
Root Mount Failed: 22

Manual root filesystem specianual input

da1 at ahc0 bus 0 target 6 lun 0
da1:  Fixed Direct Access SCSI-2 device
da1: 20.000MB/S Transferes (20.000MHz, offset 15)
da1: 4134MB (8467200 512 byte sectors: 64H 32S/T 4134C)
mountroot>

What's the next step?

.fredrick

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message


·èÒ¹·ÃÒºËÃ×ÍäÁèÇèÒ¤¹Íéǹ¨ÐàÊÕ觵èÍ¡ÒÃà»ç¹àºÒËÇÒ¹ÁÒ¡¡ÇèÒ¤¹¹éÓ˹ѡ»¡µÔ¶Ö§ 30 à·èÒ

2003-03-19 Thread wowwwhealthy
¤¹ä·Â¡ÓÅѧà»ç¹âäÍéǹÁÒ¡¢Öé¹·Ø¡·Õ ¾.Í.Ë­Ô§ ÃÈ. ¾.­. ¾Ã±ÔµÒ ªÑÂÍÓ¹ÇÂ
¼ÙéÍӹǡÒÃàǪÈÒʵÃì¿×鹿٠âç¾ÂÒºÒžÃÐÁ§¡Ø¯à¡ÅéÒ ºÃÃÂÒÂàÃ×èͧ

"¡Ô¹ÍÂèÒ§äÃãËéËèÒ§ä¡ÅâäËÑÇã¨áÅÐâäÍéǹ" 㹵͹˹Ö觢ͧ¡ÒúÃÃÂÒÂ
¼ÙéºÃÃÂÒ¡ÅèÒÇÇèÒ

"ÊÔ觷Õè¾Ö§µÃÐ˹ѡ¤×Í ¼ÙéªÒÂäÁè¤ÇÃãËéÃͺàÍÇà¡Ô¹ 36 ¹ÔéÇ Ë­Ô§äÁè¤ÇÃà¡Ô¹ 32 ¹ÔéÇ
¶éÒÁÒ¡¡ÇèÒ¹ÕéµéͧàÃè§Å´¹éÓ˹ѡ"

à¾ÃÒжéÒËÒ¡·èÒ¹ÇÑ´ÃͺàÍÇáÅéÇä´éµÑÇàÅ¢à¡Ô¹¡ÇèÒÁÒµÃÒ°Ò¹¹Õé
áÊ´§ÇèÒ·èÒ¹¡ÓÅѧà»ç¹âäÍéǹ ¤¹à»ç¹âäÍéǹÁÕ¤ÇÒÁàÊÕ觷Õè¨Ðµéͧ
¾º¡ÑºâäÃéÒµèÒ§æ ÁÒ¡ÁÒ ¹ÑºµÑé§áµè âäËÑÇ㨠àºÒËÇÒ¹ ä¢Áѹã¹àÅ×Í´ÊÙ§
¤ÇÒÁ´Ñ¹âÅËÔµÊÙ§ ÍÑÁ¾Òµ áÅзèÒ¹ÍÒ¨¨ÐËÂØ´ËÒÂ㨢³ÐËÅѺ
¨¹à¡Ô´ÀÒÇоÃèͧÍÍ¡«Ôਹ µ×蹹͹¨ÐÁÕÍÒ¡ÒÃÁÖ¹
à»ç¹µéÍËÔ¹§èÒÂà¹×èͧ¨Ò¡àÅ×Í´¢Ò´ÍÍ¡«Ôਹ à»ç¹âä¢éÍ à¾ÃÒÐạÃѺ¹éÓ˹ѡÁÒ¡
à»ç¹à¡Òµì ÁÐàÃç§ ¹ÔèÇ㹶ا¹éÓ´Õ ÁÕÅÙ¡ÂÒ¡ âäà¡ÕèÂǡѺÃкºËÒÂ㨠âä¶Ø§¹éÓ´Õ

·èÒ¹·ÃÒºËÃ×ÍäÁèÇèÒ¤¹Íéǹ¨ÐàÊÕ觵èÍ¡ÒÃà»ç¹àºÒËÇÒ¹ÁÒ¡¡ÇèÒ¤¹¹éÓ˹ѡ»¡µÔ¶Ö§ 30 à·èÒ
àÊÕè§à»ç¹âäËÅÍ´àÅ×Í´ËÑÇ㨵պ¡ÇèÒ¤¹·ÑèÇä» 15 à·èÒ âäÍÑÁ¾Òµ 11 à·èÒ
âäÁÐàÃç§ÅÓäÊé 2 à·èÒ
¤¹à»ç¹âäÍéǹà»ç¹âäÃéÒµÒ§èÒÂÍÂèÒ§¹Õé¶éÒäÁèàÃÕ¡¤¹·ÕèÁÕÃͺàÍÇà¡Ô¹ÁÒµÃÒ°Ò¹ÇèÒ
ÃͺàÍÇÁóРáÅéǨÐàÃÕ¡ÇèÒÍÐäÃÅèФÃѺ

ÇԸնʹËèǧÂÒ§ (Å´àÍÇ)
¤Ø³ËÁͺ͡ÇèÒ ÇÔ¸ÕÃÑ¡ÉÒâäÍéǹÊÒÁÒö·Óä´é´éÇ¡ÒäǺ¤ØÁá¤ÅÍÃբͧÍÒËÒ÷ÕèÃѺ»Ãзҹ
¤×;ÂÒÂÒÁãËéŴŧÇѹÅÐ 600 á¤ÅÍÃÕ «Öè§ÀÒÂã¹ 7 Çѹ·èÒ¹¨ÐÊÒÁÒöŴ¹éÓ˹ѡä´é0.6
¡ÔâÅ¡ÃÑÁ
à¾ÃÒÐä¢Áѹ 1 ¡ÔâÅ¡ÃÑÁ à·èҡѺ 7,000 á¤ÅÍÃÕ »ÃСÒ÷ÕèÊӤѭ
µéͧÍÍ¡¡ÓÅѧ¡ÒÂÍÂèÒ§ÊÁèÓàÊÁÍ·Ø¡Çѹ¤ÃѺ
ÍÂèÒ§¹éÍ 20 ¹Ò·Õ ¶éÒÍÍ¡¡ÓÅѧ¡ÒÂä´é 60 ¹Ò·Õ¨ÐÂÔè§à»ç¹¼Å´Õ

¤Ø³ËÁͺ͡ÇèÒàÃÒ¤ÇÃãËéʹã¨ã½èÈÖ¡ÉÒËÒ¤ÇÒÁÃÙé´éÒ¹âÀª¹Ò¡ÒÃãËéÁÒ¡ æ
¤×ÍãËéÈÖ¡ÉÒÇèÒÍÒËÒê¹Ô´ä˹ãËé¾Åѧ§Ò¹¹éÍ ¾ÅѧÁÒ¡á¤èä˹
áÅÐ ¤ÇÃÊÃéÒ§¤ÇÒÁÊØ¢·Õèä´éºÃÔâÀ¤ÍÒËÒÃä¢ÁѹµèÓ æ
㹡ÒÃÃѺ»ÃзҹÍÒËÒäÇÃà¤ÕéÂÇãËéªéÒæ ¨ÐÃÙéÊÖ¡ÍÔèÁ·Ñé§æ ·ÕèºÃÔâÀ¤¹éÍÂ
ÍéÍ ! budpage á¹Ð¹ÓÇèÒ·èÒ¹¤Çë×éÍÊÒÂÇÑ´ÁÒà¡çºäÇéÊÑ¡àÊ鹹ФÃѺ ·Ø¡ æ
àªéÒ¤ÍÂÇÑ´àÍǵÑÇàͧ
áÅФÇ贺ѹ·Ö¡à»ç¹Ê¶ÔµÔäÇé·Ø¡Çѹ´éÇ ʹء´Õ¤ÃѺ
ÍÕ¡·Ñé§Âѧà»ç¹¡Ò÷éÒ·ÒÂãËéàÃÒÁÕ¤ÇÒÁµ×è¹µÑÇ·Õè¨ÐÅ´¤ÇÒÁÍéǹÍÂÙèàÊÁÍÍÕ¡´éÇÂ
ÊØ´·éÒ¹Õé¢ÍãËé·Ø¡ æ ·èÒ¹ÁÕÃͺàÍÇã¹ÃдѺÁÒµÃÒ°Ò¹·Õè»ÅÍ´ÀÑ¡ѹ·Ø¡ æ ·èÒ¹¹Ð¤ÃѺ
(¨ºº·¤ÇÒÁ¹Õé àǺÁÒÊàµÍÃì ¤§¢ÍµÑÇ仫×éÍÊÒÂÇÑ´ÁҤǺ¤ØÁ¹éÓ˹ѡ´éǤ¹¹Ð¤ÃѺ ÊÇÑÊ´Õ )
¢ÍàªÔ­ªÒǾط¸ÁÒªèÇ¡ѹÃдÁ¤ÇÒÁ¤Ô´ã¹ËÑÇ¢éÍ "ÇÔ¸ÕÍÍ¡¡ÓÅѧ¡ÒÂãËéʹء"
ÅͧÁҴ١ѹÇèÒã¤Ã¨ÐÁÕÇÔ¸Õ¡ÒÃà´ç´æ
·Õè¨Ð·ÓãË餹ÍéǹÍÂÒ¡ÍÍ¡¡ÓÅѧ¡ÒÂâ´ÂäÁè½×¹ã¨¡Ñ¹ºéÒ§

áÅéǾº¡Ñ¹ãËÁè¡ÑºàÍ¡ÊÒÃÊÒÃзÕèÁÕ»ÃÐ⪹쩺Ѻ˹éÒ¤èÐ

*
¶éÒ·èÒ¹µéͧ¡ÒâéÍÁÙÅ·ÕèÁÕ»ÃÐ⪹ìã¹´éÒ¹âÀª¹Ò¡ÒÃà¾×èÍÊØ¢ÀÒ¾·Õèá¢ç§áç
ËÃ×͵éͧ¡ÒÃÅ´¹éÓ˹ѡâ´ÂÇÔ¸Õ¸ÃÃÁªÒµÔ
ÊÒÁÒö¢Í¢éÍÁÙÅä´é¨Ò¡ ...
http://www.geocities.com/healthclub999/easythin

*
ËÒ¡äÁèµéͧ¡ÒÃÃѺ¢éÍÁÙÅ¢èÒÇÊÒÃÍÕ¡  ¡ÃسÒà¢éÒä»á¨é§·Õè www.unsubhealthclub.web1000.com


Re: jails update

2003-03-19 Thread Alexandr Kovalenko
Hello, Dmitry Morozovsky!

On Wed, Mar 19, 2003 at 01:37:35PM +0300, you wrote:

> On Mon, 17 Mar 2003, Alexandr Kovalenko wrote:
> 
> AK> I'm using single 'image' (directory, where world installed) for all
> AK> jails and vn(4)-backed files with changes to this. Then I
> AK> uninonfs-mounting it.
> AK>
> AK> P.S. You will need dillon's patch to unionfs so that it won't crash.
> 
> Hmm. Quick search did not succeed. Could you post a reference to the patch
> mentioned?

http://groups.google.com/groups?q=patch+%236+dillon+freebsd&hl=en&lr=&ie=UTF-8&oe=UTF-8&selm=200211141929.gAEJTQcl067196%40apollo.backplane.com&rnum=2

> Also: why are you using unionfs, and did not nullfs satisfy your needs?

Ok.

I have /jails/skeleton with world installed there.
I have multiple /jails/jailXXX.img which mounted through vn(4).

The size of those .img files == quota for users (we are selling service
called "virtual colocation").

If they want to substitute, for example, standard sshd, which is in base
system (in /jails/skeleton), he just overwrites it and it goes to
vn(4)-backed file, so he uses his quota.

-- 
NEVE-RIPE, will build world for food
Ukrainian FreeBSD User Group
http://uafug.org.ua/

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message