[patch] 'make DESTDIR=/any/nonroot/dir ... xdev' is broken

2013-10-14 Thread Patrick Kelsey
Hi, The patch below makes building the xdev target with non-default values of DESTDIR work. It also removes the leading '/' from XDTP to clean up path construction using that var. -Patrick Index: Makefile.inc1

Re: openjdk7 dtrace support

2013-10-10 Thread Patrick Dung
On Thursday, October 10, 2013 12:07 PM, Mark Johnston ma...@freebsd.org wrote: On Wed, Oct 09, 2013 at 09:55:51PM +0800, Patrick Dung wrote: Hello, I would like to know it there is dtrace support in the openjdk7? Not yet on FreeBSD, unless there's something I'm missing. Some work

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 patrick_...@yahoo.com.hk wrote: Hi all, I would like to know it there is dtrace support in the openjdk7? Thanks, Patrick

Re: cause of reboot

2013-09-30 Thread Patrick Lamaiziere
Le Mon, 30 Sep 2013 17:24:18 +0300, Emre Çamalan mail...@yandex.com 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

Re: About Transparent Superpages and Non-transparent superapges

2013-09-19 Thread Patrick Dung
From: Sebastian Kuzminsky s.kuzmin...@f5.com To: Patrick Dung patrick_...@yahoo.com.hk Cc: freebsd-hackers@freebsd.org freebsd-hackers@freebsd.org; ivo...@freebsd.org ivo...@freebsd.org Sent: Friday, September 20, 2013 4:34 AM Subject: Re: About Transparent Superpages and Non-transparent

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 ivo...@freebsd.org To: freebsd-hackers@freebsd.org Subject: Re: About Transparent Superpages and Non-transparent     superapges Message-ID: l19um0$jvd$1...@ger.gmane.org Content-Type: text/plain; charset=utf-8 On 17/09/2013 17:01, Patrick

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

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 a...@freebsd.org 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 trap 12: page fault while

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 a...@freebsd.org 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 a...@freebsd.org 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?

Fatal trap 12 going from 8.2 to 8.4 with ZFS

2013-08-29 Thread Patrick
, 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 ___ freebsd-hackers@freebsd.org mailing list http

Re: Discussing ideas or wish list

2013-08-09 Thread Patrick Dung
, 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 in real time. Thanks and regards, Patrick Dung

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 list_free...@bluerosetech.com To: Patrick Dung patrick_

Discussing ideas or wish list

2013-08-08 Thread Patrick Dung
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 freebsd-hackers

Re: Eliminating a warning in sys/boot

2013-02-11 Thread Patrick Powell
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_buffer), %6whateverformat,whatever); -- Patrick Powell Astart

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

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 kostik

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

2012-10-26 Thread Patrick Powell
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 and System El Cajon, CA

Need some explanation on a field in struct vmtotal

2012-08-29 Thread Patrick Mahan
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 Patrick Mahan Lead Technical Kernel Engineer Adara Networks

Help with building private .iso media

2012-08-15 Thread Patrick Mahan
, 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 are not to be construed as an official opinion

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

2012-02-20 Thread Patrick Powell
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 Jamacha Road, Suite X, Network and System El

RE: crypto module

2012-02-01 Thread Patrick Mahan
, but the xforms would need to be dynamically done and have each crypto algorithm register themselves. Patrick Patrick Mahan Lead Technical Kernel Engineer Adara Networks Disclaimer: The opinions expressed here are solely the responsibility of the author

Re: Shooting trouble on a PCI bus hang

2011-06-15 Thread Patrick Powell
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 San Diego, CA

Re: DEBUG - analysing core dumps

2011-05-25 Thread Patrick Lamaiziere
Le Wed, 25 May 2011 18:36:49 +0200, Damien Fleuriot m...@my.gd 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

RE: mtx_init/lock_init and uninitialized struct mtx

