search for: doo

Displaying 20 results from an estimated 55 matches for "doo".

Did you mean: do
2018 Jul 03
2
Why Clang is yielding different LLVM IR return type for the same function
Hi: So I have a library function called fooo() in a source file B.c and an external A.c file that is referencing a function fooo() in it. foo is returning a pointer to a structure A.ll: %struct._bar= type { %struct._foo, i32, i32 (%struct.doo*, %struct.doo*, %struct.doo*)* } declare i8* @fooo() #2 B.ll: %struct._bar= type { %struct._foo, i32, i32 (%struct.doo*, %struct.doo*, %struct.doo*)* } define noalias %struct._bar* @fooo() #2{ .......... } I am implementing a transform pass that operates on the merged version of A.ll and...
2017 Jun 30
2
4.4.14 on solaris, using ads, can't read/write as user
...ing root shell, and chown it to the same user, it cannot be overwritten or deleted. ls in smbclient shows this for a file uploaded over samba: 2017.csr A 1112 Fri Jun 30 08:21:05 2017 A file chowned to the same fpicabia user on the system by root shows like this: doo.txt N 0 Fri Jun 30 08:21:29 2017 Here is the error on attempting to delete it: smb: \> rm doo.txt NT_STATUS_ACCESS_DENIED deleting remote file \doo.txt NT_STATUS_ACCESS_DENIED listing \doo.txt Here is what it looks like from root console: # ls -l doo.txt 2...
2017 Jun 30
0
4.4.14 on solaris, using ads, can't read/write as user
...> it cannot be overwritten or deleted. > > ls in smbclient shows this for a file uploaded over samba: > > 2017.csr A 1112 Fri Jun 30 08:21:05 2017 > > A file chowned to the same fpicabia user on the system by root shows like > this: > > doo.txt N 0 Fri Jun 30 08:21:29 2017 > > Here is the error on attempting to delete it: > > smb: \> rm doo.txt > NT_STATUS_ACCESS_DENIED deleting remote file \doo.txt > NT_STATUS_ACCESS_DENIED listing \doo.txt > > Here is what it looks like...
2017 Jul 04
1
4.4.14 on solaris, using ads, can't read/write as user
I've read there can be issues with /tmp so I switched the test to /var/tmp One file (foo.txt) is made by the shell user, while the other file (doo.txt) is made by the same user connected over Samba. bash-3.2$ ls -n doo.txt -rwxr--r-- 1 3000 3004 29 Jul 4 09:51 doo.txt bash-3.2$ ls -n foo.txt -rw-rw---- 1 61001 10 39 Jul 4 09:50 foo.txt With -l they both seem to have the same user name. This doesn't happ...
2017 Jun 29
2
4.4.14 on solaris, using ads, can't read/write as user
On Thu, Jun 29, 2017 at 3:48 PM, Rowland Penny via samba < samba at lists.samba.org> wrote: > > > Well, no it isn't actually on that page, you need to follow an > hyperlink to this page: > > https://wiki.samba.org/index.php/Idmap_config_rid > > It is really confusing. rid or tdb. I don't know what it wants because the second link has both. Here is the
2008 Jun 09
3
xm balloon - Command balloon is deprecated
I tryed te baloon out a domu and get: xm balloon VS01 1 Command balloon is deprecated But i need it... What can i doo? Dom0: Debian Etch - Kernel 2.6.18-6-xen-686 DomU: Debian Etch - 2.6.18-6-xen-vserver-686 _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2010 Apr 10
3
file sharing?
...g used.. my question is this: is there a way to make the afp/smb services work only one ONE nic.. in other words users accessing the shared files from a specific NIC.. that way I can divide the load. file transfers goes from one NIC and windows services gets reached from the other..(different IPs) doo all this make any sense? is there any other way of solving this (other than moving the VM elsewhere) ? thanks in advance for yoru help __________ Information from ESET Smart Security, version of virus signature database 5015 (20100410) __________ The message was checked by ESET Smart Security....
2009 Jun 22
2
negation in grep
Does anybody know how to negate a string in a grep command, i.e., what I need is to return only strings that do NOT contain a second string anywhere in the entire string. for txt <- c("boo","goo","doob","foo","boofoo") I need a grep command that returns strings with "oo" except when "b" is present anywhere. I know that grep("[^b]oo" would work to exclude "boo" and "boofoo" but not "doob" So, what I need is...
2017 Jun 30
2
4.4.14 on solaris, using ads, can't read/write as user
On Fri, 30 Jun 2017 11:13:25 -0300 francis picabia via samba <samba at lists.samba.org> wrote: > On Fri, Jun 30, 2017 at 10:26 AM, Rowland Penny via samba < > samba at lists.samba.org> wrote: > > > > > > > OK, What filesystem are you using ? > > > > > On Solaris /tmp is technically swap. > The partitions are generally set up as UFS, such
2011 May 13
5
ssh_authorized_key loops when options is defined
Hi all, I have no problem with creating ssh keys for users, but as soon as I specify ''options'', puppet keeps repeating and replacing the key with an identical key. I have written the various options in various formats, like one big strings, as an array, with double quotes or single quotes, etc, etc (see examples below), but the issue stays as a string ... @authorizedkey {
2005 Oct 12
2
AJAX and disapear javascript tags
...ack is ok, have js code in div), i can see the data just moment before browser is getting it (thanks for greasemonkey!) and still everything is ok, but when browser is changing that div on my site the js code is gone! What I''m doing wrong? or this is not a good way and i shouldn''t doo like that? I cant make it alone so thanks for any help Gregor ---------------------------------------------------- Gdy r?wnowaga mi?dzy ?wiat?em i Ciemno?ci? zostanie zachwiana, na Ziemi rozp?ta si? prawdziwe piek?o: Stra? nocna - film, kt?ry sta? si? legend? - ju? w kinach. http://klik.wp.pl/?...
2004 Feb 09
2
samba 3 auto create users from NT
...o -u at the command line scrolls threw all our domin users on the NT pdc. :) At the moment we are trying to get the samba server to creature the unix users from the supplied NT user accounts when an NT use logs onto the box for the first time by a mapped share. At the moment we are trying to just doo this with adduser %u but no new users are being created. Has anyone got any suggestions as what to try next or links for me to look at to point us in the right direction. Anything would be much appreciated as i need this working by the end of the week at the latest. # Samba config file created u...
2015 Jun 02
2
Forward loop protection...
...swear, if you could harness their creativity for good you could solve the world's problems 10 times over. The loop checking is a bit more challenging than that. If Bob forwards to Fred and Fred forwards to Sue, all is well when Bob and Fred head out for a beer. A little later, we?re in deep doo-do0 when Sue forwards to Bob. --Don -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20150602/787eb893/attachment.html>
2005 Mar 25
0
Calls from analog/FXS phone?
I've got a 400P, with a couple FXO's and and FXS. I've got an analog plugged into the FXS, and it gets dialtone fine. However, whenever I press any digits, I get the doo-dah, doo-dah "unhappy" sound. I've got a functioning FXS system at home, but I was trying to plug this into an AMP-created configuration, and having no luck. Can someone -- especially if they used AMP -- e-mail me the pertinent part of their configs to get FXS working? Thanks! -Ke...
2006 Feb 17
2
Sorting Multiple Arrays
...ct that contains a bunch of arrays: var myObject = { "data": [ {"line": [1,"aoo","far"]}, {"line": [2,"boo","ear"]}, {"line": [3,"coo","dar"]}, {"line": [4,"doo","car"]}, {"line": [5,"eoo","bar"]}, {"line": [6,"foo","aar"]} ] }; I''d like to be able to sort across the arrays. so that the objects in the "data" array rearange themselves based on what...
2005 Nov 29
3
OT - Detect selected text with JavaScript
Hello, Does anyone know if it is possible for JavaScript to detect what text is currently selected by a user? I would like to allow the user to select some text and then grab that text using JS. I saw these guys do it : http://www.enlighter.com/ but I''m not sure if its possible to do this using JS only or if it needs a browser extension. Thanks! --Dave.
2011 Oct 22
1
Need help with Oblivion
Good evening my fellow Linux enthusiasts, for some time now I've been trying to run "The Elder Scrolls IV: Oblivion" on WINE with very little success. I've gotten it to play but with no sound and very glitchy graphics. The various menus flicker wildly and the characters are messed up. A while ago I launched Oblivion from the terminal and here's what I got from it:
2019 Feb 27
1
Asterisk 1.8.7.0 connectivity to Avaya SM
...Department. I do have allowguest set to “yes” already, but of course I also have type=peer and the other stuff for a sip trunk. The Avaya engineer is telling me that I need to change my “From” header, and I don’t know how to do that. I have to figure this out in the next few days, or I’m in deep doo-doo. -T Thomas M. Peters | Sr. Systems Administrator | tpeters at mcts.org<mailto:tpeters at mcts.org> Desk: 414.343.1720 | Helpdesk: x3400 or helpdesk at mcts.org<mailto:helpdesk at mcts.org> Milwaukee County Transit System <http://www.ridemcts.com/> 1942 N 17th Street | Mil...
2015 Jun 02
2
Forward loop protection...
>> The loop checking is a bit more challenging than that. If Bob >> forwards to Fred and Fred forwards to Sue, all is well when Bob and >> Fred head out for a beer. A little later, we?re in deep doo-do0 when >> Sue forwards to Bob. > Could this possibly mean that any person who has CF set should never > be available as CF Destination. Simple db entry/check can have this done. That just goes to show that the problem can get complex pretty quickly. Using the original example abo...
2015 Feb 28
2
Looking for a life-save LVM Guru
...less of LVM and | stuff. Hardware fails, and storing data without a backup is just simply | a disaster waiting to happen. | | Best, :-) | Marko | This is not an LVM vs physical partitioning problem. This is a system component failed and it wasn't being monitored and so now we're in deep doo-doo problem. This problem also came to us after there were many attempts to recover the problem that were likely done incorrectly. If the disk was still at least partially accessible (monitoring would have caught that) there would be increased chances of data recovery, although maybe not much bet...