Re: Shell Code...

2000-02-24 Thread Michael Bacarella
> > I'll disassemble execve, but I'd rather just pick > > it up from the group. > > Yeah, the shellcode is > > >0xb238fb23b238gub2348b223bdfz23a89230934897a324987287bd8970d8997893981deadbeef21398778787aaa9797bb8979878d87f87 Hah. Do you use 0xDEADBEEF in practice too, or merely as a novelty? :

Realaudio short sound clip then silence....

2000-02-24 Thread tom brown
So having found most of the answers to the problems I have been having with RealAudio, I am so close!!! I click on the link for the audio I want. RealPlayer starts and reports the following error LINUX: 'ioctl' fd=7, typ=0x44d(M), num=0x76 not implemented But it keeps going and plays about 0.2

Re: modem program... Help

2000-02-24 Thread Ptacek
Thanks to all that replied... I have the +++ <2sec. delay>ATH working. I guess my only question now is how do I access the DTR, CD, etc signals from my code. Is there an example somewhere? I have looked through the termios man file but couldn't find anything? - Chris - Original Message

Re: Shell Code...

2000-02-24 Thread Doug White
On Thu, 24 Feb 2000, Michael Kyle wrote: > > Hi does anyone have shellcode for freebsd. If not, > I'll disassemble execve, but I'd rather just pick > it up from the group. Yeah, the shellcode is 0xb238fb23b238gub2348b223bdfz23a89230934897a324987287bd8970d8997893981deadbeef21398778787aaa9797b

Re: Big ATA problems

2000-02-24 Thread Brian Fundakowski Feldman
On Sat, 19 Feb 2000, Alexander Langer wrote: > Thus spake Jason Allum ([EMAIL PROTECTED]): > > > > It seems Jose Gabriel Marcelino wrote: > > > Well, rebuild the loader, that helped Bryan, apparently it has > > > nothing to do with the ata driver > > i've had no troubles on my ata-based dell

RE: modem program... Help

2000-02-24 Thread wellsian
You have to control and respond to state changes yourself. There is no "backchannel" available to tell you what's going on. More directly, there is no way to know if the modem is in command or data mode without keeping an eye on the data stream and handshake lines, sometimes injecting your own dat

Re: Shell Code...

2000-02-24 Thread Chuck Robey
On Thu, 24 Feb 2000, Michael Kyle wrote: > > Hi does anyone have shellcode for freebsd. If not, > I'll disassemble execve, but I'd rather just pick > it up from the group. When the source is freely available, why do you need to disassemble? Besides that, what do you mean by shell code? ---

Re: modem program... Help

2000-02-24 Thread Ryan Thompson
Ptacek wrote to [EMAIL PROTECTED] and [EMAIL PROTECTED]: > Hi, I am currently writing a program that will use an attached > modem to dial and connect to a remote site to gather data. I > have been able to dial, connect, send data back and forth, but > I just can't seem to get the modem to hang

Shell Code...

2000-02-24 Thread Michael Kyle
Hi does anyone have shellcode for freebsd. If not, I'll disassemble execve, but I'd rather just pick it up from the group. Mike. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

RE: modem program... Help

2000-02-24 Thread Daniel O'Connor
On 25-Feb-00 Ptacek wrote: > I just can't seem to get the modem to hangup. I probably have > to bring the DTR low (+++ATH doesn't work). How > do I do this? Also how can I detect if the modem is in > command mode, for example if the line gets unplugged and I > get a NO CARRIER back how d

modem program... Help

2000-02-24 Thread Ptacek
Hi, I am currently writing a program that will use an attached modem to dial and connect to a remote site to gather data. I have been able to dial, connect, send data back and forth, but I just can't seem to get the modem to hangup. I probably have to bring the DTR low (+++ATH doesn't work).

Re: Voice Over IP (VOIP) support?

2000-02-24 Thread Ollivier Robert
According to Thierry Herbelot: > Will this "AudioLAN" be accessible ? (open source, even ?) Yes, this is one of our objectives and I'm pushing for it to be released under a BSD license. No date yet. -- Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- [EMAIL PROTECTED] FreeBSD keltia.freenix.

Re: yamaha japan relationships anyone?

2000-02-24 Thread Jeroen Ruigrok/Asmodai
-On [2221 08:00], Daniel C. Sobral ([EMAIL PROTECTED]) wrote: >No, it was wrt to Playstation, Nintendo, Sega or something like that. >M... I thinking it was probably wrt to SEGA, because there was also >a trademark dispute related to a small string. :-) An american company >tried to get a

Re: building netscape plugins

2000-02-24 Thread Alan Batie
On Thu, Feb 24, 2000 at 05:07:48PM +0300, Aleksandr A.Babaylov wrote: > Netscape for FreeBSD is in aout format, so you must > build plugins in aout format too OK, a little tweaking to the makefile and I get: ld: c++rt0.o: No such file or directory after a variety of efforts, I found that I had

subscribe

2000-02-24 Thread Евгений
I would like to subscribe for all news about FreeBSD... Please, answer if it's possible... 

kern/1857 kern/2742

2000-02-24 Thread Koster, K.J.
Dear all, Has the patch suggested in kern/1856 been integrated into the normal sources? Has it been tested? Does the DIAGNOSTIC kernel option make false assumptions about the NFS subsystem? Is there anyone who has seen the "panic: leaf should be empty" kernel panic lately? Any other references

Re: recomendations for a msdos terminal program

2000-02-24 Thread Jeremy Lockwood
At 05:30 AM 2/24/00 -0800, Jamie Bowden wrote: >On Wed, 23 Feb 2000, Brian Beattie wrote: > >:The two programs I have downloaded so far seem to only want to talk to a >:modem. While I'm sure I can beat one of them into submission I though I'd >:ask for advice before I spend too much more time. >

EoE + USI++

2000-02-24 Thread Sebastian
hi, i just want to announce some tools/libraries that i've ported to freebsd: libUSI++, a C++ library similar to libnet, only better :-> and EoE, the Eyes on Exec device-driver that let you monitor root+user-activities. Hostbased IDS-perlscript included. USI++ was tested on FreeBSD 3.x/x86 where

Re: building netscape plugins

2000-02-24 Thread Aleksandr A.Babaylov
Alan Batie writes: > Has anyone built a plugin for Netscape? I just downloaded 4.72 and > sdk30b5 and built the UnixTemplate "nptemplate.so" on 3.3-RELEASE. > When I go to Help/About Plugins, netscape complains that it has a bad > magic number. It's the FreeBSD netscape, but I tried "brandelf"in

Re: recomendations for a msdos terminal program

2000-02-24 Thread Jamie Bowden
On Wed, 23 Feb 2000, Brian Beattie wrote: :The two programs I have downloaded so far seem to only want to talk to a :modem. While I'm sure I can beat one of them into submission I though I'd :ask for advice before I spend too much more time. If you can still find, I recommend Telix. Easy enoug