Re: Do I really have to install 80 packages?

2013-10-14 Thread Da Rock
On 10/13/13 17:38, Thomas Mueller wrote: On the question of playing Adobe Flash in FreeBSD, could one use the MS-Windows 32-bit version with (i386-)Wine? I plan to try that. Apparently that won't solve much. The primary issue now with watching flash movies is the drm - on linux it somehow

Re: Do I really have to install 80 packages?

2013-10-13 Thread Thomas Mueller
On the question of playing Adobe Flash in FreeBSD, could one use the MS-Windows 32-bit version with (i386-)Wine? I plan to try that. Tom ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To

Re: Do I really have to install 80 packages?

2013-10-12 Thread Walter Hurry
that going the normal route I shall have to install 80! ports to get it. Is there an easier way? Actually I think you want x11-toolkits/gtk20..? Would pkg_add work for you? Maybe graphics/librsvg2 is better suited (even though it's version 2 of the library). The problem initially mentions

Re: Do I really have to install 80 packages?

2013-10-12 Thread gct7photography
I don't know what others think, but what *I* really want is that the free software versions of Flash (gnash and klash, etc) work at least as well as versions of Adobe Flash do, or if versions of Adobe Flash are to be used, that it will be free and covered by the GPL. Its unlikely to happen unless

Re: Do I really have to install 80 packages?

2013-10-12 Thread Polytropon
, the CSS interpreter, the JS interpreter or something like that. Could you imagine to install a pro- prietary plugin to be able to see a JPG image? To see text centered? To click on a hyperlink? And all the time keep in mind that it is backdoored? Hmmm... Its unlikely to happen unless we start

Re: Do I really have to install 80 packages?

2013-10-12 Thread Ralf Mardorf
On Sun, 2013-10-13 at 04:48 +0200, Polytropon wrote: Let's hope people are going to get smarter than I assume. :-) It's new, not even 100 years old. Within our lifetimes people likely become more stupid, but yes, it will take some generations and people will get smarter.

Do I really have to install 80 packages?

2013-10-11 Thread Walter Hurry
FreeBSD 9.1 I want ONE shared lib; i.e. rsvg.so, which is provided by x11-toolkits/py-gnome-desktop. Unfortunately, it seems that going the normal route I shall have to install 80! ports to get it. Is there an easier way? ___ freebsd-questions

Re: Do I really have to install 80 packages?

2013-10-11 Thread Glenn Sieb
On 10/11/13 5:38 PM, Walter Hurry wrote: FreeBSD 9.1 I want ONE shared lib; i.e. rsvg.so, which is provided by x11-toolkits/py-gnome-desktop. Unfortunately, it seems that going the normal route I shall have to install 80! ports to get it. Is there an easier way? Actually I think you

Re: Do I really have to install 80 packages?

2013-10-11 Thread Polytropon
On Fri, 11 Oct 2013 17:54:24 -0400, Glenn Sieb wrote: On 10/11/13 5:38 PM, Walter Hurry wrote: FreeBSD 9.1 I want ONE shared lib; i.e. rsvg.so, which is provided by x11-toolkits/py-gnome-desktop. Unfortunately, it seems that going the normal route I shall have to install 80

Re: install packages with pkg_add(1) into another file system

2013-10-09 Thread Matthias Apitz
El día Tuesday, October 08, 2013 a las 03:31:16PM +0200, Matthias Apitz escribió: Meanwhile I did: # cp -Rp ~guru/PKGDIR/mnt # PKG_PATH=/PKGDIR # export PKG_PATH # chroot /mnt pkg_add xorg-7.7 # chroot /mnt pkg_add kde-4.10.5 # chroot /mnt pkg_add vim-7.3.1314 ... # chroot

install packages with pkg_add(1) into another file system

2013-10-08 Thread Matthias Apitz
and change partition a from unused to 4.2BSD # newfs /dev/md0s1a # mount /dev/md0s1a /mnt # cd /usr/src now we can install world an kernel: # make installworld DESTDIR=/mnt # make installkernel DESTDIR=/mnt KERNCONF=GENERIC INSTALL_NODEBUG=t # make distrib-dirs DESTDIR=/mnt # make distribution

Re: install packages with pkg_add(1) into another file system

2013-10-08 Thread Mark Felder
On Tue, Oct 8, 2013, at 6:16, Matthias Apitz wrote: So far so good. Now I want install the packages as well into the image in /mnt. What would be the best method for this? Run pkg_add with the flag --chroot chrootdir, or use chroot(8) directly? Or any other idea? Thanks in advance All

Re: install packages with pkg_add(1) into another file system

2013-10-08 Thread Matthias Apitz
El día Tuesday, October 08, 2013 a las 07:58:06AM -0500, Mark Felder escribió: On Tue, Oct 8, 2013, at 6:16, Matthias Apitz wrote: So far so good. Now I want install the packages as well into the image in /mnt. What would be the best method for this? Run pkg_add with the flag --chroot

Re: install packages with pkg_add(1) into another file system

2013-10-08 Thread Mark Felder
On Tue, Oct 8, 2013, at 8:07, Matthias Apitz wrote: El día Tuesday, October 08, 2013 a las 07:58:06AM -0500, Mark Felder escribió: On Tue, Oct 8, 2013, at 6:16, Matthias Apitz wrote: So far so good. Now I want install the packages as well into the image in /mnt. What would

Re: install packages with pkg_add(1) into another file system

2013-10-08 Thread Matthias Apitz
El día Tuesday, October 08, 2013 a las 08:12:31AM -0500, Mark Felder escribió: No. The r255948 was built on a clean, empty environment but with $ cat /etc/src.conf WITH_PKGTOOLS=yes Ok, I won't question your needs for pkg_* as you seem to be aware of what you're doing :-) When

