Fatal trap 12 going from 8.2 to 8.4 with ZFS

2013-08-29 Thread Patrick
to upgrade, and this was after the first "freebsd-update install" where it installs the kernel. My /boot/loader.conf has: zfs_load="YES" vfs.root.mountfrom="zfs:zroot" Should I be going from 8.2 -> 8.3 -> 8.4? Patrick _

Re: Fatal trap 12 going from 8.2 to 8.4 with ZFS

2013-08-30 Thread Patrick
On Thu, Aug 29, 2013 at 2:32 PM, Andriy Gapon wrote: > on 29/08/2013 19:37 Patrick said the following: >> I've got a system running on a VPS that I'm trying to upgrade from 8.2 >> to 8.4. It has a ZFS root. After booting the new kernel, I get: >> >> Fatal tra

Re: Fatal trap 12 going from 8.2 to 8.4 with ZFS

2013-08-30 Thread Patrick
On Fri, Aug 30, 2013 at 1:30 AM, Andriy Gapon wrote: > > I don't have an exact recollection of what is installed by freebsd-update - > are > *.symbols files installed? Doesn't look like it. I wonder if I can grab that from a distro site or somewhere? _

Re: Fatal trap 12 going from 8.2 to 8.4 with ZFS

2013-08-30 Thread Patrick
On Fri, Aug 30, 2013 at 1:30 AM, Andriy Gapon wrote: > > I don't have an exact recollection of what is installed by freebsd-update - > are > *.symbols files installed? Doesn't look like it. I wonder if I can grab that from a distro site or somewhere? _

FREE CELLULAR PHONE OFFER-GUARANTEED APPROVAL

2001-12-17 Thread PATRICK
NOW YOU CAN RECEIVE A FREE CELLULAR PHONE FROM GMC AUTHORIZED DEALER FOR AT&T,WORLDCOM,SPRINT,VOICESTREAM,VERIZON AND CINGULAR. WE HAVE MANY MODELS& STYLES TO CHOOSE FROM LIKE THE NOKIA 3390,MOTOROLA STARTEC AND THE NOKIA 8260.WE GUARANTEE YOUR APPROVAL REGARDLESS OF YOUR PAST CREDIT HISTORY.

Sun4c as Xterminal - Problems

1999-12-17 Thread patrick
he archives, only questions. So, does anyone have a fix for this? Back in '96-97, Luigi Rizzo and Mike Smith (among others) seemed to be doing this, so I'm hoping someone still does. Patrick Gardella My setup: 4.0-CURRENT #2: Sun Dec 12 20:35:48 EST 1999 fxp0: flags=8943 mtu 150

Re: What's the best accellerated graphics card for XF86?

1999-12-23 Thread patrick
On 23 Dec, Joe McGuckin wrote: > > Now tha GLIDE for FreeBSD is available, what's the best video card > for playing quake, etc? > > Thanks, > > Joe And, who is going to build us a FreeBSD Quake 1, now that the source is out! Patrick To Unsubscribe: send mail

Help with determining a system hang

2010-11-28 Thread Patrick Mahan
FreeBSD, but it is one of my suspects since the system is not even responding to the console keyboard. This is going to be a learning experience for me :-) Thanks for any and all help, Patrick Mahan ___ freebsd-hackers@freebsd.org mailing list http:

RE: mtx_init/lock_init and uninitialized struct mtx

2011-02-24 Thread Patrick Mahan
se bzero()) Given that if it is global then it is either in .bss or in .data if it has been initialized. If it is part of a structure then most often you zero out the structure right after allocation. So there is an implicit assumption that the structure will be zero'd before calling mtx_init()

Re: DEBUG - analysing core dumps

2011-05-25 Thread Patrick Lamaiziere
Le Wed, 25 May 2011 18:36:49 +0200, Damien Fleuriot a écrit : Hello, > Sadly, getting a backtrace with "bt" gives me more lines with "??", > which is totally not helpful: > [SNIP] > #13 0x7f1f9d70 in ?? () > #14 0x in ?? () > #15 0x6f70732f7261762f in ?? () > #16 0x6c7379

Re: Shooting trouble on a PCI bus hang

2011-06-15 Thread Patrick Powell
n it. I had a similar problem that turned out to be a bad SATA controller. It was only by accident that we had two identical systems, one good and one bad. -- Patrick Powell Astart Technologies papow...@astart.com1530 Jamacha Road, Suite X, Network and System

RE: crypto module

2012-02-01 Thread Patrick Mahan
s defined in sys/opencrypto/xform.c Not that there couldn't be one written, but the xforms would need to be dynamically done and have each crypto algorithm register themselves. Patrick Patrick Mahan Lead Technical Kernel Engineer A

