Displaying 20 results from an estimated 1000 matches similar to: "Accessing maildir snapshots through dovecot / namespace"
2012 May 11
1
namespace from snapshots
hi all,
I'm trying to give access to snapshots taken from by dell iscsi MD3200i
to my maildirs users.
snapshot are mounted in read only mode from my FreeBSD box.
In my /usr/local/etc/dovecot/conf.d/10-mail.conf, I have :
namespace inbox {
inbox = yes
}
namespace da1 {
prefix = INBOX.backup.da1.
hidden = no
list = yes
inbox = no
location = maildir:/da1/%u/Maildir
type = private
}
I
2006 Apr 12
7
help ith burncd (Input/output error, 6.1-RC, plextor PX-740a)
I have a new system which includes a Plextor PX-740a DVD+-R/RW CD-R/RW
drive attached to an Asus A8V-MX motherboard.
When I try to use burncd to burn a cd, it writes all of the data, says
"fixating CD, please wait.." and then reports
burncd: ioctl(CDRIOCFIXATE): Input/output error
Oddly enough, the CD seems to be usable.
I can successfully burn the same file if I use cdrecord.
The
2012 Mar 05
2
changing the drawing context using Cairo and RGtk2
I am not too familiar with Cairo and RGtk2 and have the following problem:
I have a container with two GTK drawing areas converted into Cairo devices.
I know that I can set the current drawing context e.g. using dev.set().
But this is tedious. How can I set the context using the objects da1 or da2?
w <- gtkWindow()
w$setSizeRequest(400, 400)
vbox <- gtkVBox()
da1 <- gtkDrawingArea()
2013 Jan 08
3
pool metadata has duplicate children
I seem to have managed to end up with a pool that is confused abut its children disks. The pool is faulted with corrupt metadata:
pool: d
state: FAULTED
status: The pool metadata is corrupted and the pool cannot be opened.
action: Destroy and re-create the pool from
a backup source.
see: http://illumos.org/msg/ZFS-8000-72
scan: none requested
config:
NAME STATE
2003 May 13
1
4.8-RELEASE not identifying scsi drives
A problem with 4.8 reported by myself and Aaron D. Gifford.
Anyone in -stable who knows more?
********
I'm assembling a Compaq 1850R with attached storage system. For the
built in scsi controller (sym), there are three drives internally on
channel 1 + 5 drives externally on channel 2.
During boot, I can see all disks being identified first by the machine
itself and then in the early part
2011 Dec 14
1
Hi
First PRoblem solved
> read.csv("KT80.csv")
X x
1 1 0.01331361
>
I ommitt "" in calling the file name...
2011/12/14 Trying To learn again <tryingtolearnagain@gmail.com>
> Hi all,
>
> I have 100 csv files always with this information (I Attach two example
> excels)
>
> KT80.csv contains:
> ,"x"
>
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
2012 Apr 17
3
FreeBSD 8.3-R sysinstall does not "see" disks that are recognized during boot
I've got a new supermicro server I'm trying to get FreeBSD on. It uses the
Intel c602 chipset, and it's my understanding that support for that
chipset (c60X) was recently added via the isci driver. Ok, great, that
explains why 8.2-R and 9.0-R didn't see the drives.
So, I grabbed the memstick image of 8.3-RELEASE that is on the ftp server,
booted it up, and sure enough, as the
2007 Apr 26
7
device name changing
Hi.
If I create a zpool with the following command:
zpool create tank raidz2 da0 da1 da2 da3 da4 da5 da6 da7
and after a reboot the device names for some reason are changed so da2
and da5 are swapped, either by altering the LUN setting on the storage
or by switching cables/swapping disks etc.?
How will zfs handle that? Will it simply acknowledge that all devices
are present and the pool is
2007 Dec 27
2
Failure of gvinum after panic
Hi all,
I have some problems with my gvinum setup after the system panic'ed.
Afterwards the system fails finding the plexes to the subdisks (or at
least that is what I can understand after having searched the gvinum
source code for the error string in the DMESG log..)
The machine is an IBM Netfinity 5000 and the internal HW self tests
does not find any errors in the hw.
Luckily my root is
2003 Jul 26
2
Dump Card State Begins ...
Hi ...
Can someone tell me whether or not this is indicative of a hardware, or
software, problem? It happened a few times today, on two different
drives, and it seem to "self-recover", since the server is still purring
along without any noticeable problems:
neptune# grep "timed out" /var/log/messages
Jul 25 03:52:51 neptune /kernel: (da2:ahd1:0:2:0): SCB 0x40 - timed out
2011 Jul 12
1
Creating a zero matrix when a condition doesn´t get it
Hi all,
I first create a matrix/data frame called "d2" if another matrix
accomplishes some restrictions "dacc2"
da2<-da1[colSums(dacc2)>9,]
da2<-da2[(da2[,13]=24),]
write.csv(da2, file =paste('hggi', i,'.csv',sep = ''))
The thing is if finally da2 cannot get/passs the filters, it cannot writte a
csv because there is no any true condition.
2003 Jun 26
2
Is there something sppecial about pass4 ?
Machine is 4.8-STABLE
smaug# camcontrol devlist
<COMPAQ BD009122BA 3B07> at scbus0 target 0 lun 0 (pass0,da0)
<COMPAQ BD009122C6 B016> at scbus0 target 1 lun 0 (pass1,da1)
<COMPAQ BD009122BA 3B07> at scbus0 target 2 lun 0 (pass2,da2)
<COMPAQ BD00962373 BCJE> at scbus0 target 3 lun 0 (pass3,da3)
<IBM IC35L018UCPR15-0 S70H>
2008 May 27
1
SCSI bus reset with Adaptec 29320ALP and Eonstor RAID
Hello,
I am trying to use a 1.5TB Eonstor raid array with FreeBSD 7.0, but I
don't understand whether it is the raid or the scsi card or something
else that is causing the computer problems when accessing the raid. My
problem is that soon after recognizing the attached disk during boot,
FreeBSD appears to hang for about 10 seconds and then says
ahd0: Recovery Initiated - Card
2003 Jul 20
2
mismatching vinum configurations
Hi,
I had a power failure, and the on-disk configuration for vinum went
bizarre. The logs read from disks are at http://biaix.org/pk/debug/
(log.$DEVICE files). The logs in da0 (barracuda) are the ones obviously
wrong, I'm pretty sure the others are ok. Is this a 'virtually' dead
drive? Can I force vinum to use the other's drive configuration? What's
the less traumatic
2011 Aug 24
0
pool-refresh on iSCSI pools does not actually rescan the bus
Hi,
When I add a new LUN on an iscsi target and then issue a pool-refresh command
on the respective storage pool in libvirt, libvirt will not find the new lun
(or notice if luns have been removed).
I'm using a Dell PowerVault MD3200i iSCSI Array to hold the volumes for
virtual servers in libvirt. In libvirt, I have defined the storage pool as
this:
<pool type='iscsi'>
2013 Mar 25
2
gptzfsboot: error 4 lba 30
Hi.
On one of my fresh installed servers I am seeing the following output during boot:
gptzfsboot: error 4 lba 30
gptzfsboot: error 4 lba 31
gptzfsboot: error 4 lba 31
gptzfsboot: error 4 lba 31
gptzfsboot: error 4 lba 30
gptzfsboot: error 4 lba 31
gptzfsboot: error 4 lba 31
gptzfsboot: error 4 lba 31
gptzfsboot: error 4 lba 31
gptzfsboot: error 4 lba 31
gptzfsboot: error 4 lba 31
gptzfsboot:
2006 Apr 12
1
powerd not behaving with an Asus A8V-MX and Athlon 64 X2 3800+
I have an Asus A8V-MX motherboard with an AMD Athlong 64 X2 3800+ CPU
and I'm trying to run powerd to keep it cooler/quieter/greener.
I'm running -STABLE (6.1-RC) cvsup'ed a couple of days ago, with a
kernel config that consists of the SMP sample plus an atapicam
device.
I'm loading the cpufreq.ko module in /boot/loader.conf.
I've attached my dmesg output and sysctl -a
2003 Aug 09
0
USB problems (I/O-Error => USB da(4) quirks, uscanner0)
Hi,
I have some problems with usb da and uscanner giving me I/O-errors.
This is on a ASRock K7VT2 board.
If there is anything else I could do (testing patches, providing further info),
please let me know.
4.8-STABLE from 04.08.2003:
- MBO USB-MultiCardReader 6-in-1 mount_msdos => Input/output error
- Epson Perfection 1260 Scanner scanimage --test => Error during device I/O
2003 May 13
0
Health monitoring
Hi all,
is there a known issue with health monitoring on supermicro SuperServer
6010H? (Im primarily interested in temeperature monitoring)
I have tried both mbmon and lmmon with the following results:
stats# mbmon -d
SMBus[ServerWorks(ServerSet Chipset)] found, but No HWM available on it!!
No Hardware Monitor found!!
InitMBInfo: Unknown error: 0
stats# lmmon
IOCTL: Operation not supported by