Re: Port of icedtea-web-1.4_1, on 64 bit system might have a problem in the install process.

2013-10-02 Thread Volodymyr Kostyrko
this. Or is the port install not doing something that it should be doing? Never faced this, itweb-javaws works for me without library shuffling but with one tiny fix to startup script: `exec ${COMMAND[@]}`. -- Sphinx of black quartz, judge my vow

Re: Port of icedtea-web-1.4_1, on 64 bit system might have a problem in the install process.

2013-10-02 Thread Volodymyr Kostyrko
something from my environment, that's causing this. Or is the port install not doing something that it should be doing? System is a new build of 9.2-RELEASE, compiled from source, source and ports all built with clang where possible. Just an update, this only worked the first time I executed it, now

Re: Port of icedtea-web-1.4_1, on 64 bit system might have a problem in the install process.

2013-10-02 Thread dweimer
. This does make me wonder though, if I am just missing something from my environment, that's causing this. Or is the port install not doing something that it should be doing? System is a new build of 9.2-RELEASE, compiled from source, source and ports all built with clang where possible. Just

Port of icedtea-web-1.4_1, on 64 bit system might have a problem in the install process.

2013-10-01 Thread dweimer
install not doing something that it should be doing? System is a new build of 9.2-RELEASE, compiled from source, source and ports all built with clang where possible. -- Thanks, Dean E. Weimer http://www.dweimer.net/ ___ freebsd-questions@freebsd.org

Re: Port of icedtea-web-1.4_1, on 64 bit system might have a problem in the install process.

2013-10-01 Thread dweimer
causing this. Or is the port install not doing something that it should be doing? System is a new build of 9.2-RELEASE, compiled from source, source and ports all built with clang where possible. Just an update, this only worked the first time I executed it, now all I get

HP Workstation install

2013-09-24 Thread Bernt Hansson
Hello list! I've bought an HP Workstation xw8200 and trying to install fsb 8.3, 8.4 and 9.1. The machine boots with all of the 8.x but never install, trying to install from usb stick. Installing 9.1 works, sort of, installation works fine but it never boot. Gives; Non-system disk or disk

Re: HP Workstation install

2013-09-24 Thread Pascal Schmid
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 09/24/2013 05:14 PM, Bernt Hansson wrote: Hello list! I've bought an HP Workstation xw8200 and trying to install fsb 8.3, 8.4 and 9.1. The machine boots with all of the 8.x but never install, trying to install from usb stick. Installing

pkg install on freshly installed 9.1 doesn't find any packages

2013-08-16 Thread Yuri
I installed 9.1 from iso image. Then 'pkg' command brought pkg-1.0.11 package. Now commands like 'pkg install gnome2' always say: pkg: Package 'gnome2' was not found in the repositories. Am I missing something? This is vanilla 9.1 from DVD image. Nothing else. Yuri

Re: pkg install on freshly installed 9.1 doesn't find any packages

2013-08-16 Thread Matthew Seaman
On 17/08/2013 05:41, Yuri wrote: I installed 9.1 from iso image. Then 'pkg' command brought pkg-1.0.11 package. Now commands like 'pkg install gnome2' always say: pkg: Package 'gnome2' was not found in the repositories. Am I missing something? This is vanilla 9.1 from DVD image. Nothing

Can't install FreeBSD 9.1 on a Toshiba A20-S207, CAM Status: Command timeout