Re: 8 to 9: Kernel modularization -- did it change?

2012-02-20 Thread Patrick Powell
th, Doug Oooh! Ahhh! Just what I was looking for. l will extract this from 9 and put it on my system. Much better than having to edit the loader.conf and/or having to create a rc.local script. -- Patrick Powell Astart Technologies papow...@astart.com1530 J

Help with building private .iso media

2012-08-15 Thread Patrick Mahan
ror, but I am at a loss to explain why. Any help, steers, slap downs appreciated Thanks, Patrick ---- Patrick Mahan Lead Technical Kernel Engineer Adara Networks Disclaimer: The opinions expressed here are solely the responsibility of the author and a

Need some explanation on a field in struct vmtotal

2012-08-29 Thread Patrick Mahan
->size in bytes? If this is so, then total.t_vm is in bytes and net-snmp is using that value unmodified. Instead it should divide that value by 4096 and report that number instead? Or is my understanding screwed up here? Thanks, Patrick ---- Pa

Re: [CFT/RFC]: refactor bsd.prog.mk to understand multiple programs instead of a singular program

2012-10-26 Thread Patrick Powell
ake variable/value to set this behavior? You could put the flag/option in the /etc/make.conf file... and once you get all of the make files fixed up you could take it out... -- Patrick Powell Astart Technologies papow...@astart.com1530 Jamacha Road, Suite X, Network a

Re: About QUOTA support in stock kernel (resent)

2012-12-25 Thread Patrick Dung
Hi, I would like to know why quota is not enabled in the stock kernel.. I remembered that it is not enabled since freebsd 3.5 or freebsd 4 generation. Now in freebsd 9.0, it still neeed a kernel rebuild. I have heard it has performance issue (GIANT lock) about quota. Regards, Patrick --- On

Re: About QUOTA support in stock kernel (resent)

2012-12-25 Thread Patrick Dung
I am curious if other operating systems have this performance impact. Could we have some workaround or need some code improvement? For example: Do the checking/accounting only if the specific mount point has enabled quota. etc.. Regards, Patrick --- On Tue, 12/25/12, Konstantin Belousov wrote

Re: Eliminating a warning in sys/boot

2013-02-11 Thread Patrick Powell
uot;); Here "d->myea" being char pointer, can we not do following instead? : sprintf(temp, "%6s", d->myea, ":"); NO NO NO NO! I really suggest that sprintf be removed from the C library. Try: char fixed_buffer[32]; snprintf(fixed_buffer, sizeof(fixed_buff

can we use disk device for iscsi-target port?

2007-05-30 Thread Patrick Dung
device_init() failed pid 896:iscsi-target.c:150: ***ERROR*** target_init() failed It would be great if disk device can be used directly. BTW, I have not yet test netbsd with raw disk. seems someone test on openbsd and it seems working: http://www.freebsdforums.org/forums/showthread.ph

Re: can we use disk device for iscsi-target port?

2007-05-31 Thread Patrick Dung
rget.c:1487: ***ERROR*** device_init() failed pid 1919:iscsi-target.c:150: ***ERROR*** target_init() failed Patrick --- Mark Foster <[EMAIL PROTECTED]> wrote: > Patrick Dung wrote: > > It would be great if disk device can be used directly. > > > > BTW, I have not yet test

UPEK/TouchChip Biometric Device problem

2007-06-22 Thread Patrick Tracanelli
e dumps. Anyway, 6.2-STABLE is more important to me right now, since I need this device to work on FreeBSD for an ongoing project, but if a solution to 7.0 happens first my work can move to that version. Can anyone help me? Thank you. -- Patrick Tracanelli ___

Re: UPEK/TouchChip Biometric Device problem

2007-06-22 Thread Patrick Tracanelli
First, you cross-posted to way too many lists, ports@ would probably have been the most appropriate as this has nothing to do with FreeBSD itself. Believed it to be related to recent system changes. All threads purged from ugen1.1 All threads purged from ugen1.2 All threads purged from ugen

Re: UPEK/TouchChip Biometric Device problem

2007-06-23 Thread Patrick Tracanelli
Fredrik Lindberg wrote: Patrick Tracanelli wrote: All threads purged from ugen1.1 All threads purged from ugen1.2 All threads purged from ugen1.3 Harmless, as far as I know. What is this about "threads purged"? Also, the port want libintl.so.6 while 6.2-STABLE has libintl.so

Re: UPEK/TouchChip Biometric Device problem

2007-06-23 Thread Patrick Tracanelli
First of all, can you turn on more debugging in your "bbdm"? # bbdm -b "{5550454b-2054-464d-2f45-535320425350}" -m filedb -c eksffa ; echo $? usb_set_debug: Setting debugging level to 3 (on) usb_os_find_busses: Found /dev/usb0 usb_os_find_busses: Found /dev/usb1 usb_os_find_busses: Found /de

Re: UPEK/TouchChip Biometric Device problem

2007-06-26 Thread Patrick Tracanelli
Maxim Konovalov wrote: On Fri, 22 Jun 2007, 17:42-0300, Patrick Tracanelli wrote: Hello all, I have used the mentioned devices on FreeBSD 5.4 in the past, and they worked just fine, but now I get problems with the same device, on top of 6.2-STABLE and also 7.0-CURRENT. [...] Just for the

Re: UPEK/TouchChip Biometric Device problem

2007-06-26 Thread Patrick Tracanelli
Maxim Konovalov wrote: On Tue, 26 Jun 2007, 15:40-0300, Patrick Tracanelli wrote: Maxim Konovalov wrote: On Fri, 22 Jun 2007, 17:42-0300, Patrick Tracanelli wrote: Hello all, I have used the mentioned devices on FreeBSD 5.4 in the past, and they worked just fine, but now I get problems

password againg and other policy enforcement

2007-06-30 Thread Patrick Dung
least 2 numbers, 2 special char)? 3. Any ways to prevent user reuse old password? Regards Patrick Park yourself in front of a world of choices in alternative vehicles. Visit the Yahoo! Auto Green Center

kernel panic at shutdown with freebsd 7.0 current snapshot (oct-2007)

2007-10-24 Thread Patrick Dung
=0x0, newtd=0x, flags=Cannot access memory at address 0xbfbfee68 ) at /usr/src/sys/kern/sched_4bsd.c:907 Previous frame inner to this frame (corrupt stack?) (kgdb) Regards Patrick __ Do You Yaho

