will freebsd run on a mac osx 10.8.4

2013-07-05 Thread robert reed
send reply to; rob777reed@gmail .com

 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: will freebsd run on a mac osx 10.8.4

2013-07-05 Thread Jason Birch
Maybe! Do you mean as a virtual machine, or *instead of* OS X?

If you mean as a virtual machine, almost certainly. If you mean instead of
OS X, please provide some details about the computer hardware itself. Even
When did you buy it? iMac, Mac Pro, MacBook? etc will help us answer
your question.

JB


On Thu, Jul 4, 2013 at 10:10 PM, robert reed rob777r...@gmail.com wrote:

 send reply to; rob777reed@gmail .com


 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to 
 freebsd-questions-unsubscr...@freebsd.org

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: will freebsd run on a mac osx 10.8.4

2013-07-05 Thread Thomas Mueller
I assume you are running Mac OS X 10.8.4 on Intel CPU.

I assume it must be 64-bits, so you would want amd64 version of FreeBSD, though 
you could also run i386 version.

I don't know if you could install FreeBSD on same hard disk with Mac OS X, but 
you ought to be able to install FreeBSD on a separate disk.

Tom

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


gvim GUI cannot be used

2013-07-05 Thread Raphael Ahrens
Hi list,

since my last (01.07) upgrade of vim, I can't use gvim anymore.
It fails with the following error message:
E25: GUI cannot be used: Not enabled at compile time

What do I have to do to again compile vim with GUI support?

Thanks,
Raphael
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


gvim GUI cannot be used

2013-07-05 Thread Raphael Ahrens
Hi list,

After my last update of vim I can't use gvim anymore.
If fails with the following message
E25: GUI cannot be used: Not enabled at compile time

Now what do I have to do to compile vim with GUI support?

Thanks,
Raphael
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: gvim GUI cannot be used

2013-07-05 Thread CeDeROM
On Fri, Jul 5, 2013 at 12:43 PM, Raphael Ahrens
tant.sinnis...@googlemail.com wrote:
 After my last update of vim I can't use gvim anymore.
 If fails with the following message
 E25: GUI cannot be used: Not enabled at compile time
 Now what do I have to do to compile vim with GUI support?

Hey Raphael :-) Go to /usr/ports/editors/vim and make deinstall
reinstall it, that works for me, and it helps with dialogs in texmode
as well :-)

Best regards :-)
Tomek Cedro

-- 
CeDeROM, SQ7MHZ, http://www.tomek.cedro.info
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: gvim GUI cannot be used

2013-07-05 Thread Raphael Ahrens
Hi Tomek,

I tried this, but I get the same result.
The thing is in the make prozess it prints 
defaulting to: don't HAVE_X11
checking --enable-gui argument... no GUI support
checking X11/SM/SMlib.h usability... yes
checking X11/SM/SMlib.h presence... yes
checking for X11/SM/SMlib.h... yes
no GUI selected; xim has been disabled
no GUI selected; fontset has been disabled

So I think my system is missing some library or configuration.
At first I thought that I just need to execute make config in
editor/vim, but it has no configurations.
I am actually little bit puzzled. 

Best regards,
Raphael

CeDeROM cede...@tlen.pl wrote on Fri, 05.Jul.13 12:56:
 On Fri, Jul 5, 2013 at 12:43 PM, Raphael Ahrens
 tant.sinnis...@googlemail.com wrote:
  After my last update of vim I can't use gvim anymore.
  If fails with the following message
  E25: GUI cannot be used: Not enabled at compile time
  Now what do I have to do to compile vim with GUI support?
 
 Hey Raphael :-) Go to /usr/ports/editors/vim and make deinstall
 reinstall it, that works for me, and it helps with dialogs in texmode
 as well :-)
 
 Best regards :-)
 Tomek Cedro
 
 -- 
 CeDeROM, SQ7MHZ, http://www.tomek.cedro.info
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: gvim GUI cannot be used

2013-07-05 Thread Jens Jahnke
Hi,

