Hi, all,
Am 09.01.2011 um 11:03 schrieb Matthew Seaman:
> [*] All of this mathematics is pretty suspect, because if two drives
> fail simultaneously in a machine, the chances are the failures are not
> independent, but due to some external cause [eg. like the case fan
> breaking and the box toast
Hello, Jeremy,
Am 07.02.2011 um 09:55 schrieb Jeremy Chadwick:
> The Wiki is outdated, I'm sorry to say. Given that you have 8GB RAM, I
> would recommend these settings.
> ...
Thank you very much for the insight. A current summary of recommended
settings is very much appreciated.
Could you add
Hello,
Am 08.02.2011 um 16:00 schrieb Tom Evans:
> My home file server is similar in spec to that - Core 2 Duo, 4 GB RAM
> and running 8.2-RC3/amd64, with a pool with two 6 x 1.5 TB raidz
> arrays, for a total capacity of ~16 TB. The only ZFS settings I have
> changed from default are:
>
> # Allo
Hi, all,
I just discovered a minor problem when updating some rather dated
systems from FreeBSD 6.x to 7.x or 8.x.
The servers are Fujitsu Technology Solutions (former Fujitsu-Siemens)
RX100 S4. The current generation of the same system is RX100 S6, so this
is two generations old. Some of them st
Hi, all,
we use a big JBOD and ZFS with raidz2 as the target
for our nightly Amanda backups.
I already suspected that the fact that the FS was > 90% full might
be the cause of our backup performance continously decreasing.
I just added another vdev - 6 disks of 750 GB each, raidz2 and the
FS usa
Hello,
Am 07.03.2011 um 13:37 schrieb Tom Evans:
> Maybe this loader tunable will help:
> hw.bge.allow_asf
> Allow the ASF feature for cooperating with IPMI. Can cause sys‐
> tem lockup problems on a small number of systems. Disabled by
> default.
No - same result:
Hello,
Am 09.03.2011 um 14:28 schrieb Tom Evans:
> I don't think this is accurate. Prefetch was certainly disabled by
> default on 8.0 if you had 4GB of RAM or less, requiring the sysctl
> vfs.zfs.prefetch_disable=0 to be set if you wanted prefetch and had
> 4GB of RAM or less.
My configuration
Hi, all,
On my system using the "old" ATA driver, I can use a command like this
to get useful information about my disk drives:
nas-pmh# atacontrol cap ad4
Protocol SATA revision 2.x
device model ST32000542AS
seri
Hello,
Am 02.04.2011 um 11:40 schrieb Jeremy Chadwick:
> You want "camcontrol identify adaX". DO NOT confuse this with
> "camcontrol inquiry adaX" (this won't work).
>
> identify = for ATA
> inquiry = for SCSI
Works perfectly, but I just noticed one really odd thing:
1. boot without ahci.ko:
Hi,
Am 03.04.2011 um 15:36 schrieb Alexander Motin:
> I've noticed that some RAID BIOS'es disable write cache on their disks.
> ata(4) enabled cache in such cases, but CAM doesn't now. I'll take care of it
> for ATA. For now you can manage it via `camcontrol cmd`.
I understand. So probably my d
Hi, all,
Am 03.04.2011 um 15:44 schrieb Patrick M. Hausen:
> Am 03.04.2011 um 15:36 schrieb Alexander Motin:
>> I've noticed that some RAID BIOS'es disable write cache on their disks.
>> ata(4) enabled cache in such cases, but CAM doesn't now. I'll take care
Hi, all,
Am 05.08.2011 um 17:12 schrieb Christian Weisgerber:
> Daniel Kalchev wrote:
>
>> On 02.08.11 12:46, Daniel O'Connor wrote:
>>> I am pretty sure UFS does not have this problem. i.e. once you
>>> delete/move the files out of the directory its performance would be
>>> good again.
>>
>
Hello,
Am 30.09.2011 um 16:00 schrieb Teratux:
> My nscd daemon is also configured to hold it's cache for a long period of
> time.
> When I reboot my machine I cannot login ...
reboot == restart of nscd == empty cache, if I'm not mistaken.
If nscd has a persistent storage for cache entries, tha
Hi, all,
while most cheap servers with SATA disks are not really hot-plug
capable, changing a failed disk (either gmirror or zfs) was possible
without a reboot by executing e.g. if ad4 failed:
atacontrol detach ata2
atacontrol attach ata2
What is the proper equivalent for ahci, ada0 and camcont
Hi!
Am 14.12.2011 um 10:26 schrieb Jeremy Chadwick:
>> What is the proper equivalent for ahci, ada0 and camcontrol?
>
> None is needed: yank the disk, reinsert, wait a few seconds, done.
> Validation, with full output, hardware, etc:
>
> http://koitsu.wordpress.com/2010/07/22/freebsd-and-zfs-hot
Hi!
Am 14.12.2011 um 10:52 schrieb Patrick M. Hausen:
> Yes - my fault. I had an active swap partition on the disk which perfectly
> explains the panic.
I replaced that one with a gmirror device, now.
>> You might try booting RELENG_9 (which has ahci.ko as the default, so no
>
Hi, all,
Am 15.12.2011 um 12:18 schrieb Michael Ross:
> Following Steven Hartlands' suggestion,
> from one of my machines:
>
> /usr/ports/sysutils/dmidecode/#sysctl -a | egrep "hw.vendor|hw.product"
>
> /usr/ports/sysutils/dmidecode/#dmidecode -t 2
> # dmidecode 2.11
> SMBIOS 2.6 present.
>
> H
Hi, all,
Am 17.01.2012 um 18:59 schrieb peter h :
> I have been beating on of these a few days, i have udes freebsd 9.0 and 8.2
> Both fails when i engage > 10 disks, the system craches and messages :
> "Hyper transport sync flood" will get into the BIOS errorlog ( but nothing
> will
> come to s
Hi all,
Am 18.01.2012 um 00:14 schrieb peter h :
> On Tuesday 17 January 2012 23.15, Ronald Klop wrote:
>> On Tue, 17 Jan 2012 18:59:08 +0100, peter h wrote:
>>
>>> I have been beating on of these a few days, i have udes freebsd 9.0 and
>>> 8.2
>>> Both fails when i engage > 10 disks, the syst
Hi, all,
is it possible to make a definite statement about swap on zvols?
I found some older discussions about a resource starvation
scenario when ZFS arc would be the cause of the system
running out of memory, trying to swap, yet the ZFS would
not be accessible until some memory was freed - lead
Hello,
Am 16.03.2012 um 18:20 schrieb Slawa Olhovchenkov:
> I do NFSv3 export of ZFS.
> root from remote host create files on ZFS witch uid 2^32-2:
>
> # ls -l /usr/ports/packages32/
> total 6
> drwxr-xr-x 2 4294967294 wheel 5 Mar 17 00:57 All
> drwxr-xr-x 2 4294967294 wheel 5 Mar 17 00:57
Hello,
Am 16.03.2012 um 18:42 schrieb Slawa Olhovchenkov:
> On Fri, Mar 16, 2012 at 06:32:43PM +0100, Patrick M. Hausen wrote:
>
>> Hello,
>>
>> Am 16.03.2012 um 18:20 schrieb Slawa Olhovchenkov:
>>> I do NFSv3 export of ZFS.
>>> root from remote
Hi, all,
Am 16.03.2012 um 18:51 schrieb Florian Wagner:
> And FreeBSD != Linux. Access from root does not get mapped to nobody.
> See exports(5).
$ man exports
...
In the absence of -maproot and -mapall options, remote accesses by root
will result in using a credential of -2:-2. All o
Hi, all,
Am 14.04.2012 um 18:59 schrieb Bjoern A. Zeeb:
> No FreeBSD tree shipped does
> support transport mode at this time.
I remember that I ran a Soekris device with RELENG_6 NanoBSD
to drive my VPN connection via transport mode.
Racoon for IKE, standard IPSEC as shipped with RELENG_6.
Was i
Hi, all,
Am 28.04.2012 um 11:39 schrieb Eugene Grosbein:
> 28.04.2012 14:50, Zenny пишет:
>
>>> try sudo from ports, security/sudo
>>>
>>> cheers,
>>> danny
>>>
>>>
>> Thanks Daniel, but sudo gives all (not selective) root privileges to the
>> user (admin in my case). So this is not wha
Hi, all,
during the last couple of years I occasionally increased the capacity
of raidz2 based zpools by replacing one disk at a time and resilvering,
subsequently. After replacing the final disk and a reboot (I guess
zpool export & zpool import would have done the trick, too) the capacity
of the
Hi,
Am 05.06.2012 um 14:28 schrieb Holger Kipp:
> I used
> zpool set autoextend=on tank
> zpool online -e tank da0
> zpool online -e tank da1
> ...
> zpool online -e tank da7
>
> to increase the size of a raidz2
> here from 5+ to 11+TB. Worked without problems.
datatomb2# zpool online -e sx40 gp
Hi, all,
Am 15.06.2012 um 03:27 schrieb Matthew X. Economou:
> Daniel Braniss writes:
>
>> just for the record, serial on 8.x works fine! the device naming
>> has changed from sio to uart, and maybe some features. We use it
>> on all our servers, even redirecting it where possible via
>> ILO,IMP
e of these
boxes into a ZFS based NAS. I'll check with the supplier before
ordering, nonetheless.
Best regards,
Patrick M. Hausen
Leiter Netzwerke und Sicherheit
--
punkt.de GmbH * Kaiserallee 13a * 76133 Karlsruhe
Tel. 0721 9109 0 * Fax 0721 9109 100
i...@punkt.de htt
Morning,
On Wed, Oct 13, 2010 at 01:50:31PM +1100, Jeff Dowsley wrote:
> Just did a csup and rebuilt world and kernel, as usual.
> Rebooted to single user mode, and kicked off the installkernel.
> This bombed with an "unable to write to device", and "device full".
> On rebooting, df shows / at 107
Hi, all,
recently I set up a FreeNAS box:
FreeBSD freenas.intern.punkt.de 7.3-RELEASE-p3 FreeBSD 7.3-RELEASE-p3 #0: Sun
Oct 17 12:57:33 CEST 2010
r...@dev.freenas.org:/usr/obj/freenas/usr/src/sys/FREENAS-amd64 amd64
This is a HP/Compaq Microserver (Proliant N36L). After setting up
the sys
Hello,
On Tue, Oct 26, 2010 at 03:41:40AM -0700, Jeremy Chadwick wrote:
> Please install ports/sysutils/smartmontools (version 5.40) and provide
> the output from "smartctl -a /dev/ad8". We'll start there.
Thanks for the hints, but it looks like the drive just died ...
Case closed, I think. Time
Hi, all,
I know about the "foot shooting" prevention in geom(4)
when trying to update the MBR of a mounted disk.
I have a system with ad4 and ad6 mirrored and fdisk
partitions residing on the mirror to be booted alterningly:
hd30# gmirror status
NameStatus Components
mirror/m0 COMPLET
Hi, all,
> hd30# boot0cfg -s 2 -v /dev/mirror/m0
> boot0cfg: /dev/mirror/m0: Geom not found
> boot0cfg: /dev/mirror/m0: ioctl DIOCSMBR: Operation not permitted
Simple solution: don't use boot0cfg - use fdisk.
I get the bogus (?) "Geom not found" message every time,
but the active partition seems
h, all,
On Tue, Nov 04, 2008 at 03:32:01PM +0100, d_elbracht wrote:
> Hi list,
>
> can someone please explain, why
> stat -x /dev/da1
>
> show the SCSI-Drive as a character-device ?
http://www.freebsd.org/doc/en/books/arch-handbook/driverbasics-block.html
HTH,
Patric
Hello,
seems like I cannot find out if this card is supported
or not. LSI provide drivers for Windows and Linux as
usual, and mfi(4) doesn't mention that particular one.
But possibly it's of the "MegaRAID Firmware Interface"
type that mfi(4) supports?
Unfortunately for a particular server model t
Hello,
On Tue, Jan 20, 2009 at 11:12:45AM -0200, Wendell Martins Borges wrote:
> ifconfig_em0="inet 192.168.112.1 netmask 255.255.255.0"
> ifconfig_em0_alias0="inet 192.168.112.181 netmask 255.255.255.255"
I don't know if this can be the cause of your problem, but
the /32 netmask for aliases has
Hi, all,
On Tue, Jan 20, 2009 at 08:52:18AM -0500, Steve Bertrand wrote:
> For how long? On a 7.0-R box, it works ok with a /32 prefix len:
>
> %ifconfig
> re0: flags=8843 metric 0 mtu 1500
> options=9b
> ether 00:0f:b5:80:53:85
> inet 208.70.104.210 netmask 0xff00 bro
Hello,
On Tue, Jan 20, 2009 at 01:24:27PM -0200, Eduardo Meyer wrote:
> I have a certain disk where da0s1a and da0s1d are inverted. By some
> reason someone labelled root as 'd' and home as 'a'.
>
> Can I just
>
> bsdlabel -n da0s1 > savedabel.txt
>
> Edit savedlabel.txt, switch and restore? (b
Hi, all,
On Wed, Feb 24, 2010 at 11:23:11AM +0100, Gerrit Kühn wrote:
> Is anyone here using nss_ldap and can successfully get it to work with
> multiple group memberships? I would really like to get this to work here,
> but I only get the primary group:
>
> penumbra# id gekueh
> uid=1030(gekueh)
Hi, all,
On Wed, Mar 24, 2010 at 11:45:25PM +, Michal wrote:
> I am thinking a cheap solution but one that
> has IO throughput, redundancy and is easy to manange and expand across
> multiple nodes
Fast, reliable, cheap. Pick any two.
IMHO this is just as true today as it was twenty years ago
Hello,
On Thu, Apr 22, 2010 at 06:59:54PM +1000, Andrew Reilly wrote:
> To make it slower, I assume? When is that a good idea?
When the rebuild is bringing your production system to
a crawl and you are willing to face the tradeoff - hopefully
because you have an additional backup for the worst c
Hi, all,
I have two brand new systems on my desk with Adaptec 5404
SAS RAID cards. I booted an install CD from an USB drive
and could install on the RAID 10 just finde. Both 7.3 and
an 8.0 snapshot from April. Amd64, of course.
Now something weird happens when I boot from hard disk.
The "boot:"
Hi, all,
is there an exhaustive list of all possible NO_* knobs
for make.conf? While experimenting with NanoBSD I found
e.g. that the handbook
http://www.freebsd.org/doc/en_US.ISO8859-1/articles/nanobsd/index.html
mentions
NO_EXAMPLES
NO_SYSCONS
...
- just two out of many. Yet, these are not i
Hello,
On Wed, Feb 27, 2008 at 09:18:31AM -0800, Jeremy Chadwick wrote:
> I think you're looking for all the WITHOUT knobs in src.conf(5).
I'm running RELENG_6_3 on production machines unlikely to change
any time real soon.
> Note that src.conf(5) does not apply to RELENG_6 or earlier, where th
ease, severity, etc.
I was not able to find anything with respect to that hardware
that wasn't recorded as early as 6.1. em0 lockups were fixed
around 6.1 for us with Jack Vogels kind assistance (and hardware
provided by us ;-)
Kind regards,
Patrick M. Hausen
Leiter Netzwerke und Sicherheit
are hardware and 6.3, but not 6.[0-2].
> He has also stated that there is no need for him to
> provide further evidence of an already documented bug
Agreed, but he should name the PRs he's referring to.
You know, my crystal ball is at the shop for a check, and
it seems like everybody else&
Hello,
On Sat, Jun 07, 2008 at 01:28:21PM -0700, Jo Rhett wrote:
> In rereading my quotes I may have not been clear on something. The vast
> majority of these bugs have already been fixed. ("not in a state that needs
> help identifying" was what I said trying to cover both that and known bugs
Hello,
On Sat, Jun 07, 2008 at 03:11:42PM -0700, Jo Rhett wrote:
> On Jun 7, 2008, at 1:44 PM, Patrick M. Hausen wrote:
>> Upgrading your systems to 6.3 takes _precisely_ the same amount
>> of work as upgrading to "6-STABLE as of today 00:00 GMT".
>
> No, it do
Hello,
we have been bitten by something that obvoiusly
is a feature, not a bug, but I do not quite understand
the intentions and reasoning behind it.
I have a host with manual interface and resolver configuration
and an additional interface that should get it's IP address
via DHCP. But only it's
Hello,
I've managed to get sysinstall to do a completely unattended
install via DHCP/PXE and reboot the system into a state
where it will be possible to login via SSH.
So far, so good. Unfortunately This works for VGA consoles only.
If the server in question has got a serial console, I get
this p
s much less
> flexible than loader.efi.
What precisely is the difference between boot1.efi and loader.efi?
Practically from a sysadmin point of view? I have been using boot1.efi
exclusively the last couple of years to boot EFI based systems with ZFS ...
Thanks!
Patrick
--
punkt.de GmbH
Patrick
. You cannot teach these people what an SSH key is.
Just my experience, but backed by a load of customer interactions over more
than 20 years ...
Kind regards,
Patrick
--
punkt.de GmbH
Patrick M. Hausen
.infrastructure
Kaiserallee 13a
76133 Karlsruhe
Tel. +49 721 9109500
https://infrastruc
Hello,
Am 03.01.2013 um 16:36 schrieb Eitan Adler :
> CVS/SVN should be considered a development tool. Users should not see
> the impact of the switch. In theory.
What is the recommended csup replacement for users that did
cd /usr/src && make update buildworld buildkernel
as their me
Hi, all,
Am 03.01.2013 um 19:21 schrieb Matthew Seaman :
> On 03/01/2013 17:48, Patrick M. Hausen wrote:
>> I'm a bit reluctant to installing svn on every system that needs source
>> updates. Are there more lightweight ways?
>
> freebsd-update(8)
>
> which i
/usr/src/UPDATING is still at p4 instead of p5???
So - this is definitely no simple plug-in replacement for csup.
And is there a "Components ports"? Doesn't look like it.
Thanks,
Patrick M. Hausen
Leiter Netzwerke und Sicherheit
--
punkt.de GmbH * Kaiserallee 13a * 76133 Karlsruhe
Tel.
Hi, all,
Am 24.01.2013 um 15:20 schrieb Gyrd Thane Lange :
> It is not a well publicized fact, but I understand that the base utility
> freebsd-update(8) through it's freebsd-update.conf(5) is able to pull the
> base sources (/usr/src/) only instead of also updating your binaries.
>
> less /etc
Hello,
we use NanoBSD to build the software installations for our hosting platform
and I'm trying to better automate the process of building packages.
Poudriere looked like an interesting tool to me, so I tried it. Quite painless,
but two questions currently remain:
To me it looks like Poudriere
Hello,
Am 20.02.2013 um 18:07 schrieb Guido Falsi :
> I'm not sure I get what you ask. You can make poudriere fetch sources from
> any subversion branch/tag and compile those
> instead of using the distribution files. For example:
>
> poudriere jail -c -j 91releng -v releng/9.1 -m svn
>
> will
Hi, Guido,
Am 20.02.2013 um 18:28 schrieb Guido Falsi :
>> Is there no way to specify make variables that need values in the port
>> specific
>> options file?
>
> There is no per port file, but, bbeing make.conf a file sourced by make, you
> can use make syntax:
>
> .if ${.CURDIR:M*www/apache2
Hi!
Am 21.02.2013 um 11:44 schrieb Guido Falsi :
> Just to be sure, are you putting these lines in poudriere's make.conf for
> your jail?
Yes, sure.
nanobsd# cat /usr/local/etc/poudriere.d/make.conf
PROXY=on
PROXY_HTTP=on
SUEXEC=on
SUEXEC_DOCROOT=/var/apache
SUEXEC_LOGFILE=/var/apache/GLOBAL/s
Hi, all,
Am 21.02.2013 um 09:54 schrieb Guido Falsi :
> Sorry, I forgot to mention: no tabs. tabs have a spacial meaning to make.
> They mean a shell command follows and should be used only in make targets.
I *should* have guessed as much ;-) Of course tabs are syntactically relevant.
Thanks agai
Hi, Guido,
hope you have a couple of more minutes ...
After the first failure with the make.conf syntax I just put the options in
unconditionally,
to try if they end up in the final Apache package.
Nope:
Server version: Apache/2.2.23 (FreeBSD)
Server built: Feb 21 2013 08:56:52
Server's Modu
Good morning,
Am 20.02.2013 um 18:28 schrieb Guido Falsi :
> There is no per port file, but, bbeing make.conf a file sourced by make, you
> can use make syntax:
>
> .if ${.CURDIR:M*www/apache22*}
> SUEXEC_DOCROOT=/foo/bar
> .endif
Now that I gave that a try it seems like there's somethin
Hi,
Am 09.04.2013 um 17:05 schrieb Patrick M. Hausen :
> PORTSSUPFILE= -b base/head -l /usr/ports
ports/head, of course.
Regards
Patrick M. Hausen
Leiter Netzwerke und Sicherheit
--
punkt.de GmbH * Kaiserallee 13a * 76133 Karlsruhe
Tel. 0721 9109 0 * Fax 0721 9109 100
i...@punkt.de h
cho ">>> Running ${SVNUP}"
@echo "--"
.if defined(SVNUPFLAGS)
@${SVNUP} ${SVNUPFLAGS} -h ${SVNUPHOST}
.endif
…
Just a rough sketch - I can put more thought into this if nobody else is already
working on it.
Best regards
w terminal"
echo
echo -n "Console type [vt100]: "
read TERM
TERM=${TERM:-vt100}
fi
IMHO hardwiring this is not a good idea. Can be solved by simply commenting out
the unwanted
parts, but this should be configurable in installerconfig. Currently it quite
defeats the p
HI!
> Am 14.08.2015 um 15:15 schrieb Tim Daneliuk :
>
> I just built a 10.2 machine on a cloud-based VPS (Digital Ocean) that has
> 512M of memory and 1G of swap partition. I am seeing a ton of errors like
> this:
>
> [...]
> So, I added this to fstab (after creating /usr/swap0):
Did you creat
Hi all,
one of our production servers, 11.2p3 is logging this every couple of minutes:
Nov 19 11:48:06 ph002 kernel: MCA: CPU 0 COR (5) OVER MS channel 3 memory error
Nov 19 11:48:06 ph002 kernel: MCA: Address 0x1f709a48c0
Nov 19 11:48:06 ph002 kernel: MCA: Misc 0x9001040188c
Nov 19 11:48:06
Hi!
> Am 05.12.2018 um 16:45 schrieb Maciej Jan Broniarz :
> I want to upgrade my 12.0-ALPHA8 to the latest release, yet I am unable to
> update from source:
> [...]
> #freebsd-update fetch
freebsd-update upgrade -r 12.0-RC3
HTH,
Patrick
--
punkt.de GmbH Internet - Dienstleis
Good morning,
> Am 14.02.2019 um 19:11 schrieb Kevin Oberman :
> Far and away the biggest is the requirement to build from sources. It's not
> a big deal for me, but if I still had many systems to deal with, that would
> be a pain.
> […]
> The bottom line is that the only real reasons I see for no
Hello,
I don’t know if this is related or not, but when I compile
the Nextcloud client port
https://svnweb.freebsd.org/ports/head/deskutils/nextcloudclient/
on 11.2 by setting
DEFAULT_VERSIONS+=ssl=openssl111
it dumps core, too.
Kind regards
Patrick
--
punkt.de GmbH
Hi all,
I’m currently doing some load tests/burn in for two new servers.
These feature all NVME SSDs and run FreeNAS, i.e. FreeBSD 11.2-STABLE.
pcib17: at device 3.2 numa-domain 1 on pci15
pcib17: [GIANT-LOCKED]
pci17: numa-domain 1 on pcib17
nvme7: mem 0xeca100
Hi,
> Am 04.04.2019 um 10:37 schrieb Patrick M. Hausen :
> But:
>
> root@freenas01[~]# sysctl hw.nvme.per_cpu_io_queues
> sysctl: unknown oid 'hw.nvme.per_cpu_io_queues'
> root@freenas01[~]# sysctl hw.nvme.min_cpus_per_ioq
> sysctl: unknow
> Am 04.04.2019 um 16:51 schrieb Chuck Tuffli :
> nvmecontrol identify nvme7
Controller Capabilities/Features
Vendor ID: 8086
Subsystem Vendor ID:8086
Serial Number: BTLJ90230F1R1P0FGN
Model Number: INTEL SSDPE2KX
Hi all,
> Am 04.04.2019 um 17:11 schrieb Warner Losh :
> There's a request that was sent down to the drive. It took longer than 30s to
> respond. One of them, at least, was a trim request.
> […]
Thanks for the explanation.
This further explains why I was seeing a lot more of those and the syste
Hi all,
in addition to the aborted commands every dozen of system boots or so
(this order of magnitude) the kernel simply hangs during initialisation of
one of the NVME devices:
https://cloud.hausen.com/s/TxPTDFJwMe6sJr2
The particular device affected is not constant.
A power cycle fixes it, th
Hi!
> Am 05.04.2019 um 16:36 schrieb Warner Losh :
> What normally comes after the nvme6 line in boot? Often times it's the next
> thing after the last message that's the issue, not the last thing.
nvme7 ;-)
And I had hangs at nvme1, nvme3, … as well.
Patrick
--
punkt.de GmbH
Hi all,
my problems seem not to be TRIM related after all … and I can now
quickly reproduce it.
=
root@freenas01[~]# sysctl vfs.zfs.trim.enabled
vfs.zfs.trim.enabled: 0
=
root@freenas01[~]# cd /mnt/zfs
root@freenas01[/mnt/zfs]# dd if=/dev/urandom of=hurz bs=10m
^C — system freezes tempora
Hi Warner,
thanks for taking the time again …
> OK. This means that whatever I/O workload we've done has caused the NVME card
> to stop responding for 30s, so we reset it.
I figured as much ;-)
> So it's an intel card.
Yes - I already added this info several times. 6 of them, 2.5“ NVME „disk
Alright ...
> Am 13.04.2019 um 02:37 schrieb Warner Losh :
> > There's been some minor improvements in -current here. Any chance you could
> > experimentally try that with this test? You won't get as many I/O abort
> > errors (since we don't print those), and we have a few more workarounds f
Hi!
> Am 14.04.2019 um 23:33 schrieb Patrick M. Hausen :
> Since the system runs well with RELENG_11 and only 4 drives
> and there is this question about the cabling and shared resources
> I will try to set up a system with 5 drives, each of them *without*
> another one in a „pa
> Am 15.04.2019 um 08:46 schrieb Patrick M. Hausen :
> So I’ll test RELENG_12 next. If that works, I can probably craft
> a FreeNAS 11.2 installation with a 12 kernel. I would be hesitating to run
> HEAD in production, though.
root@hurz:/var/tmp # uname -a
FreeBSD hurz 11.2-RELEASE
Hi!
> Am 15.04.2019 um 10:51 schrieb Patrick M. Hausen :
> Now, RELENG_12 kernel, 11.2-RELEASE userland:
>
> root@hurz:/var/tmp # uname -a
> FreeBSD hurz 12.0-STABLE FreeBSD 12.0-STABLE r346220 GENERIC amd64
> root@hurz:/var/tmp # dd if=/dev/urandom of=hurz bs=10m
>
>
Some updates:
https://www.ixsystems.com/community/threads/nvme-problems-are-there-nightlies-based-on-12-stable-already.75685
https://jira.ixsystems.com/browse/NAS-101427
Kind regards,
Patrick
--
punkt.de GmbH Internet - Dienstleistungen - Beratung
Kaiserallee 13a
Hi!
> Am 01.05.2019 um 02:14 schrieb Michelle Sullivan :
> And the irony is the FreeBSD policy to default to zfs on new installs using
> the complete drive.. even when there is only one disk available and
> regardless of the cpu or ram class... with one usb stick I have around here
> it attemp
Hi!
> Am 30.04.2019 um 18:07 schrieb Walter Cramer :
> With even a 1Gbit ethernet connection to your main system, savvy use of (say)
> rsync (net/rsync in Ports), and the sort of "know your data / divide &
> conquer" tactics that Karl mentions, you should be able to complete initial
> backups (
Hi all,
> Am 09.05.2019 um 00:55 schrieb Michelle Sullivan :
> No, one disk in the 16 disk zRAID2 ... previously unseen but it could be the
> errors have occurred in the last 6 weeks... everytime I reboot it started
> resilvering, gets to 761M resilvered and then stops.
16 disks in *one* RAIDZ
Hi all,
> Am 12.06.2019 um 03:04 schrieb O'Connor, Daniel :
> I have a small UFS partition that is the sysvol for Samba 4 (otherwise it
> doesn't work due to ACL issues).
AFAIK this was fixed by iX Systems for Samba 4.9:
https://jira.ixsystems.com/browse/NAS-100698
You might want to c
Hi all,
> Am 08.07.2019 um 08:30 schrieb Thomas Mueller :
> Or maybe via 11.2R, if that can be built from RELENG_10?
I just completed a successful build of RELENG_11_2 on a
RELENG_10_4 system …
Kind regards,
Patrick
--
punkt.de GmbH Internet - Dienstleistungen - Beratung
Kaise
nnnoying, but hardly a
> showstopper I find.
`pkg lock` after installing from ports is your friend ;-)
Kind regards,
Patrick
--
punkt.de GmbH
Patrick M. Hausen
.infrastructure
Kaiserallee 13a
76133 Karlsruhe
Tel. +49 721 9109500
https://infrastructure.punkt.de
i...@punkt.de
AG Mannheim 10828
erstand. As for the choice of language I am
actually
pretty agnostic and willing to learn whatever is needed to get a particular
task done.
Just my 2ct.
Patrick
--
punkt.de GmbH
Patrick M. Hausen
.infrastructure
Kaiserallee 13a
76133 Karlsruhe
Tel. +49 721 9109500
https://infrastructure.punkt.
using that I can see all these servers ?
I would try and run
# tcpdump -n -i host
in a separate window and compare the output when running
ntpdate vs. starting ntpd.
HTH,
Patrick M. Hausen
Leiter Netzwerke und Sicherheit
--
punkt.de GmbH * Vorholzstr. 25 * 76137 Karlsruhe
Tel. 0721 9109
Hi, all!
> To add fuel to the fire, Seagate *again* sent me a refurbished drive
> (and I used their advanced replacement program), which has sat in a box
> unopened since received. I ended up buying two WD 500GB drives to
> replace the single Seagate; one of the drives is used for nothing other
>
Hi, all!
On Wed, Aug 22, 2007 at 09:53:42AM +0200, Ulrich Spoerlein wrote:
> On 8/22/07, Chuck Swiger <[EMAIL PROTECTED]> wrote:
> > On Aug 21, 2007, at 2:02 PM, Richard Foulkes wrote:
> > > Ok, so how are you supposed to control membership of the wheel
> > > group via ldap? Ok, you COULD remove t
n't log all information Sendmail
does - which is important for us when tracing "lost" mails.
(remote MTA queue ID, for example)
I hear lots of good things about postfix, but switch for
the sake of switching? I already have enough work ;-)
Kind regards,
Patrick M. Hausen
Leiter
Hi!
On Tue, Aug 28, 2007 at 01:58:36PM -0500, Eric wrote:
> theres more interesting facts about DJBs software on the maradns homepage if
> anyone is interested.
Jehova! Jehova! DJB's software is guaranteed bug free
SCNR,
Patrick
--
punkt.de GmbH * Vorholzstr. 25 * 76137 Karlsruh
Hello!
On Tue, Sep 25, 2007 at 11:54:14PM +0200, Oliver Brandmueller wrote:
> In sh:
>
> $ which rm
> /bin/rm
> $ cd /tmp
> $ mkdir -p foo/bar
> $ cd foo/bar
> $ rm -rf ../
> rm: ../: Invalid argument
$ pwd
/tmp
$ ktrace -i /bin/sh
$ which rm
/bin/rm
$ mkdir -p foo/bar
$ cd foo/bar
$ rm -rf ../
Mornin',
On Tue, Dec 04, 2007 at 05:23:15PM -0800, Garrett Cooper wrote:
> Instead of asking all of the questions on a list, why not just direct
> people to input information via a webpage? Seems to be a bit more effective
> / less traffic than posting results to multiple lists..
Instead
gt; -r 1 root operator 117285093376 Mar 20 03:18 dump_snapshot
Did you compile the Amanda port with the "-L" option
to dump enabled?
Don't ;-)
Kind regards,
Patrick M. Hausen
Leiter Netzwerke und Sicherheit
--
punkt.de GmbH * Kaiserallee 13a * 76133 Karlsruhe
Tel. 0721 91
1 - 100 of 246 matches
Mail list logo