Re: Patch for config utility

2010-04-14 Thread Alex RAY
el > : @@ -78,6 +79,10 @@ Note that > : does not append > : .Ar SYSTEM_NAME > : to the directory given. > : +.It Fl k Ar ksrcdir > : +Use > : +.Ar ksrcdir > : +as the kernel source tree directory, instead of the default one. > : .It Fl g > : Conf

Re: GPIO button and userspace

2010-03-17 Thread Alex RAY
On Wed, 17 Mar 2010 12:14:49 -0700 Oleksandr Tymoshenko wrote: > > On 2010-03-17, at 12:04 PM, Alex RAY wrote: > > > Hackers > > help find the correct answer, in what way I can send interrupt on GPIO to > > the userspace script. > > I know that I can make t

GPIO button and userspace

2010-03-17 Thread Alex RAY
--- Rybalko Aleksandr r...@dlink.ua aka Alex RAY r...@ddteam.net ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "freebsd-hackers-unsubscr...@freebsd.org"

Re: GEOM_ULZMA

2010-03-02 Thread Alex RAY
code in this case, not the executable > code. E.g. lzma source should most likely go under /usr/src/contrib, > and be built separately for kernel and userland. I understand. I'm trying to think about the future of FreeBSD in embedded. :) -- Alexandr Rybalko aka Alex RAY __

Re: GEOM_ULZMA

2010-02-21 Thread Alex RAY
ourse. > In particular, I've seen references to the lzma libraries > distributed with lzip. Unfortunately, lzip is GPLv3 > so is not a candidate for inclusion in FreeBSD's base > system. > > Tim > Thanks for that info. GEOM_ULZMA contain two parts mkulzma a

Re: GEOM_ULZMA

