Displaying 20 results from an estimated 70 matches similar to: "GlusterFS on a FreeBSD-Server"
2009 Mar 03
4
failed assertion in 1.1.8: istream.c: line 81
Hello,
We're having a problem in Dovecot 1.1.8 with a failed assertion on
certain mbox format mailboxes. It happens both with deliver when it
attempts to delier to the mailbox, and with IMAP connections for the
affected box (though I'm not sure what they're doing at the time).
Mar 3 12:55:26 <snip> dovecot: Panic: IMAP(<snip>): file istream.c:
line 81 (i_stream_read):
2007 May 17
2
[Bug 828] date overflow with scp -p
http://bugzilla.mindrot.org/show_bug.cgi?id=828
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #588| |ok+
Flag| |
--- Comment #2 from Damien Miller <djm at mindrot.org>
2016 May 03
2
Migration to vfs_fruit with existing AppleDouble files?
If the code to convert FinderInfo is in a version later than 4.3.6 then I
can request FreeNAS update their version.
Can you let me know?
Thanks!
-Scott
On Wed, Apr 27, 2016 at 1:49 PM, Ralph Boehme <slow at samba.org> wrote:
> On Wed, Apr 27, 2016 at 10:50:12AM -0700, Scott Call wrote:
> > (apologies to Ralph, I replied directly to him w/o copying the lists, so
> > here we
2008 Jan 26
2
dovecot HEAD, assertion failed after 7193:e5af14239137 changeset
Hi!
Using HEAD, and after the 7193:e5af14239137 changeset (Store physical
message sizes also to dovecot-uidlist if needed.) I'm getting this:
(gdb) bt full
#0 0x0a0a80dd in kill () from /usr/lib/libc.so.41.0
No symbol table info available.
#1 0x0a0e04a7 in abort () at /usr/src/lib/libc/stdlib/abort.c:65
p = (struct atexit *) 0x84992000
cleanup_called = 0
mask =
2008 Feb 20
1
(message_parser_parse_next_block): assertion, failed: (ctx->input->eof)
dovecot 1.1b16
Feb 19 23:32:41 hill dovecot: IMAP(username): Disconnected for
inactivity bytes=29831/872
Feb 19 23:32:41 hill dovecot: IMAP(username): file message-parser.c:
line 764 (message_parser_parse_next_block): assertion failed:
(ctx->input->eof)
Feb 19 23:32:41 hill dovecot: child 60831 (imap) killed with signal 6
# gdb /usr/local/libexec/dovecot/imap imap.60831.hill.core
GNU
2010 Aug 17
6
DO NOT REPLY [Bug 7625] New: "Don't know how to make ./*.c"
https://bugzilla.samba.org/show_bug.cgi?id=7625
Summary: "Don't know how to make ./*.c"
Product: rsync
Version: 3.0.7
Platform: s390
OS/Version: Other
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo: wayned at samba.org
ReportedBy: sebastian.hoffman at
2009 Feb 09
1
Compiling fuse-2.7.3glfs10 - Error
Hi,
?I am trying to compile de fuse-2.7.3glfs10 and I receive the error
bellow when I execute de make command. I haven't any idea how to solve
this problem. I need --enable-kernel-module to reexport to NFS.
What can I do?
# cat /etc/SuSE-release
SUSE Linux Enterprise Server 10 (x86_64)
VERSION = 10
PATCHLEVEL = 1
#HW - Dell PowerEdge 850
8GB RAM ECC
Intel(R) Xeon(R) CPU X3360
2018 Apr 25
3
Problem adding replicated bricks on FreeBSD
Hi Folks,
I'm trying to debug an issue that I've found while attempting to qualify
GlusterFS for potential distributed storage projects on the FreeBSD-11.1
server platform - using the existing package of GlusterFS v3.11.1_4
The main issue I've encountered is that I cannot add new bricks while
setting/increasing the replica count.
If I create a replicated volume "poc"
2009 Mar 18
0
glusterfs bdb backend problem
I cannot touch or cp files to glusterfs filesystem with bdb backend.
orion31 is glusterfs server, orion28 is glusterfs client.
-------------------------------------------------------------------------------------------
[root at orion28 ~]# mount -t glusterfs /etc/glusterfs/glusterfs-bdb.vol /mnt
[root at orion28 ~]# touch /mnt/a
touch: cannot touch `/mnt/a': No such file or directory
[root
2009 Apr 03
0
Having some trouble while using AFR
Hai,
Good morning.
I am having some trouble while using AFR. In the client side afr volume.
volume afr
type cluster/afr
subvolumes client
option replicate *:1
option self-heal on
end-volume
While i am using the command sudo -u apache cp -p zip/* test_folder/
It shows the message
cp: getting attribute `trusted.afr.version' of
`zip/ACS1238660426.zip': Operation not permitted
2012 Nov 16
0
[LLVMdev] [compiler-rt] is the arm lib complete?
Hi guys,
Thanks for all the info.
Then, if, besides compiler-rt, I also need some other libs, such as libm,
how do I link?
Here is an example of missing functions in compiler-rt when linking:
"-lstdc++ -lm --start-group -lcompiler-rt-armv7 -lgcc_eh -lc --end-group"
vs.
"-lstdc++ -lm --start-group -lgcc -lgcc_eh -lc --end-group"
...
2012 Nov 16
2
[LLVMdev] [compiler-rt] is the arm lib complete?
Hello
It seems you misses several points here...
> So, you mean I should compile libc with clang and link with compiler-rt too?
> But how can we expect a user of compiler-rt have a libc compiled in this
> way? It's a part of gcc's src code...
No it is not
> If compiler-rt is a complete lib, it should also cover these functions, right?
Yes and no. Yes - it should cover all
2009 Aug 24
1
support for ext-attrs on non-supporting FS's
Maybe rsync could support extattrs on non-supporting fs's with a
.<fn>.xattr file stored
at the same place as the <fn>:
If a user used a switch to emulate 'xattrs', then on a fs that
didn't support real .xattrs one
could still ACL and other .xattr info. If a user ran rsync w/o that
switch such files
would be treated as 'normal files' -- allowing copying
2019 Jul 21
2
Missing hivex.h error when compiling on macOS 10.14 (Mojave)
I am attempting to compile Hivex (v1.3.18) and am getting a "handle.c:47:10: fatal error: 'hivex.h' file not found" error. I see that hivex.h is not included in the source and I suspect it is created during the configure phase. Full build log below. Any ideas of how this file is created and why it wasn't created? I was able to compile it before on earlier versions of macOS
2010 Feb 04
3
3.3 and 3.4 compile failure on dbwrap
Hi All,
I'm having problems compiling a newer version of samba (3.3.x or 3.4.x) on
solaris 9. We are currently running 3.0.23d and have been putting off
upgrading for far to long.
I've tried gcc and sun studio 12 cc with the same issues when it comes to
compiling dbwrap.c. I can't seem to find anything on google that's related
to my issue.
Here's my configure line when
2011 Apr 16
20
[PATCH 00/20] Switch to ELF modules
From: Matt Fleming <matt.fleming at linux.intel.com>
This series fixes some bugs and switches the elflink branch to be
entirely ELF modules. It applies on top of,
http://syslinux.zytor.com/archives/2011-April/016369.html
The deletions in the diff stat below are mainly from deleting
com32/elflink/modules (finally!). Now there should be no duplicate
code because we don't need COM32 and
2010 May 11
1
Samba 3.5.2 compile on AIX
I'm having trouble compiling Samba 3.5.2 on AIX 5.3 TL10 SP1.
I'm compiling Samba with ADS support against a locally installed Heimdal
1.3.2 Kerberos installation and I'm getting a failure while compiling
clikrb5.c
This is using the IBM xl_C compiler.
Below is the complete build logs. I'm able to get around the error if I
undef HAVE_SHORT_KRB5_MK_ERROR_INTERFACE in the
2015 Jul 09
5
[LLVMdev] The Trouble with Triples
> -----Original Message-----
> From: Renato Golin [mailto:renato.golin at linaro.org]
> Sent: 08 July 2015 19:01
> To: Daniel Sanders
> Cc: LLVM Developers Mailing List (llvmdev at cs.uiuc.edu); Eric Christopher
> (echristo at gmail.com); Jim Grosbach (grosbach at apple.com)
> Subject: Re: The Trouble with Triples
>
> On 8 July 2015 at 17:43, Daniel Sanders
2010 Nov 01
1
Samba 4 on osx
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I have recently tried to build samba4 on osx from the latest git pull
I have had a build error while trying to compile this.
I have make clean, and reconfigured this.
[ 480/2253] Compiling lib/ldb/common/ldb.c
../lib/ldb/common/ldb.c: In function ?ldb_init?:
../lib/ldb/common/ldb.c:103: warning: ?tevent_loop_allow_nesting? is deprecated (declared
2006 Nov 17
1
gjournal on 6.x wont build
Hi all,
I was intending on trying out gjournal on a new disk i've added in my
desktop. I had a look to see what the most recent patch provided by
Pawel and found
http://people.freebsd.org/~pjd/patches/gjournal6_20061024.patch
I created the directories as per Pawel's original post
(http://lists.freebsd.org/pipermail/freebsd-fs/2006-June/001962.html)
and the patch succeeded with no failed