2013-08-07 Thread Solio Sarabia
in PC-BSD 8.2 (the version that works fine.) I can install PC-BSD 9.1 booting in secure mode, and complete the installation process, but when I finish off installation, remove the disc and reboot, it halts in the following lines: uhub0: 3 ports with 3 removable, self powered uhub2: 5 ports with 5

Odd behavior while booting off Install media for 9.1...

2013-07-16 Thread aurfalien
... sometimes I get a normal boot procedure were I can proceed to install. Other times I get the mountroot prompt and upon pressing enter, the system reboots. This seems random with the same hardware setup. I literally have to stare at the screen for it to finally push through to the install

How to create NanoBSD iso image to install NanoBSD on vmware machine?

2013-07-15 Thread Ganesh Borse
Dear Friends, I am new to Nanobsd and trying to create an iso image which can be installed on vmware machine. I created an iso image using the disk image (/usr/obj/nanobsd.full/_.disk.image) generated according to steps given in NanoBSD How To

Re: How to create NanoBSD iso image to install NanoBSD on vmware machine?

2013-07-15 Thread Olivier Nicole
Ganesh, I am new to Nanobsd and trying to create an iso image which can be installed on vmware machine. I created an iso image using the disk image (/usr/obj/nanobsd.full/_.disk.image) generated according to steps given in NanoBSD How To

Re: How to create NanoBSD iso image to install NanoBSD on vmware machine?

2013-07-15 Thread Ganesh Borse
Hi Olivier, Hard Disk is configured as IDE (IDE 1:1), vm settings. When freebsd image is booting in this VM, before getting the above error, following logs are displayed on boost console: ada0: VMWare Virtual IDE Hard Driver 0001 ATA-4 device ... ... ada0: Previously was known

Re: FreeBSD 9.1 won't boot after install

2013-07-06 Thread Simon
On Fri, 5 Jul 2013 19:43:02 -0600 (MDT), Warren Block wrote: 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

Re: FreeBSD 9.1 won't boot after install

2013-07-06 Thread Warren Block
On Sat, 6 Jul 2013, Simon wrote: On Fri, 5 Jul 2013 19:43:02 -0600 (MDT), Warren Block wrote: 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

install on external hdd

2013-07-06 Thread Nazar Kazakov
Hello everyone, I am new in FreeBSD. I want to install from DVD FreeBSD on an external hdd and I get an error when running the program partitioning. When I press alt + ctrl + F3, last lines: rm: /tmp/bsdinstall_etc/fstab: No such file or directory Running installation step: autopart

Re: install on external hdd

2013-07-06 Thread Polytropon
Your research is correct so far. On Sun, 07 Jul 2013 00:18:11 +0400, Nazar Kazakov wrote: I found on Google about bsdinstall segfault without disks. Then I reboot computer, disconnected the hdd and connected it immediately after starting bsdinstall, that's what I brought: usb_alloc_device:

install on external hdd

2013-07-06 Thread Nazar Kazakov
In dmesg repeats the old conclusion that I wrote, but in dmesg I found information about five usbus and all except the last one (it has 2.0) written usb 1.0. I tried to connect the hdd to last, but failed. Also about usbus written that they are 2-port hub (probably built into the motherboard).

Re: install on external hdd

2013-07-06 Thread Polytropon
On Sun, 07 Jul 2013 01:15:48 +0400, Nazar Kazakov wrote: In dmesg repeats the old conclusion that I wrote, but in dmesg I found information about five usbus and all except the last one (it has 2.0) written usb 1.0. I tried to connect the hdd to last, but failed. Looks like a current issue.

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

Re: FreeBSD 9.1 won't boot after install

2013-07-05 Thread Warren Block
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

Re: FreeBSD 9.1 won't boot after install

2013-07-05 Thread James E. Pace
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

Re: FreeBSD 9.1 won't boot after install

2013-07-05 Thread Warren Block
-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

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

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

Boot Error v7.4 Install

2013-07-01 Thread Gary Welles
I've been trying for days to install v7.4 from floppies with non-bootable CD on an old Intel AltServer platform's Adaptec AIC-7870 SCSI. It's SCSI Software User's Guide offers configuration support for Novell Netware, OS/2, Windows NT, SCO Unix, and Novell UnixWare with no mention of BSD

install firefox without X

2013-06-18 Thread Pol Hallen
Hi all :-) I need use -X ssh and use firefox on remote machine: ssh -X -l user xxx host Is there a way to install firefox without X? or less ports possible thanks! Pol ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman

Re: install firefox without X

