GlobalPromoter.com 1st Page listings on Google

2003-02-12 Thread levi
Title: globalpromoter






Hi,

My name is Levi Lewis and I'm with GlobalPromoter.com,
a search engine optimization firm specializing in guaranteed
first page listings in the major search engines. I would like 
to speak with someone from your company regarding possible 
partnership opportunities. 

GlobalPromoter is an industry leader in the website optimization 
and search engine submission business and has partnerships with 
search engines including Overture, Inktomi, LookSmart and Findwhat 
just to name a few. 

We guarantee first page listings in the major search engines on most 
of our packages and guarantee those listings within 14 days of 
placing your order. If you would like to view some sample before
and after ranking reports of our clients please contact us.

We also offer our partners generous commissions even if they never
use our service.

In addition to our paid services we also offer several FREE and Unique
online tools (link at the bottom of page) that your users would find quite powerful. If you have any 
"do-it-yourself marketers" I think they'll be quite impressed with the 
analysis and recommendation tools we offer. Here are just a few of
the free tools.

Keyword Suggestion Tool: 
The user enters a keyword and receives every variance of that keyword 
and the number of times it's been searched on so far this month on the
Overture network of search engines.

Site Readiness Tool:
The user enters a url and keyword phrase and gets a detailed report
with recommendations to improve their ranking on the major search
engines.

Spider Your Competition Tool:
User can enter a url and extract the contents of your competitions
pages.

Plus there are many more. And we would be more than happy to put
the free tools on your site at no charge if we come to an agreement.

Please contact us with any questions and or comments you might 
have. We look forward to hearing from you.

Best Regards,
Levi Lewis
[EMAIL PROTECTED]




 

http://www.GlobalPromoter.com
"Guaranteed first page placement among the major search engines" 
(321)459-5591

Our free unique online tools :
http://globalpromoter.com/free_search_engine_promotion_tools.cfm

Signup for a free account:
http://globalpromoter.com/directory/signup_form.cfm



 





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


[PATCH] creative audigy 2 (emu10k2) support

2003-02-12 Thread Orlando Bassotto
Hi,

I'm new here and don't know if this is the right list, I hope
it fits!

I wrote this patch due to a wrong buy, the patch adds support for
Audigy 2 cards and should also for Audigy.
Due the fact information about the EMU10K2 is almost none, I 
looked around to see if someone wrote already support for it,
and given the nature of the EMU10K2 to be very similar to it's
old brother, it should have been done with a dozen of lines.
I found the code in the ALSA project EMU10K1 driver; well, I
don't know what most of the initialization code does but I
couldn't find any further information, so take it as is...

I tried this patch for a few weeks now, using it intensively for
recording and for playback. All analog inputs work, I tried them
all, and all outputs (analog) work as well.
I changed the patch scheme for Audigy cards (at least here works)
hence on EMU10K2, we have a center/lfe working as master left / 2 +
master right / 2, and two outputs (rear, front both digital/analog)
which are two outputs with the same signal (all these are controlled
through the AC97 mixer master volume for the EMU10K2).
On EMU10K1 I tried to give the same patch scheme, but as far I can
see, 1 output outlet (rear l/r) is not handled by the AC97 mixer,
so you can't control the volume of the port. This may be muted, but
I found useful to attach the speakers, I can always turn them off