2011-02-24 Thread Patrick Mahan
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(). Patrick

Help with determining a system hang

2010-11-28 Thread Patrick Mahan
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://lists.freebsd.org/mailman/listinfo/freebsd-hackers

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

odd issues with DDB vs GDB

2010-09-15 Thread Patrick Mahan
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 shows for a stack trace and what GDB shows are two

[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 phey...@adaranet.com To: freebsd-hackers@freebsd.org freebsd-hackers@freebsd.org CC: Patrick Mahan pma

Use of printf's inside a kernel thread

2010-07-15 Thread Patrick Mahan
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

Re: Help with some makefile hackery

2010-06-25 Thread Patrick Mahan
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 ma...@mahan.org writes: My issue is that if there is a build failure at any point, the status does

Re: Help with some makefile hackery

2010-06-25 Thread Patrick Mahan
in a compound command. I will give that a try. Thanks, Patrick Dag-Erling Smørgrav wrote: Patrick Mahan ma...@mahan.org writes: In the top-level makefile I have the following label: src-kernel: src-kernel-tools cd src; ./amd64-kernel.sh 21 | tee build_amd64_kernel.log If there is a build

Re: Help with some makefile hackery

2010-06-25 Thread Patrick Mahan
as well is required to provide make 'output' for the master build log. How is the status handled on compound commands? ./amd64-kernel.sh 21 build.log; tail -f build.log would that obscure the exit status of the shell script as well? The man page is not really clear on this. Thanks, Patrick

Help with some makefile hackery

2010-06-23 Thread Patrick Mahan
through the PMake document but nothing jumped 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

Re: hifn(4) DMA fix for review

2010-05-11 Thread Patrick Lamaiziere
Le Mon, 10 May 2010 08:26:08 -0700, Sam Leffler s...@errno.com 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) :

Re: hifn(4) DMA fix for review

2010-05-09 Thread Patrick Lamaiziere
Le Fri, 07 May 2010 12:13:20 -0700, Oleksandr Tymoshenko go...@bluezbox.com 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

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

Re: Keyboard scancodes

2010-04-24 Thread Patrick Lamaiziere
Le Fri, 23 Apr 2010 11:20:50 +0200, Michael Cardell Widerkrantz m...@hack.org 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

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

2010-04-20 Thread Patrick Mahan
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 debugging loader.conf in Google. Any suggestions? First, double-check

Loading a KLM at boot time (issues)

2010-04-17 Thread Patrick Mahan
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 ___ freebsd-hackers@freebsd.org mailing

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

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

Modifying ELF files

2010-04-08 Thread Patrick Mahan
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@freebsd.org mailing list http://lists.freebsd.org/mailman

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 is stored in each app as unsigned char signature[40

Using __attribute__((weak)) in the kernel

2010-03-23 Thread Patrick Mahan
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 this attribute? Thanks, Patrick

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 do via 'make kernel-toolchain' and 'make buildkernel

Need a build target

2010-03-07 Thread Patrick Mahan
-- This should then build the complete set of binutils, compiler, libraries and include files, yes? Thanks for any direction, Patrick ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe

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.

Building FreeBSD on a linux FC11 box.

2010-02-20 Thread Patrick Mahan
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 ___ freebsd

Re: good morning to all

2009-06-15 Thread Patrick Lamaiziere
Le Mon, 15 Jun 2009 11:22:17 +0530, malathi selvaraj malathira...@gmail.com 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).

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: Setting the mss for socket

2009-04-02 Thread Patrick Tracanelli
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

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

Re: slow freebsd cripto-accelerating framework

