search for: dev3

Displaying 17 results from an estimated 17 matches for "dev3".

Did you mean: dev
2006 Apr 28
5
Maildir + NFS + multiple machines = spectacular failure
...n introduction for unknown id 0 Apr 28 09:17:41 dev4 dovecot: IMAP(jtest): file mail-index.c: line 883 (mail_index_sync_from_transactions): assertion failed: (hdr.log_file_int_offset == (*map)->hdr.log_file_int_offset) Apr 28 09:17:41 dev4 dovecot: child 2889 (imap) killed with signal 6 *** dev3 *** Apr 28 09:17:39 dev3 dovecot: IMAP(jtest): Duplicate file in uidlist file /var/mailstore/72/af/375887/Maildir/dovecot-uidlist: 1146230254.P2888Q0M651598.dev4.neonova.net Apr 28 09:17:41 dev3 dovecot: IMAP(jtest): Fixed index file /var/mailstore/72/af/375887/Maildir/dovecot.index: first_rece...
2007 Apr 10
15
Poor man''s backup by attaching/detaching mirror drives on a _striped_ pool?
Hi, one quick&dirty way of backing up a pool that is a mirror of two devices is to zpool attach a third one, wait for the resilvering to finish, then zpool detach it again. The third device then can be used as a poor man''s simple backup. Has anybody tried it yet with a striped mirror? What if the pool is composed out of two mirrors? Can I attach devices to both mirrors, let them
2006 Apr 06
1
lib02_imap_quota_plugin.so: undefined symbol: quota
Hi folks. We're trying to set up Dovecot with Maildir++ quotas. Operating system is CentOS 4.3 (final) X86 using Dovecot 1.0b5. After logging in, I get the following logged through syslog and the connection closes: Apr 6 10:39:36 dev3 dovecot: imap(jtest): Loading modules from directory: /usr/local/lib/dovecot/imap Apr 6 10:39:36 dev3 dovecot: imap(jtest): dlopen(/usr/local/lib/dovecot/imap/lib02_imap_quota_plugin.so) failed: /usr/local/lib/dovecot/imap/lib02_imap_quota_plugin.so: undefined symbol: quota Apr 6 10:39:36 dev3 do...
2010 Nov 18
0
On efficiency, Vectorize and loops
...efining the deviation functions (Y[[t]] - Ybar) used as an input # by the function inner.product below Y.dev<-lapply(1:n, function(t)local({force(t); function(u){ Y[[t]](u)-Ybar(u) } })) Y.dev2<-lapply(1:n, function(t)local({force(t); function(u){ Y2[[t]](u)-Ybar2(u) } })) Y.dev3<-lapply(1:n, function(t)local({force(t); function(u){ Y3[[t]](u)-Ybar3(u) } })) Y.dev4<-lapply(1:n, function(t)local({force(t); function(u){ Y4[[t]](u)-Ybar4(u) } })) print(inner.product(Y.dev[[n]], Y.dev[[n]])) print(inner.product(Y.dev2[[n]], Y.dev2[[n]])) print(inner.prod...
2003 Apr 15
1
current cvs
...:00 PM 25.89 12.14 13.74 796.73 833.25 06:50:00 PM 20.50 4.98 15.52 264.91 993.62 07:00:00 PM 15.08 7.57 7.52 453.41 282.63 -------------------- the output of sar -d -------------------- 04:10:00 PM dev22-3 0.00 0.00 04:10:00 PM dev33-0 1.76 109.55 04:10:00 PM dev34-0 8.51 919.94 04:20:00 PM dev3-0 8.56 183.93 04:20:00 PM dev22-2 67.62 3798.02 04:20:00 PM dev22-3 0.00 0.00 04:20:00 PM dev33-0 4.80 463.81 04:20:00 PM dev34-0 15.01 1570.73 04:30:00 PM dev3-0...
2006 May 02
1
Bug in yesterday's CVS..
...;. I click that and get the following error: ERROR : Bad or malformed request. Query:STORE 1:6 +FLAGS (\Deleted) Server responded: Error in IMAP command STORE: Invalid messageset There are 5 messages in Trash, not 6. After this error is displayed, I see the following in syslog: May 2 09:37:24 dev3 dovecot: IMAP(jtest): Fixed index file /var/mailstore/72/af/375887/Maildir/.Trash/dovecot.index: first_recent_uid_lowwater 10 -> 9 (this might not actually be the right message for the error, but it's always first_recent_uid_lowwater getting decremented by 1) If I hit refresh in the browse...
2006 Apr 19
0
[patch] Re: Test migration (IMAP copy) and INTERNALDATE?]
...is setting the mtime properly with a call to > utime(). > > It is doing this operation on a file that lives in /tmp. > > For example: > > -rw------- 1 121030 mail 26548 Mar 15 03:22 > /var/mailstore/94/6d/121030/Maildir/.Deleted > Messages/tmp/1145379992.P26598Q0M182281.dev3.neonova.net > > Perfect. March 15th. > > Something then happens... what, I haven't yet found... but the message > gets moved from /tmp/: > > /var/mailstore/94/6d/121030/Maildir/.Deleted > Messages/cur/1145379992.P26598Q0M182281.dev3.neonova.net:2,S > > and then lo...
2006 May 02
1
SV: How does asterisk behave when multiple phonesare logged in on a single SIP/account?
Yeah I do use ring groups at the moment. But the problem is that I can't control "the flow". Let's take your example. dial(SIP/dev1&SIP/dev2&SIP/dev3) If I dial these 3 numbers, and dev2 is already one the phone. How do I check for that? I only want one of the three phones active at the time. But if no telephone is busy, they all should ring until the call is picked up (this is what it always does now). Is this possible in asterisk? Than...
2012 Sep 20
3
How do boot a xen domu into run level 1
Hi, I have a C5.8 machine with several DomU's. I fubared the fstab on one of them and I need to get it into single user mode. Does anyone know how to do that? I tried adding single to the extras line in /etc/xen/machine_name but it still tries to start in level 3. To make things worse, the root partition is on LVM. Alternatively, does anyone know how to access the image from DomU? I tried
2012 Sep 20
3
How do boot a xen domu into run level 1
Hi, I have a C5.8 machine with several DomU's. I fubared the fstab on one of them and I need to get it into single user mode. Does anyone know how to do that? I tried adding single to the extras line in /etc/xen/machine_name but it still tries to start in level 3. To make things worse, the root partition is on LVM. Alternatively, does anyone know how to access the image from DomU? I tried
2006 Sep 27
1
Trouble with xen-unstable x86_64
...-24 22:35 xc.so -rwxr-xr-x 1 root root 56K 2006-09-24 22:35 xs.so Its there :) Installed to ubuntu latest, with packages that I''d normally install for 3.0.2. I''m guessing that''s the problem. Anyone kind enough to point out where I may have gone wrong with python? root@dev3:~# dpkg -l | grep python | awk ''{ print $2 }'' python-minimal python-twisted python-twisted-conch python-twisted-words python2.4 python2.4-crypto python2.4-dev python2.4-minimal python2.4-twisted-bin python2.4-twisted-conch python2.4-twisted-core python2.4-twisted-mail python2.4-tw...
2007 Apr 18
2
zfs block allocation strategy
Hi, quoting from zfs docs "The SPA allocates blocks in a round-robin fashion from the top-level vdevs. A storage pool with multiple top-level vdevs allows the SPA to use dynamic striping to increase disk bandwidth. Since a new block may be allocated from any of the top-level vdevs, the SPA implements dynamic striping by spreading out writes across all available top-level vdevs" Now,
2015 Nov 23
2
bind-to-interface option
On 11/23/15 4:50 PM, Damien Miller wrote: > On Sun, 22 Nov 2015, David Ahern wrote: > >> Hi: >> >> The openssh suite of commands have an option to specify address (e.g, >> ListenAddress for sshd) but I do not see support for bind-to-interface. >> >> The motivating use case for me is using openssh commands (sshd, ssh, scp, >> sftp) with the recent VRF
2013 May 15
5
Shell Scripting Random Delay
I have a shell script that's run every 5 minutes I use to call many other shell scripts. Is there a way to wait a random number of seconds before executing each line? Something like this. wait_random 10 - 180 (perl /scripts/my_script.pl) & wait_random 10 - 180 (perl /scripts/my_script5.pl) & wait_random 10 - 180 (perl /scripts/my_script7.pl) & I have many entries in this file
2007 Aug 10
2
jinfo, jboss and ExtendedDTraceProbes
...restarting the VM. This seems more like a problem with jinfo/Java 6 than with dtrace. But if anybody in this group has any advice to offer, even to point me to a more appropriate discussion group, I''d be grateful. Thanks, Russ Configuration details: JDK 1.6.0_02-b05 SunOS t2k-ems-dev3 5.10 Generic_118833-36 sun4v sparc SUNW,Sun-Fire-T200 JBoss 4.0.3 SP1 Thread dump: Full thread dump Java HotSpot(TM) Server VM (1.6.0_02-b05 mixed mode): "ContainerBackgroundProcessor[StandardEngine[jboss.web]]" daemon prio=10 tid=0x008b8000 nid=0x2d waiting on condition [0xed27f000..0...
2012 Jan 11
12
[PATCH 00/11] Btrfs: some patches for 3.3
The biggest one is a fix for fstrim, and there''s a fix for on-disk free space cache. Others are small fixes and cleanups. The last three have been sent weeks ago. The patchset is also available in this repo: git://repo.or.cz/linux-btrfs-devel.git for-chris Note there''s a small confict with Al Viro''s vfs changes. Li Zefan (11): Btrfs: add pinned extents to
1998 Oct 28
1
Question on force user & log messages
I am running samba on HP-UX 10.20 with clients on Win95. I have two questions. Where can I get more information on the force user parameter? I am using it but am unable to get it to properly prompt for a password when mapping it. Next question deals with log messages in log.nmb. Where are these two messages coming from and how do I get rid of them? --IP address changed to XXX.XX.XX.XX