Problemsm
  Home FAQ Contact Sign in
 
Advanced search
MATCHING GROUPS



more...
POPULAR GROUPS

more...

found 5 articles for 0.302 sec
Thank you all! And im on my way thanks to greate response! -----Original Message----- From: Oliver Fromme [mailto:olli@lurza.secnetix.de] Sent: Thursday, August 21, 2008 2:42 PM To: freebsd-questions@FreeBSD.ORG; thavinci@thavinci.za.net Subject: Copying a directory tree (was: xargs) Marcel Grandemange <thavinci@thavinci.za.net> wrote: > I need to copy an entire BSD installation except     

Group: lucky.freebsd.questions · Group Profile · Search for Problemsm in lucky.freebsd.questions
Author: Marcel Grandemange
Date: Aug 21, 2008 06:16

Marcel Grandemange <thavinci@thavinci.za.net> wrote: I need to copy an entire BSD installation except the /mnt directory to /mnt/pc You don't need xargs for this. # cd / # find -Ed . -regex '\./(mnt|dev)' -prune -or -print0 | cpio -dump0 /mnt/pc If you have procfs mounted, add "|proc" to the regex, or simply umount it before. It's not required for anything important. Or -- slightly
Show full article (2.20Kb) · Show article thread
Gilles Ganault <nospam@nospam.com> did eloquently scribble: > On Wed, 2 Jan 2008 14:51:18 -0800 (PST), Nico Kadel-Garcia > <nkadel@gmail.com> wrote: >>You may also have problemsm with openssl and glibc, and other packages >>that might have been compiled specifically for i686 architectures. > Mmm... This is getting complicated :-/ > Thankfully, I found a FreeBSD + Asterisk image made right     

Group: lucky.freebsd.questions · Group Profile · Search for Problemsm in lucky.freebsd.questions
Author: Oliver Fromme
Date: Aug 21, 2008 05:41

On 2 Jan, 14:38, Gilles Ganault <nos...@nospam.com> wrote: On Tue, 1 Jan 2008 08:52:35 -0800 (PST), Nico Kadel-Garcia <nka...@gmail.com> wrote: OK, can you boot with a Linux USB rescue device, and then get into the Linux partitions in order to revert the kernel and SSL libraries and glibc to be i586 compatible? I don't have the skills for this. I'll try rebuilding a kernel
Show full article (1.78Kb)
I have a simple code in Form1: / void MyMethod (AnsiString strTest); void (*PointerFunction) (AnsiString); in the constructor of the form, I have this: PointerFunction = MyMethod; When I compile it, I get an error E2235 Member function must be called or its address taken Run a code like that using plain C++, It works. But this is not inside a class. Isn't this the same     

Group: comp.os.linux.setup · Group Profile · Search for Problemsm in comp.os.linux.setup
Author: spike1
Date: Jan 3, 2008 09:23

Show full article (1.06Kb) · Show article thread
    

Group: comp.os.linux.setup · Group Profile · Search for Problemsm in comp.os.linux.setup
Author: Nico Kadel-Garcia
Date: Jan 2, 2008 14:51

Show full article (0.58Kb) · Show article thread
    

Group: borland.public.cppbuilder.vcl.components.using · Group Profile · Search for Problemsm in borland.public.cppbuilder.vcl.components.using
Author: XCalibur
Date: Apr 2, 2007 04:13

Show full article (0.82Kb)