similar to: Denied access in XP, OS X works.

Displaying 20 results from an estimated 10000 matches similar to: "Denied access in XP, OS X works."

2009 Jun 16
9
[Bug 22317] New: Interlace does not work with Geforce 6200 / NV44a
http://bugs.freedesktop.org/show_bug.cgi?id=22317 Summary: Interlace does not work with Geforce 6200 / NV44a Product: xorg Version: git Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: Driver/nouveau AssignedTo: nouveau at lists.freedesktop.org
2009 Feb 24
8
[Bug 20298] New: Nouveau doesn' t allow my modeline because of hardcoded value
http://bugs.freedesktop.org/show_bug.cgi?id=20298 Summary: Nouveau doesn't allow my modeline because of hardcoded value Product: xorg Version: git Platform: All OS/Version: All Status: NEW Severity: normal Priority: medium Component: Driver/nouveau AssignedTo: nouveau at
2008 Oct 01
5
Xm Create Image Path
All, Is is possible for xm create foo.cfg to traverse a symlink to access the foo.img. Here''s an example config and the resulting error.. --- name = "jim" memory = "512" disk = [ ''phy:/dev/VolGroup00/foo,xvda,r'', ''tap:aio:/home/fred/local/jim/build/foo_swap.img,xvdd,w'',
2013 Jul 03
1
Recommended filesystem for GlusterFS bricks.
Hi, Which is the recommended filesystem to be used for the bricks in glusterFS. ?? XFS/EXT3/EXT4 etc .???? Thanks & Regards, Bobby Jacob Senior Technical Systems Engineer | eGroup P SAVE TREES. Please don't print this e-mail unless you really need to. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2013 Aug 21
1
FileSize changing in GlusterNodes
Hi, When I upload files into the gluster volume, it replicates all the files to both gluster nodes. But the file size slightly varies by (4-10KB), which changes the md5sum of the file. Command to check file size : du -k *. I'm using glusterFS 3.3.1 with Centos 6.4 This is creating inconsistency between the files on both the bricks. ? What is the reason for this changed file size and how can
2003 Oct 15
1
Kernel Panic, memory leak?
Hi, It's become almost routine now to reboot the server every morning. If we are able to log in, after a lag of ~10 seconds, we see the load average is usually > 3.0. As I am writing this, it just went down again. The console had a bunch of text on it, the very bottom reading: <o> Kernel panic : Aiee, Killing Interrupt handler! In interrupt handler - not syncing Here is the
2004 Jan 08
1
No option for username when logging in.
Hi, Our Debian 3.01 file server, running Samba 3.0.0 is setup for guest access to all of the shares. Now I want to add one username, that is a private share for payroll. I added the username 'pam' with adduser, and configured smb.conf, see below. [Payroll] path = /home/pam comment = Private valid users = pam writeable = yes username level
2013 Oct 02
1
Shutting down a GlusterFS server.
Hi, I have a 2-node replica volume running with GlusterFS 3.3.2 on Centos 6.4. I want to shut down one of the gluster servers for maintenance. Any best practice that is to be followed while turning off a server in terms of services etc. Or can I just shut down the server. ? Thanks & Regards, Bobby Jacob -------------- next part -------------- An HTML attachment was scrubbed... URL:
2012 Nov 23
3
read.csv.sql() to select from a large csv file
Dear list,   Dear list, I am using read.csv.sql() from the sqldf package to read individual-based data from a csv file that is too large for R. My original file contains a column called “ID” that identifies the individual. I would like to read in data for only one individual at a time, for example "Bobby". read.csv.sql("filename",sql = 'select * from file where ID =
2013 Sep 19
2
Support for GlusterFS
Hi, Is there an option to procure support for glusterfs deployment. ? As we moving into core production scenarios with glusterfs in mind, it would be slightly relieving to have this confirmation !! Thanks & Regards, Bobby Jacob P SAVE TREES. Please don't print this e-mail unless you really need to. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2010 Jun 26
2
Wine cannot create directories
This has been an issue for me for over 1 year. I have tried several boards but I do not get responses anywhere. Please take a look at this post. Towards the end i pastebined a wine.log with detailed debug output. Any help would be greatly appreciated. http://forum.winehq.org/viewtopic.php?t=6143 Bobby -------------- next part -------------- An HTML attachment was scrubbed... URL:
2009 Sep 12
2
[LLVMdev] [PATCH] Linux support for compiler-rt's BlocksRuntime
Hi Folks, The attached patches gets the Blocks runtime built and installed on my Linux system. Let me know if the patches are okay as is, or what I need to do to get them merged into compiler-rt. Thanks! yours, Bobby Powers -------------- next part -------------- A non-text attachment was scrubbed... Name: 0001-define-OSAtomicCompareAndSwap-Long-Int-for-non-Mac-W.patch Type: text/x-patch Size:
2009 Sep 24
2
Adding a AD Group to a Unix user account
Hi Guys, First of all I can do the following: "usermod -g GID bobby" and it adds the group to the user account fine (GID being the actual number value not the name). but if i don't use -g it fails to work, I want to ADD the group "Domain Users" to "bobbys" account, so I tried: "usermod -a -G GID bobby" but it doesnt not appear to do anything...
2007 Apr 27
4
how to evaluate a dynamic variable?
Please help me evaluate a "dynamic variable" as show in the code snippet below. # regular variable a = c(1,2,3,4) # dynamic variable set at runtime DV = "a" eval(DV) --> a eval(eval(DV)) --> a # what I want something_goes_here(DV) --> 1,2,3,4 Can someone teach me how to do this? Thanks very much. - Bobby
2006 Oct 31
5
Odd behaviour of removing 'nothing' from an array or data frame
I've just found some behaviour which strikes me as odd, but I'm not sure whether it's a bug or a feature. If you don't mind, I'd like to explain via a couple of examples. Let x = 1:10. Then intuitively, to me at least, the command x[-integer(0)] should leave x untouched. However the actual output under R2.4.0 is integer(0). A slightly more involved example demonstrates
2020 Sep 11
3
Leaked Events
On 11/09/2020 18:30, bobby wrote: > I am now running 2.3.11.3 (502c39af9), and am still getting these > messages. OK, good. What is your current version and configuration (output from `dovecot -n`) Anything interesting in the logs? Any idea which deliveries are causing this? Can you obtain an LMTP protocol log for such deliveries? Regards, Stephan. > On Fri, Sep 11, 2020 at 10:52
2009 Sep 12
0
[LLVMdev] [PATCH] Linux support for compiler-rt's BlocksRuntime
I've reattached the patch to runtime.c, this time as output from svn instead of git. As the original git commit noted, it does the following: define OSAtomicCompareAndSwap(Long|Int) for non-Mac/Win32 systems if neither TARGET_OS_MAC or TARGET_OS_WINDOWS are defined, check to see if GCC atomic built-ins are available (and use them if they are). yours, Bobby On Sat, Sep 12, 2009 at 3:24 AM,
2020 Sep 11
2
Leaked Events
Op 11-9-2020 om 16:05 schreef bobby: > Is this an affected version of the bug? > > 2.3.8 (9df20d2db) > That is pretty old. Chances are that this problem is already solved in a more recent release. Regards, Stephan. > > On Tue, Sep 8, 2020 at 12:42 PM Stephan Bosch > <stephan at rename-it.nl <mailto:stephan at rename-it.nl>> wrote: > > >
2005 Sep 15
1
server push?
Has anyone done much work with server-side push and AJAX/J? (XML or JSON) As best I can tell, the ideal solution to this would be the multipart/x-mixed-replace MIME type. Mozilla''s XMLHttpRequest now has support for this, so this is on people''s minds, but how to make it work on the server end? You have to keep a connection open.....and a process on the server to go with it.
2003 Mar 14
1
restrict anonymous used wbinfo -A what next?
I am trying to get samba to work with winbind and still have the DC (w2k) use restrict anonymous. If I run wbinfo -A it will allow me to enumerate all the user accounts and groups but I still get prompted for a password when I try to access samba shares. I can turn off restrict anonymous and I can access the samba box all day with no problem but as soon as I turn on restrict anonymous it breaks.