Feature request

2008-03-31 Thread Patrick Dung
ave LVM in the past. I am sure there is still room for improvement. For example: ZFS/UFS shrink support, native file system journaling. Regards Patrick No Cost - Get a month of Blockbuster Total Access now. Sw

Re: Feature request

2008-04-01 Thread Patrick Dung
--- Mohacsi Janos <[EMAIL PROTECTED]> wrote: > > > > On Mon, 31 Mar 2008, Patrick Dung wrote: > > > Hello > > > > I have some suggestions about improving FreeBSD in some of the > > areas/features. Let's discuss. > > > > 1.

Re: Feature request

2008-04-01 Thread Patrick Dung
--- Mike Meyer <[EMAIL PROTECTED]> wrote: > On Mon, 31 Mar 2008 11:18:56 -0700 (PDT) > Patrick Dung <[EMAIL PROTECTED]> wrote: > > > 3. Support LDAP SSO out of the box > > > > Linux/Solaris/AIX have native LDAP SSO support. > > I have asked abou

Re: Feature request

2008-04-01 Thread Patrick Dung
--- Eygene Ryabinkin <[EMAIL PROTECTED]> wrote: > Patrick, good day. > > Mon, Mar 31, 2008 at 11:18:56AM -0700, Patrick Dung wrote: > > 4. LVM and file systems > > > > As of FreeBSD 7.0, ZFS is ported. > > This is great as FreeBSD do not have LVM in

Re: How to get data from kernel module ?

2010-05-08 Thread Patrick Mahan
/usr.bin/netstat/route.c. You will need to also look at their corresponding kernel code. Or finally, you could use kvm(3). Good luck, Patrick ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To

Re: hifn(4) DMA fix for review

2010-05-09 Thread Patrick Lamaiziere
Le Fri, 07 May 2010 12:13:20 -0700, Oleksandr Tymoshenko a écrit : Hi, > Proposed patch addresses hifn(4) problems on FreeBSD/mips. > Current implementation keeps some of the state information (indexes in > buffers, etc) in DMA-mapped memory and bus_dma code invalidates them > during sync o

Re: hifn(4) DMA fix for review

2010-05-11 Thread Patrick Lamaiziere
Le Mon, 10 May 2010 08:26:08 -0700, Sam Leffler a écrit : Hello, > > I noticed several things in hifn, if you want to look: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/130286 > > > > IMHO some locks are missing in the use of sc->sc_sessions (the array > > containing the sessions) : in hi

Help with some makefile hackery

2010-06-22 Thread Patrick Mahan
d out at me... Any pointers would be appreciated. The build miser wants me to create status dot files that he then verifies before moving on (yuck!). Thanks for listening, Patrick ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.o

Re: Help with some makefile hackery

2010-06-25 Thread Patrick Mahan
-keeping stuff that I did not include in the above example. Also, I wanted scripts so the developer could just build individual "groups" without resorting to building everything. Thanks, Patrick Dag-Erling Smørgrav wrote: Patrick Mahan writes: My issue is that if there is a build fa

