Displaying 20 results from an estimated 111 matches for "peachy".
2024 Jun 13
2
R-devel on Windows temporarily broken?
I had a very routine CI job fail twice this morning on r-devel on Windows;
the package (in fine standard form) doesn't even install under win-builder
r-devel. Whereas on Linux with r86731 everything is peachy.
Dirk
--
dirk.eddelbuettel.com | @eddelbuettel | edd at debian.org
2016 Nov 10
3
array fill idioms
Yes, I know this works peachy keen for char arrays. I'm looking at (which is
hard to express in C) something like
void foo () {
int bar[20] = { 42, 42, ..., 42 };
}
I don't want to do a memcopy of the 20 element constant array, and memset
doesn't work here. I want an intrinsic that copys the scalar int consta...
2017 Jul 14
2
[regression drm/noveau] suspend to ram -> BOOM: exception RIP: drm_calc_vbltimestamp_from_scanoutpos+335
...0200, Mike Galbraith wrote:
> All DRM did was to slip a
> WARN_ON_ONCE() that nouveau triggers into a kernel module where such
> things no longer warn, they blow the box out of the water.
BTW, turn that irksome WARN_ON_ONCE() in drivers/gpu/drm/drm_vblank.c
into a WARN_ONCE(), and all is peachy, you get the warning, box lives.
---
drivers/gpu/drm/drm_vblank.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
--- a/drivers/gpu/drm/drm_vblank.c
+++ b/drivers/gpu/drm/drm_vblank.c
@@ -605,7 +605,8 @@ bool drm_calc_vbltimestamp_from_scanoutp
*/
if (mode->crtc_clock == 0) {...
2007 Oct 21
2
1.1b3 and Maildir quota
I upgraded a 1.0 install to 1.1b3. Almost everything is working
peachy-keen :)
It seems faster to me, Offline Folders and 'new mail' options for
Thunderbird are now working, and Mail.App doesn't seem to need the extra
namespace. Unfortunately it doesn't seem to read my quotas any longer.
I went through the docs, and I see the quota plugin has chang...
2006 Nov 17
3
Is this the "right way"?
...n I''d get URL''s like www.mydomain.com/main/welcome when I wanted
www.mydomain/welcome.
To fix it, I made some routes in my config/routes.rb that look like:
map.connect "welcome", :controller => "main", :action => "welcome"
This seems to work peachy, but I was wondering...is this the "correct"
way to approach this site design with rails?
e.g. a ''main'' site controller and address rewrites via routes.rb?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to t...
2010 Oct 04
3
deliver and time
Hi All,
I've been experimenting with deliver on my personal domain, and so far
everything has been peachy except for Mail.app. Mail.app (on multiple
devices) is showing what looks to be GMT times, rather than the date
header. Initially I thought it was something I did on my Mac, until I
got an Ipad to test with - and never connected it to my Mac - and had
the same time issue.
It seems Mail.app u...
2016 Oct 28
2
UID mapping inconsistent. - Samba 3.6.24/25
...aris 10 boxes i
will upgrade.
AD member servers. Using rid to map UID numbers as not available from
our AD folks.
Two of the machines are going on their merry own way rather than
creating the same UID numbers for AD users that other samba servers are
using.
On two 3.6.2x machines this works peachy keen:
winbind use default domain = yes
template homedir = /home/%U
template shell = /usr/bin/bash
idmap config * : backend = tdb
idmap config * : range = 10000-99999
idmap config CSUNET: default = yes
idmap config CSUNET: backend = rid
idmap config CSUNET: range...
2016 Jul 27
3
Model object, when generated in a function, saves entire environment when saved
...evant object unnecessarily. In
my actual use case, I am running and saving many models in a loop that
each use a single large data.frame (that gets collapsed into a small
data.frame for estimation), so removing it isn't an option.
In the case where the model exists in .GlobalEnv, everything is
peachy. So replicating whatever happens when saving the model that was
generated in .GlobalEnv at the return() stage of the function call
would fix this problem.
I was referred to this list from r-bugs. First time r-devel poster.
Hope this helps,
Kendon
```
tmp_fun <- function(x){
iris_big <-...
2005 Apr 15
1
Windows 2003 SP1 breaks kerberos on samba?
...indd_getgrnam(298)
group Domain Admins in domain OURDOMAIN does not exist
NTLM auth continues to work (this is our squid proxy server), but all else
was quite broken. Is this something we did incorrectly or have others
experienced this? As soon as SP1 was rolled back on the server, things
became peachy again.
Any thoughts?
Cheers,
Stuart
2016 May 25
1
Liveness of AL, AH and AX in x86 backend
...AX
I was trying to replicate a similar situation in the X86 backend to see
what it would do. However, this is not needed anymore, because
subregister liveness tracking looks very promising in eliminating this
problem altogether. Now, if only the anti-dep problem was fixed, things
would look peachy... :)
-Krzysztof
--
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
hosted by The Linux Foundation
2006 Feb 07
2
Adding Users to Samba Kill Access
...s.
The weird thing is, when I add users to samba, none of my XP Home boxes can
access the samba shares. I get an "access denied . . .you may not have
permission" (or something like that) message. As soon as I delete all my
users from samba, leaving only "nobody", everything is peachy.
I'd love some help, if anyone has any idea where I might begin debugging
this.
TIA
- Jeff
2006 Jan 16
1
sata_nv, CentOS 4 update 2 and hang during post-install
Good day. Thanks in advance for any help.
I have a Tyan S2895 (Thunder K8WE) with 2 275 Opterons and the latest
(1.02) bios. It appears to have an nVidia nForce SATA chipset which
connects to a 250gb WD Caviar SATA drive.
Using the CentOS 4 update 2 x86_64 DVD, the install is peachy until
half-way through the "performing post install configuration" bit.
Then it hangs forever.
I have tried:
disabling RAID in the bios
mem=256M on the command line
a text install -- the hang was at the 50% marker
a memory check -- all clean according to memtest86+ 1.65
CentOS 4 updat...
2002 Aug 25
1
"busy hang" on e2fsck (on a ext3 partition)
...read/write.
The "backup/mkfs/restore" isn't quite practical in this case as I don't
have another half-terrabyte of storage readily available. (And what's
to keep this from happening again, for example, when the mount count limit
is reached next time?)
- Pizza
--
Solomon Peachy pizza@f*cktheusers.org
I'm not broke, but I'm badly bent. ICQ #1318344
Patience comes to those who wait. Melbourne, FL
Quidquid latine dictum sit, altum viditur
2009 Dec 24
1
problems unpacking log4r
I was just starting to use log4r and everything was going peachy until I
tired to unpack it into my local vendor/gems. The next time I tried to
load my rails environment, I got:
config.gem: Unpacked gem log4r-1.1.2 in vendor/gems has no specification
file. Run ''rake gems:refresh_specs'' to fix this
and:
no such file to load -- log4r
So - I d...
2002 Aug 12
1
Update -- Username to SID translation on Security Tab
...sername(but doesn't have a problem with
the groups), and it also is not letting me change the permissions on a
file which I own. Any ideas?
James
_____________________________________________
I'm running Samba/Winbind 2.2.5. I have the box joined into my NT
Domain and everything is peachy. I copied a file from my Windows box to
the Samba and then clicked on properties and checked the permissions.
First off, it took a while to retrieve the permissions, secondly the
last name on the list was something like S1-2343-23423232-81238912389,
which I believe is a SID. Now I logged onto...
2005 Nov 12
1
Exact metadata reproduction
...ub/os/vxa/ (HTML version)
I've already integrated FLAC as an example media-type-specific compressor that
the archiver can use automatically on WAV files it runs across, rather than
futilely trying to run them through gzip or another general-purpose
algorithm. It works, and everything's peachy, except for the minor problem
that FLAC is currently only lossless at the audio data level and not at the
file level. I see that this issue has already been discussed on this list
and is in the FAQ, and for the current typical uses of FLAC I don't see its
current behavior as a problem. Bu...
2005 Sep 27
2
Samba/Firewall issues?
...e kernel, didn't seem to
get in the way. The cause of the 'sendto..' errors seems to be caused
solely by the iptable_nat.o module(which is huge, of course). Once you
load that one, or build it into the kernel, "nmap -O" no
worky. Without it, nmap/hping/everything works just peachy.
Best Regards,
Steve
---------
Now I have removed iptable_nat with rmmod but I am still seeing
errors. For our end users the error shows up as XXXX Domain not found.
Anyone see these errors before ??
Thanks
Paul
2010 Mar 03
2
uint decode error on visual studio...
...to have precedence clarified.
The idea of my app below is that I take a raw mono 16-bit little endian
signed PCM, Celt it, then immediately turn it back into the same PCM format
again. However my output file clearly suffers from "uint decode error" on
windows, but on linux it's just peachy.
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <libcelt/celt.h>
int gBitRate=128000;
int gFrameSize=256;
int gSampleRate=44100;
int gNrChannels=1;
int main(int argc, char* argv[])
{
const char* inputfilename="..\\input_mono.snd";
const c...
2017 Mar 20
2
Can't verify remote server certs without trusted CAs (ssl_client_ca_* settings)
...ted from server
Mar 20 15:38:20 mproxy dovecot: imap-login: Warning: Auth connection closed with 1 pending requests (max 0 secs, pid=52992, EOF)
Mar 20 15:38:20 mproxy dovecot: auth: Fatal: master: service(auth): child 52990 killed with signal 11 (core dumped)
going back to auto6 and everything is peachy again.
--
Ralf Hildebrandt
Gesch?ftsbereich IT | Abteilung Netzwerk
Charit? - Universit?tsmedizin Berlin
Campus Benjamin Franklin
Hindenburgdamm 30 | D-12203 Berlin
Tel. +49 30 450 570 155 | Fax: +49 30 450 570 962
ralf.hildebrandt at charite.de | http://www.charite.de
2017 Jul 14
4
[regression drm/noveau] suspend to ram -> BOOM: exception RIP: drm_calc_vbltimestamp_from_scanoutpos+335
...did was to slip a
>>> WARN_ON_ONCE() that nouveau triggers into a kernel module where such
>>> things no longer warn, they blow the box out of the water.
>>
>> BTW, turn that irksome WARN_ON_ONCE() in drivers/gpu/drm/drm_vblank.c
>> into a WARN_ONCE(), and all is peachy, you get the warning, box lives.
>>
>> ---
>> drivers/gpu/drm/drm_vblank.c | 3 ++-
>> 1 file changed, 2 insertions(+), 1 deletion(-)
>>
>> --- a/drivers/gpu/drm/drm_vblank.c
>> +++ b/drivers/gpu/drm/drm_vblank.c
>> @@ -605,7 +605,8 @@ bool drm_...