2013-06-18 Thread Teske, Devin
On Jun 18, 2013, at 6:41 AM, Pol Hallen wrote: Hi all :-) I need use -X ssh and use firefox on remote machine: ssh -X -l user xxx host Is there a way to install firefox without X? or less ports possible I indeed run Firefox using the above method from my servers (which aren't

Re: install firefox without X

2013-06-18 Thread ill...@gmail.com
On 18 June 2013 14:01, Teske, Devin devin.te...@fisglobal.com wrote: On Jun 18, 2013, at 6:41 AM, Pol Hallen wrote: Hi all :-) I need use -X ssh and use firefox on remote machine: ssh -X -l user xxx host Is there a way to install firefox without X? or less ports possible I

Re: install firefox without X

2013-06-18 Thread Adam Vande More
On Tue, Jun 18, 2013 at 8:41 AM, Pol Hallen m...@fuckaround.org wrote: Hi all :-) I need use -X ssh and use firefox on remote machine: ssh -X -l user xxx host Is there a way to install firefox without X? or less ports possible On a clean machine, setting WITHOUT_X11=yes in /etc/make.conf

How can I install dialog4ports in my qjail3 environment?

2013-06-15 Thread Masayoshi Fujimoto
Hi, How can I install dialog4ports in my qjail3 environment? I will be grateful for any help you can provide. root # cd /usr/ports/sysutils/qjail root # qjail create -n em0 webserver 192.168.0.50 root # pkg_info | grep qjail qjail-3.0   Utility to quickly deploy and manage jails

Re: Panic/reboot while trying to install 9.1 on a HP Proliant DL580G5

2013-06-14 Thread Ewald Jenisch
On Fri, Jun 07, 2013 at 10:41:01AM +0930, Shane Ambler wrote: Just guessing from what I see - The panic is No usable event timer found! . Hi Shane, Thanks much for the hints you sent me. Since I'm pretty swamped with work it took me a couple of days before I could go on with my tests.

Re: Panic/reboot while trying to install 9.1 on a HP Proliant DL580G5

2013-06-14 Thread Shane Ambler
On 14/06/2013 23:33, Ewald Jenisch wrote: On Fri, Jun 07, 2013 at 10:41:01AM +0930, Shane Ambler wrote: Just guessing from what I see - The panic is No usable event timer found! I did say just guessing and thought someone more knowledgeable may have spoken by now. One thing I did find -

With fresh 9.1 install, bash completion no longer expands $HOME

2013-06-10 Thread David P. Caldwell
On my 9.0-based machines, if I typed $HOME[tab] when typing a command in bash, the $HOME would be overwritten by the actual path to my home directory (the value of $HOME) and tab completion would work as expected. After a fresh 9.1 install, this does not work as well. $HOME is still detected

Re: With fresh 9.1 install, bash completion no longer expands $HOME

2013-06-10 Thread Jeremy Chadwick
Re: http://lists.freebsd.org/pipermail/freebsd-questions/2013-June/251607.html This has nothing to do with FreeBSD 9.0 vs. 9.1 other than the fact that the package on 9.0 is older than 9.1. Instead, this has everything to do with the difference between bash versions you're using. Remember:

Panic/reboot while trying to install 9.1 on a HP Proliant DL580G5

2013-06-06 Thread Ewald Jenisch
Hi, Several days ago I got a HP Proliant DL580 G5 that I wanted to install FreeBSD 9.1 (64bit) on - till now without any success :-(. Symptoms: Upon booting off the installation DVD the system freezes (when running the installation non-verbose) or installation stops with a panic followed

Re: Panic/reboot while trying to install 9.1 on a HP Proliant DL580G5

2013-06-06 Thread Shane Ambler
kern.eventtimer.periodic=1 kern.eventtimer.timer=LAPIC and booting the install-DVD with these settings (I once could boot and older HP-server using these settings, so I tried them here too) (FreeBSD-install-crash-HP-Proliant-DL580-G5-04.jpg shows the actual panic/stacktrace) Just guessing from

Re: ZFS install on a partition

2013-05-24 Thread Steve O'Hara-Smith
On Thu, 23 May 2013 11:00:21 +0200 Albert Shih albert.s...@obspm.fr wrote: Before I'm installing my server under 9.0 + ZFS I do some benchmarks with ionice to compare FreeBSD 9.0+ ZFS + 12 disk SATA 7200 rpm vs CentOS + H700 + 12 disk SAS 15krpm (Both are same Dell poweredge).

Re: 9.1 - new install questions

2013-05-24 Thread egunther
Hi, I don't often comment here and don't really have much to add in this case but; What have you tried to discover the answers to your questions? I just noticed that this post seemed to have been missed. some leads might be: http://www.freebsd.org/releases/9.1R/relnotes.html

Re: ZFS install on a partition

2013-05-23 Thread Albert Shih
Le 17/05/2013 ? 20:03:30-0400, Paul Kraus a écrit ZFS is stable, it is NOT as tuned as UFS just due to age. UFS in all of it's various incarnations has been tuned far more than any filesystem has any right to be. I spent many years managing Solaris system and I was truly amazed at how

Re: ZFS install on a partition

2013-05-23 Thread Albert Shih
Le 18/05/2013 ? 09:02:15-0400, Paul Kraus a écrit On May 18, 2013, at 3:21 AM, Ivailo Tanusheff ivailo.tanush...@skrill.com wrote: If you use HBA/JBOD then you will rely on the software RAID of the ZFS system. Yes, this RAID is good, but unless you use SSD disks to boost performance and

Re: ZFS install on a partition

2013-05-23 Thread Paul Kraus
physical system install 9.1, get the OS configured how you want it 2) on the production server, export the data zpool 3) shutdown the production server 4) remove the OS drives from the production server and replace with the drives you just installed 9.1 on 5) booth the production server

