Displaying 20 results from an estimated 1100 matches similar to: "Problem in Mail receiving"
2014 Dec 29
2
Fetchmail multiple instances increasing load average
Hi,
I?m running centos 5.7 with sendmail-8.13.8-8.1.el5_7,
fetchmail-6.3.6-4.el5 and procmail-3.22-17.1.el5.centos. My server is
having around 2000 mailboxes and this server used to fetch mails for all
these users using fetchmail from the other MX server. I?ve configured the
below cron job using webmin for downloading these mail
5,10,15,20,25,30,35,40,45,50,55 * * * *
2011 Aug 14
4
Kickstart installation error
Hi,
I?m trying kickstart on CentOS
Below is my ks.cfg
*[root at localhost ~]# cat /root/ks.cfg*
*
*
#Generated by Kickstart Configurator
#platform=x86, AMD64, or Intel EM64T
#System language
lang en_US
#Language modules to install
langsupport en_US
#System keyboard
keyboard us
#System mouse
mouse
#Sytem timezone
timezone Asia/Dili
#Root password
rootpw --iscrypted
2012 Oct 10
1
Regarding R's png device in linux
Hi,
I am a developer from Oracle. I wanted to create a png file out of png device with a bit depth of 8. I am using R on linux. But I noticed that R automatically switches between 8 and 24 bit depth. i tried a lot of things from your grDevices package but unable to control the bitdepth. I would be really grateful to you guys if you can suggest me some way to solve this issue.
-/Ag
Anshul Gupta
2010 Oct 01
2
how to upgrade dovecot
Dear All,
I have Centos 5 and devecot 1.0.7 I want to upgrade it to the latest version. I will appreciate if any one can tell me how can I upgrade it please.
Thanks
Arif
2019 Nov 01
3
Getting error in rbindlist
Hi All
Can you help me understand the meaning of the below error message then I
will try to figure out what is going wrong:
*Input Code:*
> bodlane2 <- lapply(
+ lapply(split(lctolc2, lctolc2$Item), function(x) graph.data.frame(x[,
2:3])),
+ function(x) lapply(
+ V(x)[degree(x, mode = "in") == 0],
+ function(s) all_simple_paths(x, from = s,
+
2007 Oct 19
3
Tc Filter - Port Ranges Calculate Mask Value
Hi,
I need to support port ranges in tc filter rules.
I know how to formulate the rule but , I am not able to understand how
to calculate the mask value for a perticular range so as to segregate
the port values that lie within this range .
I got the following sample
"tc filter add dev eth1 parent 1:1 protocol ip prio 10 u32 match ip
sport 0x1ae0 0x1ff0 flowid 1:10 This rule will match all
2014 Dec 29
0
Fetchmail multiple instances increasing load average
Kindly suggest is this right way to start the cronjob with lock if i've
not mis undestood.
*/5 * * * * /usr/bin/flock -n */etc/webmin/fetchmail/check.pl <http://check.pl>
*>* --file /var/log/fetchmaillog*
Warm Regards,
Anshul Chauhan
2014 Dec 29
0
Fetchmail multiple instances increasing load average
Kindly suggest is this right way to start the cronjob with lock if i've
not mis understood.
*/5 * * * * /usr/bin/flock -n */etc/webmin/fetchmail/check.pl <http://check.pl>
*>* --file /var/log/fetchmaillog*
Warm Regards,
Anshul Chauhan
2015 Jul 30
2
How to run libvirtd as non root user
Team,
I note that libvertd runs as root user that is against the least privilege security model.
root 307278 1 0 Jun20 ? 04:16:46 /usr/sbin/libvirtd -listen
Appreciate pointers to alternate options that user could configure as a potential mitigation plan?
Thanks,
-Anshul
2014 Apr 11
13
[Bug 77333] New: Xorg segfaults trying to use nouveau GK208 as offloadsink provider
https://bugs.freedesktop.org/show_bug.cgi?id=77333
Priority: medium
Bug ID: 77333
Assignee: nouveau at lists.freedesktop.org
Summary: Xorg segfaults trying to use nouveau GK208 as
offloadsink provider
QA Contact: xorg-team at lists.x.org
Severity: normal
Classification: Unclassified
OS: All
2009 Jul 13
2
open source call center application for Asterisk
Dear all,
I am new to asterisk.i like to configure call center using
asterisk.please can anyone tell me open source application to fulfill my
requirement.
thanks
Ashish Kumar Chauhan
M T S ,C D A C Chennai
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090713/1ecf17ec/attachment-0001.htm
2013 Mar 06
1
[LLVMdev] LLVM load instruction query
Duncan Sands <baldrick <at> free.fr> writes:
>
> Hi Anshul,
>
> > I am creating a pass that will pass loaded value by load instruction to an
> > external function.
> > I don't know how to do it.Please Help.
>
> your question is too vague for anyone to be able to help you. Add details,
> for example provide the code for your pass.
>
>
2013 Apr 26
1
Partner node reboot issue
Dear Team, I came across one problem in Oracle RAC Database server with
OCFS2 file system.
When I manually un-plug the Ethernet cable of primary node, the secondary
node automatically restarted.
Regards,
Yuvrajsinh Chauhan
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2013 Mar 05
0
[LLVMdev] LLVM load instruction query
Hi Anshul,
> I am creating a pass that will pass loaded value by load instruction to an
> external function.
> I don't know how to do it.Please Help.
your question is too vague for anyone to be able to help you. Add details,
for example provide the code for your pass.
Ciao, Duncan.
2010 Dec 06
9
"Appending" data to the middle of a file using btrfs-specific features
Hello,
I''d like to know if there has been any discussion about adding a new
feature to write (add) data at an offset, but without overwriting
existing data, or re-writing the existing data. Essentially, in-place
addition/removal of data to a file at a place other than the end of
the file.
Some possible use-cases of such a feature would be:
(a) Databases (currently hack around this by
2013 Mar 05
5
[LLVMdev] LLVM load instruction query
HI,
I am creating a pass that will pass loaded value by load instruction to an
external function.
I don't know how to do it.Please Help.
2020 Nov 09
1
[PATCH 2/2] drm/mediatek: Use struct dma_buf_map in GEM vmap ops
Fixes a build failure with mediatek.
This change was supposed to be part of commit 49a3f51dfeee ("drm/gem:
Use struct dma_buf_map in GEM vmap ops and convert GEM backends"), but
mediatek was forgotten.
Signed-off-by: Thomas Zimmermann <tzimmermann at suse.de>
Fixes: 49a3f51dfeee ("drm/gem: Use struct dma_buf_map in GEM vmap ops and convert GEM backends")
Cc: Thomas
2013 Oct 03
1
(no subject)
Please suggest me, From where i can download the gluster storage platform
ISO.
--
*Thanks and Regards.*
*Vishvendra Singh Chauhan*
*(**RHC{SA,E,SS,VA}CC{NA,NP})*
*+91-9711460593
*
http://linux-links.blogspot.in/
God First Work Hard Success is Sure...
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2013 Mar 05
0
[LLVMdev] LLVM load instruction query
Ok, so there is a general segfault. You can use a tool for detecting seg
fault, but better try to use the "return false" statement in your pass. I
assume you have your code into runOnFunction or runOnModule. So check with
return false where the program crashes. identify the statement that is
causing the segfault. The most common segfaults in LLVM are due
1. reference a NULL pointer...put
2012 Sep 12
0
Ocfs2-users Digest, Vol 105, Issue 4
Hi Yuvrajsinh, thank you for the reply, yes it was a kernel issue and we have done an upgrade to 2.6.18.308 and used the packges that match the version number, and I have done a update post this evening as below
Hi All, since the post I have made some kind of a progress
1. I upgraded the kernel to 2.6.18-308.1.1.el5 same I was able to download the ocfs2 module is