On Fri, 5 Jul 2013 12:56:32 +0200
CeDeROM cede...@tlen.pl wrote:

C Hey Raphael :-) Go to /usr/ports/editors/vim and make deinstall
C reinstall it, that works for me, and it helps with dialogs in texmode
C as well :-)

for me this does not work. Unless I hack the Makefile and force it to
enable gui mode it just isn't compiled in.

Regards,

Jens

-- 
05. Heuert 2013, 13:19
Homepage : http://www.jan0sch.de

SAFETY
I can live without
Someone I love
But not without
Someone I need.


pgp6lPZC5JzKA.pgp
Description: PGP signature


Re: gvim GUI cannot be used

2013-07-05 Thread CeDeROM
On Fri, Jul 5, 2013 at 1:15 PM, Raphael Ahrens
tant.sinnis...@googlemail.com wrote:
 I tried this, but I get the same result.
 The thing is in the make prozess it prints
 defaulting to: don't HAVE_X11
 checking --enable-gui argument... no GUI support
 checking X11/SM/SMlib.h usability... yes
 checking X11/SM/SMlib.h presence... yes
 checking for X11/SM/SMlib.h... yes
 no GUI selected; xim has been disabled
 no GUI selected; fontset has been disabled

Have you tried make config  (as root) select X11 and graphical
toolkit, or make -DHAVE_X11 . Maybe you have no x11/toolkit
dependencies installed.. but if you select them in config make should
build them for you?

--
CeDeROM, SQ7MHZ, http://www.tomek.cedro.info
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: gvim GUI cannot be used

2013-07-05 Thread Fernando Apesteguía
El 05/07/2013 13:20, Jens Jahnke jan0...@gmx.net escribió:

 Hi,

 On Fri, 5 Jul 2013 12:56:32 +0200
 CeDeROM cede...@tlen.pl wrote:

 C Hey Raphael :-) Go to /usr/ports/editors/vim and make deinstall
 C reinstall it, that works for me, and it helps with dialogs in texmode
 C as well :-)

 for me this does not work. Unless I hack the Makefile and force it to
 enable gui mode it just isn't compiled in.

Try a make rmconfig first and then make install.


 Regards,

 Jens

 --
 05. Heuert 2013, 13:19
 Homepage : http://www.jan0sch.de

 SAFETY
 I can live without
 Someone I love
 But not without
 Someone I need.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: gvim GUI cannot be used

2013-07-05 Thread Raphael Ahrens
CeDeROM cede...@tlen.pl wrote on Fri, 05.Jul.13 13:47:
 On Fri, Jul 5, 2013 at 1:15 PM, Raphael Ahrens
 tant.sinnis...@googlemail.com wrote:
  I tried this, but I get the same result.
  The thing is in the make prozess it prints
  defaulting to: don't HAVE_X11
  checking --enable-gui argument... no GUI support
  checking X11/SM/SMlib.h usability... yes
  checking X11/SM/SMlib.h presence... yes
  checking for X11/SM/SMlib.h... yes
  no GUI selected; xim has been disabled
  no GUI selected; fontset has been disabled
 
 Have you tried make config  (as root) select X11 and graphical
When I execute cd /usr/ports/editors/vim; make config I get
=== No options to configure
 toolkit, or make -DHAVE_X11 . Maybe you have no x11/toolkit
 dependencies installed.. but if you select them in config make should
 build them for you?
The question is which x11/toolkit. I can't remember deleting any before
updating.
 
 --
 CeDeROM, SQ7MHZ, http://www.tomek.cedro.info
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: gvim GUI cannot be used

2013-07-05 Thread Polytropon
On Fri, 5 Jul 2013 13:51:08 +0200, Fernando Apesteguía wrote:
 El 05/07/2013 13:20, Jens Jahnke jan0...@gmx.net escribió:
 
  Hi,
 
  On Fri, 5 Jul 2013 12:56:32 +0200
  CeDeROM cede...@tlen.pl wrote:
 
  C Hey Raphael :-) Go to /usr/ports/editors/vim and make deinstall
  C reinstall it, that works for me, and it helps with dialogs in texmode
  C as well :-)
 
  for me this does not work. Unless I hack the Makefile and force it to
  enable gui mode it just isn't compiled in.
 
 Try a make rmconfig first and then make install.