9.1 - new install questions

2013-05-19 Thread Mike.
I just installed 9.1 on a clean disk. The dmesg is at the end of this message. For the network configuration, I selected DHCP for IPv4 and SLAAC for IPv6. When I boot the PC, it appears that dhclient tries to load twice. Why does it try to load the second time? From the console log: May

Re: ZFS install on a partition

2013-05-19 Thread Paul Kraus
On May 18, 2013, at 10:16 PM, kpn...@pobox.com wrote: On Sat, May 18, 2013 at 01:29:58PM +, Ivailo Tanusheff wrote: Not sure about your calculations, hope you trust them, but in my previous company we have a 3-4 months period when a disk fails almost every day on 2 year old servers, so

RE: ZFS install on a partition

2013-05-18 Thread Ivailo Tanusheff
. Best regards, Ivailo Tanusheff -Original Message- From: owner-freebsd-questi...@freebsd.org [mailto:owner-freebsd-questi...@freebsd.org] On Behalf Of b...@todoo.biz Sent: Saturday, May 18, 2013 8:33 AM To: Liste FreeBSD Subject: Re: ZFS install on a partition Le 18 mai 2013 à 06:49

RE: ZFS install on a partition

2013-05-18 Thread Ivailo Tanusheff
: owner-freebsd-questi...@freebsd.org [mailto:owner-freebsd-questi...@freebsd.org] On Behalf Of b...@todoo.biz Sent: Saturday, May 18, 2013 1:24 AM To: Liste FreeBSD Subject: ZFS install on a partition Hi, I have a question regarding ZFS install on a system setup using an Intel Modular

RE: ZFS install on a partition

2013-05-18 Thread Ivailo Tanusheff
named mypool issue: zfs set copies=2 mypool Best regards, Ivailo Tanusheff -Original Message- From: b...@todoo.biz [mailto:b...@todoo.biz] Sent: Saturday, May 18, 2013 10:46 AM To: Ivailo Tanusheff Subject: Re: ZFS install on a partition Le 18 mai 2013 à 09:21, Ivailo Tanusheff

Re: ZFS install on a partition

2013-05-18 Thread Paul Kraus
On May 18, 2013, at 3:21 AM, Ivailo Tanusheff ivailo.tanush...@skrill.com wrote: If you use HBA/JBOD then you will rely on the software RAID of the ZFS system. Yes, this RAID is good, but unless you use SSD disks to boost performance and a lot of RAM the hardware raid should be more

Re: ZFS install on a partition

2013-05-18 Thread Paul Kraus
On May 18, 2013, at 12:49 AM, kpn...@pobox.com wrote: On Fri, May 17, 2013 at 08:03:30PM -0400, Paul Kraus wrote: On May 17, 2013, at 6:24 PM, b...@todoo.biz b...@todoo.biz wrote: 3. Should I avoid using ZFS since my system is not well tuned and It would be asking for trouble to use ZFS in

RE: ZFS install on a partition

2013-05-18 Thread Ivailo Tanusheff
-Original Message- From: owner-freebsd-questi...@freebsd.org [mailto:owner-freebsd-questi...@freebsd.org] On Behalf Of Paul Kraus Sent: Saturday, May 18, 2013 4:02 PM To: Ivailo Tanusheff Cc: Liste FreeBSD Subject: Re: ZFS install on a partition On May 18, 2013, at 3:21 AM, Ivailo Tanusheff

ZFS install on a partition