I provided as well some definitations of what those `???'
registers were, and took from ALSA emu10k1.h, the opcode
macros for writing microcode (which helped alot on understanding
how the toy works), this makes things a bit verbose.

I moved off the TOS link detection when Audigy card is found,
but I may be doing a wrong thing, change if needed.

Also there are a few new variables in struct emu_voice, used for
routing to the FX bus, may be useful if someone writes a patch
manager; struct sc_info has grown, two new bits describe if audigy
card is detected and if it is an audigy2, two new variables,
addrmask, because EMU10K2 has a bigger address space range, and
nchans, which is the number of channels available, EMU10K1 has 4,
K2 has 8, the definition EMU_CHANS is now EMU_MAX_CHANS and it's 8.
A new structure, audigy_adcspeed describes the speeds supported
by EMU10K2 (different just because it supports 12kHz).

The opcode encoding is different from EMU10K1, so functions for
handling initialization of the FX processor are splitted.
All symbols starting with audigy_ and A_ are code that regards
only and uniquely audigy cards.  Initialization of the FX processor
on Audigy is later done after setting the AUD bit, I still wonder
if this is really needed, but at the moment it works, so I won't
break it.

Hopes this help who, like me, did a wrong buy. :)

Ciao!
Orlando

-- 

Orlando Bassotto  European Institute of Oncology
[EMAIL PROTECTED] Dept. Experimental Oncology
Via Ripamonti, 435 - 20141 Milano (Italy)
Phone# +39-02-57489-865/857 - Fax# +39-02-57489-851




emu10k1.diff.gz
Description: application/gunzip


Re: what userland files are necessary for an installworld?

2003-02-12 Thread The Anarcat
Thanks a lot, John and Giorgos for those answers, I didn't expect so
precise instructions. :)

For the "inflicting damage" part, I was able to crash my system twice
using acpiconf -s n, and completely trashed /var and probably some stuff
in /usr/lib, unintentionnally, of course, so that kinda forces my hand
here. :)

Your good counsel shall be of much use!

I will put 5.0-release world to the test of rm'ing most of /usr/ stuff.
I can always use the CD, in case of complete catastrophe. :)

I'll post back results of all this once it's over, along with panic data
(no crashdump, yet) from the acpiconf crashes.

Thanks again,

A.



msg39939/pgp0.pgp
Description: PGP signature


Re: Monitoring changes in extended attributes?

2003-02-12 Thread Terry Lambert
Kevin Fogleman wrote:
> Is there an existing way to monitor the entire filesystem for changes to
> any file, particularly changes in extended attributes?

On that note, I'm looking for an extended attribute I can set
which will prevent monitoring for changes on a particular file...

8-) 8-).

The answer is "no, but you could add one using kevent; send
patches".

-- Terry

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



Re: what userland files are necessary for an installworld?

2003-02-12 Thread Giorgos Keramidas
On 2003-02-12 15:23, The Anarcat <[EMAIL PROTECTED]> wrote:
> Basically, I suspect I have some dead pre-5.x libs rotting in my
> tree. I would like to cleanup /usr/lib and /usr/bin to get rid of
> old binaries. Is the /usr/obj directory self-contained? Does it need
> a lot of stuff outside of it?

You can make sure that your /usr/lib directory is clean, by running
the following pre-installworld:

# cd /usr
# mv lib lib.old
# ldconfig -elf /usr/lib.old
# mkdir lib

Then installworld as usual, and if nothing breaks you can delete
/usr/lib.old later.

  --

The /usr/bin problem is a bit more tricky, since you'll have to check
for old files and make sure they can safely go away.  A couple of days
ago, I used the following at home:

$ uname -v
FreeBSD 5.0-CURRENT #13: Tue Feb 11 04:45:48 EET 2003 [...]
$ /bin/ls -l /usr/bin/* | awk '{printf "%3s %2s\n",$6,$7}' | sort | uniq -c
 399 Feb 11
$

If the small script above prints more than one date, then the files of
the older date are probably stale, i.e. if the output is:

$ /bin/ls -l /usr/bin/* | awk '{printf "%3s %2s\n",$6,$7}' | sort | uniq -c
 399 Feb 11
   7 Oct  9

You can check which files are the old ones:

$ ls -l /usr/bin | grep 'Oct  9'
-r-xr-xr-x   1 root  wheel   - 100229 Oct  9 15:45 a2p
-r-xr-xr-x   1 root  wheel   -  36353 Oct  9 15:45 c2ph
-r-xr-xr-x   1 root  wheel   -  64624 Oct  9 15:46 chflags
-r-xr-xr-x   1 root  wheel   -  24804 Oct  9 15:46 gprof4
-r-xr-xr-x   1 root  wheel   -100 Oct  9 15:45 joy
-r-xr-xr-x   1 root  wheel   -   4528 Oct  9 15:46 key
-r-xr-xr-x   1 root  wheel   -   8636 Oct  9 15:46 kzip

In this case, the old files are stale Perl programs from my 4.X -> 5.X
upgrade, after I completely and utterly hosed my -current installation
at home :-)  They were removed shortly after my Feb 11 installworld.

- Giorgos


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



Monitoring changes in extended attributes?

2003-02-12 Thread Kevin Fogleman
Is there an existing way to monitor the entire filesystem for changes to 
any file, particularly changes in extended attributes?

I'm looking to write a program that builds an index of all 
user-accessable extended attributes for every file in the filesystem and 
then updates that index in real time according to modifications to 
existing files' attributes, creation of new files and deletion of files. 
I've read over the documentation for kqueue, but some things were left 
unclear.  For example, it appears that kqueue needs a file descriptor 
for each file that one would want to monitor, making any large-scale 
file monitoring impractical.  Is there any other way in FreeBSD to be 
notified of file modifications in a way that would allow one to monitor 
the whole file system or large portions of it?  Also, I'm not very 
knowledgable about file system conventions, so I'm wondering how one 
would detect the creation of new files?  I don't really need to know 
whether a particular attribute changed, but rather just whether any of 
them changed.

BTW, I have posted this question earlier to freebsd-questions, but 
nobody answered and, judging by the content of the other questions on 
that list, I thought that my question would be more appropriate here.  

--Kevin Fogleman


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


Re: The Trolls identity (was: Re: matthew dillon)

2003-02-12 Thread Rik van Riel
On Sun, 9 Feb 2003, Rahul Siddharthan wrote:
> (I assume I'm replying to the "real" PHK here)
> [EMAIL PROTECTED] wrote:
> > We know that the lamer behind the Troll is "Bill Huey" aka "billh".
>
> Is there any evidence for it?  If so, you should share it and if not,
> you shouldn't make such accusations.

> This may be true, but this troll doesn't fit the pattern with billh.

Agreed.  While billh seems to enjoy the show when a creative
troll shows up, flooding is definately not his style.

Besides, he's busy with a cool new project...

Rik
-- 
Bravely reimplemented by the knights who say "NIH".
http://www.surriel.com/ http://guru.conectiva.com/
Current spamtrap:  mailto:"[EMAIL PROTECTED]";>[EMAIL PROTECTED]

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



Re: Jail Replication

2003-02-12 Thread Marc G. Fournier
On Thu, 13 Feb 2003, Anders Nordby wrote:

> Hi,
>
> On Tue, Feb 11, 2003 at 09:38:19PM -0400, The Hermit Hacker wrote:
> >>The easiest way is to set the jail up as a file using vnconfig.
> > there are various software packages that will not work in a vnconfig
> > environment ... I tried using it, and one of the issues I hit was a
> > distinct lack of inodes until you got into some relatively large vnodes
> > ... postfix was one piece of software that I just couldn't get to work in
> > a vnode, as it always told me the message was too large, yet I had >30Meg
> > of free space ...
>
> Like I told you some time ago, you can set message_size_limit to 0 to
> work around this. It may not be something you want to stay that way, but
> at least it works.

Actually, if I recall correctly, the issue was one of a lack of inodes,
which setting message_size_limit to 0 doesn't help ... I even played with
increasing the # of inodes, and the lose of space that resulted, I didn't
find, warranted using it ...


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



Re: Jail Replication

2003-02-12 Thread Anders Nordby
Hi,

On Tue, Feb 11, 2003 at 09:38:19PM -0400, The Hermit Hacker wrote:
>>  The easiest way is to set the jail up as a file using vnconfig.
> there are various software packages that will not work in a vnconfig
> environment ... I tried using it, and one of the issues I hit was a
> distinct lack of inodes until you got into some relatively large vnodes
> ... postfix was one piece of software that I just couldn't get to work in
> a vnode, as it always told me the message was too large, yet I had >30Meg
> of free space ...

Like I told you some time ago, you can set message_size_limit to 0 to
work around this. It may not be something you want to stay that way, but
at least it works.

Cheers,

-- 
Anders.

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



Re: dynamic hints

2003-02-12 Thread M. Warner Losh
While it is true that the isahints driver now only parses things once,
there's nothing preventing someone from allowing it to parse them
multiple times.  However, doing so is kind of a hard problem to get
right in the edge cases.

Warner

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



what userland files are necessary for an installworld?

2003-02-12 Thread The Anarcat
Basically, I suspect I have some dead pre-5.x libs rotting in my
tree. I would like to cleanup /usr/lib and /usr/bin to get rid of old
binaries. Is the /usr/obj directory self-contained? Does it need a lot
of stuff outside of it?

I know base bootstrap tools are builded in /usr/obj, but what is
needed in order to be able to call them?

I'm having a lot of weird problems here I suspect are due to stray
files (see below for references).

If I could, I'd just bust /usr/lib and /usr/bin and (why not!) /bin
and /sbin..

What's the limit? How much damage can you inflict to the distro and
still be able to recover with a installworld?

Thanks,

A.

These are the 2 mails I sent to -ports@ and -current@

Subject: weird warning when registering potrs
Message-ID: <[EMAIL PROTECTED]
Subject: xmms looping forever
Message-ID: <[EMAIL PROTECTED]>

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



Re: gettings snapshots of load spikes

2003-02-12 Thread clemens fischer
Bogdan TARU <[EMAIL PROTECTED]>:

>> >  I am having a real weird problem with a newly installed Dell PowerEdge
>> > 2650 which acts as a web (Apache) and mail server(Procmail). The load just
>> > 'spikes' sometimes (to 40.00 or so), but immediately starts to go down.

>> Also, look in your apache and mail server log files
>> to see if you're getting a burst of some sort of
>> errors around that time.

>  I have, and found nothing there at all (looked into the system logs as
> well, same outcome).

i have seen email installations where a combination of scripts and
procmail produce a bunch of procmails chewing on their respective
emails.  also, procmail can't be called a "server", if you're talking
about the mail-filter.  if the system spikes (you might notice by the
disk(s) giving sounds if near enough), just do "ps waux |less".

what is your SMTP server?  do you run webmailers, or formmail(?)  ?

  clemens

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



Bad crash with if_bge when loaded as module in loader.conf

2003-02-12 Thread Martin Blapp

Hi all,

Even more bad is that there is no escape from serial console,
I can do what I like, call boot(), panic() etc. I get a endless
loop.

This is 4.7 STABLE from today. It panics when I try to ifconfig
the bge0 interface.

Doing initial neFtwork setup:atal trap 12: page fault while in kernel mode
fault virtual address   = 0x8
fault code  = supervisor read, page not present
instruction pointer = 0x8:0xc0534d72
stack pointer   = 0x10:0xe07d9d7c
frame pointer   = 0x10:0xe07d9d88
code segment= base 0x0, limit 0xf, type 0x1b
= DPL 0, pres 1, def32 1, gran 1
processor eflags= interrupt enabled, resume, IOPL = 0
current process = 46 (ifconfig)
interrupt mask  = net tty
kernel: type 12 trap, code=0
Stopped at  brgphy_service+0x32:movl0x8(%esi),%eax
db> trace
brgphy_service(c34139c0,c3413a00,3) at brgphy_service+0x32
mii_pollstat(c3413a00,c340b000,e07d9ea8,c3413a00,e07d9de4) at mii_pollstat+0x29
bge_ifmedia_sts(c341c000,e07d9ea8,c0286938,c341c000,c341c000) at
bge_ifmedia_sts+0x77
ifmedia_ioctl(c341c000,e07d9ea8,c3413a00,c0286938,c340b000) at
ifmedia_ioctl+0xed
bge_ioctl(c341c000,c0286938,e07d9ea8,e07d9ea8,dc3362a0) at bge_ioctl+0x1d3
ifioctl(de441f00,c0286938,e07d9ea8,dc3362a0,c3607780) at ifioctl+0x57a
soo_ioctl(c3607780,c0286938,e07d9ea8,dc3362a0,dc3362a0) at soo_ioctl+0x132
ioctl(dc3362a0,e07d9f80,bfbffc08,3,bfbffc30) at ioctl+0x20a
syscall2(2f,2f,2f,bfbffc30,3) at syscall2+0x1f5
Xint0x80_syscall() at Xint0x80_syscall+0x25

Someone knows more and can help me ?

Martin

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



Lieferdienst.Com

2003-02-12 Thread Lieferdienst . Com
Dear Sir/Madam,  
  
Lieferdienst.Com - 420 Euro  
  
Lieferdienst.Com is now available from us for IMMEDIATE transfer.  
  
The domain name market is extremely solid at the moment and similar  
domains are currently selling on afternic.com, greatdomains.com (domain auction 
sites), and by domain name brokers, in some cases for many thousands of US dollars.  
  
Please note that transfers take just 5-15 minutes and are extremely  
straightforward. Absolutely NO technical knowledge is required.  
  
We use two methods of payment. You may pay via Escrow.com or PayPal.  
Payment to us is instant and transfers can be completed in minutes. We pay all fees 
connected with the transfer process.  
  
If you would like to use WWW.Lieferdienst.Com for your online business,  
please contact us at your earliest convenience. Please don't hesitate to contact us 
should you require any further  assistance.  
  
We thank you for your attention and sincerely apologise if this e-mail has not been 
of interest to you.  
  
Yours Sincerely,  
  
Maggie.  
Marketing,  
The Portal  
  
  
Please visit:  
HTTP://WWW.Ebay.com  
HTTP://WWW.1stdomainbrokers.com  
HTTP://WWW.Afternic.com  
  
Or many of the domain NAME auction sites. We hope you will agree that we are not 
only offering what we believe to be a genuine investment, but you will also benefit 
from owning a domain of this quality.  
 
  

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



Re: dynamic hints

2003-02-12 Thread Peter Pentchev
On Wed, Feb 12, 2003 at 03:30:25AM -0800, Terry Lambert wrote:
> Peter Pentchev wrote:
> > On Wed, Feb 12, 2003 at 03:08:17AM -0800, Terry Lambert wrote:
> > > Dag-Erling Smorgrav wrote:
> > > > Peter Wemm <[EMAIL PROTECTED]> writes:
> > > > > Yes, sort-of.  kenv(8) can change the strings.  But I suspect it is too
> > > > > late for something like isa since I think it would have done a pass at boot
> > > > > to create the attachment nodes.  But as configuration knobs for drivers
> > > > > that want to examine a string directly via getenv() etc, those would not be
> > > > > too late.
> > > >
> > > > It wouldn't be too late for loadable modules...
> > >
> > > Don't most ISA probes have to happen a "the wrong time" because
> > > their resources are unrelocatable?  That would argue against
> > > post-boot-time hints...
> > 
> > So modules that do ISA probes will not use or honor post-boot-time
> > hints.  This does not mean that no other module will ever benefit from
> > passing any kind of parameters at load time; it is true that this
> > feature may be abused, but it may actually be *used*, too, and there are
> > people who would definitely find it useful for passing some parameters
> > to some modules.
> 
> I agree in principle, but read what Peter Wemm wrote: this is about
> an ISA device.

Yes, that's true; however, I think that Nicholas Souchu did not really
mean ISA in the message that started the thread.

Still, yes, for ISA you are absolutely correct.

G'luck,
Peter

-- 
Peter Pentchev  [EMAIL PROTECTED][EMAIL PROTECTED]
PGP key:http://people.FreeBSD.org/~roam/roam.key.asc
Key fingerprint FDBA FD79 C26F 3C51 C95E  DF9E ED18 B68D 1619 4553
What would this sentence be like if pi were 3?



msg39927/pgp0.pgp
Description: PGP signature


Re: dynamic hints

2003-02-12 Thread Terry Lambert
Peter Pentchev wrote:
> On Wed, Feb 12, 2003 at 03:08:17AM -0800, Terry Lambert wrote:
> > Dag-Erling Smorgrav wrote:
> > > Peter Wemm <[EMAIL PROTECTED]> writes:
> > > > Yes, sort-of.  kenv(8) can change the strings.  But I suspect it is too
> > > > late for something like isa since I think it would have done a pass at boot
> > > > to create the attachment nodes.  But as configuration knobs for drivers
> > > > that want to examine a string directly via getenv() etc, those would not be
> > > > too late.
> > >
> > > It wouldn't be too late for loadable modules...
> >
> > Don't most ISA probes have to happen a "the wrong time" because
> > their resources are unrelocatable?  That would argue against
> > post-boot-time hints...
> 
> So modules that do ISA probes will not use or honor post-boot-time
> hints.  This does not mean that no other module will ever benefit from
> passing any kind of parameters at load time; it is true that this
> feature may be abused, but it may actually be *used*, too, and there are
> people who would definitely find it useful for passing some parameters
> to some modules.

I agree in principle, but read what Peter Wemm wrote: this is about
an ISA device.

-- Terry

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



Re: dynamic hints

2003-02-12 Thread Peter Pentchev
On Wed, Feb 12, 2003 at 03:08:17AM -0800, Terry Lambert wrote:
> Dag-Erling Smorgrav wrote:
> > Peter Wemm <[EMAIL PROTECTED]> writes:
> > > Yes, sort-of.  kenv(8) can change the strings.  But I suspect it is too
> > > late for something like isa since I think it would have done a pass at boot
> > > to create the attachment nodes.  But as configuration knobs for drivers
> > > that want to examine a string directly via getenv() etc, those would not be
> > > too late.
> > 
> > It wouldn't be too late for loadable modules...
> 
> Don't most ISA probes have to happen a "the wrong time" because
> their resources are unrelocatable?  That would argue against
> post-boot-time hints...

So modules that do ISA probes will not use or honor post-boot-time
hints.  This does not mean that no other module will ever benefit from
passing any kind of parameters at load time; it is true that this
feature may be abused, but it may actually be *used*, too, and there are
people who would definitely find it useful for passing some parameters
to some modules.

G'luck,
Peter

-- 
Peter Pentchev  [EMAIL PROTECTED][EMAIL PROTECTED]
PGP key:http://people.FreeBSD.org/~roam/roam.key.asc
Key fingerprint FDBA FD79 C26F 3C51 C95E  DF9E ED18 B68D 1619 4553
What would this sentence be like if it weren't self-referential?



msg39925/pgp0.pgp
Description: PGP signature


Re: dynamic hints

2003-02-12 Thread Terry Lambert
Dag-Erling Smorgrav wrote:
> Peter Wemm <[EMAIL PROTECTED]> writes:
> > Yes, sort-of.  kenv(8) can change the strings.  But I suspect it is too
> > late for something like isa since I think it would have done a pass at boot
> > to create the attachment nodes.  But as configuration knobs for drivers
> > that want to examine a string directly via getenv() etc, those would not be
> > too late.
> 
> It wouldn't be too late for loadable modules...

Don't most ISA probes have to happen a "the wrong time" because
their resources are unrelocatable?  That would argue against
post-boot-time hints...

-- Terry

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



Re: dynamic hints

2003-02-12 Thread Dag-Erling Smorgrav
Peter Wemm <[EMAIL PROTECTED]> writes:
> Yes, sort-of.  kenv(8) can change the strings.  But I suspect it is too
> late for something like isa since I think it would have done a pass at boot
> to create the attachment nodes.  But as configuration knobs for drivers
> that want to examine a string directly via getenv() etc, those would not be
> too late.

It wouldn't be too late for loadable modules...

DES
-- 
Dag-Erling Smorgrav - [EMAIL PROTECTED]

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



Re: I need help

2003-02-12 Thread rmkml
Sorry,
I posted an error on my program.
Regard.



Peter Jeremy wrote:

> On Tue, Feb 11, 2003 at 05:17:15PM +0100, rmkml wrote:
> >Im a process pb on freebsd47R,
> ...
> >gettimeofday(0x28126dec,0x0) = 0 (0x0)
> >gettimeofday(0x28126dec,0x0) = 0 (0x0)
> >accept(0x6,0xbfadcfa4,0xbfadcfa0)ERR#35 'Resource temporarily
> >unavailable'
> ...
> >Could you help me ?
>
> You need to provide more background.  What is the process supposed to
> be doing?  What is the problem you are seeing?  ERR#35 just means that
> there is no outstanding TCP connect request.  I suspect there is a bug
> in your process but without knowing what it is supposed to do or what
> the code looks like, it's impossible to say more.
>
> If you this this is a bug in FreeBSD, please explain what it is doing
> wrong and post a short test case that shows the bug.
>
> Peter


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



Re: Some "security" questions.

2003-02-12 Thread Pawel Jakub Dawidek
On Tue, Feb 11, 2003 at 04:43:46PM -0800, Julian Elischer wrote:
+> > Did we somehow break acct(2), or is that somehow inadequate to the task?  It 
+> > should be ideal for what Julian's customer wants, I would think.  See also 
+> > acct(5), sa(8) and accton(8).
+> 
+> Acct doesn't give the arguments of the commands
+> 
+> rexec (as pointed out earlier in this thread) does exactly what I want.
[...]

For logging only, I recommend light-wegiht rexec - lrexec.

It can be found at:

http://garage.freebsd.pl/lrexec.tbz (actual CVS snapshot)
http://garage.freebsd.pl/lrexec.README
or at:
http://cerber.sourceforge.net/projects/cerber
to.
And it's better documented atm.

-- 
Pawel Jakub Dawidek
UNIX Systems Administrator
http://garage.freebsd.pl
Am I Evil? Yes, I Am.



msg39922/pgp0.pgp
Description: PGP signature


Re:§Ú¤]¬O³á...

2003-02-12 Thread junny
Title: ¤¤°ª¦~ÄÖ¥¢·~¦M¾÷






 
¤¤°ª¦~ÄÖ¥¢·~¦M¾÷!!
 
§A¥H¬°¤£·|½ü¨ì§A¶Ü??
 
¦pªGÁÙ°õ°g¤£®©!! ©ú¦~ªº¤µ¤Ñ¸òªü«óÁ`²Î­n¥¢·~¬õ¥]ªº¥i¯à´N¬O§A


  
  
   






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