Re: Help with some makefile hackery

2010-06-25 Thread Patrick Mahan
he status is the last one in a compound command. I will give that a try. Thanks, Patrick Dag-Erling Smørgrav wrote: Patrick Mahan writes: In the top-level makefile I have the following label: src-kernel: src-kernel-tools cd src; ./amd64-kernel.sh 2>&1 | tee build_amd64_kernel.

Re: Help with some makefile hackery

2010-06-25 Thread Patrick Mahan
ear on this. Thanks, Patrick Jilles Tjoelker wrote: On Tue, Jun 22, 2010 at 11:18:43PM -0700, Patrick Mahan wrote: src-kern-tools: cd src; ./-kernel-toolchain.sh 2>&1 | tee The pipeline will return the status of 'tee' which is almost always 0. The exit status of the build scri

Use of printf's inside a kernel thread

2010-07-15 Thread Patrick Mahan
Xeon with 8 Gbytes of memory. Any ideas? Thanks, Patrick ___ 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"

odd issues with DDB vs GDB

2010-09-15 Thread Patrick Mahan
are interested. Is there a reason for the wide difference between DDB and GDB? Am I invoking gdb incorrectly? Thanks for the education, as always! Patrick Debugging a system hang. Enabled watchdog(4) built kernel with KDB, DDB and GDB. I am trying to debug this via remote GDB but what DDB sh

[Fwd: Crash dump on HP Proliant G6 broken as of V8.0]

2010-09-15 Thread Patrick Mahan
Forwarding for a colleague, Patrick Original Message Subject: Crash dump on HP Proliant G6 broken as of V8.0 Date: Wed, 15 Sep 2010 11:53:16 -0700 From: Paul Heyman To: freebsd-hackers@freebsd.org CC: Patrick Mahan References: <32ab5c9615cc494997d9abb1db12783c024c8c5...

Re: odd issues with DDB vs GDB

2010-09-16 Thread Patrick Mahan
John Baldwin wrote: On Wednesday, September 15, 2010 8:01:19 pm Patrick Mahan wrote: All, I am trying to debug a system hang occurring on my HP Proliant G6 running some of our kernel software. I am seeing that under certain test loads, the system will hang-up complete, no keyboard, no

AMD Geode LX crypto accelerator (glxsb)

2008-06-06 Thread Patrick Lamaizière
" for 7-STABLE: http://user.lamaiziere.net/patrick/glxsb.c http://user.lamaiziere.net/patrick/glxsb.tar.gz (c+Makefile) Credits to OpenBSD and NetBSD, Thanks! Well, it seems to work but i've got few problems to test the module : - How check the encryption/decryption ? Openssl seems ok, i've got qu

Re: AMD Geode LX crypto accelerator (glxsb)

2008-06-08 Thread Patrick Lamaiziere
s welcome, this is my first work on a driver. > > Looks good:) I can do a final review and commit once you are done and > if I'll be able to start my Soekris and test it. Thanks. I think it is ok for a review and test, i added the RNG stuff sinc

Re: AMD Geode LX crypto accelerator (glxsb)

2008-06-08 Thread Patrick Lamaizière
Le Sun, 8 Jun 2008 13:58:46 +0200, Patrick Lamaiziere <[EMAIL PROTECTED]> a écrit : > Thanks. I think it is ok for a review and test, i added the RNG stuff > since the last time and a manual page 'glxsb.4' > > http://user.lamaiziere.net/patrick/glxsb.c > htt

Re: AMD Geode LX crypto accelerator (glxsb)

2008-06-08 Thread Patrick Lamaizière
Le Sun, 8 Jun 2008 19:26:49 +0200, Patrick Lamaizière <[EMAIL PROTECTED]> a écrit : > > http://user.lamaiziere.net/patrick/glxsb.c > > http://user.lamaiziere.net/patrick/glxsb.tar.gz (all the module) All my apologies : this is not the good version :-( I've made a '

Re: AMD Geode LX crypto accelerator (glxsb)

2008-06-14 Thread Patrick Lamaizière
Le Fri, 6 Jun 2008 23:41:35 +0200, Patrick Lamaizière <[EMAIL PROTECTED]> a écrit : Hello, > I'm trying to port the glxsb driver from OpenBSD to FreeBSD 7-STABLE > (via the NetBSD port). > " The glxsb driver supports the security block of the Geode LX > series pr

padlock(4) bug or feature ?