2013-05-17 Thread b...@todoo.biz
Hi, I have a question regarding ZFS install on a system setup using an Intel Modular. This system runs various flavor of FreeBSD and Linux using a shared pool (LUNs). These LUNs have been configured in RAID 6 using the internal controller (LSI logic). So from the OS point of view

Re: ZFS install on a partition

2013-05-17 Thread Joshua Isom
to play around with jails, have fun and create a 1000 node beowulf on one system. On 5/17/2013 5:24 PM, b...@todoo.biz wrote: Hi, I have a question regarding ZFS install on a system setup using an Intel Modular. This system runs various flavor of FreeBSD and Linux using a shared pool (LUNs

Re: ZFS install on a partition

2013-05-17 Thread Paul Kraus
On May 17, 2013, at 6:24 PM, b...@todoo.biz b...@todoo.biz wrote: I know I should install a system using HBA and JBOD configuration - but unfortunately this is not an option for this server. I ran many ZFS pools on top of hardware raid units, because that is what we had. It works fine

Re: ZFS install on a partition

2013-05-17 Thread Damien Fleuriot
beowulf on one system. On 5/17/2013 5:24 PM, b...@todoo.biz wrote: Hi, I have a question regarding ZFS install on a system setup using an Intel Modular. This system runs various flavor of FreeBSD and Linux using a shared pool (LUNs). These LUNs have been configured in RAID 6 using

Re: ZFS install on a partition

2013-05-17 Thread b...@todoo.biz
Thanks for this documented answer. Couple of comments though… Le 18 mai 2013 à 02:03, Paul Kraus p...@kraus-haus.org a écrit : On May 17, 2013, at 6:24 PM, b...@todoo.biz b...@todoo.biz wrote: I know I should install a system using HBA and JBOD configuration - but unfortunately

Re: ZFS install on a partition

2013-05-17 Thread b...@todoo.biz
Le 18 mai 2013 à 06:49, kpn...@pobox.com a écrit : On Fri, May 17, 2013 at 08:03:30PM -0400, Paul Kraus wrote: On May 17, 2013, at 6:24 PM, b...@todoo.biz b...@todoo.biz wrote: 3. Should I avoid using ZFS since my system is not well tuned and It would be asking for trouble to use ZFS in

Re: [offtopic] ZFS mirror install /mnt is empty

2013-05-15 Thread Trond Endrestøl
cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 13 May 2013 06:38:03 -0700 (PDT) Subject: Re: ZFS mirror install /mnt is empty Mime-Version: 1.0 (Mac OS X Mail 6.3 \(1503\)) From: Paul Kraus p...@kraus-haus.org In-Reply-To: alpine.bsf.2.00.1305131522340.72...@mail.fig.ol.no Date: Mon, 13 May 2013 09:38

Re: ZFS mirror install /mnt is empty

2013-05-15 Thread Roland van Laar
On 13-05-13 07:58, Trond Endrestøl wrote: On Sun, 12 May 2013 23:11+0200, Roland van Laar wrote: Hello, I followed these[1] step up to the Finishing touches. I'm using a 9.1 Release. After the install I go into the shell and /mnt is empty. The mount command shows that the zfs partitions

Re: [offtopic] ZFS mirror install /mnt is empty

2013-05-15 Thread Paul Kraus
I responded to Trond privately. On May 15, 2013, at 2:25 AM, Trond Endrestøl trond.endres...@fagskolen.gjovik.no wrote: Am I the only one to receive these emails twice, delayed only by a couple of days since receiving the original emails? Judging be the headers below this is either

Re: [offtopic] ZFS mirror install /mnt is empty

2013-05-15 Thread Shane Ambler
On 15/05/2013 15:55, Trond Endrestøl wrote: Am I the only one to receive these emails twice, delayed only by a couple of days since receiving the original emails? Judging be the headers below this is either misconfiguration, a MITM attack or something else. yes I got a duplicate of the

Re: ZFS mirror install /mnt is empty

2013-05-14 Thread Paul Kraus
On May 14, 2013, at 12:10 AM, Shane Ambler free...@shaneware.biz wrote: When it comes to disk compression I think people overlook the fact that it can impact on more than one level. Compression has effects at multiple levels: 1) CPU resources to compress (and decompress) the data 2) Disk

Re: ZFS mirror install /mnt is empty

2013-05-13 Thread Paul Kraus
On May 13, 2013, at 1:58 AM, Trond Endrestøl trond.endres...@fagskolen.gjovik.no wrote: Due to advances in hard drive technology, for the worse I'm afraid, i.e. 4K disk blocks, I wouldn't bother enabling compression on any ZFS file systems. I might change my blog posts to reflect this stop

