1. The process hangs in "disk wait" (flag "D" in ps' STAT
column). This often means there's a hardware problem
with your disk or controller (or a driver bug), or a
network problem if you use NFS.
not this for sure. no NFS, no filesystem is blocked.
2. The process was suspended (S
others). This can happen when your process blocks on pending file
I/O. The process opens a file descriptor, could even be a socket, and
asterisk does only file I/O and network I/O.
file I/O works fine so it can't be a problem (everything else works on the
same filesystem.
get what it's wa
the/root{156}~# geli init -a hmac/sha256 /dev/da1
Enter new passphrase:
Reenter new passphrase:
the/root{157}~#
the/root{157}~# geli attach da1
Enter passphrase:
check what is default (and possibly minimum) sector size for hmac/sha256
fragment size of UFS can't be less
_
Dan Nelson wrote:
In the last episode (Sep 19), Berk Gulenler said:
Dan Nelson wrote:
In the last episode (Sep 19), Berk Gulenler said:
I'm trying to install pam_ldap 1.84 to FreeBSD version 6.3 AMD64. But
I'm getting this error message from gmake compiler. I think the
problem is a
On Fri, 19 Sep 2008 20:03:03 -0700 (PDT), Unga <[EMAIL PROTECTED]> wrote:
> Hi thank you very much for your reply and the test case.
>
> That is, in a trivial case like this, free() works well. Hopefully
> free() works well in all cases too.
>
> But my main program is 1900 lines, f1() and f2() are
I'm wondering if soft-updates on UFS2 should be enabled
on a geli provided disk, da1.eli, for example. That is,
same as without geli. geli device behaves like normal disk/partition, just
it's encrypted.
P.S. Anyone running ZFS on multiple geli providers?
as above.
Ok, it was nothing like what I was thinking. Turns out my GPS didnt
have a fix on anything. It was getting signals, but no fix. :-)
Now that I have it mounted on a pole outside, hey presto:
building# ntpq -p
remote refid st t when poll reach delay
offset jitter
=
=
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Thanks Bob.
I did a bit more reading, and it seems that I can turn on additional
sentences in the driver. Ive been studying the NMEA output and there
are two sentences which will give time figures across two subsequent
seconds, so I tried enabling those ("mode 6" in the server statement),
--- On Sat, 9/20/08, Nash Nipples <[EMAIL PROTECTED]> wrote:
> From: Nash Nipples <[EMAIL PROTECTED]>
> Subject: Re: Segmentation fault when free
> To: freebsd-questions@freebsd.org
> Date: Saturday, September 20, 2008, 4:14 AM
> --- On Fri, 9/19/08, Unga <[EMAIL PROTECTED]> wrote:
>
> > From: Un
Hello Everyone,
I've been reading up on geli and decided I wanted to
use data authentication. This involves the -a switch
on the geli init command. Here's what I've found:
= No authentication (the disk size is correct @ 152G):
the/root{143}~# geli init da1
Enter new passphrase:
Reenter n
On Fri, 2008-09-19 at 13:21 -0600, Warren Block wrote:
> On Fri, 19 Sep 2008, Sebastian wrote:
>
> > I'd like to confirm my understanding of current status on this NIC. It
> > seems,
> > based on some searching, the current Realtek driver in FreeBSD doesn't
> > support the 8111C, and that alth
On Fri, 19 Sep 2008, Peter Schuller wrote:
I've been trying to find anything that fits the bill. My only
requirements are:
* That it works with amd64 (on FreeBSD, obviously).
* That it supports Xvideo.
* That it has decent 2D performance.
* That it works with wide screen resolutions (so I guess
Hi,
I'm wondering if soft-updates on UFS2 should be enabled
on a geli provided disk, da1.eli, for example. That is,
should I use -U:
newfs -U /dev/da1.eli
or not use -U?
newfs /dev/da1.eli
Will -U help with crash corruption protection on a geli
provider? Does my question make sense?
Thanks
In the last episode (Sep 19), Berk Gulenler said:
> Dan Nelson wrote:
>
> In the last episode (Sep 19), Berk Gulenler said:
>> I'm trying to install pam_ldap 1.84 to FreeBSD version 6.3 AMD64. But
>> I'm getting this error message from gmake compiler. I think the
>> problem is an undeclared funct
On 9/19/08, Tom Storey <[EMAIL PROTECTED]> wrote:
> Hi all,
>
> Ive been toying with setting up my old Garmin GPS12 as a reference for a
> server (FreeBSD 6.2) running ntpd, but Ive run into an issue.
>
Is it possible the issue isn't what you think it is?
> Ive searched around a bit and cant find
> I just inherited a second dsl line and don't have a
> server to connect
> it too so I have it connected to a third nic that I have in
> the Dell
> that has the first dsl connection and the LAN. I have been
> running pf
> on the two nics with nat and squid in transparent proxy
> mode witho
Hi,
On Fri, Sep 19, 2008 at 5:31 PM, ronggui <[EMAIL PROTECTED]> wrote:
> You mean by gconf-editor? It is very strange. When I add
> "-L=zh_CN.eucCN" to the key, it won't mount any msdosfs anymore.
My bad, yes of course it's with gconf-editor.
I've just tried with -L=fr_FR.ISO8859-15 and also wi
--
From: "Joe Tseng" <[EMAIL PROTECTED]>
Sent: Friday, September 19, 2008 7:03 AM
To:
Subject: kernel upgrades
I'm still new to FreeBSD (coming from CentOS/Ubuntu) so this might be
something totally obvious to others... I know I can update port
> If you can't kill a process (even with SIGKILL), it means
> that the process currently can't be put on the run queue,
> because only processes that are able to run can receive
> signals. Given that, such a situation usually has one of
> these three reasons:
Clearly and I/O block is my specific
organized the server is located in an easily accessible place (actually
outside my apartment) and I am afraid it might be stolen. It's a cheap
old PC, so I am mostly worried about data stored on it.
What is the most convenient way of securing this data (besides moving the
machine :)? Encrypting t
I have a headless FreeBSD server at home serving as NAS, http server,
proxy, vpn server, etc. Due to the way network infrastructure is
organized the server is located in an easily accessible place (actually
outside my apartment) and I am afraid it might be stolen. It's a cheap
old PC, so I am m
--- On Fri, 9/19/08, Unga <[EMAIL PROTECTED]> wrote:
> From: Unga <[EMAIL PROTECTED]>
> Subject: Segmentation fault when free
> To: freebsd-questions@freebsd.org
> Date: Friday, September 19, 2008, 9:17 AM
> Hi all
>
> I'm running FreeBSD 7 on i386. I have a C program
> compiled with gcc 4.2.1
Hey,
I've been trying to find anything that fits the bill. My only
requirements are:
* That it works with amd64 (on FreeBSD, obviously).
* That it supports Xvideo.
* That it has decent 2D performance.
* That it works with wide screen resolutions (so I guess basically
modern hardware + modern dr
On Fri, 19 Sep 2008, Sebastian wrote:
I'd like to confirm my understanding of current status on this NIC. It seems,
based on some searching, the current Realtek driver in FreeBSD doesn't
support the 8111C, and that although the vendor-supplied driver _may_ work
for older 5.x and 6.0 releases (
Steve Franks wrote:
> Which I thought was impossible. Neophyte question, no doubt, but
> googling was less than helpful (which probably means I'm fubar, no
> doubt). Anyway, I have a certain common X app (xmms) that likes to
> hang (since my last buildworld, it seems) when when it's right abo
On Sep 19, 2008, at 10:41 AM, Steve Franks wrote:
The only way to get rid of it is to
reboot. Now, given the behavior, I'd have to suspect something
underlying as the true source of the problem, but shouldn't kill kill
it anyway - I mean, isn't there some way to kill a process that's
stuck waiti
Sebastian <[EMAIL PROTECTED]> wrote:
> I'd like to confirm my understanding of current status on this NIC. It
> seems, based on some searching, the current Realtek driver in FreeBSD
> doesn't support the 8111C, and that although the vendor-supplied driver
> _may_ work for older 5.x and 6.0 r
On Fri, Sep 19, 2008 at 11:41 AM, Steve Franks <[EMAIL PROTECTED]> wrote:
> Which I thought was impossible. Neophyte question, no doubt, but
> googling was less than helpful (which probably means I'm fubar, no
> doubt). Anyway, I have a certain common X app (xmms) that likes to
> hang (since my l
Fian Dracestar <[EMAIL PROTECTED]> wrote:
> When FreeBSD support ethernet type Gigabit ?
FreeBSD supports gigabit ethernet for quite a lot of years
already. It even supports several 10-gigabit ethernet
interfaces.
> and chipset sis (new)
I've recently updated a SiS chipset based machine (not
Which I thought was impossible. Neophyte question, no doubt, but
googling was less than helpful (which probably means I'm fubar, no
doubt). Anyway, I have a certain common X app (xmms) that likes to
hang (since my last buildworld, it seems) when when it's right about
to open a file-choosing dialo
On Fri, 19 Sep 2008 09:17:44 -0700
Sebastian <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I'd like to confirm my understanding of current status on this NIC.
> It seems, based on some searching, the current Realtek driver in
> FreeBSD doesn't support the 8111C, and that although the
> vendor-supplied dri
On Fri, 19 Sep 2008 13:37:50 +0100, Anton Shterenlikht <[EMAIL PROTECTED]>
wrote:
> I cannot trasfer a file with a colon via rsync to a Win box.
> I've rsync-3.0.4 on the FBSD (sending side) and rsync-2.6.9
> under cygwin on Win (receiving side). I'm not sure what the
> error message means:
>
> %
Hi,
I'd like to confirm my understanding of current status on this NIC. It
seems, based on some searching, the current Realtek driver in FreeBSD
doesn't support the 8111C, and that although the vendor-supplied driver
_may_ work for older 5.x and 6.0 releases (if one can get it compiled, I
cou
Hi all
I'm running FreeBSD 7 on i386. I have a C program compiled with gcc 4.2.1
20070719.
Logically my program is:
char *a;
char *b;
char *c;
while (cond)
{
a = f1(); /* malloc() and send a string */
b = f2(); /* malloc() and send a string */
c = (char *) malloc(strlen(a) + strlen(b) + 1)
I just inherited a second dsl line and don't have a server to connect
it too so I have it connected to a third nic that I have in the Dell
that has the first dsl connection and the LAN. I have been running pf
on the two nics with nat and squid in transparent proxy mode without
any issues.
In the last episode (Sep 19), Berk Gulenler said:
> I'm trying to install pam_ldap 1.84 to FreeBSD version 6.3 AMD64. But
> I'm getting this error message from gmake compiler. I think the
> problem is an undeclared function. About this any help would be
> appreciated.
>
> Related log:
>
> gcc -DH
You mean by gconf-editor? It is very strange. When I add
"-L=zh_CN.eucCN" to the key, it won't mount any msdosfs anymore.
PS: the default mount_option is [longnames, -u=]
Thanks.
On Fri, Sep 19, 2008 at 3:05 PM, Dominique Goncalves
<[EMAIL PROTECTED]> wrote:
> Hi,
>
> On Fri, Sep 19, 2008 at 1:5
When FreeBSD support ethernet type Gigabit ? and chipset sis (new) / all new
hardware
Thanks
Good Luck your project FreeBSD 7.1
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubs
Nash Nipples skrev:
just try to run make one more time. not cleaning
anything just type the same make command after fail without
extra activity.
if it fails again check if you have filled your disks
up and you might want to `ls /usr/src/usr.sbin/zzz/zzz.8` to
see if its really there
It fa
Hi all,
I submitted a problem report using send-pr a few days ago. send-pr
completed without any errors, but I haven't seen any evidence of my
problem report in the FreeBSD bug list (http://www.freebsd.org/cgi/query-pr-summary.cgi
) or on the bugs mailing list. Can I assume it's in a review q
On Fri, Sep 19, 2008 at 8:04 AM, Yury Michurin <[EMAIL PROTECTED]>wrote:
> Sorry for the mistake, i meant pf, the openbsd's packet filter.
>
> On Fri, Sep 19, 2008 at 2:39 PM, Yury Michurin <[EMAIL PROTECTED]
> >wrote:
>
> > Hello,
> > I'm quite new to ipf, Is there an option of filtering packets
2008/9/19 Leslie Jensen <[EMAIL PROTECTED]>:
> make -j 4 buildworld
>
> gives after a while the following
>
> gzip -cn /usr/src/usr.sbin/zic/zdump/../zdump.8 > zdump.8.gz
> cc -O2 -fno-strict-aliasing -pipe -DTM_GMTOFF=tm_gmtoff -DTM_ZONE=tm_zone
> -DSTD_INSPIRED -DPCTS -DHAVE_LONG_DOUBLE -DTZDIR=
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Joe Tseng wrote:
> I'm still new to FreeBSD (coming from CentOS/Ubuntu) so this might be
> something totally obvious to others... I know I can update ports by using
> portsnap fetch/extract/update - does this update the kernel source as well?
> How do
> > just try to run make one more time. not cleaning
> anything just type the same make command after fail without
> extra activity.
> >
> > if it fails again check if you have filled your disks
> up and you might want to `ls /usr/src/usr.sbin/zzz/zzz.8` to
> see if its really there
> >
>
> It
Hi,
I'm trying to install pam_ldap 1.84 to FreeBSD version 6.3 AMD64. But
I'm getting this error message from gmake compiler. I think the problem
is an undeclared function. About this any help would be appreciated.
Related log:
GNU Make 3.81
Copyright (C) 2006 Free Software Foundation, Inc.
Thi
Sorry for the mistake, i meant pf, the openbsd's packet filter.
On Fri, Sep 19, 2008 at 2:39 PM, Yury Michurin <[EMAIL PROTECTED]>wrote:
> Hello,
> I'm quite new to ipf, Is there an option of filtering packets by
> user/group?
>
> What i want to accomplish is:
> 1. Block users from group 'users'
I cannot trasfer a file with a colon via rsync to a Win box.
I've rsync-3.0.4 on the FBSD (sending side) and rsync-2.6.9
under cygwin on Win (receiving side). I'm not sure what the
error message means:
% rsync ./http:__en.wikipedia.org_favicon.ico [EMAIL PROTECTED]:
rsync: rename "/cygdrive/c/Docu
Hi all,
Ive been toying with setting up my old Garmin GPS12 as a reference for a
server (FreeBSD 6.2) running ntpd, but Ive run into an issue.
Ive searched around a bit and cant find an answer, perhaps because there
isnt one.
Is there any way I can set ntpd to expect a $GPRMC string every 2 seco
Hello,
I'm quite new to ipf, Is there an option of filtering packets by user/group?
What i want to accomplish is:
1. Block users from group 'users' to make outbound connections
2. Count traffic for users: alpha, beta, gamma
If i can't accomplish that with ipf, what other firewall you suggest?
T
Joe Tseng wrote:
> I'm still new to FreeBSD (coming from CentOS/Ubuntu) so this might be
> something totally obvious to others... I know I can update ports by using
> portsnap fetch/extract/update - does this update the kernel source as well?
No, you need to do two things:
1) copy /usr/share/exa
On Fri, 19 Sep 2008 07:03:25 -0400
"Joe Tseng" <[EMAIL PROTECTED]> wrote:
> I know I can update ports by using portsnap fetch/extract/update -
> does this update the kernel source as well?
No, it does not.
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig.html
Andreas
--
G
On Thu, Sep 18, 2008 at 8:52 PM, Grant Peel <[EMAIL PROTECTED]> wrote:
> Hi H, and Matt, and all,
>
> I had instigated all.log, and here is what happened at 04:08 EDT this
> morning...any clues you see here?
>
> ...
> Sep 18 04:04:08 defiant named[601]: unexpected RCODE (SERVFAIL) resolving '
> ex
Hello Joe!
Thu, Sep 18, 2008 at 03:21:11PM -0400 you wrote:
> I recently did a ports update and after a bit of effort I got firefox3
> to compile with no errors. But now when I either select Firefox from
> the menu or start it from a terminal window nothing happens. Firefox
> does not start and
I'm still new to FreeBSD (coming from CentOS/Ubuntu) so this might be
something totally obvious to others... I know I can update ports by using
portsnap fetch/extract/update - does this update the kernel source as well?
How do I apply this new code?
- Joe
_
Nash Nipples skrev:
make -j 4 buildworld
gives after a while the following
gzip -cn /usr/src/usr.sbin/zic/zdump/../zdump.8 >
zdump.8.gz
cc -O2 -fno-strict-aliasing -pipe -DTM_GMTOFF=tm_gmtoff
-DTM_ZONE=tm_zone -DSTD_INSPIRED -DPCTS -DHAVE_LONG_DOUBLE
-DTZDIR=\"/usr/share/zoneinfo\"
-Demkdi
Oliver Fromme <[EMAIL PROTECTED]> wrote:
> Matthew Seaman wrote:
> > Mel wrote:
> > > that's aside from the fact that the root partition '/' always has to be
> > > the
> > > first partition, for the simple reason that everything else is mounted
> > > on top
> > > of it.
> >
> > It's n
> make -j 4 buildworld
>
> gives after a while the following
>
> gzip -cn /usr/src/usr.sbin/zic/zdump/../zdump.8 >
> zdump.8.gz
> cc -O2 -fno-strict-aliasing -pipe -DTM_GMTOFF=tm_gmtoff
> -DTM_ZONE=tm_zone -DSTD_INSPIRED -DPCTS -DHAVE_LONG_DOUBLE
> -DTZDIR=\"/usr/share/zoneinfo\"
> -Demkdir=mk
make -j 4 buildworld
gives after a while the following
gzip -cn /usr/src/usr.sbin/zic/zdump/../zdump.8 > zdump.8.gz
cc -O2 -fno-strict-aliasing -pipe -DTM_GMTOFF=tm_gmtoff
-DTM_ZONE=tm_zone -DSTD_INSPIRED -DPCTS -DHAVE_LONG_DOUBLE
-DTZDIR=\"/usr/share/zoneinfo\" -Demkdir=mkdir
-I/usr/src/usr
Matthew Seaman wrote:
> Mel wrote:
> > that's aside from the fact that the root partition '/' always has to be
> > the
> > first partition, for the simple reason that everything else is mounted on
> > top
> > of it.
>
> It's not the partition device names that determine the mount order
On Fri, 19 Sep 2008 09:33:05 +0100
Mike Clarke <[EMAIL PROTECTED]> wrote:
> On Thursday 18 September 2008, Ghirai wrote:
>
> > Alright, installed from ports, and it's working as it should.
> > And it only took about 4 hours.
>
> Four hours sounds very good. Out of curiosity what hardware was tha
Mel <[EMAIL PROTECTED]> wrote:
> On Thursday 18 September 2008 16:44:40 Nash Nipples wrote:
> > thanks for the new /etc/rc.d/ntpd
> > ...
> >
> > > rc_flags="-c ${ntpd_config} ${ntpd_flags}"
> >
> > ...
> > what we can learn from it is that on 7.1 BETA your rc.conf.local file
> > should
On Thursday 18 September 2008, Ghirai wrote:
> Alright, installed from ports, and it's working as it should.
> And it only took about 4 hours.
Four hours sounds very good. Out of curiosity what hardware was that on?
When I tried a bit over a year ago it ran for nearly 2 days before
failing with
Hi,
On Fri, Sep 19, 2008 at 1:58 AM, ronggui <[EMAIL PROTECTED]> wrote:
> Dear all,
>
> I want to use hal to auttomount the windows fat32 partition with
> gnome. after setting gnome_enable="YES", hal automount it, but there
> is a problem. hal seems to execute "mount_msdosfs /dev/xxx
> /mountpoint
64 matches
Mail list logo