search for: inconsiderable

Displaying 15 results from an estimated 15 matches for "inconsiderable".

Did you mean: considerable
2010 Dec 12
1
Submissions that include an entire previous digest
...an inconsiderate poster (Message 39 in Issue 12) received the digest and clicked reply, thereby including the entire digest in his/her submission (> 6000 additional lines of text). This made it difficult to scroll through the digest efficiently. At minimum, posters should be aware that this is inconsiderable behavior. Is there some means for the mailing list to detect submissions that contain the entirety of a previous digest (e.g., rejecting emails that contain both "Subject: R-help Digest, Vol XX, Issue YY" and "End of R-help Digest, Vol XX, Issue YY") to prevent this problem?...
2006 Jan 09
1
Maildir permissions, shared folders & postfix
Hi there, It's my understanding that shared folders can be implemented in the Dovecot IMAP server by simply symlinking one maildir to another, eg: $ ls -lan /home/DOMAIN/ned/.maildir/ total 40 drwx------ 9 10012 10000 440 Jan 9 04:23 . drwxr-xr-x 3 10012 10000 160 Jan 6 06:32 .. drwx------ 5 10012 10000 264 Jan 9 04:21 .Deleted Items drwx------ 5 10012 10000 232 Jan 6
2019 Sep 12
2
[PATCH libnbd 1/2] nbd_connect_tcp: Try to return errno from underlying connect(2) call.
When we make a TCP connection we have to make multiple underlying connect(2) calls, once for each address returned by getaddrinfo. Unfortunately this meant that we lost the errno from any of these calls: $ nbdsh -c 'h.connect_tcp ("localhost", "nbd")' nbd.Error: nbd_connect_tcp: connect: localhost:nbd: could not connect to remote host This commit saves the errno from
2019 Sep 12
0
[PATCH libnbd 2/2] interop: Retry TCP connections to qemu-nbd.
The test interop-qemu-nbd-tls-certs frequently fails on slow (32 bit) machines in Fedora Koji. (Is crypto slow on these already overloaded machines?) As we cannot wait for a signal when qemu-nbd is ready start serving, we have to use a sleep. The current sleep is 5 seconds, which is not long enough. Making the sleep longer would work but is inconsiderate for people using faster machines.
2016 Jul 27
2
man page
Hi, I've found this in the man page for rsync: "To backup my wife’s home directory, which consists of large MS Word files and mail folders, I use a cron job that runs ...". I believe it's very inappropriate and inconsiderate to mention Microsoft products unless it's really necessary. I'm mostly concerned with the fact that this careless usage not only gives them more
1999 Jun 21
0
SAMBA digest 2136
(snip) > remounting shares when you log in. We run a variety of different samba > servers and becomes increasingly annoying when you have to enter the same > password 10 times when logging into the NT box after rebooting (which is > done often for obvious reasons). Any help would be appreciated. > > Thanks, > -Chad We have the same annoyance. I even have one NT
2003 Jul 31
0
Re: root password error! What a headache!
> When trying to connect to a samba PDC I receive this error of wrong > network password. I've checked samba root's password, machine > account, user account and so but nothing seems to work. the other > day I go into the domain without a problem, now I cannot do that > ( I've change quite a lot parameters in /etc/samba/smb.conf ). Can > someone guide me in some
2013 Apr 13
1
how can I convert a result (text) in table format in R?
Hi R user, Could you please give me some hints on how I can convert text in table format in R? I was doing model assessment using dismo package for example: bg <- randomPoints(current, 500) pvtest <- data.frame(extract(current, occtest)) avtest <- data.frame(extract(current, bg)) e2 = evaluate(model, p=pvtest, a=avtest) > e2 class : ModelEvaluation n presences : 10 n
1999 Jul 28
1
(Fwd) Re: 3d in R
In Win95/NT you can use xgobi (program and R interface) as well, provided you will install an x-server on your machine (a free one is available from http://www.microimages.com/freestuf/mix/). Regards! Zdenek Skala ***************************************************** Uli Flenker wrote: I'm not familiar with S/S+, but I think the "xgobi" software package can do what you want
2011 Oct 29
1
Unscribe me please!
-- Hello, Kindly unsubscribe me from R emailing list And confirm me by email I do not want any further email Regards Mahesh Krishnan __________________________________ The information of this email is strictly confidential and may be legally privileged. It is intended solely for the addressee. If you are not the intended recipient, any copying, distribution or any other use of this email
2012 Apr 18
3
A request from the CentOS Project
The CentOS Project seems to be having a problem within some of our community interactive areas that we need to address. As most of you know, the project provides CentOS software free of charge and we also provide community areas like a Wiki, Mailing Lists, IRC Channels and Fora for our users to interact with one another and allow the CentOS community to provide support for each other. There are
2008 Oct 03
5
Proposed New Mailing List
Karanbir Singh wrote: > And yea, working on setting up a sort of list to handle > much of this semi OT traffic. More news on that around > Wed next week, dint ask about it now. Off course people are going to ask. In my opinion as long as a topic is marked OT, it is preferable to one not marked but one in which the OP has not even done basic research on his problem. One distro had a
2008 Mar 21
12
[Bug 1450] New: Support for ConsoleKit on Linux through dbus calls
https://bugzilla.mindrot.org/show_bug.cgi?id=1450 Summary: Support for ConsoleKit on Linux through dbus calls Classification: Unclassified Product: Portable OpenSSH Version: 4.7p1 Platform: Other
2004 Oct 09
9
fxp initiated behind shorewall
Okay, no one had any idea concerning my Radmin question, which I still haven''t figured out. However, I am now trying to figure out an FXP problem. All of the needed details are listed below the description problem. Problem: I have a local windows XP pro computer running FlashFXP behind shorewall 2.0.9 (unpatched) with only two interfaces (ppp0 and eth1) as loc:192.168.1.5. The server
2004 Jul 13
12
Permutations
Dear R users, I?m a beginner user of R and I?ve a problem with permutations that I don?t know how to solve. I?ve 12 elements in blocks of 3 elements and I want only to make permutations inter-blocks (no intra-blocks) (sorry if the terminology is not accurate), something similar to: 1 2 3 | 4 5 6 | 7 8 9 | 10 11 12 ----------1st permutation 1 3 2 | 4 5 6 | 7 8 9 | 10 11 12 NO - - 3 2 1