Displaying 20 results from an estimated 1000 matches similar to: "Fwd: dovecot bug report (64 bit file offsets)"
2007 Nov 27
0
Fwd: Re: Fwd: dovecot bug report (64 bit file offsets)
Yes, the problem is the compatibility with the mysql library but I stull can't figure
out how this might affect reading/writing.
---------- Forwarded message ----------
No: markevich at inbox.lv
Kam: Marcus Rueckert <darix at opensu.se>
Atbildt: markevich at inbox.lv
Datums: Tue, 27 Nov 2007 14:15:29 +0200
Temats: Re: [Dovecot] Fwd: dovecot bug report (64 bit file
2011 May 30
5
Damaged super block / fs root
I have accidently damaged the first block(s) of a btrfs partition
and can''t mount it anymore.
I can see that my data is still intact by running a command like:
cat /dev/sda5 | hexdump -C | more
Do any (experimental) tools exist which would allow me to recover the files?
Thank you
--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a
2009 Sep 03
0
R: "biplot" graphical options?
Thanks Andris, Michael and Petr for your prompt and kind feedbacks.
I will try generating my own biplot from low-level graph commands... I hope it will work.
Best regards,
Marco
--
Marco Manca, MD
University of Maastricht
Faculty of Health, Medicine and Life Sciences (FHML)
Cardiovascular Research Institute (CARIM)
PO Box 616
6200 MD Maastricht
E-mail: m.manca at path.unimaas.nl
Office
2004 Jan 28
6
long long on 32-bit machines
Hi all,
Does anyone happen to know if there are *any* 32-bit architectures (on
which Linux runs) for which the ABI for a "long long" is different from
passing two "longs" in the appropriate order, i.e. (hi,lo) for bigendian
or (lo,hi) for littleendian?
I'd like to switch klibc to use the 64-bit file ABI thoughout, but it's
a considerable porting effort, and
2013 Jun 05
2
dovecot and time
I found something interesting via strace. lda is writing a timestamp
with utime before doign the fsync, but I'm really not a C guy, so I
have no idea why that's going on via procmail and not via commandline.
I assume it's related to the choice of pread64 vs read.
when called from commandline (working):
read(0, "July 14-20, 2013\n10 courses. Bon"..., 4096) = 4096
2010 Oct 19
2
EnumDisplayDevicesW crash
Hi!
I see a crash follwing the call of EnumDisplayDevicesW
I've tried to install NFS Underground and Underground 2. The app crashes after entering the key.
I tried running notepad.exe. It runs fine.
Distro: Kubuntu Lucid Lynx 10.04 LTS
Tried wine version 1.2 and 1.3 (I'll try to post finer version datail soon. Installed from repo.)
Since I suspect an issue around video settings, here
2009 Oct 15
3
1.2.6 Spurious pread()/stream errors/index corruption
Hi,
We're currently testing 1.2.x with a move from 1.1.x in mind however with
the current 1.2 series we are encountering some serious problems. simply
editing the main conf and restarting dovecot gives these errors seemingly
randomly:
(some previous posts indicated this might be todo with 64bit file offsets
so we've played around with disable-largefile and setting _FILE_OFFSET_BITS
2006 May 10
1
Floating Point Exception
I have a Fedora Core server running:
Fedora Core release 4 (Stentz)
kernel version: 2.6.15-1.1833_FC4smp
( I have also tried kernel version: 2.6.16-1.2108_FC4smp)
I compiled the ocfs2 and ocfs2-tools using the following steps:
# MODULES:
tar zxvpf ocfs2-1.2.1.tar.gz
cd ocfs2-1.2.1
./configure
make
make install
# TOOLS:
tar zxf ocfs2-tools-1.2.1.tar.gz
cd ocfs2-tools-1.2.1
./configure
2003 Jul 30
2
Kerberos to file server
Howdy,
I may be approaching this problem entirely wrong, or not. Was hoping for a
little guidance one way or the other.
I've got this AS/400 with gobs of unused file storage on it that I want to
share across as a file server to a FreeBSD box. The AS/400 side of things
supports NFS and kinda pretends to be a Unix like machine in this role.
Users will be booting from diskless clients
2008 Jan 05
1
imap cores
Experts,
(Now that I am able to run imap...)
Here's what I am seeing with imap, it seems to die in the latest
nightly. (tss, I am still trying to get dbx to work properly, maybe it
won't, but I got some more details here.)
...
2 select "INBOX"
* FLAGS (\Answered \Flagged \Deleted \Seen \Draft)
* OK [PERMANENTFLAGS (\Answered \Flagged \Deleted \Seen \Draft \*)]
Flags permitted.
2007 Feb 14
3
severe performance problem (mail cache related?)
Hi all, we're having a bad day with email :)
I have a user who was complaining of poor performance today when
opening mailboxes. Total time to open the box was about 1 minute.
Upon truss'ing the imap process during an open, I saw the trace quoted
below at the end of the email.
As you can see, for each "FETCH" line of response, we were seeing
dovecot do a ton of work-- mmaping
2006 Jul 10
1
ArcView + Samba: Performance nightmare under Linux, o k under Solaris or HP-UX
Have you checked the network end of things? This is the same type of thing
I see when the NIC and ethernet switch don't autonegotiate to the same
settings.
Hope I didn't step on anybody's toes here. I'm new to the list.
---------------------------------------------------------------------------
Tony Hoover, Network Administrator
KSU - Salina, College of Technology and
2006 Mar 30
1
Question about for loop?
Hello useRs,
I can't figure out how can I store a data frame of values of X and D from
this loop:
Z <- c(1:10)
for (i in 1:(length(Z)-2))
{D <- x[1:(2+i)];
X <- paste("x",sep="",i)
print (X)
print (D)
}
Thank You,
Andris Jankevics
2006 May 26
1
Indexing vector with repeated values
Hi all,
I have a vector which contains many repeated values.
>Z <- c(1,2,3,4,5,1,2,3,4,5,1,2,3,5,5,2,3,4,5)
I need to know how many times each number in this vecetor is repeated.
I can use a command like this:
> table (cut(Z,seq(1,5,1)))
(1,2] (2,3] (3,4] (4,5]
4 4 3 5
But how can I find a break points for vector with random values and random
number sequence
2007 Apr 16
1
Greek symbols in xtable rows
Dear R-helpers,
I am using xtable package to prepare a Latex code of some R tables.
Is this possible to have a greek symbols in xtable cells?
How can I get for example a string of : $\Delta$
> "$\Delta$"
[1] "$Delta$"
And string: > "$\\Delta$"
[1] "$\\Delta$"
Gives a latex aoutput like: \$$\backslash$Delta\$
Thank You in advance
Andris
2003 Jul 27
1
wi AP + acx100 client don't work
Hi!
I have PC running FreeBSD 4.8-STABLE and installed Z-COM XI-626 PCI (Prism
2.5).
When I try to directly connect notebook (running WinXP) with acx100 chip
based card to FreeBSD I can't connect. I try connect running wi in AP and
Ad-Hoc modes. NOP. Cards can see each other but can't connect. :(
I is possible to connect these cards?
Thanks.
Andris
2007 Jul 30
3
Bind together two vectors of different length...
Dear everyone,
I've got difficulties in realizing the following
task:
I have two vectors:
A <- c(1:10)
B<- seq(1,10,2)
Now I want to make a table form vectors A and B as rows, and if a value of A
isn't present B, then I want to put a N/A symbol in it:
Output should look like this:
1 2 3 4 5 6 7 8 9 10
1 0 3 0 5 0 7 0 9 0
How can I do this in R?
Thank you.
--
Andris
2019 Mar 28
1
Panic: file mail-transaction-log-file.c: line 105 (mail_transaction_log_file_free): assertion failed: (!file->locked)
On 28 Mar 2019, at 10.15, Arkadiusz Mi?kiewicz <arekm at maven.pl> wrote:
>
> error = 0x55e3e2b40ac0 "Fixed index file
> /var/mail/piast_efaktury/dovecot.index: log_file_seq 13 -> 15",
> nodiskspace = true,
This was one of the things I was first wondering, but I'm not sure why it's not logging an error. Anyway, you're using filesystem quota? And this
2003 Aug 11
1
FW: module_register
Hello!
I have the same problem, whats up?
Andris
> -----Original Message-----
> From: owner-freebsd-stable@freebsd.org
> [mailto:owner-freebsd-stable@freebsd.org] On Behalf Of Dmitry Agafonov
> Sent: Friday, July 25, 2003 8:40 PM
> To: freebsd-stable@freebsd.org
> Subject: module_register
>
>
> Hello!
>
> After today's update (4.8-stable from cvs
2003 Aug 14
1
FW: Kernel
Doug,
I remove ed config from rc.conf and system boots up without any error
messages. When I try to config interface manually (ifconfig ed0 ***) then
I saw it again. Is it ifconfig problem?
Andris
> Hm, well you were right, the ed and miibus drivers are compiled in.
>
> For giggles you might try removing any ifconfig_* lines in rc.conf,
> booting, then running 'ifconfig -l'.