Displaying 20 results from an estimated 500 matches similar to: "An amusing scrub"
2011 Nov 08
1
Single-disk rpool with inconsistent checksums, import fails
Hello all,
I have an oi_148a PC with a single root disk, and since
recently it fails to boot - hangs after the copyright
message whenever I use any of my GRUB menu options.
Booting with an oi_148a LiveUSB I had around since
installation, I ran some zdb traversals over the rpool
and zpool import attempts. The imports fail by running
the kernel out of RAM (as recently discussed in the
list with
2010 Feb 18
2
Killing an EFI label
Since this seems to be a ubiquitous problem for people running ZFS, even
though it''s really a general Solaris admin issue, I''m guessing the
expertise is actually here, so I''m asking here.
I found lots of online pages telling how to do it.
None of them were correct or complete. I think. I seem to have
accomplished it in a somewhat hackish fashion, possibly not
2009 Jan 13
12
OpenSolaris better Than Solaris10u6 with requards to ARECA Raid Card
Under Solaris 10 u6 , No matter how I configured my ARECA 1261ML Raid card
I got errors on all drives that result from SCSI timeout errors.
yoda:~ # tail -f /var/adm/messages
Jan 9 11:03:47 yoda.asc.edu scsi: [ID 107833 kern.notice]
Requested Block: 239683776 Error Block: 239683776
Jan 9 11:03:47 yoda.asc.edu scsi: [ID 107833 kern.notice] Vendor:
Seagate
2009 May 13
2
With RAID-Z2 under load, machine stops responding to local or remote login
Hi world,
I have a 10-disk RAID-Z2 system with 4 GB of DDR2 RAM and a 3 GHz Core 2 Duo.
It''s exporting ~280 filesystems over NFS to about half a dozen machines.
Under some loads (in particular, any attempts to rsync between another
machine and this one over SSH), the machine''s load average sometimes
goes insane (27+), and it appears to all be in kernel-land (as nothing
in
2003 Mar 01
9
shorewall and IDS in the same box
Hi boys & girls :
Probably my Subject is crazy, but due I haven''t tryed this, I prefer to
ask.
Is it possible to run snort in a fw box (using shorewall, of course).
Your feedback will be very well appreciate.
Thanks
Benito.-
2005 Oct 31
1
Samba/Ldap as BDC for ADS
I'm sorry if this has been asked a quadrillion times before, but i was just wondering about it:
I know samba can't be a BDC for ADS. I also know that OpenLDAP can sync with a MS ADS Server. Samba can also auth against both ldap and ADS. so, shoudln't it be possible to use a Samba/openLdap server combination as a Local Master kind of think as a type of BDC for an ADS Domain?
Or are
2007 Mar 23
1
Completely off topic, but amusing?
Folks:
Thought that many on this list might find this amusing, perhaps even a bit
relevant. Hope it's OK:
************
WASHINGTON - The government's estimate of the number of Americans without
health insurance fell by nearly 2 million Friday, but not because anyone got
health coverage.
The Census Bureau
<http://search.news.yahoo.com/search/news/?p=Census+Bureau> said it has
2008 Nov 16
8
Mirror and RaidZ on only 3 disks
Hi,
I have a small Linux server PC at home (Intel Core2 Q9300, 4 GB RAM),
and I''m seriously considering switching to OpenSolaris (Indiana,
2008.11) in the near future, mainly because of ZFS. The idea is to run
the existing CentOS 4.7 system inside a VM and let it NFS mount home
directories and other filesystems from OpenSolaris. I might migrate more
services from Linux over time, but for
2013 Aug 22
23
Question: How can I recover this partition? (unable to find logical $hugenum len 4096)
Hi list! I recently butchered my filesystem, and I was wondering if anyone knows how to help.
Problem: My filesystem is screwed up, and I can''t mount it at all right now. In the logs, the problem begins around 45s.
Background: I''m running a 6x4TB RAID5 array using md. I have a few virtual machines using said array, and one of them is a btrfs storage server. I ran into some
2012 Jan 17
6
Failing WD desktop drive in mirror, how to identify?
I have a desktop system with 2 ZFS mirrors. One drive in one mirror is
starting to produce read errors and slowing things down dramatically. I
detached it and the system is running fine. I can''t tell which drive it is
though! The error message and format command let me know which pair the bad
drive is in, but I don''t know how to get any more info than that like the
serial number
2011 Mar 18
2
[PATCH] fs, ocfs2: Move o2net_get_func_run_time under CONFIG_OCFS2_FS_STATS.
When CONFIG_DEBUG_FS=y and CONFIG_OCFS2_FS_STATS=n, we get the
following warning:
fs/ocfs2/cluster/tcp.c:213:16: warning: ?o2net_get_func_run_time?
defined but not used
Since o2net_get_func_run_time is only called from
o2net_update_recv_stats, so move it under CONFIG_OCFS2_FS_STATS.
Signed-off-by: Rakib Mullick <rakib.mullick at gmail.com>
---
diff --git a/fs/ocfs2/cluster/tcp.c
2017 Jun 23
2
OpenSSL 1.1 support status : what next?
Hello Ingo,
On Fri, Jun 23, 2017 at 1:26 AM, Ingo Schwarze <schwarze at usta.de> wrote:
>
> Hi Emmanuel,
>
> Emmanuel Deloget wrote on Fri, Jun 23, 2017 at 12:26:47AM +0200:
>
> > * the openssl team has no real incentive to propose a shim ;
>
> If major application projects refuse to support their new release,
> thus putting pressure on operating system
2020 Jun 28
2
HP vs. Brother Printers: Use with Centos/Fedora
On 6/27/20 5:26 PM, Ron Loftin wrote:
> On Sat, 2020-06-27 at 18:17 -0400, Jay Hart wrote:
>> We currently have a Brother MFC-5490CN. Printer firmware is dated
>> June 1010. (yeah, 10 years old).??Few years ago the brother software
>> wouldn't work for printing under Fedora.??No problem, can print under
>> Windows 10.??Then it stopped scanning.??Could still
2011 Oct 05
5
too many files open
Good morning Btrfs list,
I have been loading a btrfs file system via a script rsyncing data files
from an nfs mounted directory. The script runs well but after several
days (moving about 10TB) rsync reports that it is sending the file list
but stops moving data because btrfs balks saying too many files open. A
simple umount/mount fixes the problem. What am I flushing when I
remount that
2010 Apr 21
2
[PATCH] ocfs2: Update VFS inode's id info after reflink.
In reflink we update the id info in the disk but forget to update
the corresponding information in the VFS inode. So update them
accordingly in case we want to preserve the attributes.
Reported-by: Jeff Liu <jeff.liu at oracle.com>
Signed-off-by: Tao Ma <tao.ma at oracle.com>
---
fs/ocfs2/refcounttree.c | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git
2003 Mar 21
3
I've pulled the plug on viewcvs
While trying to get other work done on Motherfish-II, I couldn't help
but notice that machine load was over *200*, due entirely to the
viewCVS CGI. Either we were being DoSed via the cgi, or it's too
inefficient to even think about using.
Motherfish is a server intended for *core services only*. We've been
steadily forgetting that. Core services include CVS, mail and web.
They
2006 Apr 30
8
format numbers as words
Does anyone know if there is a function available which can format any
entered number as words?
eg: ''1234'' would be ''One Thousand Two Hundred and Thirty Four''
In the past, I would have said this is a tall order, but from what I''ve
seen with playing with rails for a short time, I don''t know what to
expect. :)
Thanks for any help,
Damien
2017 Jun 22
2
OpenSSL 1.1 support status : what next?
Hello everybody,
? ?
I saw that another discussion about OpenSSL 1.1 support started on this
list, and I'd like to know what is the current status about this.
>From what I understand, at least
?one
patch set already exists:
? ?
a github PR [1] from , Kurt Roeckx announced on the list in september 2016
[2]
? and which also exist as a fedora patch [3]? (I haven't checked the
details,
2014 May 20
2
[PATCH] daemon: scrub-file: resolve the path before calling scrub (RHBZ#1099490).
Resolve the given path within the chroot, so scrub can be invoked
outside the chroot on an already-resolved path.
Given that realpath is used, its availability is checked manually,
since scrub-file already depends on the "scrub" feature. Slightly ugly,
but on the other hand realpath is generally available nowadays, so the
check should not be failing.
Add few tests in scrub-file for this
2010 Apr 04
15
Diagnosing Permanent Errors
I would like to get some help diagnosing permanent errors on my files. The machine in question has 12 1TB disks connected to an Areca raid card. I installed OpenSolaris build 134 and according to zpool history, created a pool with
zpool create bigraid raidz2 c4t0d0 c4t0d1 c4t0d2 c4t0d3 c4t0d4 c4t0d5 c4t0d6 c4t0d7 c4t1d0 c4t1d1 c4t1d2 c4t1d3
I then backed up 806G of files to the machine, and had