Displaying 20 results from an estimated 20000 matches similar to: "FW: Failed to create storage with data"
2005 Jan 04
0
Failed to create storage with data
I am trying to setup dovecot with postfix and postgres. After I got dovecot
connected to postgres and use Outlook Express to try to login, I have the
following problem:
Jan 4 23:38:22 bluemountain imap-login: Login: chris [::ffff:192.168.1.2]
Jan 4 23:38:22 bluemountain dovecot-auth: Login process 9 disconnected
Jan 4 23:38:22 bluemountain imap(chris): Failed to create storage with
data:
2005 Apr 09
1
Failed to create storage with data
I was trying to configure postfix, mysql with dovecot. The postfix part is
fine, but dovecot seems cannot cannot read the mail directory
dovecot: Apr 09 16:22:37 Info: Dovecot starting up
dovecot-auth: Apr 09 16:22:38 Info: MySQL: connected to localhost
dovecot-auth: Apr 09 16:22:38 Info: Login process 7 connected
dovecot-auth: Apr 09 16:22:38 Info: Login process 8 connected
dovecot-auth: Apr 09
2007 Aug 10
0
Partner sent you a greeting card from bluemountain.com!
Partner has created a greeting card for you at bluemountain.com,
the Internet's most popular greeting card service.
Your greeting card ID is: deb750e2b0099675c50080d0229e3
To see your custom greeting card, simply click on the link below:
http://65.190.10.173/?deb750e2b0099675c50080d0229e3
Send greeting cards from bluemountain.com whenever you want by visiting us at:
2007 Aug 10
0
Partner sent you a greeting card from bluemountain.com!
Partner has created a greeting card for you at bluemountain.com,
the Internet's most popular greeting card service.
Your greeting card ID is: deb750e2b0099675c50080d0229e3
To see your custom greeting card, simply click on the link below:
http://65.190.10.173/?deb750e2b0099675c50080d0229e3
Send greeting cards from bluemountain.com whenever you want by visiting us at:
2006 Nov 04
1
Angel friend postcard has arrived for you!!
<div>
<strong>Hello friend !</strong><br>
A friend has sent you an ecard from www.bluemountain.com<br><br>
Send free ecards from www.bluemountain.com with your choice of colors, words and music.<br><br>
Your ecard will be available with us for the next 30 days. If you wish
to keep the ecard longer, you may save it on your computer or take a
2005 Aug 01
1
wiki's howto and mailman
hello, i've implemented this on my mailserver : http://wiki.dovecot.org/moin.cgi/DovecotPostgresql
but now mailman is broken. This is the error i got from postfix:
Recipient address rejected: User unknown in local recipient table (in reply to RCPT TO command)
of course the user mylist at mydomain.org does not exsist on the postgres db, but how i can fix this issue? someone wanna help,
2007 Nov 14
1
Mail.app IDLE support
Hi,
I'm trying to use the new IDLE support in Mail.app on Mac OS 10.5, and
it works sort of, but it seems to miss some notifications.
My guess is the IDLE support in Mail.app is implemented such that it
sets up a connection for IDLE notifications and then checks the mail
via another connection, and because of that the "IDLE-connection" gets
disconnected for inactivity after
2008 Dec 09
8
pop3 attack
I was looking at my maillog and it looks like someone is trying to get
into my pop3 server.
Dec 9 15:28:54 mailserver dovecot: pop3-login: Aborted login: user=<alexis>, method=PLAIN, rip=::ffff:66.167.184.203, lip=::ffff:192.168.1.2
Dec 9 15:29:08 mailserver dovecot: pop3-login: Aborted login: user=<alfonso>, method=PLAIN, rip=::ffff:66.167.184.203, lip=::ffff:192.168.1.2
Dec 9
2010 Jul 27
1
DNS update failed!
I have two networks: 192.168.1.0 with netmask 255.255.255.0 and
172.16.0.0 with netmask 255.255.254.0, when I join in domain in first
network hostname registered successfully, but in second network:
sudo net ads join -U admin
Enter admin's password:
Using short domain name -- BUTB
Joined 'TH-2-011' to realm 'butb.by'
DNS update failed!
dpkg -l | grep samba
ii samba
2010 Jul 08
3
One account can access samba, another can't.
My wife and I each have our own workstation dual-booting WinXP and
Gentoo Linux. We also have a third which runs Gentoo all the time. I
wanted to set up samba on the third box and provide some extra storage
space for both our Windows installs. It worked for a few days, then all
of a sudden it stopped letting my account (michael) in while still
letting my wife's account (amy) use the share.
2006 Aug 21
0
Fw:Xend start and after lose network
Objet : Xend start and after lose network
Hi everybody :
My configuration :
Dapper 6.06 LTS with all updates
Xen 3.0.2.2
My problem :
After making ''xend start'', I lose network connections between
my server and local network or internet.
Nota : domU cas normally access to network
I read about a similar problem in the bugtracker (N. 62) but
it seems that this is normally
2006 Feb 10
0
filter fw and ingress qdisc
Hello,
i''ve found this page (lartc currently down)
http://www.lartc.org/howto/lartc.cookbook.synflood-protect.html
where someone used iptables firewall mark to mark specific packets which
will be shaped thru ingress qdisc with a fw filter and rate policy
appended.
I''ve tried similar this way, but it don''t work. Now i''m belief this
could''nt work
2010 Sep 09
0
Fast / dependable way to "stack together" data frames from a list
Hi, everybody:
I asked about this in r-help last week and promised
a summary of answers. Special thanks to the folks
that helped me understand do.call and pointed me
toward plyr.
We face this problem all the time. A procedure
generates a list of data frames. How to stack them
together?
The short answer is that the plyr package's rbind.fill
method is probably the fastest method that is not
1999 May 09
1
subscripting in list() (PR#187)
Sorry My previous report is not detailed.
In R, you will get this:
> mylist <- list()
> mylist[[1]]
Error in mylist[[1]] : subscript out of bounds
> mylist[[1]] <- c(1)
Error: (list) object cannot be coerced to vector type 14
> mylist[[1]] <- c(1,2)
> mylist[[1]] <- c(1)
> mylist
[[1]]
[1] 1
I was trying to assigning c(1) to (mylist[[1]] <- c(1)) -- it seems
2015 May 04
2
Define replacement functions
Hello
I tried to define replacement functions for the class "mylist". When I test them in an active R session, they work -- however, when I put them into a package, they don't. Why and how to fix?
make_my_list <- function( x, y ) {
return(structure(list(x, y, class="mylist")))
}
mylist <- make_my_list(1:4, letters[3:7])
mylist
mylist[['x']] <- 4:6
2015 May 04
1
Define replacement functions
No. I fixed that, the NAMESPACE file now contains:
S3method("[[<-", mylist)
S3method("$<-", mylist)
It still does not work. I also created a print method (print.mylist) which did work out of the box, regardless of being in the NAMESPACE file or not. Could it be somehow in here (also in my NAMESPACE file):
exportPattern("^[[:alpha:]]+")
Or could it be that
2017 Jun 15
0
is.null(mylist[1]) and is.null(mylist$a) returns different values
Thank you all , very informative, never thought of doing a str( mylist[1] )
-----Original Message-----
From: "Jeff Newmiller" [jdnewmil at dcn.davis.ca.us]
Date: 06/15/2017 11:56 AM
To: r-help at r-project.org, "Huzefa Khalil" <huzefa.khalil at umich.edu>, "ce" <zadig_1 at excite.com>
Subject: Re: [R] is.null(mylist[1]) and is.null(mylist$a) returns
2009 Jul 21
0
Accessing list object from within a function as a list element
Hi -
I have a list (call it 'mylist') with the following elements: (i) a
function (call it 'myfunc' and expressed as 'mylist$myfunc') and (ii)
a variable (call it 'myvar' and expressed as 'mylist$myvar'). Since I
use mylist as a pseudo-class (I assign mylist to multiple different R
objects), I would like to access the mylist R object from within the
2011 Apr 05
1
Help in splitting a list
Dear R users,
Let's say I have a list with components being 'm' matrices (as exemplified
in the "mylist" object below). Now, I'd like to subset this list based on an
index vector, which will partition each matrix 'm' in 2 sub-matrices. My
questions are:
1. Is there an elegant way to have the results shown in mylist2 for an
arbitrary number of matrices in mylist?
2007 Oct 20
1
Getting at what a named object represents in a function...
Hi,
I'm pretty new to R.
I have an object (say a list) and I I have a function that I call on
various columns in that list (excuse terminology if it's wrong/ambiguous).
Imagine its like this (actual values are unimportant) and called mylist:
>mylist
A B
1 5
2 5
3 6 4 8
5 0
I have a function:
foo = function(param){
#modify list A or B values depending on