Displaying 9 results from an estimated 9 matches similar to: "How to send a html email with attachment"
2012 Jul 17
1
subnet-up invocations
Hello,
I'm confused by the subnet-up calls made by tinc. I was assuming that
I'd be called once when it connects to another node. However, subnet-up
appears to be called much more often than that.
For example, I have the following configuration:
,----
| $ cat tinc.conf
| ConnectTo = spitzer
| Name = chronos
| Mode = switch
|
| $ cat hbt/hosts/spitzer
| address =
2018 Feb 09
0
self-heal trouble after changing arbiter brick
Hey,
Did the heal completed and you still have some entries pending heal?
If yes then can you provide the following informations to debug the issue.
1. Which version of gluster you are running
2. gluster volume heal <volname> info summary or gluster volume heal
<volname> info
3. getfattr -d -e hex -m . <filepath-on-brick> output of any one of the
which is pending heal from all
2018 Feb 09
1
self-heal trouble after changing arbiter brick
Hi Karthik,
Thank you very much, you made me much more relaxed. Below is getfattr output for a file from all the bricks:
root at gv2 ~ # getfattr -d -e hex -m . /data/glusterfs/testset/306/30677af808ad578916f54783904e6342.pack
getfattr: Removing leading '/' from absolute path names
# file: data/glusterfs/testset/306/30677af808ad578916f54783904e6342.pack
2018 Feb 09
0
self-heal trouble after changing arbiter brick
Hi Karthik,
Thank you for your reply. The heal is still undergoing, as the /var/log/glusterfs/glustershd.log keeps growing, and there's a lot of pending entries in the heal info.
The gluster version is 3.10.9 and 3.10.10 (the version update in progress). It doesn't have info summary [yet?], and the heal info is way too long to attach here. (It takes more than 20 minutes just to collect
2018 Feb 08
5
self-heal trouble after changing arbiter brick
Hi folks,
I'm troubled moving an arbiter brick to another server because of I/O load issues. My setup is as follows:
# gluster volume info
Volume Name: myvol
Type: Distributed-Replicate
Volume ID: 43ba517a-ac09-461e-99da-a197759a7dc8
Status: Started
Snapshot Count: 0
Number of Bricks: 3 x (2 + 1) = 9
Transport-type: tcp
Bricks:
Brick1: gv0:/data/glusterfs
Brick2: gv1:/data/glusterfs
Brick3:
2005 Sep 28
1
Newsleecher Installer Failing
Hi all,
I'm trying to install Newsleecher, available at:
http://www.newsleecher.com/?id=download
To run the installer, I type:
wine nl-setup.exe
The installer screen loads successfully. I hit next. I am eventually
prompted for a destination directory:
c:\Program Files\NewsLeecher
On this screen, when I hit next, I get the following dialog box:
(!) Installing NewsLeecher
Directory
2019 Jan 14
2
mdbox import error from read-only filesystem
Dovecot version: 2.2.34
doveadm import tries to call open() on the source indexes/logs of mdbox
data, but even if it should work as it is just a read-related call, it
fails on read-only filesystems.
The main use case for read-only filesystem is restoring from backup: the
massive deduplicated backup data is exposed using FUSE. For deduplication
to work efficiently, we have to backup the whole
2009 Nov 30
2
How do I run to or more R consoles on Mac OS X?
This is really annoying me... when I click R application icon it brings
already opened session in the focus and it DOESN'T open new session....
any ideas?
--
View this message in context: http://n4.nabble.com/How-do-I-run-to-or-more-R-consoles-on-Mac-OS-X-tp930979p930979.html
Sent from the R help mailing list archive at Nabble.com.
2009 Sep 15
4
Protecting against kernel NULL-pointer derefs
All,
Given the amount of NULL-pointer dereference vulnerabilities in the
FreeBSD kernel that have been discovered of late, I've started looking
at a way to generically protect against the code execution possibilities
of such bugs.
By disallowing userland to map pages at address 0x0 (and a bit beyond),
it is possible to make such NULL-pointer deref bugs mere DoS'es instead
of code