2008-06-14 Thread Patrick Lamaizière
Hello, I was looking the code of padlock(4). In padlock_newsession(), when there is an error we call padlock_freesession with dev == NULL by sample : error = padlock_cipher_setup(ses, encini); if (error != 0) { padlock_freesession(NULL, ses->ses_id); return (error); But padlock_

Re: Looking for *cheap* embedded platform w- 2 ethernets

2008-06-21 Thread Patrick Lamaizière
Le Fri, 20 Jun 2008 20:07:46 -0700, joe mcguckin <[EMAIL PROTECTED]> a écrit : > I'm looking for a cheap and small embedded platform to use as a > portable vpn endpoint. It doesn't have to be fast, it just has to > run *BSD. > > Any suggestions?? May be a Soekris box. http://www.soekris.com/ _

Re: AMD Geode LX crypto accelerator (glxsb)

2008-06-21 Thread Patrick Lamaizière
Le Sat, 7 Jun 2008 06:18:55 +0200, Pawel Jakub Dawidek <[EMAIL PROTECTED]> a écrit : Hello, > On Fri, Jun 06, 2008 at 11:41:35PM +0200, Patrick Lamaizi?re wrote: > > Dears, > > > > I'm trying to port the glxsb driver from OpenBSD to FreeBSD 7-STABLE >

Re: AMD Geode LX crypto accelerator (glxsb)

2008-06-22 Thread Patrick Lamaizière
Le Fri, 6 Jun 2008 23:41:35 +0200, Patrick Lamaizière <[EMAIL PROTECTED]> a écrit : Hello, > I'm trying to port the glxsb driver from OpenBSD to FreeBSD 7-STABLE > (via the NetBSD port). > " The glxsb driver supports the security block of the Geode LX > series pr

Re: AMD Geode LX crypto accelerator (glxsb)

2008-06-22 Thread Patrick Lamaizière
Le Sun, 22 Jun 2008 19:40:04 +0200, Ivan Voras <[EMAIL PROTECTED]> a écrit : > Ivan Voras wrote: > > > The results are practically the same. > > On the other hand: > > ursaminor:~/admin/glxsb> dd if=/dev/zero bs=4k count=10 | openssl > enc -aes-128-cbc -e -out /dev/null -nosalt -k abcdefhi

Re: AMD Geode LX crypto accelerator (glxsb)

2008-06-23 Thread Patrick Lamaizière
Le Sun, 22 Jun 2008 21:20:02 +0200, "Ivan Voras" <[EMAIL PROTECTED]> a écrit : Hi, > The 'numbers' are in 1000s of bytes per second processed. > type 16 bytes 64 bytes256 bytes 1024 bytes > 8192 bytes aes-128 cbc 5359.57k 5577.49k 5654.53k > 5639.81k 5679.

crypto(9) and maxoplen

2008-07-18 Thread Patrick Lamaizière
Hello, In the "opencrypto framework" the function crypto_register() has an argument 'maxoplen'. http://fxr.watson.org/fxr/source/opencrypto/crypto.c#L625 Does somebody know what was the goal of this parameter? It is not used by the framework. The man page of crypto(9) says : For each algorithm

Re: crypto(9) and maxoplen

2008-07-21 Thread Patrick Lamaizière
Le Sun, 20 Jul 2008 21:39:55 +0200, Pawel Jakub Dawidek <[EMAIL PROTECTED]> a écrit : Hello, > > In the "opencrypto framework" the function crypto_register() has an > > argument 'maxoplen'. > > > > http://fxr.watson.org/fxr/source/opencrypto/crypto.c#L625 > > > > Does somebody know what was the

Re: FreeBSD development

2008-11-02 Thread Patrick Lamaizière
Le Sun, 2 Nov 2008 12:11:19 +0200, "Tapac Khoma" <[EMAIL PROTECTED]> a écrit : > Hello! > > I use FreeBSD 6.1 as my desktop system. I like it very much. But > there are some features I want my system have. > I began to investigate of kernel structure and tried to write some > devices drivers. > S

problem with bus_dmamap_load_uio

2008-11-03 Thread Patrick Lamaizière
ap_load_uio() and destroyed later. (source : http://user.lamaiziere.net/patrick/glxsb.c , see glxsb_crypto_encdec() ). I'm trying to understand and fix this problem for several days, so any idea will be very cool... thanks, regards. ___ freebsd-hackers@freebsd.org

Re: problem with bus_dmamap_load_uio

2008-11-04 Thread Patrick Lamaizière
Le Mon, 3 Nov 2008 18:49:57 -0500, John Baldwin <[EMAIL PROTECTED]> a écrit : Hello, > > I don't understand why bus_dmamap_load_uio() cannot load the uio. > > Also when it fails, i copy the uio into a buffer and then a > > bus_dmamap_load() of the buffer always works. > > > > The dma tag is allo

Re: Hardware support for AMD Geode CS5536 audio?

2008-11-27 Thread Patrick Lamaizière
Le Wed, 26 Nov 2008 19:30:41 -0800 (PST), ancelgray <[EMAIL PROTECTED]> a écrit : Hi, > To AMD CS5536 users: > > This is Andrew Gray. I have finished the audio driver for the AMD > CS5536 companion > chip. It is working on a PC Engines Alix 1C low power board under > FreeBSD 7.0. > It can b

crypto(9) choose another driver if we cannot open a session on it

2008-12-07 Thread Patrick Lamaizière
glxsb driver software implementations for AES 192 et AES 256. (OpenBSD did it recently). But I think this is a hack and it's better to revert to another driver. diff of sys/opencrypto/crypto.c between 8-CURRENT http://user.lamaiziere.net/patrick/opencrypto-071208/crypto.c-diff sys/opencrypt

Re: crypto(9) choose another driver if we cannot open a session on it

2008-12-10 Thread Patrick Lamaizière
Le Mon, 8 Dec 2008 21:21:55 +0100, Philip Paeps <[EMAIL PROTECTED]> a écrit : Hello, > On 2008-12-07 22:45:51 (+0100), Patrick Lamaizière > <[EMAIL PROTECTED]> wrote: > > I wrote a small patch to allow the crypto framework to choose > > another cryptographic driver

Re: crypto(9) choose another driver if we cannot open a session on it

2008-12-12 Thread Patrick Lamaizière
Le Wed, 10 Dec 2008 14:50:51 -0800, Sam Leffler a écrit : Hello, > > Which code exactly? Yes I'm curious :-) > > > > I'm thinking about how to remove the need for a device to support > > all the algorithms when we open a session. By using a fake "crypto > > virtual device" to open and dispatch c

hifn(4) few small changes

2009-01-01 Thread Patrick Lamaizière
Hello and happy new year, I would like to suggest few changes in the hifn driver: diff between CURRENT: http://user.lamaiziere.net/patrick/hifn-010109/hifn-patch.txt hifn_attach() - Useless bzero of softc hifn_detach() - Return EBUSY if there is active session - Free the sessions - Use

Mackbook pro nvidia based video backlight

2009-01-27 Thread Patrick Lamaizière
es anymore! Module (FreeBSD 7.1): http://user.lamaiziere.net/patrick/ambnb-270109.tar.gz The driver does not check if the hardware is a suitable Macbook Pro (TODO!), so use with care. You can check the model of your Mac with dmidecode: Handle 0x0011, DMI type 1, 27 bytes System I

Re: Mackbook pro nvidia based video backlight

2009-01-28 Thread Patrick Lamaizière
Le Wed, 28 Jan 2009 17:33:28 +0100, Ed Schouten : > > Not really. The xorg intel driver is already able to deal with this. > > I don't know about NVIDIA. > > Yes, but that's what I mean. It will be a cold day in hell when "nv" > supports this. As far as I can tell, it's just a pile of obfuscated

bus_dmamem_alloc() and BUS_DMA_WAITOK

2009-02-13 Thread Patrick Lamaizière
Hello, I would like to know if it is safe to use the BUS_DMA_WAITOK flag with bus_dmamem_alloc(), in the context of the device_attach routine? Many drivers use BUS_DMA_NOWAIT. I need a 32Ko buffer and on low memory my driver cannot attach (bus_dmamem_alloc returns ENOMEM). Will BUS_DMA_WAITOK hel

Re: slow freebsd cripto-accelerating framework

2009-03-02 Thread Patrick Lamaizière
easures with the cryptotest tool (see /usr/src/tools/tools/crypto/) and openssl. The throughput is far more better than 20 Mbits (around 150 Mbits with data size = 4096 bytes). So I don't think that the botleneck is in the crypto framework. But the throughput heavely depends of the size o

cryptosoft(4) not locked ?

2009-03-19 Thread Patrick Lamaizière
Hello, I'm looking the cryptosoft driver and I notice it is not locked at all. As far I can see it can be used from several contexts. I think it should be locked? Regards. ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/li

Re: Setting the mss for socket

2009-04-02 Thread Patrick Tracanelli
from iperf work properly on FreeBSD. -- Patrick Tracanelli ___ 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"

Hardware random number generator

2009-06-11 Thread Patrick Lamaizière
Hello, There are two ways to managed a RNG in FreeBSD, I'm asking which is the best: - feed the random subsystem via random_harvest(9) - add the RNG to random(4) as the Nehemiah RNG (VIA padlock) In fact, i do not understand why the Nehemiah RNG is not managed by padlock(4). Thanks, regards. __

Re: good morning to all

2009-06-15 Thread Patrick Lamaiziere
Le Mon, 15 Jun 2009 11:22:17 +0530, malathi selvaraj a écrit : Hello, > i am new one to freeBSD, kindly guide me See the Handbook, is good. If you have questions, ask on the freebsd-questi...@freebsd.org mailing list (but you should read the doc before, it's better). There are also some web f

Building FreeBSD on a linux FC11 box.

2010-02-20 Thread Patrick Mahan
lers (mips embedded systems, powerpc, etc). But not with FreeBSD. I know I'll need to use 'bsdmake' no gnu 'make'. The other worry is kernel-toolchain target. I guess I'll just dive in and swim around and see what happens. Thanks for any pointers, Patrick ___

Need a build target

2010-03-07 Thread Patrick Mahan
@echo ">>> World build tools started on `LC_ALL=C date`" @echo "--" This should then build the complete set of binutils, compiler, libraries and include files, yes? Thanks for any direction, Patrick __

Dead store elimination in the kernel?

2010-03-07 Thread Patrick Lamaiziere
Hello, I'm asking if FreeBSD is safe regarding dead store elimination made by gcc? By example, in crypto drivers, sensitive datas are cleared by a bzero() after use to avoid potential leakages. But the bzero() by itself is useless, is it removed by gcc? Thanks, regards. ___

Re: Need a build target

2010-03-08 Thread Patrick Mahan
> On Sunday 07 March 2010 3:57:43 pm Patrick Mahan wrote: > > > > All, > > > > Just wanted some confirmation, but I have a need where I need > > to build just the kernel toolchain, kernel and the full toolchain > > and include files. The first two I can

Using __attribute__((weak)) in the kernel

2010-03-23 Thread Patrick Mahan
out of the kernel. If I understand the use of the "weak" attribute, I should be able to define these functions as "weak" and they should be over-written either by the real code functions at kernel link or when kldload() is called. Or am I mis-understanding the use of thi

Modifying ELF files

2010-04-08 Thread Patrick Mahan
e open for writing. So I am kinda of stuck. If I cannot find a quick solution we might need to do all of our signing on our FC11 box which does not have this issue. Thanks for the education I always get from this list, Patrick ___ freebsd-hackers

Re: Modifying ELF files

2010-04-08 Thread Patrick Mahan
> On Thu, 8 Apr 2010, Patrick Mahan wrote: > > > > > In my job, we are producing applications and KLM's for our product > > that require them to be signed so that our installer will recognize > > and validate our images. > > > > The signature

KLM unloading on error

2010-04-12 Thread Patrick Mahan
this? Thanks, Patrick ___ 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: KLM unloading on error

2010-04-13 Thread Patrick Mahan
*smack* sorry, should have posted it. I am running FreeBSD 8.0 Release p2 (amd64). Thanks, Patrick Andrey V. Elsukov wrote: On 13.04.2010 4:56, Patrick Mahan wrote: I have a requirement that when a KLM I am building fails during MOD_LOAD, it should be unloaded. Currently, I am seeing even

Loading a KLM at boot time (issues)

2010-04-17 Thread Patrick Mahan
andom.ko is not there. However, it is there because I can do a 'kldload random; /etc/rc.d/sshd start' and I get SSHD up and running. Nothing popped up when I tried "debugging loader.conf" in Google. Any suggestions? Thanks, Patrick

Re: Loading a KLM at boot time (issues) [SOLVED]

2010-04-20 Thread Patrick Mahan
ng the loader.rc. Copying in a new loader.rc from another 'pure' FreeBSD install fixed the issue and the system properly loaded 'random.ko' at boot. Thanks, Patrick Andriy Gapon wrote: on 18/04/2010 04:36 Patrick Mahan said the following: Nothing popped up when I tried &qu

Re: Keyboard scancodes

2010-04-24 Thread Patrick Lamaiziere
Le Fri, 23 Apr 2010 11:20:50 +0200, Michael Cardell Widerkrantz a écrit : > I was recently given an original Happy Hacking Keyboard. As I > sometimes work in the FreeBSD console, I wanted to have my usual > console keymap adjusted to the new keyboard, but didn't know the > scancode for the HHKB m

Re: Improving the Unix API

1999-06-28 Thread Patrick Schaaf
, and has nothing to do with processes per se. Hmm. 'Portable Runtime Operation Control' might be a useful name expansion, alluding to the fact that the interface works across all supported platforms without byte order problems etc. :-) Patrick To Unsubscribe: send mail to majord...@

Re: Swap overcommit (was Re: Replacement for grep(1) (part 2))

1999-07-16 Thread Patrick Welche
ething worthwhile > to say i'll listen, but these "the sky is falling!" arguments are idiotic. > > -Matt > students != hostile users Making mistakes is part of learning. Patrick To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-hackers" in the body of the message

Re: cloning a FreeBSD HDD

2006-03-28 Thread Patrick Tracanelli
They internally fork and use several processes synchronised in some manner. Isn't dump+restore and a couple of fdisk+bsdlabel trick to copy the source partitioning a better choice to "clone" this HDD? -- Patrick Tracanelli (31

Re: cloning a FreeBSD HDD

2006-03-29 Thread Patrick Tracanelli
It is even possible to copy a disk to a slower one (again, if the source is not full and if the dst disk have enough space to store all data currently in use in the source disk), and better (customizable new partitions) results when copying to a larger second disk, when compared to dd(1). -

Re: cloning a FreeBSD HDD

2006-03-30 Thread Patrick Tracanelli
John-Mark Gurney wrote: Patrick Tracanelli wrote this message on Wed, Mar 29, 2006 at 10:14 -0300: Daniel O'Connor wrote: On Wednesday 29 March 2006 14:34, M. Warner Losh wrote: dump + restore is slow but reliabe. Faster than dd for disks that aren't full :) It also gives yo

Re: Problems with FreeBSD 6.0

2006-04-12 Thread Patrick Tracanelli
eBSD 7.0-CURRENT #15: Wed Apr 12 13:23:25 BRST 2006 i686 i686 i386 GNU/Linux -- Patrick Tracanelli FreeBSD Brasil LTDA. (31) 3281-9633 / 3281-3547 [EMAIL PROTECTED] http://www.freebsdbrasil.com.br "Long live Hanin Elias, Kim Deal!" ___ freeb

Re: How to clear strage route in routing table?

2007-01-14 Thread Patrick Dung
to routing socket: No such process delete net 192.168.3.0: not in table [EMAIL PROTECTED] ~]# route delete -host 192.168.3.0 delete host 192.168.3.0 --- Nikos Vassiliadis <[EMAIL PROTECTED]> wrote: > On Thursday 11 January 2007 19:01, Patrick Dung wrote: > > Hi > > > &g

