similar to: Dovecot ontop of glusterfs issue.

Displaying 20 results from an estimated 800 matches similar to: "Dovecot ontop of glusterfs issue."

2012 Oct 23
3
Problem with sieve. dovecot 2.0.17
Since I have lots of filtering rules in thunderbird I was thinking of using sieve instead. I want to filter incoming mail into subdirectories. like "from" store at folder "old". the script is: require ["fileinto", "envelope"]; if envelope :is "from" "eliezer at test.dom" { fileinto "old"; } else { # The rest goes into
2015 Feb 16
4
Centos 7.0 and mismatched swap file
On Mon, Feb 16, 2015 at 6:47 AM, Eliezer Croitoru <eliezer at ngtech.co.il> wrote: > I am unsure I understand what you wrote. > "XFS will create multiple AG's across all of those > devices," > Are you comparing md linear/concat to md raid0? and that the upper level XFS > will run on top them? Yes to the first question, I'm not understanding the second
2017 Aug 10
4
Errors on an SSD drive
what file system are you using?? ssd drives have different characteristics that need to be accomadated (including a relatively slow write process which is obvious as soon as the buffer is full), and never, never put a swap partition on it, the high activity will wear it out rather quickly.? might also check cables, often a problem particularly if they are older sata cables being run at a possibly
2017 Jan 18
2
Reliable way of having both LAN and WIFI on headless box
You could say the same thing about computers in general: I hate them, they automated many tasks in life and took many jobs out of the market!. Eliezer ---- Eliezer Croitoru Linux System Administrator Mobile: +972-5-28704261 Email: eliezer at ngtech.co.il -----Original Message----- From: CentOS [mailto:centos-bounces at centos.org] On Behalf Of Gary Stainburn Sent: Monday, January 16, 2017
2015 Sep 18
2
I want to connect to a l2tp server from centos.
Hey John, I do not require encryption at all, it's a secure and internal channel but it requires me to connect via either pptp or l2tp. This is the reason I am asking. I had the chance of finding the SoftEther Project which gives a lot in terms of VPN Client and Server. At: http://www.softether-download.com/en.aspx But yet to try it. Also they have all sorts of beta versions but not
2015 Sep 21
2
I want to connect to a l2tp server from centos.
Hey Gordon, I do not have any security issue in this network. I need to connect to a remote network on a secure network. The options are pptp or l2tp(no ipsec encryption) so I do want to use l2tp like in (lac\lns) and I am looking for a client for CentOS. Note that it works in ubuntu so it is possible to achieve the same with CentOS but I do not know what is behind the gui that initiates the
2015 Oct 28
1
kvm-qemu-ev in testing
Eliezer, >From what I could find on the internet, it's this: Live Snapshots Live Storage Migration Live Snapshot Merge Block I/O Throttling CEPH Enablement OpenvSwitch >From https://rhsummit.files.wordpress.com/2014/04/sarathy_h_0945_red_hat_enterprise_virtualization_hypervisor.pdf I'd love an answer with proper/current info as well. :-) Lucian -- Sent from the Delta quadrant
2015 Sep 09
2
Report on Xen-4.6rc2 from virt7-xen-46-candidate
Hey, What do you mean by doesn't do forking? It allows forking processes if the application can do that. It doesn't fork them by default but ,is it really needed? If xenstored is testing to be run under systemd and not forks itself because of it, that's another thing. Eliezer On 09/09/2015 12:40, George Dunlap wrote: > I think because systemd doesn't do forking, that it
2012 Mar 23
2
[OT] FreePBX + Trunk over VPN + Local LAN
Hello, First let me apologize for posting about a GUI topic on here. There's a reason why I did that, and it's because the underlying concept of this is connected to Asterisk.Here's my situation: Twenty wifi clients connecting to our wireless router (Cisco Linksys E4200 loaded with Tomato). All these WiFi clients are running eyeBeam (in case you're wondering where the calls come
2017 Jan 10
3
Reliable way of having both LAN and WIFI on headless box
On Tuesday 10 January 2017 08:53:17 John R Pierce wrote: > On 1/9/2017 7:11 PM, fred roller wrote: > > On Mon, Jan 9, 2017 at 12:04 PM, Frank Cox<theatre at melvilletheatre.com> > > > > wrote: > >> That sounds like a weak signal from your wifi transmitter. > > > > Or signal interference. Where is the antennae located on the server? > > Ran
2014 Mar 26
1
The letter "ש" or "a" button in hebrew is by default dosn't write the requested letter.
I have been running CentOS and I have found out that there is a key that is not defined well. The "a" or "?" which actually causes by a button press to a sing which is called "new shekel" or "Shekel Chadash" which is two letters together. What can I do to fix it? maybe someone have seen this in the past? Eliezer
2013 Aug 07
2
The docs a re a bit weird on "Directory hashing"
In squid we use a double layer of hashed directories on the FS to allow storage of millions of files. I was reading the "Directory hashing" section but never understood it.. since it's written.. in a way I could not understand. I am using this line: mail_location = maildir:/home/vmail/%d/%n/Maildir/ and I want to migrate to a hash based directory scheme. While trying to understand
2015 Sep 18
0
I want to connect to a l2tp server from centos.
OK So i took the time and finally built a RPM for the softether vpn server and client. I have not tested them for usage but I found out that only the server side can work with multiple protocols while the client side works only with one protocol. The actual protocol is called "ethernet overl HTTPS". More info on the product: http://www.softether.org/ The gui is only for windows as
2017 Jan 10
2
Reliable way of having both LAN and WIFI on headless box
I'd be looking at your logs to see if there is any indication why the wifi does not come up during boot > sudo journalctrl -b # current boot > sudo journalctrl -b -1 # previous boot Kal On Wed, Jan 11, 2017 at 7:59 AM, Eliezer Croitoru <eliezer at ngtech.co.il> wrote: > NetworkManger should work pretty nice and good as required. > Just run the right cronjob every
2017 Aug 10
0
Errors on an SSD drive
On 08/09/2017 10:44 PM, mad.scientist.at.large at tutanota.com wrote: > what file system are you using? ssd drives have different characteristics that need to be accomadated (including a relatively slow write process which is obvious as soon as the buffer is full), and never, never put a swap partition on it, the high activity will wear it out rather quickly. might also check cables, often a
2018 Aug 09
4
bad udp cksum
Hi, Recently I'm noticing an interesting issue. My CentOS servers are trying to send logs to a logging server via 514/udp, however I'm not receiving anything. I did the following on CentOS *tcpdump -vvv -nn udp -i esn160 port 514* In another session on the same server: *nc syslog-server -u 514* tcpdump started to show me messages like: *[bad udp cksum 0x3ce9 -> 0xb0f5!] SYSLOG,
2012 Apr 04
3
Listener not binding to port
Hello. Dovecot is not binding or listening on port 993 when I start it. $ sudo netstat -tlnp | grep -c 993 0 Dovecot starts fine and runs without complaints. $ sudo service dovecot restart Restarting IMAP/POP3 mail server: dovecot. $ sudo tail /var/log/mail.log Apr 4 13:42:39 mwjones dovecot: master: Warning: Killed with signal 15 (by pid=16238 uid=0 code=kill) Apr 4 13:42:39 mwjones
2013 Jul 05
4
What FileSystems for large stores and very very large stores?
I was learning about the different FS exists. I was working on systems that ReiserFS was the star but since there is no longer support from the creator there are other consolidations to be done. I want to ask about couple FS options. EXT4 which is amazing for one node but for more it's another story. I have heard about GFS2 and GlusterFS and read the docs and official materials from RH on
2017 Jan 18
0
Reliable way of having both LAN and WIFI on headless box
On Wed, January 18, 2017 4:24 am, Eliezer Croitoru wrote: > You could say the same thing about computers in general: > I hate them, they automated many tasks in life and took many jobs out of > the > market!. And they suck. All systems suck. And thanks to that I got my job. Valeri > > Eliezer > > ---- > Eliezer Croitoru > Linux System Administrator > Mobile:
2015 Sep 09
0
Report on Xen-4.6rc2 from virt7-xen-46-candidate
On Wed, Sep 9, 2015 at 12:25 PM, Eliezer Croitoru <eliezer at ngtech.co.il> wrote: > Hey, > > What do you mean by doesn't do forking? > It allows forking processes if the application can do that. > It doesn't fork them by default but ,is it really needed? > If xenstored is testing to be run under systemd and not forks itself because > of it, that's another