And make sure /etc/make.conf does not contain any offending
settings that might suggest you do not have or want X11.



-- 
Polytropon
Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: gvim GUI cannot be used

2013-07-05 Thread Jens Jahnke
Well,

On Fri, 5 Jul 2013 15:34:59 +0200
Polytropon free...@edvax.de wrote:

P  Try a make rmconfig first and then make install.
P 
P And make sure /etc/make.conf does not contain any offending
P settings that might suggest you do not have or want X11.

if I do make rmconfig it tells me that there was no user config.
To be sure I deleted the /var/db/ports/vim/options file.

Here is my /etc/make.conf:

WITH_PKGNG=yes
# Ruby
RUBY_DEFAULT_VER=2.0
# TeX
TEX_DEFAULT=texlive
# QT
QT4_OPTIONS=CUPS QGTKSTYLE
# added by use.perl 2013-07-02 07:31:18
PERL_VERSION=5.14.4

However vim is still build without x11 support. The only thing working
right now is manually tweaking the Makefile. Otherwise I always end up
with a ./configure --enable-gui=no ...

Regards,

Jens

-- 
05. Heuert 2013, 15:47
Homepage : http://www.jan0sch.de

Antique fairy tale: Little Red Riding Hood.
Modern fairy tale: Oswald, acting alone, shot Kennedy.


pgpdfrNcHOGGm.pgp
Description: PGP signature


Re: gvim GUI cannot be used

2013-07-05 Thread CeDeROM
On Fri, Jul 5, 2013 at 2:11 PM, Raphael Ahrens
tant.sinnis...@googlemail.com wrote:
 Have you tried make config  (as root) select X11 and graphical
 When I execute cd /usr/ports/editors/vim; make config I get
 === No options to configure

No options? Are you root? I have those http://justpaste.it/30li

Try:
sudo csh
portsnap fetch update
cd /usr/ports/editors/vim
make rmconfig
make config


-- 
CeDeROM, SQ7MHZ, http://www.tomek.cedro.info
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: gvim GUI cannot be used

2013-07-05 Thread kentn
Hi,

On Fri, 5 Jul 2013 14:11:41 +0200
Raphael Ahrens tant.sinnis...@googlemail.com wrote:

 When I execute cd /usr/ports/editors/vim; make config I get
   === No options to configure

try: setenv WITH_OPTIONS=yes

-- 
Kent.N ke...@kpa.biglobe.ne.jp

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: gvim GUI cannot be used

2013-07-05 Thread Julian H. Stacey
Polytropon wrote:
 On Fri, 5 Jul 2013 13:51:08 +0200, Fernando Apesteguía wrote:
  El 05/07/2013 13:20, Jens Jahnke jan0...@gmx.net escribió:
  
   Hi,
  
   On Fri, 5 Jul 2013 12:56:32 +0200
   CeDeROM cede...@tlen.pl wrote:
  
   C Hey Raphael :-) Go to /usr/ports/editors/vim and make deinstall
   C reinstall it, that works for me, and it helps with dialogs in texmode
   C as well :-)
  
   for me this does not work. Unless I hack the Makefile and force it to
   enable gui mode it just isn't compiled in.
  
  Try a make rmconfig first and then make install.
 
 And make sure /etc/make.conf does not contain any offending
 settings that might suggest you do not have or want X11.

(Half off topic, but I have too many X things on remote servers,
so to reduce that in future I thought I 'd set the same things
Raphael is being reccomended to Unset :-)

I searched on 8.2-RELEASE  just found
/usr/ports/Mk/bsd.port.mk:
1 x
.if defined(_USE_GHOSTSCRIPT)
.   if !defined(WITHOUT_X11)

1 x
_USE_GHOSTSCRIPT_PKGNAME_SUFFIX=-nox11

Any others ?