Discussing ideas or wish list

2013-08-08 Thread Patrick Dung
umber of open files/context switches, one statistics file per day, etc... Thanks and regards, Patrick Dung ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "freeb

Re: Discussing ideas or wish list

2013-08-09 Thread Patrick Dung
27;t think packages are signed yet, but this is permitted by the new >pkg design and will hopefully happen before too long. Good to hear that. 3) systat I hope systat can record statistics periodically. Currently systat is like 'top', that is monitoring system resources i

Re: Discussing ideas or wish list

2013-08-09 Thread Patrick Dung
Yes, I can install lang/perl5.12. But in that case, I can't install other perl /p5 pre-build packages (which depends on Perl 5.14) provided by FreeBSD, due to dependency problem. From: Darren Pilgrim To: Patrick Dung Cc: "freebsd-hackers@freebsd.o

Re: About Transparent Superpages and Non-transparent superapges

2013-09-17 Thread Patrick Dung
somewhere that non-transparent superpages was being developed in HEAD too. Any insight on it? Please correct me if it is not the case. Thanks and regards, Patrick Dung ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo

About Transparent Superpages and Non-transparent superapges

2013-09-18 Thread Patrick Dung
>Date: Tue, 17 Sep 2013 18:06:32 +0200 >From: Ivan Voras >To: freebsd-hackers@freebsd.org >Subject: Re: About Transparent Superpages and Non-transparent >    superapges >Message-ID: >Content-Type: text/plain; charset="utf-8" > >On 17/09/2013 17:01, Patrick D

Re: About Transparent Superpages and Non-transparent superapges

2013-09-19 Thread Patrick Dung
>From: Sebastian Kuzminsky >To: Patrick Dung >Cc: "freebsd-hackers@freebsd.org" ; >"ivo...@freebsd.org" >Sent: Friday, September 20, 2013 4:34 AM >Subject: Re: About Transparent Superpages and Non-transparent superapges > >On Sep 18, 2013, at

Re: cause of reboot

2013-09-30 Thread Patrick Lamaiziere
Le Mon, 30 Sep 2013 17:24:18 +0300, Emre Çamalan a écrit : > Hi, > my server reboots every night and same o'clock last 10 days. But this > machine's uptime was 96days. > > Suddenly reboot this machine and now this continue every night again > and again. > > I didn't find any reason and I didn't

Re: openjdk7 dtrace support

2013-10-09 Thread Patrick Dung
Hello, I would like to know it there is dtrace support in the openjdk7? Thanks, Patrick Dung On Tuesday, October 8, 2013 1:26 PM, Patrick Dung wrote: Hi all, I would like to know it there is dtrace support in the openjdk7? Thanks, Patrick

  1   2   3   >