Re: FreeBSD 8.2 (i386) does not install under Hyper-V

2011-04-15 Thread Scheller, Roland
Hi,


 Try to install FreeBSD 8.2 on Hyper-V but some-virt-hdd.VHD not bigger then 
 30Gb.

Thanks for your hint.  My VHD was about 32 Gb. I tried one more install on a 16 
GB VHD. Now everything seems to work.

Thanks for your efforts.
Roland
___
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 8.2 (i386) does not install under Hyper-V

2011-04-12 Thread Scheller, Roland
Hi,



I'm facing issues with installing and updating of FreeBSD 8.2 (i386) under 
Hyper-V (Windows Server 2008, Service Pack 2):



1. Update Freebsd 8.0 (i386) - 8.2 under Hyper-V (via cvsup)

FreeBSD 8.0 is running fine under Hyper-V on this system since a long time. I 
had no issues at the time when I installed it. Now I tried to update it to a 
more recent version:



No issues with make buildworld, make buildkernel, but after make 
installkernel the VM does not boot any longer. Instead the following error 
message is displayed: freebsd ld-elf.so.1 libc.so.7 unsopported version 
Elf_Verdef.



2. Then I tried to install FreeBSD 8.2 into a new VM (via ISO image)



I received several error messages during the installation, several packages 
can't be installed: Add of Package xx aborted, error code 0.



Debug Screen:



ldconfig: warning: /usr/local/Lib: No such file or directory

pkg_add: could' t remove temporary dir '/var/tmp/instmp.y3gyg8'

pkg_add: leave_playpen: can' chdir back to ''

pid 72 (sh), uid 0: exited on signal 11 (core dumped) pid 73 (sh), uid 0: 
exited on signal 11 (core dumped) ...

(several similiar lines with core dumped follow.)



Eventually the installation abends with: Could'nt extract the following 
distributions. This may be because they were not available on the installation 
media you've chosen: (A lot of packages are

displayed.)



Then:



Cannot dump. Device not defined or unavailable. Automatic reboot in 15 seconds 
- press a key on the console to abort



After the restart the bootloader displays several error messages with dump info 
and then stops with BTX halted.

I did validate the MD5 sum of the image.



Another attempt to use VHD as SCSI disk failed as well - the drive is not 
recognized (No Disks Found!)



Then I tested the installation of FreeBSD 8.2 (same image) on my desktop under 
Virtualbox (Windows 7) successfully. This did work without issues. 
Unfortunately this does not help with my Windows Server 2008.



Is this a known issue?



Thanks,

Roland

___
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


Oracle 10g installation problem

2005-01-19 Thread Scheller, Roland
I tried to install Oracle Standard Edition on FreeBSD 5.3-RELEASE using
linux emulation.

Installation shows error messages as follows:

1. 
snip--
UnsatisfiedLinkError exception loading native library: njni10
Exception in thread main java.lang.UnsatisfiedLinkError:
jniGetOracleHome
at oracle.net.common.NetGetEnv.jniGetOracleHome(Native Method)
at oracle.net.common.NetGetEnv.getOracleHome(Unknown Source)
at oracle.net.common.NetProperties.init(Unknown Source)
at oracle.net.common.NetProperties.getInstance(Unknown Source)
at oracle.net.ca.CmdlineArgs.init(Unknown Source)
at oracle.net.ca.InitialSetup.init(Unknown Source)
at oracle.net.ca.NetCA.main(Unknown Source)

Configuration assistant Oracle Net Configuration Assitant failed.
snip--
I tried to ignore that and hoped to configure later...

2. When executing root.sh the following error message appears:
snip--
...
Now product-specific root actions will be performed.
/u01/app/oracle/product/10.1.0/Db_1/bin/crsctl.bin: error while loading
shared libraries: libclntsh.so.10.1: cannot open shared object file: No
such file or directory
/u01/app/oracle/product/10.1.0/Db_1/bin/clscfg: error while loading
shared libraries: libclntsh.so.10.1: cannot open shared object file: No
such file or directory
Failed to initialize Oracle Cluster Registry for cluster 
snip--

In spite of these error messages the installation completed successful.

When I try to start netca from bash shell after install it brings same
error messages as mentioned above.

...
UnsatisfiedLinkError exception loading native library: njni10
...

I tried to put a symlink from $ORACLE_HOME/lib/libnjni10.so
to$ORACLE_HOME/lib/libnjni10 but it did not change anything.

The file libclntsh.so.10.1 does not exist on the system, I just found
libclntsh.so.9.0.

Any solutions for my problem would be appreciated.


Thanks,

Roland Scheller
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Vmware AIO problem

2005-01-19 Thread Scheller, Roland
Hello

I tried to install vmware3 port on FreeBSD 5.3-RELEASE.

When I start VMWare the Configuration Wizard shows and I am able to
create a virtual machine. Installation of Windows 98 first seems to work
(booting from cd, creating partition, copying files...) and hangs after
some time.  

When powering off the VM I have an error message:

---
VMWare Workstation unrecoverable Error (VMX)

AIO: Not_implemented F(831):712
Please request support and include the contents of the log file:
WinXPPro.log

---

I Build a new Kernel as requested with option as follows:

#-
options VFS_AIO # VMWARE
#-

and applied kernel patch from http://www.break.net/orlando/freebsd.html
as recommended.
So I think AIO should work.

Is there a workaround to help me solve my problem?

Thanks,
Roland
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]