Cheers,
Julian
-- 
Julian Stacey, BSD Unix Linux C Sys Eng Consultant, Munich http://berklix.com
 Reply below not above, like a play script.  Indent old text with  .
 Send plain text.  No quoted-printable, HTML, base64, multipart/alternative.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org

Re: gvim GUI cannot be used

2013-07-05 Thread Raphael Ahrens
Ahh, thank you.
ke...@kpa.biglobe.ne.jp wrote on Sat, 06.Jul.13 00:03:
 Hi,
 
 On Fri, 5 Jul 2013 14:11:41 +0200
 Raphael Ahrens tant.sinnis...@googlemail.com wrote:
 
  When I execute cd /usr/ports/editors/vim; make config I get
  === No options to configure
 
 try: setenv WITH_OPTIONS=yes
that did the trick, but I assume this is not the way it is supposed
to happen.

 
 -- 
 Kent.N ke...@kpa.biglobe.ne.jp
 
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: gvim GUI cannot be used

2013-07-05 Thread Raphael Ahrens
Polytropon free...@edvax.de wrote on Fri, 05.Jul.13 15:34:
 On Fri, 5 Jul 2013 13:51:08 +0200, Fernando Apesteguía wrote:
  El 05/07/2013 13:20, Jens Jahnke jan0...@gmx.net escribió:
  
   Hi,
  
   On Fri, 5 Jul 2013 12:56:32 +0200
   CeDeROM cede...@tlen.pl wrote:
  
   C Hey Raphael :-) Go to /usr/ports/editors/vim and make deinstall
   C reinstall it, that works for me, and it helps with dialogs in texmode
   C as well :-)
  
   for me this does not work. Unless I hack the Makefile and force it to
   enable gui mode it just isn't compiled in.
  
  Try a make rmconfig first and then make install.
 
 And make sure /etc/make.conf does not contain any offending
 settings that might suggest you do not have or want X11.
 
 
 
 -- 
 Polytropon
 Magdeburg, Germany
 Happy FreeBSD user since 4.0
 Andra moi ennepe, Mousa, ...
To get to the bottom of the problem here my make.conf received with my
now again working gvim, thanks to the remark of Kent. :)

WITH_X11=YES
OPTIMZED_CFLAGS=YES
MAKE_JOBS_NUMBER=2
BUILD_OPTIMIZED=YES
WITH_CPUFLAGS=YES

WITH_PKGNG=yes
WITHOUT_PROFILE=yes
TEX_DEFAULT=texlive
# added by use.perl 2013-07-05 12:03:07
PERL_VERSION=5.12.5

Greetings,
Raphael
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: gvim GUI cannot be used

2013-07-05 Thread Carl Johnson
Jens Jahnke jan0...@gmx.net writes:

 Hi,

 On Fri, 5 Jul 2013 12:56:32 +0200
 CeDeROM cede...@tlen.pl wrote:

 C Hey Raphael :-) Go to /usr/ports/editors/vim and make deinstall
 C reinstall it, that works for me, and it helps with dialogs in texmode
 C as well :-)

 for me this does not work. Unless I hack the Makefile and force it to
 enable gui mode it just isn't compiled in.

Try running 'make show-options' and see what you get.  Mine shows that
virtually everything is disabled.  If I run 'make showconfig' then it
shows no configurable options.

-- 
Carl Johnsonca...@peak.org
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Possibly OT: NFS vs SMB performance

2013-07-05 Thread Andrea Venturoli

Hello.

Sorry to ask here: maybe it's not the best place, but it might be a 
start (the client and server are both FreeBSD).


The server exports the same directory via NFS and via SMB.

I'd expect some performance penalty when using SMB, but:
find /nfs_mounted_dir /dev/null takes more or less 1 minute;
find /smb_mounted_dir /dev/null takes nearly 10 minutes.

Is this normal in your experience?

 bye  Thanks
av.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: gvim GUI cannot be used

2013-07-05 Thread Jens Jahnke
Hi,