2010-02-20 Thread Alex RAY
Hi, On Sat, 20 Feb 2010 22:36:02 +0800 Adrian Chadd wrote: > On 20 February 2010 04:26, Alex RAY wrote: > > > :) No, I don`t think about "magically faster", now I near to release > > FreeBSD firmware for D-Link DIR-320 router which have only 4MB of flash > >

Re: GEOM_ULZMA

2010-02-19 Thread Alex RAY
d be interesting to see a comparison of sizes > with geom_uzip if you have them. Simple answer: -rwxr-xr-x 1 ray wheel 16299520 Feb 19 20:59 fsimg.iso.64k.lzma -rwxr-xr-x 1 ray wheel 20882432 Feb 19 20:57 fsimg.iso.64k.uzip -rw-r--r-- 1 ray wheel 65472512 Feb 19 20:56 fsimg.iso H

Re: contigmalloc & access protection failure

2009-05-10 Thread Ray Kinsella
Hi Ryan, One last thing, thanks for your help, Can you recommend any articles or books on developing with the FreeBSD virtually memory manager? Thanks Ray Kinsella On Sun, May 10, 2009 at 5:22 PM, Ryan Stone wrote: > Oh, and you're passing VM_PROT_ALL -- that says "map this

Re: contigmalloc & access protection failure

2009-05-10 Thread Ray Kinsella
ah I specified VM_PROT_ALL because I though that was "protecting" against reads/writes and executes. I had it the wrong way around, it was that VM_PROT that confused me, my kernel panic works perfectly now thanks. Regards Ray Kinsella On Sun, May 10, 2009 at 5:22 PM, Ryan Stone w

contigmalloc & access protection failure

2009-05-10 Thread Ray Kinsella
actually protecting more than one page of memory? Thanks Ray Kinsella - cut here - #include #include #include #include #include #include #include #include #include #include #include #include

Re: Google SoC 2009 Idea

2009-02-24 Thread Ray Mihm
ed this question if you'd done your homework. Ray ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "freebsd-hackers-unsubscr...@freebsd.org"

Re: Google SoC 2009 Idea

2009-02-24 Thread Ray Mihm
SMP, SMT, NUMA architectures. These may be there already in ULE, although I'm not sure about NUMA. Ray ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "

Re: IRQ-CPU binding?

2008-01-05 Thread Ray Mihm
On Jan 5, 2008 12:16 PM, Kip Macy <[EMAIL PROTECTED]> wrote: > It can easily be done, there is no API for it in CVS. I have a situation where this is needed. I would appreciate if you tell me how to do it. Ray. ___ freebsd-hackers@freebsd.or

Re: IRQ-CPU binding?

2008-01-05 Thread Ray Mihm
On Jan 5, 2008 4:56 PM, Kip Macy <[EMAIL PROTECTED]> wrote: > http://perforce.freebsd.org/changeView.cgi?CH=124874 Yes, that's it. Thanks very much. Ray. ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/li

FreeBSD Xen 3.0

2006-03-26 Thread Ray Mihm
All, what's the status of FreeBSD Xen support? The last I heard was that it had DomU support and someone was working on Dom0 support? Has DomU support been integrated in to -current? Thanks, Ray. ___ freebsd-hackers@freebsd.org mailing list

Re: strange ARP problem

2006-03-17 Thread ray
on bge0 but got reply from 00:e0:81:32:e0:a0 on fxp0 | > > arp: 192.168.10.15 is on lo0 but got reply from 00:30:48:51:ce:f0 on bge0 | > > arp: 192.168.10.1 is on fxp0 but got reply from 00:30:48:52:08:03 on bge0 | > | >here is the ifconfig from the mail server: | > | >

Re: strange ARP problem

2006-03-17 Thread ray
on bge0 but got reply from 00:e0:81:32:e0:a0 on fxp0 | > > arp: 192.168.10.15 is on lo0 but got reply from 00:30:48:51:ce:f0 on bge0 | > > arp: 192.168.10.1 is on fxp0 but got reply from 00:30:48:52:08:03 on bge0 | > | >here is the ifconfig from the mail server: | > | >

strange ARP problem

2006-03-17 Thread ray
y from 00:30:48:51:ce:f0 on bge0 > arp: 192.168.10.1 is on fxp0 but got reply from 00:30:48:52:08:03 on bge0 here is the ifconfig from the mail server: [EMAIL PROTECTED] ray]$ ifconfig fxp0: flags=8843 mtu 1500 inet 192.168.10.15 netmask 0xff00 broadcast 192.168.10.255 ether 00

streaming server question

2006-01-25 Thread ray
works, but have as of yet not installed it. Just wondering if anyone has fooled around in this area for audio or video? Thanks! Ray ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, sen

Re: My wish list for 6.1

2005-12-27 Thread Ray Mihm
. Wish everyone a great 2006. Ray. ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: error on first boot

2005-12-21 Thread ray
so check to make sure your IDE cables aren't exessively long or anything, since sometimes that can produce strange timing errors. Anyway, just off the top of my head, that's about where I would start looking :) Can you provide a little background on the hardw

Re: poll()/select()

2005-11-21 Thread ray
c. | Tel. +38 044 244 1181, ext. 1038 | Fax. +38 044 234 0455 The only thing I can add is that a sys admin friend of mine did try using the poll/select to increase performance and had to finally abandon it due to instability problems under load. I've never tried it first hand myself. N

Re: Backup methodes

2005-11-07 Thread ray
DVD burner and back up 4 or 8GB's a time to something you can store off site. Anyway, hope that helps a bit :) Ray ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any

Re: [FreeBSD-Announce] New Logo

2005-11-01 Thread ray
nks for the descriptive email, but how is that helpful, and how does | it connect up with 'freebsd-hackers'? Maybe this belongs on -chat instead. | | Eric I didn't start the thread... Ray ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: [FreeBSD-Announce] New Logo

2005-11-01 Thread ray
T-shirt with that on it. But at long as the OS works, I'm not too worried about the logo. Ray ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: [FreeBSD-Announce] New Logo

2005-11-01 Thread ray
olor), but that's just encouragement to stay paperless | anyway ;-) | | I think that it'll look great when shown on the new web site design. what's the URL for the logo? Ray ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd

Re: tcp services (ssh,ftp) does not work

2005-10-30 Thread ray
! | | kamal telnet localhost 21 telnet localhost 22 see if you get connections do you have a firewall running? Such as ipf. If so, make sure you have rules to allow traffic on those ports from outside machines, etc. Ray ___ freebsd-hackers@free

Re: Re: how to make the FreeBSD 6.0 run faster

2005-10-28 Thread ray
er, cheaper and faster to just add additional hardware (assuming you are working in a cluster). But to echo what Sergey says, you'd be surprised how often poor coding is the root of the problem, not the kernel. Ray ___ freebsd-hackers@freebsd.or

Re: Very slow writing to SATA disk

2005-10-28 Thread ray
very long. | | -- | Peter Jeremy I just checked the temp on my workstation for comparison. It's running two SATA drives (74GB Raptors) and the temp on those drives is 30C/86F. Like Peter says, at 133F, I don't think they would last ve

Re: compiling the kernel faster

2005-10-27 Thread ray
f the machine won't boot, you can boot into single user mode and copy the old kernel back in place. An excellent book on the subject is: Absolute BSD: The Ultimate Guide to FreeBSD (Paperback) good luck. Ray ___ freebsd-hackers@freebsd.org mailing

Xyplex terminal server via ttyd0

2005-10-26 Thread ray
ted to 'shutdown -r now' from the serial port. BTW, I tried telnet via MS-DOS and still the same... so it seems like it's not a Putty issue per se, but maybe something having to do with how the emulation is handled across the serial port vs. the network? Any ideas would be most ap

Re: Limiting closed port RST response from XXX to 200...

2005-10-17 Thread ray
> like to see what the theoretical limit of the machine is without it | > perhaps | > limiting connections in some manner. | > | > Thanks! | > | > Ray | | Er, if you're seeing those messages, your benchmark is going very awry! | | The kernel is telling you that 7500 junk packet

Limiting closed port RST response from XXX to 200...

2005-10-17 Thread ray
t.tcp.log_in_vain: 0 net.inet.udp.log_in_vain: 0 but still does it. Is there any way to disable it short of installing ipf? I'd like to see what the theoretical limit of the machine is without it perhaps limiting connections in some manner. Thanks! Ray __

GTK+

2005-08-02 Thread ray
Does anyone on the hackers list develop in GTK+ ? I was thinking about trying my hand at some applications for BSD and would like to make contact with anyone else who programs for FreeBSD using the GTK frame work. Thanks. Ray ___ freebsd-hackers

Re: FreeBSD desktop?

2005-08-01 Thread ray
er... Thanks Karel. I got my FreeBSD desktop up and running. It's on X window and gnome. I am not sure about setting up the window manager, but may try that later. I did re-compile the kernel for SMP and strip it down a bit. I also compiled/installed GAIM, gimp, putty an

Re: FreeBSD desktop?

2005-08-01 Thread ray
odeweaver that looks pretty good - but I'm not sure if it will work on BSD Thanks again. Ray ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"

FreeBSD desktop?

2005-08-01 Thread ray
gemaker, etc). Anyway, any help anyone can provide would be great? I just feel like I'm lacking a core understanding of how Windowing and desktop interfaces to the Kernel. And like I say, as much as I would like to make this all happen on FreeBSD, i

Re: FreeBSD 5.3/4 vs 4.11

2005-06-13 Thread ray
yeah, thanks. I'm subscribed to performance also - it's kinda dead over there. I'll check the archives also, thanks. Ray At 11:42 AM 6/13/2005 +0200, Julian H. Stacey wrote: | [EMAIL PROTECTED] wrote: | > Hello list, | > | > I've recently been doing quite a

FreeBSD 5.3/4 vs 4.11

2005-06-13 Thread ray
11 to 5.3 (or 5.4) and if so, is 4.11 faster in any areas and/or does it provide any benefits over 5.3+? Thanks. Ray ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any ma

Re: Fork mystries....

2005-06-03 Thread ray
communication comes into play). Anyway, have fun! :) Ray At 07:55 PM 6/3/2005 -0400, Aziz Kezzou wrote: | Hi all, | It's probably not the right mailing list to ask but I am really | surprised about global variable sharing in a multithreaded C | application. If I remember well my multithre

Re: Broadcom BCM95820 SSL encryption accelerator card

2005-05-04 Thread ray
Thanks. I didn't realize it did that. Ray At 12:44 PM 5/4/2005 +0200, Jeremie Le Hen wrote: | Hi, | | On Wed, May 04, 2005 at 02:14:31AM -0700, [EMAIL PROTECTED] wrote: | > Does anyone know if FreeBSD and/or OpenSSL will support the Broadcom BCM95820 | > SSL acceleration cards? I

Broadcom BCM95820 SSL encryption accelerator card

2005-05-04 Thread ray
oes anyone have any experience with this (or other SSL) card and/or would anyone know where to start if attempting to get one of these cards to work? Any ideas, suggestions? Thanks. Ray ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.o

AMD64 / EM64T

2005-05-01 Thread ray
For me, I'm not looking to squeeze every possible ounce of performance out of the machines - stability is the first priority, then speed (as much as possible while staying with something fairly standard and tested) is the next concern. Thanks! R

Re: Kernel [memory] tweaking question

2005-04-07 Thread ray
Yeah, the only mentions of tweaking these I could find on the web was in relation to Postgres. Ray At 10:39 AM 4/7/2005 +0200, Stijn Hoop wrote: | On Thu, Apr 07, 2005 at 06:36:39PM +1000, Peter Jeremy wrote: | > As far as I can tell, neither Apache nor MySQL | > use any SystemV IPC on F

Re: Kernel [memory] tweaking question

2005-04-07 Thread ray
Great run down, thanks Peter - I will do more checking in those areas. Ray At 06:36 PM 4/7/2005 +1000, Peter Jeremy wrote: | On Tue, 2005-Apr-05 05:26:01 -0700, [EMAIL PROTECTED] wrote: | >options SHMALL= | >options SHMMAX= | >options SHMMAXPGS= |

Kernel [memory] tweaking question

2005-04-05 Thread ray
one on the list that has experience with changing these that can provide a clear, down to earth explanation as to their impacts? Just hearing "you get more memory" doesn't really explain what the OS can do with it, or what not having enough c

Re: passwd & permissions

2005-03-20 Thread ray
that process I would think. I've never looked into the details of how it all happens (as far as master.passwd vs. passwd), but this might be something to check into, as it could relate to your situation. Ray At 01:26 PM 3/20/2005 -0600, H. S. wrote: | Hey, | | I'm using FreeBSD on vario

Support for Tyan Thunder K8SR w/ Adaptec 7902 under AMD64

2005-03-19 Thread ray
Hi List(s), I ran into some issues with FreeBSD 5.3 crashing on heavy read/writes while using a Tyan Thunder K8SR motherboard with SCSI support. Here is a screen shot of the lock up: http://www.redshift.com/~ray/amd/ I wrote to Tyan and one of their tech's replied with the note

Re: openssh problem after going from 5.2.1 to 5.3-beta7

2004-10-11 Thread Michael Ray
On Mon, 11 Oct 2004 11:48:06 -0700, you wrote: >I have a HP DL380g3 I was running 5.2.1-REL on (I think it was on -p9). >I did a source upgrade to 5.3-beta7, including mergemaster -p, followed >by mergemaster which did upgrade /etc/ssh/sshd_config. > >When I am now trying to connect from SecureCRT

Panic in /proc

2004-02-02 Thread Joel Ray Holveck
.c:1010 #13 0xc06b8a5d in Xint0x80_syscall () at {standard input}:136 Cheers, joelh -- Joel Ray Holveck - [EMAIL PROTECTED] Fourth law of programming: Anything that can go wrong wi sendmail: segmentation violation - core dumped ___ [EMAIL PROTECTED] ma

Thoughts on this pthreads bug: why release O_NONBLOCK in _exit?

2001-08-29 Thread Joel Ray Holveck
I've been studying a few things in pthreads to figure out a bug that's had me banging my head against a wall. I'd be interested in knowing what peoples' thoughts are. The basic scenario is that a fd loses its schedulability after the process calls daemon(). To review: The current pthreads impl

what the heck is ftime and why is the reference undefined???????

2000-09-14 Thread Ray Seals
t screams about undefined reference to 'ftime' Any help would be appreciated. Thanks, Ray To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: ssh timeouts & ipfw dyn_ack_lifetime

2000-03-31 Thread Keith Ray
At 01:16 PM 3/31/00 -0600, you wrote: >I am having a problem with ssh sessions from my windows box to my freebsd >box timing out after a number of idle minutes. SecureCRT still shows a >valid connection until I try to type some keys, and then after a minute it >says "connecton reset". I belie

ssh timeouts & ipfw dyn_ack_lifetime

2000-03-31 Thread Keith Ray
I am having a problem with ssh sessions from my windows box to my freebsd box timing out after a number of idle minutes. SecureCRT still shows a valid connection until I try to type some keys, and then after a minute it says "connecton reset". I believe I have isolated the problem to the ipfw

Re: IEEE-488: looking for junk :-)

2000-01-19 Thread Ray Hyatt Jr.
Are you interested in external floppy drives with that type of bus? I have some more junk of that type, I'll see what I can find. :) -Ray Content-Description: Original Message -- Start of included mail From: Poul-Henning Kamp <[EMAIL PROTECTED]> > Subject: IEEE-488: lo

Re: Its about that time of year again. (FreeBSD & MCA)

1999-08-30 Thread Ray Hyatt Jr.
, Peter Wemm wrote: > > Good stuff! People may ask "why bother?", but it gives us access to a > > heap of embedded POS systems that are stuck with OS/2 and Y2K > > nightmares. > > Don't forget the PS/2 laptops that use MCA. > > I'm sure the bottom has

Re: Its about that time of year again. (FreeBSD & MCA)

1999-08-30 Thread Ray Hyatt Jr.
bottom has fallen out of that market and those machines do > have nice screens. > Ray Hyatt, Jr. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: glibc

1999-07-20 Thread Joel Ray Holveck
.a to contain common > routines like the long getopt... Many of these common GNU routines (including getopt_long) are in liberty. That's what it was made for. It's fallen out of maintainence, but I recall somebody making noises a month or two ago about reviving it. joelh -- Joel

Re: glibc

1999-07-20 Thread Joel Ray Holveck
.a to contain common > routines like the long getopt... Many of these common GNU routines (including getopt_long) are in liberty. That's what it was made for. It's fallen out of maintainence, but I recall somebody making noises a month or two ago about reviving it. joelh -- Joel R

Re: Setting up a firewall with dynamic IPs

1999-07-20 Thread Joel Ray Holveck
is why it will normally mislabel RPC services; if in doubt, use rpcinfo.) joelh -- Joel Ray Holveck - jo...@gnu.org Fourth law of programming: Anything that can go wrong wi sendmail: segmentation violation - core dumped To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe

Re: Setting up a firewall with dynamic IPs

1999-07-20 Thread Joel Ray Holveck
is why it will normally mislabel RPC services; if in doubt, use rpcinfo.) joelh -- Joel Ray Holveck - [EMAIL PROTECTED] Fourth law of programming: Anything that can go wrong wi sendmail: segmentation violation - core dumped To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscr

Re: how to start to be a hacker?

1999-07-06 Thread Joel Ray Holveck
's born, he's gonna be made." (I haven't read Levy in ages, and I am probably mangling the quote. I can't even be sure that it's from Levy. FWIW, I think the originator was either Gosper or GLS.) Cheers, joelh [1] Levy, Steven. _Hackers_. Anchor/Doubleday 1984 ISBN 0-38

Re: how to start to be a hacker?

1999-07-06 Thread Joel Ray Holveck
's born, he's gonna be made." (I haven't read Levy in ages, and I am probably mangling the quote. I can't even be sure that it's from Levy. FWIW, I think the originator was either Gosper or GLS.) Cheers, joelh [1] Levy, Steven. _Hackers_. Anchor/Doubleday 1984 ISBN 0-

Re: vn swapfiles deleted while in use

1999-06-14 Thread Joel Ray Holveck
at happens when the system is shut down? Would everything happen nicely then? Thanks, joelh -- Joel Ray Holveck - jo...@gnu.org Fourth law of programming: Anything that can go wrong wi sendmail: segmentation violation - core dumped To Unsubscribe: send mail to majord...@freebsd.org

vn swapfiles deleted while in use

1999-06-13 Thread Joel Ray Holveck
What, to the reckoning of the resident populace, would happen if somebody were to rm a vnconfig'd swapfile while it was in use? Thanks, joelh -- Joel Ray Holveck - jo...@gnu.org Fourth law of programming: Anything that can go wrong wi sendmail: segmentation violation - core dumped

Word processor distractions (was Re: Kernel config script:)

1999-06-06 Thread Joel Ray Holveck
e don't seem to be as many virii floating > around. I haven't seen any, have you? The fact that it actually *shows* you the code before asking for confirmation probably helps, as well as the fact that anybody can see it in the document. Cheers, joelh -- Joel Ray Holveck - jo...@gnu.org Fourth law of programming: Anything that can go wrong wi sendmail: segmentation violation - core dumped To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-hackers" in the body of the message

FS tuning (Was: File system gets too fragmented ???)

1999-05-28 Thread Joel Ray Holveck
7;s for different things. All other things (disk speed, etc) being equal, what's this groups' opinion? Huzzah! to Dyson et al for making our VM system self-tuning. Any thoughts about hints to give it? Thanks, joelh -- Joel Ray Holveck - jo...@gnu.org Fourth law of programming: Anyt

Re: Book stores [was: Re: serial ports]

1999-05-28 Thread Joel Ray Holveck
centrate on MCSE study guides and the like... No Stevens, no daemon book, no Knuth, little ORA. Happy hacking, joelh -- Joel Ray Holveck - jo...@gnu.org Fourth law of programming: Anything that can go wrong wi sendmail: segmentation violation - core dumped To Unsubscribe: sen

Re: Lazy SPLs

1999-05-20 Thread Joel Ray Holveck
as far back as 1.x. > My earliest memory of it was as "Bruce's new interrupt code" for 386bsd. > It was part of the 386bsd patchkit I think. Why mask out the interrupts at all, instead of queuing them in handler level? joelh -- Joel Ray Holveck - jo...@gnu.org Fourth