Peter Steele wrote:
> In my read-only CD-ROM boot case, /var is created as a MFS device
> automatically and populated, but a basic directory layout only is
> used. Nothing from the CD-ROM /var is copied into the MFS /var
> that is created.
>
> I cannot figure out how BSD can do this automagically,
On Thu, Apr 8, 2010 at 1:06 AM, Fbsd1 wrote:
> Lowell Gilbert wrote:
>>
>> Fbsd1 writes:
>>
>>> But that is not true. The postfix port populates /usr/bin.
>>
>> By default, it does not. You have to enable the "Install into /usr and
>> /etc/postfix" configuration option for it to do so. I don't
Good Day.
I am really hopying someone can assist me here.
I have a E620 Huawei PCMCIA 3G card in a PCMCIA-TO-PCI Converter in a
Freebsd server for a sms server i run.
Now it used to run without issues, however since the change over from 7.2 to
8.0REL it no longer works and there are no entries u
Marcel Grandemange wrote:
Good Day.
I am really hopeing someone can assist me here.
I have a E620 Huawei PCMCIA 3G card in a PCMCIA-TO-PCI Converter in a
Freebsd server for a sms server i run.
Now it used to run without issues, however since the change over from 7.2 to
8.0REL it no longer work
>Marcel Grandemange wrote:
> Good Day.
>
> I am really hopeing someone can assist me here.
>
> I have a E620 Huawei PCMCIA 3G card in a PCMCIA-TO-PCI Converter in a
> Freebsd server for a sms server i run.
>
> Now it used to run without issues, however since the change over from 7.2
to
> 8.0REL
Adam Vande More writes:
> >If compiled into the kernel, there's a set of optional settings
> > (VERBOSE, LOG_LINIT, DEFAULT_TO_ACCEPT, etc) that can be set there.
> >If using the module, how does one set these?
> >
> Logging is compiled into the modules and there are a few sy
Adam Vande More writes:
> >If compiled into the kernel, there's a set of optional settings
> > (VERBOSE, LOG_LINIT, DEFAULT_TO_ACCEPT, etc) that can be set there.
> >If using the module, how does one set these?
> >
> Logging is compiled into the modules and there are a few sys
On Wed, Apr 7, 2010 at 7:36 AM, Ion-Mihai Tetcu wrote:
> On Wed, 7 Apr 2010 07:20:47 -0500
> Antonio Olivares wrote:
>
> [ .. ]
>
>> ===>>> Port directory: /usr/ports/sysutils/fusefs-kmod
>> ===>>> This port is marked IGNORE
>> ===>>> requires the userland sources to be installed
On Thu, Apr 08, 2010 at 07:42:06AM -0500, Antonio Olivares wrote:
> On Wed, Apr 7, 2010 at 7:36 AM, Ion-Mihai Tetcu wrote:
> > On Wed, 7 Apr 2010 07:20:47 -0500
> > Antonio Olivares wrote:
> >
> > [ .. ]
> >
> >> ===>>> Port directory: /usr/ports/sysutils/fusefs-kmod
> >> ===>>> This por
Hi people.
I'm working in my first spam gateway, using Postfix + policyd-weight.
I have 2 jails for this, the jail-A is the mail server, where the mailboxes
exist, they are on each user home directory:
/home/user-1
/home/user-2
/home/user-3
...
/home/user-N
This jail-A have samba+ldap=P
hi all,
I am not familiar with Freebsd, I installed 8.0-release, it had been working
well. I read one post that USB webcam could be used in Freebsd 8.0
so I tried to install multimedia/webcamd, multimedia/cuse4bsd-kmod from the
port. It also upgraded jpeg from 7.0 to 8.0 and a lot of dependency p
On Thu, Apr 8, 2010 at 7:10 AM, Robert Huff wrote:
>
> 1) in /boot/loader.conf:
>
> ipfw_load="YES"
> ipdivert_load="YES"
>
> 2) in the kernel config:
>
> #options IPFIREWALL #firewall
> #options IPFIREWALL_VERBOSE #enable logging to syslogd(8)
> #options IPFIREWALL_VERBOSE_L
I tried to get an AFS client on my 8.0-RELEASE (or 8-STABLE) system.
What is the status of AFS on FreeBSD?
Neither OpenAFS nor Arla seem to be in ports.
I found the freebsd-afs mailing list with many posting from 2008/Dec but
nothing from 2009 or 2010. The port-freebsd list on openafs.org has
On Sat, Apr 3, 2010 at 6:21 PM, Masoom Shaikh wrote:
> On Sun, Mar 28, 2010 at 5:38 PM, Ivan Voras wrote:
>> On 28 March 2010 16:42, Masoom Shaikh wrote:
>>
>>> lets assume if this is h/w problem, then how can other OSes overcome
>>> this ? is there a way to make FreeBSD ignore this as well, let
>You might be able to reduce the iso size some by making a tarball of /var
>(using tar -y or tar -z) instead of keeping /var2 as a tree.
>Granted you would then need to have tar(1) in the iso, which may cancel out
>much of the savings if you would not otherwise have needed it.
Actually, /var is
On Thu, Apr 8, 2010 at 10:38 AM, Jian Jun Wang wrote:
> Any suggestion on stepsto solve the problem?
>
Follow the steps in /usr/ports/UPDATING when you are updating ports.
Another option would be to pkg_delete * and install everything again from
ports. There are good instructions for this in th
On Thu, Apr 8, 2010 at 4:45 PM, Anoop Kumar Narayanan
wrote:
> On Sat, Apr 3, 2010 at 6:21 PM, Masoom Shaikh wrote:
>> On Sun, Mar 28, 2010 at 5:38 PM, Ivan Voras wrote:
>>> On 28 March 2010 16:42, Masoom Shaikh wrote:
>>>
lets assume if this is h/w problem, then how can other OSes overcom
Can we name files in freebsd with unicode characters?
Also are unicode characters supported in file i/o system calls like open,
dllopen, fopen? i.e. can we open a file with unicode pathname?
for e.g in windows CreatefileW is used for opening files with unicode pathnames
(wide characters).
If so
On Apr 8, 2010, at 12:11 PM, Kotecha, Grishma wrote:
> Can we name files in freebsd with unicode characters?
UFS/UFS2 supports 8-bit chars (except NULL), so UTF8 representation for Unicode
filenames ought to work OK.
> Also are unicode characters supported in file i/o system calls like open,
>
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 08/04/2010 20:11:15, Kotecha, Grishma wrote:
> Can we name files in freebsd with unicode characters?
> Also are unicode characters supported in file i/o system calls like open,
> dllopen, fopen? i.e. can we open a file with unicode pathname?
> for
Adam Vande More wrote:
On Thu, Apr 8, 2010 at 10:38 AM, Jian Jun Wang wrote:
Any suggestion on stepsto solve the problem?
Follow the steps in /usr/ports/UPDATING when you are updating ports.
Another option would be to pkg_delete * and install everything again from
ports. There are good ins
On Thu, Apr 8, 2010 at 4:22 PM, Matthew Seaman
wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> On 08/04/2010 20:11:15, Kotecha, Grishma wrote:
>> Can we name files in freebsd with unicode characters?
>> Also are unicode characters supported in file i/o system calls like open,
>> dllo
Jan Henrik Sylvester wrote:
I tried to get an AFS client on my 8.0-RELEASE (or 8-STABLE) system.
What is the status of AFS on FreeBSD?
Neither OpenAFS nor Arla seem to be in ports.
I found the freebsd-afs mailing list with many posting from 2008/Dec but
nothing from 2009 or 2010. The port-fre
On Thu, 8 Apr 2010 08:10:34 -0400 Robert Huff wrote:
> So ... double-checking I'm doing this right:
>
> 1) in /boot/loader.conf:
>
> ipfw_load="YES"
> ipdivert_load="YES"
yes; see NAT HB 31.9.3
>
> 2) in the kernel config:
IMHO, and according to Adam Vandr More, kernel options are no longe
Continuing the saga of building a wireless access point, what is the best way
to provide DNS service to the dowstream network? Seems like all I need is a
simple pass-through. For that named seems like overkill. Anyone have an
/etc/named/named.conf that does that?
--
Gary Dunn, Honolulu
o...@al
On Apr 8, 2010, at 1:57 PM, Gary Dunn wrote:
> Continuing the saga of building a wireless access point, what is the best way
> to provide DNS service to the dowstream network?
Run a nameserver?
> Seems like all I need is a simple pass-through. For that named seems like
> overkill. Anyone have a
On Apr 8, 2010, at 4:57 PM, Gary Dunn wrote:
Continuing the saga of building a wireless access point, what is the
best way to provide DNS service to the dowstream network? Seems like
all I need is a simple pass-through. For that named seems like
overkill. Anyone have an /etc/named/named.co
> IMHO, and according to Adam Vandr More, kernel options are no
> longer required.
The original reason I asked was:
30.6.2 Kernel Options
It is not a mandatory requirement to enable IPFW by
compiling the following options into the FreeBSD kern
Gary Dunn wrote:
Continuing the saga of building a wireless access point, what is the best way
to provide DNS service to the dowstream network? Seems like all I need is a
simple pass-through. For that named seems like overkill. Anyone have an
/etc/named/named.conf that does that?
I normally
On Thu, Apr 8, 2010 at 9:29 AM, perikillo wrote:
> Hi people.
>
> I'm working in my first spam gateway, using Postfix + policyd-weight.
>
> I have 2 jails for this, the jail-A is the mail server, where the mailboxes
> exist, they are on each user home directory:
>
> /home/user-1
> /home/user-
On Thu, Apr 8, 2010 at 2:57 PM, Noel Jones wrote:
> On Thu, Apr 8, 2010 at 9:29 AM, perikillo wrote:
> > Hi people.
> >
> > I'm working in my first spam gateway, using Postfix + policyd-weight.
> >
> > I have 2 jails for this, the jail-A is the mail server, where the
> mailboxes
> > exist, th
Saturday I'll be adding a second 40GB and a tertiary 6GB disk to the
system (in favor of adding a CD-RW to a system that already has a DVD
super multi-format drive). I'd like to rearrange my mount points a bit.
Here is my current fstab.
# DeviceMountpoint FStype
UTF8 works grate here in irssi and tcsh over putty, same goes for filenames.
Had no problem with it what so ever, just needed to set in .cshrc:
setenv LC_CTYPE he_IL.UTF-8
never checked any X applications though.
On Thu, Apr 8, 2010 at 11:37 PM, Alejandro Imass wrote:
> On Thu, Apr 8, 2010 at
Hello all,
First post to this list! I have an older PII machine that I upgraded
from 192MB of ram to 672MB of RAM (512, 32, 128) and upon boot the
system's BIOS recognizes all 672MB RAM, FreeBSD also recognizes the
672MB RAM but decides to be nice and cool by using 17MB RAM...bwah?
Here is the ou
On Wed, 7 Apr 2010 19:15:05 -0600
Chad Perrin wrote:
> On Wed, Apr 07, 2010 at 01:09:54PM +0100, RW wrote:
> > On Tue, 6 Apr 2010 21:07:17 -0600
> > Chad Perrin wrote:
> >
> > > On Tue, Apr 06, 2010 at 01:20:49PM +0100, RW wrote:
> > > > On Mon, 5 Apr 2010 19:55:44 -0600
> > > > Chad Perrin wr
On Thu, 8 Apr 2010 17:05:12 -0400 mikel king wrote:
> On Apr 8, 2010, at 4:57 PM, Gary Dunn wrote:
>
>> Continuing the saga of building a wireless access point, what is the
>> best way to provide DNS service to the dowstream network? Seems like
>> all I need is a simple pass-through. For that nam
On Apr 8, 2010, at 8:32 PM, Gary Dunn wrote:
On Thu, 8 Apr 2010 17:05:12 -0400 mikel king
wrote:
On Apr 8, 2010, at 4:57 PM, Gary Dunn wrote:
Continuing the saga of building a wireless access point, what is the
best way to provide DNS service to the dowstream network? Seems like
all I ne
Hello folks
I have a 8.0 system that has 2 IPs:
ifconfig em1
em1: flags=8843 metric 0 mtu 1500
options=19b
ether 00:25:90:01:32:93
inet 192.168.1.126 netmask 0xff00 broadcast 192.168.1.255
inet 192.168.1.127 netmask 0xff00 broadcast 192.168.1.255
me
Unfortunately, still 17MB. I am going to play around with the sticks
of RAM that I have installed to see if there is a chipset/motherboard
issue.
On Thu, Apr 8, 2010 at 8:56 PM, mikel king wrote:
>
> On Apr 8, 2010, at 8:32 PM, Gary Dunn wrote:
>
>> On Thu, 8 Apr 2010 17:05:12 -0400 mikel king
>
Fixed. The 440BX is not friendly to 512MB SDR sticks.
Works like a charm with 3x256MB'ers!
Thank you,
Brodey Dover
On Thu, Apr 8, 2010 at 8:43 PM, Brodey Dover wrote:
> I was under the impression that the avail memory was memory that was
> released from BIOS.
>
> Top indicates about 17MB is fo
I have acquired a pair of Compaq USB /powered/ speakers. On my parents
XP machine they don't seem to cause any problems, but when I hook it up
to listen on my FreeBSD box I have absolutely nothing but problems with
the speakers (even when turned off but still plugged in) interrupting
the normal ope
On 4/8/10, Programmer In Training wrote:
> I have acquired a pair of Compaq USB /powered/ speakers. On my parents
> XP machine they don't seem to cause any problems, but when I hook it up
> to listen on my FreeBSD box I have absolutely nothing but problems with
> the speakers (even when turned off
On 04/08/10 21:29, Brodey Dover wrote:
> I believe a call to iostat (there is something similar) you should see
> a large amount of interrupts to your USB keyboard driver, at least
> that is my assumption.
That is my assumption, too.
> Unfortunately, I do not have USB powered speakers for me to t
On 04/08/10 21:34, Antonio Olivares wrote:
> Is your keyboard a usb keyboard?
Sorry, yes.
> Could be a permissions problem?
I don't know what could be the problem. I have a USB mouse, keyboard,
and web cam all plugged into the same USB PCI card and I've not had any
problems until I plugged in t
On 04/08/10 23:23, Brodey Dover wrote:
> Now that I think about it and have more context as to how things are
> working. lshal output could be useful here as well.
>
> On Fri, Apr 9, 2010 at 12:21 AM, Brodey Dover wrote:
>> Can you provide some dmesg output please?
http://www.joseph-a-nagy-jr.u
On Thu, 08 Apr 2010 17:38:03 -0500, Programmer In Training
wrote:
> Saturday I'll be adding a second 40GB and a tertiary 6GB disk to the
> system (in favor of adding a CD-RW to a system that already has a DVD
> super multi-format drive). I'd like to rearrange my mount points a bit.
Here we go. :
46 matches
Mail list logo