On Fri, 5 Jul 2013 17:52:59 +0200
Raphael Ahrens tant.sinnis...@googlemail.com wrote:

RA To get to the bottom of the problem here my make.conf received with
RA my now again working gvim, thanks to the remark of Kent. :)
RA 
RA WITH_X11=YES
RA OPTIMZED_CFLAGS=YES
RA MAKE_JOBS_NUMBER=2
RA BUILD_OPTIMIZED=YES
RA WITH_CPUFLAGS=YES
RA 
RA WITH_PKGNG=yes
RA WITHOUT_PROFILE=yes
RA TEX_DEFAULT=texlive
RA # added by use.perl 2013-07-05 12:03:07
RA PERL_VERSION=5.12.5
RA 
RA Greetings,
RA Raphael

that doesn't work on my system. However if I use 
# setenv WITH_OPTIONS=yes
# make install
everything works and I get options again. ;-)

Regards,

Jens

-- 
05. Heuert 2013, 18:44
Homepage : http://www.jan0sch.de

You will win success in whatever calling you adopt.


pgpc971uTJ0zm.pgp
Description: PGP signature


FreeBSD 9.1 won't boot after install

2013-07-05 Thread James E. Pace
Hi,

I bought an HP Pavilion p7-1597c [1] system last week.  It is Intel Core
i5-3330, with a Seagate 1.5 TB SATA drive and 12 GB of memory, shipped with
Windows 8.

I have disabled Secure Boot and enabled Legacy device booting.

I am able to complete the install of FreeBSD 9.1/amd64 from the CD without
any problems.  However, when I attempt to boot, it doesn't.

Originally I was trying to dual boot with Win 8, but eventually I rendered
Win8 unbootable.  So, now I have given FreeBSD the whole disk.  I have done
the standard install.  I found instructions to have the install use MBR
(instead of GPT), but that also doesn't work.

After an install, I get to the boot0 (the F1 boot menu thing) screen, but
when it tries to boot, it prints # and doesn't boot.  When trying to
share the disk with Windows, mostly I'd get boot errors about not having a
bootable device (ERROR: No boot disk has been detected or the disk has
failed.).

In the BIOS setting, I've tried both IDE and AHCI in Storage Options -
SATA emulation.

PC-BSD 9.1 has the same results.  It installs fine, but resets after
selecting something at the boot0 prompt.

FreeBSD 8.4 wouldn't install because the installer didn't have device node
for /dev/ad4s1b in /dev in order to create the filesystems.  I haven't
spent any time figuring out what's going on here. [Using the Standard
Installer, accepted the message about geometry, told it to use the whole
disk, use the standard boot manager, used the auto-default filesystems,
told it to go...]

Ubuntu Linux works.
OpenBSD works.
NetBSD works.
Fedora Linux works.

I've been a FreeBSD user for about 16 years, so I really want this to work.

Does anyone have suggestions about what else I should try?

Thanks,

James

[1]
http://h2.www2.hp.com/bizsupport/TechSupport/Document.jsp?objectID=c03704551lang=encc=ustaskId=101contentType=SupportFAQprodSeriesId=5330777

-- 
James E. Pace
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Possibly OT: NFS vs SMB performance

2013-07-05 Thread Terje Elde
On 5. juli 2013, at 18:18, Andrea Venturoli m...@netfence.it wrote:

 Is this normal in your experience?

Did you do them in that order, or did you do the smb (slow) one first?

If the slow was first, I'm thinking caching on the server could be a major 
factor. 

Terje

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: gvim GUI cannot be used

2013-07-05 Thread Raphael Ahrens
Hi,

