Thanks! Merged into release.
http://wonderland.hopto.org/~capotej/portsync.pl
On Thu, 2005-02-03 at 00:34 -0500, Timour Ezeev wrote:
> On Wed, 2 Feb 2005, Julio Capote wrote:
>
> > I guess the list doesnt like attachments, here's a link:
> > http://wonderland.hopto.org/~capotej/portsync.pl
> >
On Wed, 2 Feb 2005, Julio Capote wrote:
I guess the list doesnt like attachments, here's a link:
http://wonderland.hopto.org/~capotej/portsync.pl
-Julio
I think you have a small problem with cvs release entry, i.e. when you
run your program you get
*default release=cvs tag==cvs tag=.
instead o
On Wed, 2 Feb 2005, Julio Capote wrote:
I guess the list doesnt like attachments, here's a link:
http://wonderland.hopto.org/~capotej/portsync.pl
-Julio
I think you have a small problem with cvs release entry, i.e. when you
run your program you get
*default release=cvs tag==cvs tag=.
instead o
In the last episode (Feb 02), Ashwin Chandra said:
> Hi, I am trying to create a kernel thread to monitor memory usage and
> context switches. I wrote a simple program in the kern dir, updated
> the files file in conf and i cant seem to link to the kvm
> libraries...whats the easy way to include th
Hi, I am trying to create a kernel thread to monitor memory usage and context
switches. I wrote a simple program in the kern dir, updated the files file in
conf and i cant seem to link to the kvm libraries...whats the easy way to
include the lib/libkvm files and directory without having to hack
I'm seeing a very strange problem involving a freshly-installed
5.3-RELEASE system using vlans.
The machine has a single active ethernet interface (em0) with a pair
of vlan pseudo-interfaces created on it:
em0: flags=8843 mtu 1500
options=1b
ether 00:09:6b:71:8c:38
media:
On Tue, Feb 01, 2005 at 05:21:19PM -0800, Romain Kang wrote:
> > If a line in /etc/hosts starts with a space or tab, it's not read. I'm
> > not sure that's really a desirable behavior. I'm quite sure it's not
> > the vehavior I expected.
>
> The format of /etc/hosts has been thus for more than
Hi !
I am having weird problem. I have installed FreeBSD 5.3 on several
machines, and on two of those machines midnight commander has serious
problems. When I run it, it needs a long time to start, and I mean long,
about 5 minutes or so. Did anybody have a same problem? How did you fix it.
Oh o
Matt wrote:
I'm experiencing strange behaviour with Bind running inside a jail. I'm
running 5.2.1 current in the jail. Thinks are working, but poorly.
Lookups for my local machines work perfectly. Some remote lookups work
fine (yahoo, google, etc...). However, many lookups time out, but wil
On Wed, 02 Feb 2005 17:00:22 +0300, Deomid Ryabkov <[EMAIL PROTECTED]> wrote:
> Milan Obuch wrote:
>
> >>This could be a custom filesystem wrapper for UFS that would report
> >>name of the file/directory being changed.
> >>
> >>
> >Couldn't you use kqueue system to monitor the
sysutils/gpart is probably your friend here. It will
look at your disk and try to guess what the partition
table was. When I lost my MBR and partition table, it
was right. Lucky for me I had another disk I could
boot up on and use it from. I believe it will also
offer to write the partition table t
On Wed, Feb 02, 2005 at 12:10:41PM +0100, Borja Marcos wrote:
>
> Hello,
>
> I'm writing a performance monitoring data collector for Orca
> (www.orcaware.com) for FreeBSD 4- and 5-.
>
> I'm not sure about the correct values in the process description to
> get a picture as acc
I missed the beginning of the thread, but I thought I would point out
the rough script (mknulljail.sh) I wrote awhile back that uses nullfs.
I also have a update script (fbinst.sh) for FreeBSD that handles jails.
http://www.farley.org/?page=software
mknulljail.sh is getting old and can be used for
Deomid Ryabkov wrote:
[..]
E.g., if an unlink call is issued and an inode is within a particular
filesystem (luckily, most of our data
already lives on or can be easily moved to a separate filesystem), a
notice is sent to some userland daemon:
"file /www/xxx/yyy.shtml is unlinked". Or opened for
Milan Obuch wrote:
This could be a custom filesystem wrapper for UFS that would report
name of the file/directory being changed.
Couldn't you use kqueue system to monitor the directory-file?
I could, if I hadn't near 10 millions of them.
Hm. I meant monitoring the d
maybe the reason you didn't receive any answer about your
problem till now is that you choose the wrong list for your problem
the right one is probably -questions
anyway: you probably lost the partiotion table as well as mbr.
if your filesystems didn't reformatted or erased - all is fine,
you don
On Tuesday 01 February 2005 17:02, Deomid Ryabkov wrote:
> This could be a custom filesystem wrapper for UFS that would report
> name of the file/directory being changed.
> >>>
> >>> Couldn't you use kqueue system to monitor the directory-file?
> >>
> >> I could, if I hadn't near 10 milli
On Tue, Feb 01, 2005 at 02:22:22PM -0800, Sam Leffler wrote:
> Paulo Fragoso wrote:
> >Hi,
> >
> >We are using a Samsung wireless card (PRISM2) with FreeBSD 5.3 in hostap
> >mode and client is running FreeBSD 5.3 with Orinoco wireless card, all
> >works fine but tx rate at hostap it is all time i
Borja,
> I'm writing a performance monitoring data collector for Orca
> (www.orcaware.com) for FreeBSD 4- and 5-.
That's great. As many Solaris admins know, Orca is a very nice tool for
both admins who like to see resource usage and trends, and for manglement
types who like to see pretty pictures
This is very cool. :-) How are you currently extracting the
information?
One of the things I've wanted to do for a while is make sure all this
sort
of thing is exposed via snmpd so that the information can be gathered
easily across a large number of hosts (say, 10,000).
Right now I'm using a co
On Wed, 2 Feb 2005, Robert Watson wrote:
RW>
RW>On Wed, 2 Feb 2005, Borja Marcos wrote:
RW>
RW>>I'm not sure about the correct values in the process description
RW>> to get a picture as accurate as possible of the cpu usage of different
RW>> processes. I've seen that top uses p_runtime (FreeBS
On Wed, 2 Feb 2005, Borja Marcos wrote:
> I'm not sure about the correct values in the process description
> to get a picture as accurate as possible of the cpu usage of different
> processes. I've seen that top uses p_runtime (FreeBSD 5 and FreeBSD 4),
> but I'm not sure if the value would
Hello,
I'm writing a performance monitoring data collector for Orca
(www.orcaware.com) for FreeBSD 4- and 5-.
I'm not sure about the correct values in the process description to
get a picture as accurate as possible of the cpu usage of different
processes. I've seen that top uses p_runtim
I'm experiencing strange behaviour with Bind running inside a jail. I'm
running 5.2.1 current in the jail. Thinks are working, but poorly.
Lookups for my local machines work perfectly. Some remote lookups work
fine (yahoo, google, etc...). However, many lookups time out, but will
succeed a
I guess the list doesnt like attachments, here's a link:
http://wonderland.hopto.org/~capotej/portsync.pl
-Julio
On Wed, 2005-02-02 at 03:52 -0400, Leonardo Alfonzo Díaz Gamboa wrote:
> I can't see the attachment you mentioned in your e-mail. (inlined)
>
> - Original Message -
> From
25 matches
Mail list logo