ecessary complications.
So, if Mr Puchar, in his comment, changes complex for complicated, then
I think we can all agree with the wish that it does not add complication.
But, a sophisticated complexity might be needed to handle all of the
complications and diversity in the process.
jerry
>
t.
Well, 8.3 is working fine for me. It is being well maintained.
You sound like the people who can't decide to get something because a
new version is going to come out sometime before they die.
jerry
>
> On the one hand, we've made this choice before, when we invested
On Fri, Apr 27, 2012 at 05:18:47PM -0400, Mehmet Erol Sanliturk wrote:
> On Fri, Apr 27, 2012 at 4:31 PM, Jerry McAllister wrote:
>
> > On Fri, Apr 27, 2012 at 08:27:07PM +0200, Wojciech Puchar wrote:
> >
> > > >After using Linux for almost 15 years, I only recentl
ore information and encouragement I would guess.
jerry
>
> ___
> freebsd-hackers@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
> To unsubscribe, send an
FreeBSD 8.1, no "ada". Me presenting a patch is just a way to
draw
attention on a problem and it improves things on my setup. There is
certainly a way to make it more general/inclusive.
Jerry
___
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"
On 4/3/12, Gary Jennejohn wrote:
> It would be interesting to see your patch. I always run HEAD but maybe
> I could use it as a base for my own mods/tests.
>
Here is the patch
diff -rup cam/cam_sim.c cam/cam_sim.c
--- cam/cam_sim.c 2010-06-13 19:09:06.0 -0700
+++ cam/cam_sim.c
m/cam_xpt.c. No more 0 MB/s on
da1. This is on 8.1-RELEASE FreeBSD.
Any comments welcome.
Thanks,
Jerry
___
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"
ough my trees. 8.0 scsi_da.c doesn't need giant.
Jerry
___
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"
;s worth the effort?
right now I always get a crash (race condition most likely) in
xpt_run_dev_allocq->camq_remove
Jerry
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send
s in /etc/sysctl.conf.
>
>
thank you all, that did it. The settings that Matt recommended are giving
the same numbers
I had with the code commented out. I was concerned that the lock or msleep
may be a problem.
Jerry
___
freebsd-hackers@fr
t. Am I on a time
bomb?
Thank you,
Jerry
___
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"
On Wed, Oct 29, 2008 at 3:32 PM, pluknet <[EMAIL PROTECTED]> wrote:
>
> Could you please get the following from kgdb?
> f 7
> p *inp
> p *inp->inp_laddr
>
> P.S. It's definitely 7.0 backtrace (or close to).. 6.2 has different
> line numbers.
>
kgdb) f 7
#7 0xc0769098 in in_pcblookup_local (pcbi
On Wed, Oct 29, 2008 at 2:37 PM, Kip Macy <[EMAIL PROTECTED]> wrote:
> The code in 7.0 is actually locked quite differently. Could you please
> try and reproduce on 7.0 and RELENG_7?
>
>
ok. I'll keep you posted.
Jerry
___
free
Hello List,
I can realiably reproduce this crash. We have a deamon that accept several
connections
per sec. We use iperf and Microsoft Web application stress 1.0 to push
traffic to the FreeBSD box.
Without further delay, the crash dump is below. I've been troubleshooting,
but I am no longer sure
if
On Tue, Aug 19, 2008 at 1:26 PM, Robert Watson <[EMAIL PROTECTED]> wrote:
>
>
> Sounds like a bug of some sort. Could you send the output of "sysctl
> security.mac"? Also, if you could use ktrace to confirm which system calls
> are returning EACCES/EPERM leading to the warnings, that would also
c/
sudo_noexec.la: Operation not permitted
x etc/sudoers: Can't update time for etc/sudoers: Operation not permitted
net3# uname -a
FreeBSD net3 6.2-STABLE FreeBSD 6.2-STABLE #1: Tue Aug 5 15:10:45 PDT
2008 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/MYBD
c/
sudo_noexec.la: Operation not permitted
x etc/sudoers: Can't update time for etc/sudoers: Operation not permitted
net3# uname -a
FreeBSD net3 6.2-STABLE FreeBSD 6.2-STABLE #1: Tue Aug 5 15:10:45 PDT
2008 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/MYBD
WIW, the only thing that in this area is to not let them run the
> critical parts of your app on their hardware. Put those on your
> service, exported via the network, and then give the end user a UI
> that talks to that.
>
thank you all for the feedback. Yep, DRM issues, it doesn't hurt t
On Feb 18, 2008 5:39 PM, Dimitry Andric <[EMAIL PROTECTED]> wrote:
> On 2008-02-19 02:18, Jerry Toung wrote:
> > anybody knows of a tool to encrypt executables under FreeBSD? may be
> from
> > the ports?
> > I am not talking about simple file encryption.
>
>
Good afternoon list,
anybody knows of a tool to encrypt executables under FreeBSD? may be from
the ports?
I am not talking about simple file encryption.
I found something called 'burneye' but it's for Linux.
Thank you all,
Jerry
___
Thank you DES. I am running 6.2 by the way.
Jerry
On 1/26/08, Dag-Erling Smørgrav <[EMAIL PROTECTED]> wrote:
>
> "Jerry Toung" <[EMAIL PROTECTED]> writes:
> > I am trying to create an environment where you can't run my binaries
> > on your box an
Thank you for the feedback Mike.
Points well taken. I'll look into the NetBSD thing.
Jerry
On Jan 25, 2008 3:55 PM, Mike Meyer <
[EMAIL PROTECTED]> wrote:
> On Fri, 25 Jan 2008 14:51:44 -0800 "Jerry Toung" <[EMAIL PROTECTED]>
> wrote:
>
> > Hello list
Good point. I'll try it.
On Jan 25, 2008 3:30 PM, Xin LI <[EMAIL PROTECTED]> wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Jerry Toung wrote:
> > Hello list,
> > I am trying to create an environment where you can't run my binaries on
oing nowhere without my init!"
How can I make this work? Is my initial objective even possible?
I think the correct approach would be to have a cpu that no else in the
world has,
any in between solution.?
Thank you for reading,
Jerry
___
freebsd-ha
hing around a while.
I may have run fdisk under fixit to look at things and maybe delete
some slices.
So, rather than trying to change things right off, I would suggest
looking carefully at stuff and trying to determine what it is already
doing.
Anyway, good luck,
jerry
>
> When we att
vice tartar
in /sys/conf/files:
dev/tartar/if_tartar.coptional tartar pci
Why the error message? Same thing even with GENERIC.
Thank you,
Jerry
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To uns
Thank you all for your replys. My answers are inline:
> : Do you have getty running on that port on the SBC?
yes. It should be running. We have in /etc/ttys (openbsd)
tty00 "/usr/libexec/getty std.9600" dialup on secure
> Do you have all the modem pins connected for this cable?
I got th
Hello list,
I am trying to use a FreeBSD box to log into a Single Board Computer. I
have a null modem and it's plugged to both serial
ports. The SBC runs openbsd ( /dev/cua00).
When I run "cu -l /dev/cuaa0" from FreeBSD, I don't get any login
prompt.
What I am doing wrong?
I've already read t
CPU2?
Is there a kernel level interface to the MII bus I could
use for this (i.e read/write)?
Or any other idea, like shared memory, anything that you think could
work?
Should this be implemented in the ethernet driver?
FYI, we can't use SMP.
Thanks a
only if you can answer this:
Is there another Luke Skywalker? :-)
On Wednesday 30 March 2005 07:21 pm, Maksim Yevmenkin wrote:
> Jerry Toung wrote:
> > Hey Max,
> > all I can say is thank you. That's a very nice tutorial. I am sure other
> > people will benefit.
>
Hey Max,
all I can say is thank you. That's a very nice tutorial. I am sure other
people will benefit.
Take care my friend.
Jerry
On Wednesday 30 March 2005 05:22 pm, Maksim Yevmenkin wrote:
> Jerry,
>
> draw a picture :) it really helps :) for example
>
> right
Good afternoon list,
I am still trying to build a simple netgraph using ng_tty. Ultimately I would
like to go from inet->tee->ng_tty(/dev/cuaa0).
Please advise what I am doing wrong as I still see an error message (see
bottom of email). Excuse me for the slighty long thread.
Here is my very sim
l : send msg: Operation not permitted
Why is this?
Although kldstat -v shows ng_socket.ko, ng_tty.ko and ng_tee.ko
+ list command only shows socket and tee nodes.
What is the righ way of using ng_tty?
Thank you in advance.
Jerry
___
freebsd-hackers
.
Today I have a new requirement. I need to send those packets to the first
serial port from the kernel module.
Still looking for inputs.
Thank you
On Tuesday 08 March 2005 02:26 pm, Stephan Uphoff wrote:
> On Tue, 2005-03-08 at 17:04, Jerry Toung wrote:
> > Good afternoon list,
>
t;, O_RDWR|O_NDELAY)
tcsetattr and tcgetattr
etc etc.
but that's not what I am looking for.
Thank you.
Jerry
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Thank you all for explaining so patiently, I have
somewhat of understanding with this issue ~
very appreciated all who commented.
Jerry
-
Yahoo!奇摩電子信箱
100MB 免費信箱,電子信箱新紀元從這開始!
http://mail.yahoo.com.tw
iffer from the FreeBSD's binary, or
something else ?
Deeply appreciate your reply, thanks ~
Jerry Chang
-
Yahoo!奇摩電子信箱
100MB 免費信箱,電子信箱新紀元從這開始!
http://mail.yahoo.com.tw/
___
[EMAIL PROTECTE
iffer from the FreeBSD's binary, or
something else ?
Deeply appreciate your reply, thanks ~
Jerry Chang
-
Yahoo!奇摩電子信箱
100MB 免費信箱,電子信箱新紀元從這開始!
http://mail.yahoo.com.tw/
___
[EMAIL
Hello list,
I have tried and done everything to have this remote debugging working, with
no success.
Any BSD hacker in the bay area that know how to do this, shoot me an email. I
will come meet you with a monetary donation if you can make this work.
Thank you,
Jerry
t; one you're experiencing.
>
as for the sources that I am supposed to transfer to B (the remote), are you
talking about /usr/src of A or /usr/obj of A or both? then mount_nfs?
My next option will be firewire.
thank you,
Jerry
___
[EMAIL PRO
ist *0xc24b3184, it complained about "No source code available" or something
like that. That's where I am puzzled.
I will do what you suggested and over serial console and repost if any
problems.
Thank you,
Jerry
>
> It looks like you're not doing it the way it
dsyms, it only loads acpi.ko.debug and I
can list it.
Thank you in advance,
Jerry
PC203# kgdb kernel.debug /usr/home/guest/crash/vmcore.2
[GDB will not be able to debug user-mode threads: /usr/lib/libthread_db.so:
Undefined symbol "ps_pglobal_lookup"]
GNU gdb 6.1.1 [FreeBSD]
Copyright 2004
?
if (!netisr_queue(NETISR_IP, m)) {
printf("%s: queue full", __FUNCTION__)
return ENOBUFS;
}
Thank you,
Jerry
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Thanks a lot Andrey.
On Thursday 19 February 2004 12:05 am, Andrey Simonenko wrote:
> On Wed, Feb 18, 2004 at 11:52:26AM -0800, Jerry Toung wrote:
> > Hello hackers,
> > I am constantly getting the following message when I run my KLD:
> >
> > panic: lockmgr: locking
'm locking an already locked variable.
Thank you,
Jerry
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Thank you very much for the inputs.
On Friday 07 November 2003 01:53 pm, Robert Watson wrote:
> On Fri, 7 Nov 2003, Jerry Toung wrote:
> > I am trying to do asynchronous send/receive between a user process that
> > I am writing and a kernel module that I am also writing. I th
suggest?
Thank you,
Jerry.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
I got lazy, I figured it out.
On Monday 27 October 2003 12:35 pm, Jerry Toung wrote:
> I am trying to figure out what is the ifconfig command to jump into
> case GRESADDRS:
> case GRESADDRD:
>
> in gre_ioctl.
> Thank you,
> Jerry.
>
> _
I am trying to figure out what is the ifconfig command to jump into
case GRESADDRS:
case GRESADDRD:
in gre_ioctl.
Thank you,
Jerry.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any
{
sc->encap_cookie = encap_attach_func(AF_INET, IPPROTO_TTT,
ttt_encapcheck, &in_ttt_protosw, sc);
}
sorry for the long post, but if somebody can tell me what I am missing I'll
appreciate.
thank you,
Jerry.
__
that helped.
Jerry
On Tuesday 23 September 2003 07:12 pm, Giovanni P. Tirloni wrote:
> Hi,
>
> I have been reading the D&I chapter about IPC, specially the mbuf
> section and *many* doubts were raised by my mind. I sending them here
> in the hope that someone can clarify s
t the packet to the physical interface
(i.e xl0).
With all respect, I don't see any call to IF_HANDOFF in the gre code. only in
if_gif that you also wrote.
which fit the explaination you gave previously. As for /dev/gre, we can ignore
that statement.
Thanks lot,
Jerry.
On Tuesday 02 Septem
on the IPqueue so that higher protocol such
TCP can do their thing. :-)
I don't see how /dev/gre is ever used on receiving or sending, through
if_clone_attach??. Somebody educate me on my missing link.
Thank you all,
Jerry.
___
[EMAIL PROT
Thank you all for the inputs, this should get me started faster.
Jerry.
On Wednesday 20 August 2003 05:07 am, Paolo Pisati wrote:
> On Tue, Aug 19, 2003 at 04:02:40PM -0700, Jerry Toung wrote:
> > My problem is dealing with debuging and portability. With this raw
> > approach I gu
hat? I thought about kernel modules, but I don't know what kind to use
(SYSCALL_MODULE or DEV_MODULE,etc..) and how about netgraph.? does that make
sense?
somebody give a pointer and I'll figure out how to proceed.
I am not that experienced in kernel programming.
Thanks a lo
This
message is an advertisement. We will continue to bring you valuable permission
based messages on the products and services that interest you most unless
you wish to decline. We
process all requests immediately. Copyright 2000, 2001, 2002 all rights
Title: ¦L¶r¾÷
·s¦~§ª«°e±z¤@¥x¦L¶r¾÷
...
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message
Title: ¦L¶r¾÷
·s¦~§ª«°e±z¤@¥x¦L¶r¾÷
...
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message
Title: ¦L¶r¾÷
·s¦~§ª«°e±z¤@¥x¦L¶r¾÷
...
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message
Title: ¦L¶r¾÷
·s¦~§ª«°e±z¤@¥x¦L¶r¾÷
...
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message
Some body just told me that williams Paul from Columbia University (Bill
Paul @ Freebsd.org) has written that
kind of book. But I can't get his exact email address at FreeBSD.org to
ask him the reference.
Alexander Langer wrote:
> Thus spake Jerry Toung ([EMAIL PROTECTED]):
>
> &g
Hi Readers,
Does anyone of you know about a book that would deal specifically
with FreeBSD device drivers dev.?
If yes let me know.
Most of the books in the field are written
for Linux and so on.
Thanks.
Jerry.
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-ha
I am not sure who is maintaining IPFW, so I
do not know if these issues have already come up. I could probably
stumble through the first change (source/destination arrays), but the
other two are probably beyond my abilities right now.
I appreciate your time.
Jerry
[EMAIL PROTECTED]
http://w
63 matches
Mail list logo