Displaying 20 results from an estimated 200 matches similar to: "Properties list for zfs in FreeBSD"
2010 Apr 21
2
HELP! zpool corrupted data
Hello,
Due to a power outage our file server running FreeBSD 8.0p2 will no longer come up due to zpool corruption. I get the following output when trying to import the ZFS pool using either a FreeBSD 8.0p2 cd or the latest OpenSolaris snv_143 cd:
FreeBSD mfsbsd 8.0-RELEASE-p2.vx.sk:/usr/obj/usr/src/sys/GENERIC amd64
mfsbsd# zpool import
pool: tank
id: 1998957762692994918
state: FAULTED
2013 Mar 05
2
make_dev_physpath_alias
Hello all.
I have a supermicro 16 bay box with a LSI 9211-8i card.
We use it for temp data storage, and we wanted to try the l4z compression.
After updating the source tree to r247839: and doing a make buildworld
cycle all works fine.
But at boot time we get some warnings.
make_dev_physpath_alias: WARNING - Unable to alias
gptid/281951f4-a996-11e1-83eb-00259061b51a to
enc at
2013 Jul 22
2
ZFS: can't read MOS of pool
Hi,
I've got a problem with booting zfs-on-root FreeBSD 9.2-PRERELEASE. I'm
getting:
ZFS: i/o error - all block copies unavailable
ZFS: can't read MOS of pool klawisz
gptzfsboot: failed to mount default pool klawisz
Machine is VM running under KVM on Proxmox 2.3-13. VM has 8 GB of RAM,
400 GB of local storage with SCSI Controller type: Default (lsi).
I'm not sure what I did to
2013 Nov 12
4
freebsd-upgrade
hi all.
it was happened that i have no upgrade my system long time. Before that
i used for upgrading "classic" way.
make buildworld
make buildkernel
make installkernel
mergemaster
make installworld
But in current moment as i can see the upgrading is totally changed. As
i understand commands sequence is next:
#freebsd-update fetch
#freebsd-update install
#freebsd-update upgrade -r
2012 Aug 16
2
Geom label lost after expanding partition
I have a GPT formatted disk where I recently expanded the size of a
partition. I used "gpart resize -i 6 ada1" first to expand the
partition to use the remaining free space and then growfs to modify
the FFS file system to use the full partition. This was all done in
single-user mode, of course, but when I enter "exit" to bring the
system up, it failed to mount /usr. This was
2012 Apr 28
5
Restricting users from certain privileges
Hi:
I could not figure out how to restrict users or other users from certain
privileges to execute certain commands in FreeBSD/NanoBSD?
What I meant is I want to create a NanoBSD image in which there will be an
additional user, say 'admin'. I need to give this new user (admin) some
privileges to run some root-can-only-execute commands, but not all (ACL
similar to the firmwares in adsl
2013 Nov 07
3
FreeBSD10-Beta3: No xorg-server-1.12.4
Hi:
The FreeBSD10-Beta3 kernel is recompiled successfully with the
following in /etc/make.conf
WITH_NEW_XORG=yes
WITH_KMS=yes
WITH_GALLIUM=yes
But after installworld, there is no sight of new xorg-server-1.12.4 in
pkg cache nor in /usr/ports:
How to install new xorg and where is the source?
# pkg search xorg
linux-f10-xorg-libs-7.4_1
xorg-7.7
xorg-apps-7.7
xorg-cf-files-1.0.5_1
2007 Jul 29
1
Curious why this doesn't work. (has_many, belongs_to)
Two Models.
class Gm < ActiveRecord::Base
belongs_to :pool
# mode code here.
end
class Pool < ActiveRecord::Base
has_many :gms
# mode code here.
end
Testing code through the console.
>> gm_list.each{ | gm | puts " GM name: #{ gm.user_name } belongs to Pool: #{ gm.pool.pool_name } " }; nil
GM name: John belongs to Pool: RHP 07-08 Season - Career League
GM name:
2013 Mar 22
1
Virtio and GEOM labels
I'm running FreeBSD 9-STABLE as a guest under RHEL 6.4 KVM virtualisation. I have networking and storage in the FreeBSD guest using the Virtio drivers (with the virtual disk set to "Virtio" in the definition on the host). Everything is working nicely: I have a vtnet network adapter and see vtbd devices for my virtual disks in FreeBSD. Performance is much better compared with an
2013 Dec 13
1
Upgrading from FreeBSD10-B3 to FreeBSD10-RC1 borked
Followed the instructions here:
http://www.freebsd.org/doc/handbook/updating-upgrading-freebsdupdate.html
The upgrade borked.
Error message: Can't find 'kernel'
When I checked with ls /boot/kernel/, the directory does exist.
:-(
Since the system has encrypted root partion with ZFSonROOT, I tried to
follow instructions at
https://forums.freebsd.org/viewtopic.php?&t=8958 to boot
2007 Aug 26
4
thread.so (LOAD ERROR)
I did an update to ruby 1.8.6 and since then I can''t run anything in
Rails.
Ex:
j@necropolis:~/sandbox/rhp/0708/trunk$ rake -T
/usr/lib/ruby/1.8/thread.rb:5:in `require'': no such file to load --
thread.so (LoadError)
from /usr/lib/ruby/1.8/thread.rb:5
from /usr/local/lib/site_ruby/1.8/rubygems.rb:85:in `require''
from
2020 Jun 15
2
halt versus shutdown
> I'm quite sure that in original Berkeley Unix, as on the VAX 11/780, halt
> was an immediate halt of the CPU without any process cleanup or file system
> umounting or anything. Early SunOS (pre-Solaris) was like this, too.
>
The SunOS 4.1.2 man page for halt says
NAME
halt - stop the processor
SYNOPSIS
/usr/etc/halt [ -oqy ]
DESCRIPTION
halt writes
2013 Nov 20
1
10.0 BETA3 - nanobsd.sh does not use pkg
Hi, all,
I just wanted to report that. I do not yet have a patch to suggest.
nanobsd.sh cust_pkg() still tries to call pkg_add and fails when
adding packages to the NANO_WORLD_DIR. tbz vs. txz ?
Kind regards
Patrick
--
punkt.de GmbH * Kaiserallee 13a * 76133 Karlsruhe
Tel. 0721 9109 0 * Fax 0721 9109 100
info at punkt.de http://www.punkt.de
Gf: J?rgen Egeling AG Mannheim 108285
2008 Jan 12
1
Collection_Select not showing Selected option
Hi, I''m having some problem with getting collection_select to return
the current value when editing a record. According to everything I''ve
seen, there was an issue but it''s been fixed, but I can''t figure out
why it isn''t returning the current value as a selected option. I''ve
checked the table structures, and both the call_driver.product_line_id
2001 Apr 03
1
Counter strike 1.1 doesn't work :-(
my counter strike freeze just after launch a game.
Half life work well....
I use hl 1.0.1.6 whith wine 20010326. Does anybody has an idea ?? Could
you play counter strike 1.1 on the internet under wine ??
thanks for your assistance.
2020 Jun 15
2
halt versus shutdown
> fwiw, i've always used 'init 0' to shut down all sorts of unix/linux
> systems.
In EL7/EL8, init is now a symlink as well because everything is
controlled by systemd.
> On old school unix, and I think even early Linux, halt was an
> /immediate/ halt, as in catch fire. might as well hit the power switch.
>
Not quite. Shutdown is a timed thing so you can tell it
2013 Jun 24
2
Dibujar rectas sobre varios un grafico multipanel
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Estimado Javier, adjunto el grafico retocado con GIMP, borre las lineas
que sobran en cada panel. Obviamente, no es la idea hacerlo de este
modo, sino con R, pues quiero cambiar el color de la recta y hacer
varios otros graficos, cuya edicion manual requeriria mucho tiempo.
Espero entiendas mejor mi explicacion ahora. Cada una de esas rectas es
un
2000 Dec 05
1
Bugreport: openssh-2.3.0p1 scp to SSH2 (2.0.13) server
Hi,
this is a type 3 bugreport ;)
( 3. Repeatable problems specific to your software layout.)
first of all i must state, that i run openssh on a fairly
old redhat based system (redhat 6.1).
if you have any further questions, feel free to contact me.
configure options:
CFLAGS="-O2 -m486" ./configure --without-rsh --with-tcp-wrappers --prefix=/opt/openssh-2.3.0
2008 May 20
2
need some help in plotting xy graph
Hi
Dataframe fdf contains
bin rate overlay
1 1 90 Assign First/cc _from_SN_53 RNC_20_to_SN_50 RNC_21_Success
Rate
2 2 93 Assign First/cc _from_SN_53 RNC_20_to_SN_50 RNC_21_Success
Rate
3 1 90 Assign First/cc _from_SN_50 RNC_21_to_SN_53 RNC_20_Success
Rate
4 2 94 Assign First/cc _from_SN_50 RNC_21_to_SN_53
2013 Jun 24
3
Dibujar rectas sobre varios un grafico multipanel
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Estimada comunidad, tengo que hacer un grafico con 4 paneles (4 graficos
pegados juntos) y sobre este tengo que dibujar 4 rectas ajustadas a los
datos de cada panel. Intente hacerlo con lattice usando el siguiente
codigo :
library(lattice)
library(latticeExtra)
xYplot(Cbind(mf[,3],mf[,5],mf[,6])~dia|factor(sol),data=mf,xlab="Time