Jens Jahnke jan0...@gmx.net wrote on Fri, 05.Jul.13 18:49:
 Hi,
 
 On Fri, 5 Jul 2013 17:52:59 +0200
 Raphael Ahrens tant.sinnis...@googlemail.com wrote:
 
 RA To get to the bottom of the problem here my make.conf received with
 RA my now again working gvim, thanks to the remark of Kent. :)
 RA 
 RA   WITH_X11=YES
 RA   OPTIMZED_CFLAGS=YES
 RA   MAKE_JOBS_NUMBER=2
 RA   BUILD_OPTIMIZED=YES
 RA   WITH_CPUFLAGS=YES
 RA 
 RA   WITH_PKGNG=yes
 RA   WITHOUT_PROFILE=yes
 RA   TEX_DEFAULT=texlive
 RA   # added by use.perl 2013-07-05 12:03:07
 RA   PERL_VERSION=5.12.5
 RA 
 RA Greetings,
 RA Raphael
 
 that doesn't work on my system. However if I use 
 # setenv WITH_OPTIONS=yes
 # make install
 everything works and I get options again. ;-)
Sorry I should rephrase that.
The option with setenv WITH_OPTIONS=yes from Kent worked for me.
But I added the make.conf so I could get a more permanent solution,
because this is more a hot fix in my opinion.

 
 Regards,
 
 Jens
 
 -- 
 05. Heuert 2013, 18:44
 Homepage : http://www.jan0sch.de
 
 You will win success in whatever calling you adopt.

Regards,
Raphael
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: change an image or convert it to metapost

2013-07-05 Thread David Topham
Check this out for some possibilities of converting image back to Metapost:

http://matagalatlante.org/nobre/hyt/mpost.html
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: FreeBSD 9.1 won't boot after install

2013-07-05 Thread Warren Block

On Fri, 5 Jul 2013, James E. Pace wrote:


I bought an HP Pavilion p7-1597c [1] system last week.  It is Intel Core
i5-3330, with a Seagate 1.5 TB SATA drive and 12 GB of memory, shipped with
Windows 8.

I have disabled Secure Boot and enabled Legacy device booting.


That says the disk is GPT partitioned for UEFI.


I am able to complete the install of FreeBSD 9.1/amd64 from the CD without
any problems.  However, when I attempt to boot, it doesn't.

Originally I was trying to dual boot with Win 8, but eventually I rendered
Win8 unbootable.  So, now I have given FreeBSD the whole disk.  I have done
the standard install.  I found instructions to have the install use MBR
(instead of GPT), but that also doesn't work.


In what way?


After an install, I get to the boot0 (the F1 boot menu thing) screen, but
when it tries to boot, it prints # and doesn't boot.  When trying to
share the disk with Windows, mostly I'd get boot errors about not having a
bootable device (ERROR: No boot disk has been detected or the disk has
failed.).


boot0 is the multi-boot loader.  I'm reasonably sure it will not work on 
a GPT disk.  GPT needs the PMBR loader.  This should be correctable by 
using the Shell option of the install disk:

  # gpart bootcode -b /boot/pmbr -p /boot/gptboot -i 1 ada0

The installer would write that by default on a blank disk.  I don't know 
what it does when partitions are added to a GPT disk.  For that matter, 
I'm not sure how you got boot0 on there.



In the BIOS setting, I've tried both IDE and AHCI in Storage Options -
SATA emulation.


AHCI is preferred and will go a little bit faster, but either will work.


PC-BSD 9.1 has the same results.  It installs fine, but resets after
selecting something at the boot0 prompt.


boot0 strikes again.  AFAIK, the only option for multi-boot on GPT disks 
is EasyBCD or grub (untested).  But really, a VM is far preferable to 
multi-boot for many situations.



FreeBSD 8.4 wouldn't install because the installer didn't have device node
for /dev/ad4s1b in /dev in order to create the filesystems.


That sounds familiar, but I can't find notes on solving it.  I would 
recommend 9.x anyway.


If there is nothing on the disk to lose, I would start from scratch by 
going to the shell from the installer:

  # gpart destroy -F ada0

Return to the installer, and it should find the entire disk 
unpartitioned.


