search for: inexplicably

Displaying 20 results from an estimated 119 matches for "inexplicably".

Did you mean: inexplicable
2018 Feb 27
5
Any alternatives for the horrible reposync
Hi, I'm currently trying to mirror a couple of yum repositories and the only tool that seems to be available for this is reposync. Unfortunately reposync for some inexplicable reason seems to use the yum config of the local system as a basis for its work which makes no sense and creates all kinds of problems where cache directories and metadata gets mixed up. Are there any alternatives? Some
2017 Sep 19
0
Inexplicable missing permissions issue
Thanks for taking a look. > this is owned by root, and it's complaining about > /var/logmail/**mbox**/ncrosby > and dovecot cannot create this because mbox is only writable by root That's definitely not the issue. As I explained, I've played with permissions through the entire /var/logmail tree (including the /var/logmail/mbox directory). Another configuration in which the
2017 Sep 20
0
Inexplicable missing permissions issue
On 19 Sep 2017, at 5.28, Nelson Crosby <nc at sourcecomb.com> wrote: > > I've tried letting Dovecot create this directory, I've tried creating this > directory manually and giving it any permission I can think of, I've tried > playing about with the permissions throughout the entire /var/logmail tree, > but to no avail. That usually means you've SELinux
2006 May 30
0
inexplicable undefined method errors
Hi All, I had a function from the pragprog book in my application_helper.rb file. Here it is: def format_price(amount) dollars, cents = amount.divmod(100) sprintf("$%d.%02d", dollars, cents) end I call this function in my view quite simply like this: <td><%= format_price(hard_product.price_ca) %></td> This was working fine until today, suddenly for
2005 May 04
0
its package: inexplicable date-shifting
please see also my posting on R-sig-finance https://stat.ethz.ch/pipermail/r-sig-finance/2005q2/000290.html Best regards, Stefan ------------------------------------------------------- Dr. Stefan Albrecht, CFA Allianz Private Equity Partners GmbH Giselastraße 4 D-80802 Munich, Germany Phone: +49.89.38 00 - 18 317 Fax: +49.89.38 00 - 818 317 stefan.albrecht@allianz.com www.apep.com
2002 Oct 23
4
XP clients & inexplicable pauses
Hi folks, I recently upgraded two client/server pairs to WinXP and Samba 2.2.6 (on Linux). Browsing mounted shares causes hangs when right-clicking or double-clicking/ launching files -- about 15 seconds. During this, precious little network activity is occuring. Something is hanging, locking, sleeping. Appreciate any advice. Hope it's a simple fix. If not, I'd appreciate advice on
2012 Aug 27
2
Inexplicably different results using subset vs bracket notation on logical variable
Hi, Would anyone have any idea as to why I would obtain completely different results when subsetting using the subset function vs bracket notation? I have a data frame with 65 variables and 4382 rows. When I use execute the following subset command I get the correct results (125 rows) > subset(df, Renewal==TRUE, 1:2)   However, I tried to obtain the same results with bracket notation as
2017 Sep 19
3
Inexplicable missing permissions issue
Greetings all. I've been having great difficulty getting Dovecot working. I'm getting stuck with using mbox directories outside of /home. Dovecot keeps giving me this message: imap(ncrosby): Namespace '': stat(/var/logmail/mbox/ncrosby) failed: Permis sion denied (euid=1001(ncrosby) egid=1001(ncrosby) missing +w perm: /var/lo gmail/mbox/ncrosby
2018 Feb 28
1
Any alternatives for the horrible reposync
On 27.02.2018 16:45, Stephen John Smoogen wrote: > On 27 February 2018 at 06:11, Dennis Jacobfeuerborn > <dennisml at conversis.de> wrote: >> Hi, >> I'm currently trying to mirror a couple of yum repositories and the only >> tool that seems to be available for this is reposync. >> Unfortunately reposync for some inexplicable reason seems to use the yum
2006 Oct 31
3
works with webrick,lighty, not mongrel
Hello, I''ve been working away to setup mongrel as my production server, however I am running into an odd problem and am not sure where to investigate for the answer. When I run using mongrel_rails start most things work fine, but a I get a few inexplicable undefined method errors, for example: undefined method `send_qbxml'' for #<Sync:0x2aaaafa7aa78> The method is
2003 Jul 31
4
SIP calls cause Segmentation Fault
I have an asterisk installation at a client, it's quite simple. Basically it's an asterisk downloaded from CVS about a week ago, with 3 Zaptel FXO cards (the digium ones) and 10 Grandstream Budgettone SIP phones ... Every now and then, especially when a call is ringing and not picked up immediately, Asterisk quits with a segmentation fault error. IT seems quite inexplicable, my dialplan
2013 Aug 29
2
Inexplicable rejection of credentials
I have a Windows home network with a bunch of Windows boxes and two Ubuntu boxes. Everything can access shares on everything else, with one exception: no one can get to the one share on the second Ubuntu box which I just added to the system. All my machines have one user account (admin privileges in Windows) with the name "pauld" and the same password. In an effort to solve this problem
2005 Apr 27
2
its package: inexplicable date-shifting ?!
Can someone please explain to me why the dates get shifted by one day when I create an its ( irregular time-series ) object from a matrix for which I've assigned row names. E.g. in the example run below, why does the its object have dates one-shifted from my original dates? > install.packages('its') > install.packages('Hmisc') > require(its) > m <-
2009 Sep 07
2
Confused - better empirical results with error in data
Hi, I have a strange one for the group. We have a system that predicts probabilities using a fairly standard svm (e1017). We are looking at probabilities of a binary outcome. The input data is generated by a perl script that calculates a bunch of things, fetches data from a database, etc. We train the system on 30,000 examples and then test the system on an unseen set of 5,000 records.
2015 Nov 12
3
Inexplicable ASAN report. Code generation bug?
I'm struggling to explain an ASAN report I'm now getting that I didn't get previously on the same code. In fact the report only happens with -O2 and not when I remove the -O flags which makes it hard to debug and makes me suspect it's dependent on exactly which instructions the code generation decides to access the bytes involved. Afaict the C code shouldn't be accessing the
2012 Dec 12
1
/usr/src/sys/conf/newvers.sh, SYSDIR set to wrong directory.
Hello, My 9-STABLE buildworld broke in a very inexplicable way, I was getting an error on /usr/src/include/osreldate.h that I couldn't figure out until I started looking at the sys/conf/newvers.sh and what it does. It turned out that the thing that broke my buildworld was having .git directory at the root directory of the system because I recently started using GIT to track the configuration
2015 Nov 14
2
Inexplicable ASAN report. Code generation bug?
On Thu, Nov 12, 2015 at 8:42 PM, Kostya Serebryany <kcc at google.com> wrote: > 2 questions: > - Do you see this with the fresh llvm trunk? > - Can you prepare a minimized example? Pretty recent, I updated a couple days ago. I tried to minimize the attached but at the same time I didn't want to lose too many unions and casts in case it didn't trigger any more. $ clang
2004 Sep 09
4
IAX2 dropping call?
Hello all, I updated from CVS 3 days ago and now my IAX2 gateway is dropping calls without warning. It happens right in the middle of a conversation with no pattern. I never had this Problem before and am usually talking 2-3 hours a day. Is their a bug? Should I rollback? Cheers, Paul Seniuk -------------- next part -------------- A non-text attachment was scrubbed... Name: Paul
2019 Jan 06
3
IMAP preauth and stats-writer
On 06/01/2019 11:37, Stephan Bosch wrote: > > Op 06/01/2019 om 03:35 schreef John Fawcett: >> On 06/01/2019 02:26, John Fawcett wrote: >> >>> Can't see anything in the Dovecot 2.3.4 code that would give this >>> problem, setting >>> >>> stats_writer_socket_path = >>> >>> will overwrite the default value and dovecot does
2018 Feb 27
0
Any alternatives for the horrible reposync
On 27 February 2018 at 06:11, Dennis Jacobfeuerborn <dennisml at conversis.de> wrote: > Hi, > I'm currently trying to mirror a couple of yum repositories and the only > tool that seems to be available for this is reposync. > Unfortunately reposync for some inexplicable reason seems to use the yum > config of the local system as a basis for its work which makes no sense