Re: ZFS mirror install /mnt is empty

2013-05-13 Thread Trond Endrestøl
On Mon, 13 May 2013 08:40-0400, Paul Kraus wrote: On May 13, 2013, at 1:58 AM, Trond Endrestøl trond.endres...@fagskolen.gjovik.no wrote: Due to advances in hard drive technology, for the worse I'm afraid, i.e. 4K disk blocks, I wouldn't bother enabling compression on any ZFS file

Re: ZFS mirror install /mnt is empty

2013-05-13 Thread Paul Kraus
On May 13, 2013, at 9:25 AM, Trond Endrestøl trond.endres...@fagskolen.gjovik.no wrote: I guess it's due to my (mis)understanding that files shorter than 4KB stored on 4K drives never will be subject to compression. And as you state below, the degree of compression depends largely on the

Re: ZFS mirror install /mnt is empty

2013-05-13 Thread Shane Ambler
On Mon, 13 May 2013 08:40-0400, Paul Kraus wrote: On May 13, 2013, at 1:58 AM, Trond Endrestøl wrote: Due to advances in hard drive technology, for the worse I'm afraid, i.e. 4K disk blocks, I wouldn't bother enabling compression on any ZFS file systems. I might change my blog posts to

ZFS mirror install /mnt is empty

2013-05-12 Thread Roland van Laar
Hello, I followed these[1] step up to the Finishing touches. I'm using a 9.1 Release. After the install I go into the shell and /mnt is empty. The mount command shows that the zfs partitions are mounted. When I reboot the system it can't find the bootloader. What can I do to fix this? Thanks

Re: ZFS mirror install /mnt is empty

2013-05-12 Thread Trond Endrestøl
On Sun, 12 May 2013 23:11+0200, Roland van Laar wrote: Hello, I followed these[1] step up to the Finishing touches. I'm using a 9.1 Release. After the install I go into the shell and /mnt is empty. The mount command shows that the zfs partitions are mounted. When I reboot the system

memstick serial console install is completely illegible ... am I doing something wrong ?

2013-04-29 Thread Jason Usher
I have the latest 9.1-RELEASE memstick image burned to a USB drive. I boot from that and connect to my device with a serial console. At some point, the installer asks me what terminal emulation I am using - I choose vt100. But then things go to hell ... I am not complaining that the screen

make install and portinstall