2009-03-02 Thread Patrick Lamaizière
(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 of the data see (on blue the current glxsb): http://user.lamaiziere.net/patrick/glxsb-171108/glxsb-perf.pdf Measured with the cryptotest

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

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 e...@80386.nl : 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

Mackbook pro nvidia based video backlight

2009-01-27 Thread Patrick Lamaizière
! 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 Information

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

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 s...@freebsd.org 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

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 if we cannot open a session

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

2008-12-07 Thread Patrick Lamaizière
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/opencrypto/crypto.c

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 be found

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 allocated with:

problem with bus_dmamap_load_uio

2008-11-03 Thread Patrick Lamaizière
/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 mailing list http://lists.freebsd.org/mailman/listinfo

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. So I want

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 goal of this

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: 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.65k

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 processors. The Geode LX is a member

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 abcdefhij 10+0

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 (via the NetBSD port). Cool. The glxsb

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 processors. The Geode LX is a member

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

Re: AMD Geode LX crypto accelerator (glxsb)

2008-06-08 Thread Patrick Lamaiziere
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 http://user.lamaiziere.net/patrick/glxsb.tar.gz (all the module) Regards. ___ freebsd-hackers

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 http://user.lamaiziere.net/patrick/glxsb.tar.gz

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 'tar xzf' instead a 'tar czf' and i've

AMD Geode LX crypto accelerator (glxsb)

2008-06-06 Thread Patrick Lamaizière
/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 quite the same results as NetBSD

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. Cluster capability As I know, there is: - Linux HA heartbeart in ports - LVS

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 about this feature before. The problem is whether it should

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 the past. FreeBSD has gvinum since approximately 5.x

Feature request

2008-03-31 Thread Patrick Dung
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. Sweet deal for Yahoo! users

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

2007-10-24 Thread Patrick Dung
/sched_4bsd.c:907 Previous frame inner to this frame (corrupt stack?) (kgdb) Regards Patrick __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com ___ freebsd

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

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

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.8. I have

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

UPEK/TouchChip Biometric Device problem

2007-06-22 Thread Patrick Tracanelli
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 ___ freebsd-hackers

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

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

2007-05-31 Thread Patrick Dung
: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 netbsd with raw disk. seems someone test on openbsd and it seems working: http

can we use disk device for iscsi-target port?

2007-05-30 Thread Patrick Dung
: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.php?t=43960 Thanks Patrick

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 Suppose I have mistype a command

Re: Problems with FreeBSD 6.0

2006-04-12 Thread Patrick Tracanelli
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! ___ freebsd-hackers@freebsd.org mailing list

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 you a defrag

Re: cloning a FreeBSD HDD

2006-03-29 Thread Patrick Tracanelli
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). -- Patrick Tracanelli

Re: cloning a FreeBSD HDD

2006-03-28 Thread Patrick Tracanelli
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) 3281-9633 / 3281-3547 [EMAIL PROTECTED] ___ freebsd

Is there any tools that can display TCP window size for current connections?

2005-10-24 Thread Patrick Dung
Hi Tcpdump can see windows size. But I want a tool that like netstat that list established connection, and with the sliding window size. Is there any tools out there for FreeBSD? __ This email has been checked for virus by

How to duplicate a copy of all incoming and outgoing mail

2005-10-04 Thread Patrick Dung
It is system wide, not specific user (~/.forward) Is it possble with Sendmail? How about Postfix and Qmail? ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to [EMAIL

Re: How to duplicate a copy of all incoming and outgoing mail

2005-10-04 Thread Patrick Dung
, Patrick Dung wrote: It is system wide, not specific user (~/.forward) Is it possble with Sendmail? How about Postfix and Qmail? Grep for bcc in the output of postconf for postfix: [~] [EMAIL PROTECTED]postconf | grep bcc always_bcc = recipient_bcc_maps = sender_bcc_maps

Backup problem for backup MySQL (a table 2GB)

2005-08-16 Thread Patrick Dung
Hi We are using an old backup product which can only backup files 2GB. Now we have a mysql file 2GB. The backup product refuse to backup that file. So, whats the alternatives to perform backup for this situation? This is current idea: Tar all the mysql directory and split into small files

  1   2   3   >