If you really want to multi-boot, reinstall Windows 8.  Leave part of 
the disk unpartitioned for FreeBSD.  Install EasyBCD in Windows 
(https://neosmart.net/EasyBCD/) and install FreeBSD in a new GPT 
partition, and maybe it will be easy.  I have not tried a multi-boot 
install with Windows 8 or GPT/EFI, so can't really say what it will 
take.  If you do that, take notes and post them somewhere.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: gvim GUI cannot be used

2013-07-05 Thread Roland Smith
On Fri, Jul 05, 2013 at 05:41:11PM +0200, Raphael Ahrens wrote:
 Ahh, thank you.
 ke...@kpa.biglobe.ne.jp wrote on Sat, 06.Jul.13 00:03:
  Hi,
  
  On Fri, 5 Jul 2013 14:11:41 +0200
  Raphael Ahrens tant.sinnis...@googlemail.com wrote:
  
   When I execute cd /usr/ports/editors/vim; make config I get
 === No options to configure
  
  try: setenv WITH_OPTIONS=yes
 that did the trick, but I assume this is not the way it is supposed
 to happen.

The port maintainer has made it so, for reasons unknown. This is a marked 
deviation from basically all other ports; the vim port is the only port 
that uses WITH_OPTIONS.

The switch was dropped in r314778 of the ports tree:
http://svnweb.freebsd.org/ports/head/editors/vim/Makefile?revision=314778view=markup
but it was brought back in r322016:
http://svnweb.freebsd.org/ports/head/editors/vim/Makefile?revision=322016view=markup

I ran into the same issue because I installed vim when WITH_OPTIONS was
absent.

The best way to get around this issue once and for all is to add the 
following to /etc/make.conf:

- /etc/make.conf excerpt -
.if ${.CURDIR:M*/editors/vim}
WITH_OPTIONS=YES
.endif
- /etc/make.conf excerpt -

Roland
-- 
R.F.Smith   http://rsmith.home.xs4all.nl/
[plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated]
pgp: 1A2B 477F 9970 BA3C 2914  B7CE 1277 EFB0 C321 A725 (KeyID: C321A725)


pgpKN6I2ZAyTU.pgp
Description: PGP signature


Re: FreeBSD 9.1 won't boot after install

2013-07-05 Thread James E. Pace
Thanks for the reply.  I appreciate your trying to help me.

On Fri, Jul 5, 2013 at 3:25 PM, Warren Block wbl...@wonkity.com wrote:

 On Fri, 5 Jul 2013, James E. Pace wrote:

 I bought an HP Pavilion p7-1597c [1] system last week.  It is Intel Core
 i5-3330, with a Seagate 1.5 TB SATA drive and 12 GB of memory, shipped with
 Windows 8.
[...]
 I am able to complete the install of FreeBSD 9.1/amd64 from the CD without
 any problems.  However, when I attempt to boot, it doesn't.
[...]
 After an install, I get to the boot0 (the F1 boot menu thing) screen, but
 when it tries to boot, it prints # and doesn't boot.  When trying to
 share the disk with Windows, mostly I'd get boot errors about not having a
 bootable device (ERROR: No boot disk has been detected or the disk has
 failed.).

 boot0 is the multi-boot loader.  I'm reasonably sure it will not work on a 
 GPT disk.  GPT needs the PMBR loader.  This should be correctable by using 
 the Shell option of the install disk:
   # gpart bootcode -b /boot/pmbr -p /boot/gptboot -i 1 ada0

 The installer would write that by default on a blank disk.  I don't know what 
 it does when partitions are added to a GPT disk.  For that matter, I'm not 
 sure how you got boot0 on there.

boot0 must have been installed when I did MBR partitioning, and/or PCBSD did it?

 If there is nothing on the disk to lose, I would start from scratch by going 
 to the shell from the installer:
   # gpart destroy -F ada0

 Return to the installer, and it should find the entire disk unpartitioned.

I booted the 9.1 install CD, executed gpart destroy -F ada0, and
installed.  After completing the install, boot fails with:

ERROR: No boot disk has been detected or the disk has failed.

I booted the install CD again, and executed:

# gpart bootcode -b /boot/pmbr -p /boot/gptboot -i 1 ada0

and rebooted.

I got the same error:

ERROR: No boot disk has been detected or the disk has failed.

 If you really want to multi-boot, reinstall Windows 8.

The Windows ship has sailed -- the system didn't come with media, and
the install has been removed.  So, I'm committed. :)

Do you have any other suggestions?

Thanks,

James
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: FreeBSD 9.1 won't boot after install

2013-07-05 Thread Warren Block

On Fri, 5 Jul 2013, James E. Pace wrote:


Thanks for the reply.  I appreciate your trying to help me.

On Fri, Jul 5, 2013 at 3:25 PM, Warren Block wbl...@wonkity.com wrote:


On Fri, 5 Jul 2013, James E. Pace wrote:


I bought an HP Pavilion p7-1597c [1] system last week.  It is Intel Core
i5-3330, with a Seagate 1.5 TB SATA drive and 12 GB of memory, shipped with
Windows 8.

[...]

I am able to complete the install of FreeBSD 9.1/amd64 from the CD without
any problems.  However, when I attempt to boot, it doesn't.

[...]

After an install, I get to the boot0 (the F1 boot menu thing) screen, but
when it tries to boot, it prints # and doesn't boot.  When trying to
share the disk with Windows, mostly I'd get boot errors about not having a
bootable device (ERROR: No boot disk has been detected or the disk has
failed.).



boot0 is the multi-boot loader.  I'm reasonably sure it will not work on a GPT 
disk.  GPT needs the PMBR loader.  This should be correctable by using the 
Shell option of the install disk:
  # gpart bootcode -b /boot/pmbr -p /boot/gptboot -i 1 ada0

The installer would write that by default on a blank disk.  I don't know what 
it does when partitions are added to a GPT disk.  For that matter, I'm not sure 
how you got boot0 on there.


boot0 must have been installed when I did MBR partitioning, and/or PCBSD did it?


If there is nothing on the disk to lose, I would start from scratch by going to 
the shell from the installer:
  # gpart destroy -F ada0

Return to the installer, and it should find the entire disk unpartitioned.


I booted the 9.1 install CD, executed gpart destroy -F ada0, and
installed.  After completing the install, boot fails with:

ERROR: No boot disk has been detected or the disk has failed.


That is a BIOS error, probably due to UEFI expecting a certain disk 
layout when it finds GPT.



I booted the install CD again, and executed:

# gpart bootcode -b /boot/pmbr -p /boot/gptboot -i 1 ada0

and rebooted.

I got the same error:

ERROR: No boot disk has been detected or the disk has failed.


If you really want to multi-boot, reinstall Windows 8.


The Windows ship has sailed -- the system didn't come with media, and
the install has been removed.  So, I'm committed. :)


Always image the disk that comes with the machine.  I like to do that 
before the first boot.  Clonezilla works well for that.  Something to 
remember for next time, anyway.  You may be able to get Windows 
reinstall media from HP.



Do you have any other suggestions?


Use 'gpart destroy' again, and set up an MBR partitioning scheme:
http://forums.freebsd.org/showpost.php?p=149210postcount=13
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: FreeBSD 9.1 won't boot after install

2013-07-05 Thread James Pace
You, sir, are a wizard. You magical incantations worked, and I now have a 
bootable FreeBSD 9.1 system. 
​
​ Use 'gpart destroy' again, and set up an MBR partitioning scheme: 
 http://forums.freebsd.org/showpost.php?p=149210postcount=13  



I really, really appreciate your help.

​
 James
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org

Re: FreeBSD 9.1 won't boot after install

2013-07-05 Thread Warren Block

On Fri, 5 Jul 2013, James Pace wrote:

You, sir, are a wizard. You magical incantations worked, and I now have a bootable FreeBSD 9.1 system. 
?
? Use 'gpart destroy' again, and set up an MBR partitioning scheme: 
 http://forums.freebsd.org/showpost.php?p=149210postcount=13 
I really, really appreciate your help.


Excellent!  For future reference, I have an article on disk setup here:
http://www.wonkity.com/~wblock/docs/html/disksetup.html

Other FreeBSD articles that you may find useful:
http://www.wonkity.com/~wblock/docs/index.html___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org