2013-04-28 Thread Alexey_Kurinnij
I can`t install xorg when use cd to port dir and run make install clean Before make install clean I run make config-recursive and make fetch-recursive Here errors http://dpaste.com/1076927/ But portinstall can install xorg I not mutch experienced with free bsd, but what I doing wrong

Re: Installing new world failed (install -l)

2013-04-28 Thread Eir Nym
What should I do in this situation? -- Eir Nym On 28 April 2013 23:36, Eir Nym eir...@gmail.com wrote: Since -l switch introduced into install(8), I can't build new FreeBSD box at all. I do following command set to build new box: (http://eroese.org/mkw.sh) 1) cd /usr/head/src svn up 2

FreeBSD 9 port XORG failed to install

2013-04-27 Thread Савельев Владимир
Hi, colleagues! I am trying to install FreeBSD 9 to my notebook Acer Aspire V3-571G. Ports I am trying to install: /usr/ports/x11/xorg My issue is that build fails on an unclear reason. Workflow is: 1. Install FreeBSD 2. Install system updates 3. Download and extract

Re: FreeBSD 9 port XORG failed to install

2013-04-27 Thread Matthias Apitz
Hi Савельев Владимир, El día Saturday, April 27, 2013 a las 08:59:36PM +0400, Савельев Владимир escribió: Hi, colleagues! I am trying to install FreeBSD 9 to my notebook Acer Aspire V3-571G. Ports I am trying to install: /usr/ports/x11/xorg My issue is that build

Install TP-LINK TL-WDN4800 wireless network interface card

2013-04-10 Thread leeoliveshackelford
Good afternoon, dear FreeBSd enthusiasts. Is there anyone who has attempted to install a TP-LINK TL-WDN4800 p.c.i.-express wireless network interface card? I am using FreeBSD 9.1 on a Hewlett-Packard xw4400 workstation. The card works perfectly under Windows XP. However, it seems

Re: Install TP-LINK TL-WDN4800 wireless network interface card

2013-04-10 Thread Joshua Isom
it, but there's no driver in 9.1. On 4/10/2013 3:39 PM, leeoliveshackelf...@surewest.net wrote: Good afternoon, dear FreeBSd enthusiasts. Is there anyone who has attempted to install a TP-LINK TL-WDN4800 p.c.i.-express wireless network interface card? I am using FreeBSD 9.1 on a Hewlett-Packard

FreeBSD 8.1 install on Intel Romley platform

2013-03-20 Thread Belle_Kuo
Dear Sir/Madam, We are facing a problem to install FreeBSD8.1 on Intel Romley platform, SAS HDD could not be detected. While we tried FreeBSD 9.1, it has no problem. However, our Firewall application only work on FreeBSD 8.1 and 8.3. Is there any driver or kernel update that we can integrate

Re: FreeBSD 8.1 install on Intel Romley platform

2013-03-20 Thread Andrea Venturoli
On 03/20/13 12:44, belle_...@wiwynn.com wrote: We are facing a problem to install FreeBSD8.1 8.1 is not supported anymore; I don't think you'll get much help. our Firewall application only work on FreeBSD 8.1 and 8.3. 8.3 is still supported, so I'd move on to that one. SAS HDD could

Looks Like New Changes To 'install' Break Mergemaster

2013-03-17 Thread Tim Daneliuk
*** Creating and populating directory structure in /var/tmp/temproot install: illegal option -- l usage: install [-bCcMpSsv] [-B suffix] [-f flags] [-g group] [-m mode] [-o owner] file1 file2 install [-bCcMpSsv] [-B suffix] [-f flags] [-g group] [-m mode] [-o

Re: Looks Like New Changes To 'install' Break Mergemaster

2013-03-17 Thread Tim Daneliuk
/tmp/temproot *** /var/tmp/temproot ready for use *** Creating and populating directory structure in /var/tmp/temproot install: illegal option -- l usage: install [-bCcMpSsv] [-B suffix] [-f flags] [-g group] [-m mode] [-o owner] file1 file2 install [-bCcMpSsv] [-B suffix

Re: Looks Like New Changes To 'install' Break Mergemaster

2013-03-17 Thread Tim Daneliuk
On 03/17/2013 02:52 PM, Tim Daneliuk wrote: PR 177055 submitted. -- Tim Daneliuk tun...@tundraware.com PGP Key: http://www.tundraware.com/PGP/ ___

Re: Does anyone know how to install FreeBSD 8.3 under Virtual Box 4.2.6?

2013-03-01 Thread Paul Kraus
On Mar 1, 2013, at 2:04 AM, Richard Sharpe realrichardsha...@gmail.com wrote: Hi, I booted the FreeBSD 8.3 DVD1 under Virtual Box, but it crashes in VB 4.2.6 under Win 7 and Linux. Can you install *other* Guest OSes under VBox on these hosts ? I have been running lots of 9.0 VMs under VBox

Re: Cannot install on HP Pavilion

2013-03-01 Thread Butch Whitby
On 02/25/2013 16:50, Jeff Tipton wrote: On 02/25/2013 22:39, Russell Murphy wrote: ERROR: No boot disk has been detected or the disk has failed Isn't this a BIOS message about a failing harddisk?

Does anyone know how to install FreeBSD 8.3 under Virtual Box 4.2.6?

2013-02-28 Thread Richard Sharpe
Hi, I booted the FreeBSD 8.3 DVD1 under Virtual Box, but it crashes in VB 4.2.6 under Win 7 and Linux. Seems to install OK on QEMU/VMM under Linux ... Does anyone know how to get it to run under Virtual Box? -- Regards, Richard Sharpe (何以解憂?唯有杜康。--曹操

Re: Does anyone know how to install FreeBSD 8.3 under Virtual Box 4.2.6?

2013-02-28 Thread Trond Endrestøl
On Thu, 28 Feb 2013 23:04-0800, Richard Sharpe wrote: Hi, I booted the FreeBSD 8.3 DVD1 under Virtual Box, but it crashes in VB 4.2.6 under Win 7 and Linux. Seems to install OK on QEMU/VMM under Linux ... Does anyone know how to get it to run under Virtual Box? Ensure firmware

Re: Does anyone know how to install FreeBSD 8.3 under Virtual Box 4.2.6?

2013-02-28 Thread Richard Sharpe
On Thu, Feb 28, 2013 at 11:29 PM, Trond Endrestøl trond.endres...@fagskolen.gjovik.no wrote: On Thu, 28 Feb 2013 23:04-0800, Richard Sharpe wrote: Hi, I booted the FreeBSD 8.3 DVD1 under Virtual Box, but it crashes in VB 4.2.6 under Win 7 and Linux. Seems to install OK on QEMU/VMM under

  1   2   3   4   5   6   7   8   9   10   >