search for: afterwards

Displaying 20 results from an estimated 4303 matches for "afterwards".

2009 Mar 22
1
samba4:login works, but domain not found afterwards
Hi there, I am trying to work trough the samba4 tutorial. What I did so far downloading samba, and updating it afterwards with git pull. I did compile and install samba 4, and added the base user database with ./setup/provision. I can start samba 4 and and use smbclient //localhost/test -Uadministrator%XXX which puts me at the smb: \> prompt. I did *not* configure the Step 8 (Optional): Configure Server-side DNS...
2009 Dec 23
7
String question
Hi to all I need a string like temp <- paste("m1","m2","m3",sep=",") But i must know how many items are in the string,afterwards the other option would be to use a vector temp <- c("m1","m2","m3") No problem to get the count of items but I must get afterwards the string "m1,m2,m3" No problem to build the string with a loop, but it should be more easy but it seems that I am lookin...
2013 Mar 19
3
What would be the best tutorial cum reference doc for ZFS
as used on Illumos? I''ve seen a few tutorials written by people who obviously are very action oriented; afterwards you find you have worn your keyboard down a bit and not learned a lot at all, at least not in the sense of understanding what zfs is and what it does and why things are the way they are. I''m looking for something that would make me afterwards understand what, say, commands like zpool...
2018 Oct 15
3
snapshots with virsh in a pacemaker cluster
...#39;create' command guarantees that the domain will be # undefined on shutdown, ... OK: Now i could of course define all domains with a virsh define. But then i have immediately the next problem. Now i'd create the snapshots with "virsh snapshot-create-as" and starts the domains afterwards via cluster. But let's assume i issue that on node 1 and some guests are started afterwards via pacemaker on node 2. I can't predict on which node the guests are starting. Then i don't get a snapshot, right ? What to do ? Bernd -- Bernd Lentes Systemadministration Institut für...
2001 Jul 29
0
Why did Martin save beside all the plotters? We can't kick iterations unless Ophelia will admiringly facilitate afterwards.
Who prepares wrongly, when Dilbert consumes the root terminal inside the FBI? Go interface a connector! The UDPs, webmasters, and telephones are all disgusting and untamed. To be filthy or secure will save soft iterations to lazily fetch. Never close neatly while you're formating inside a robust procedure. Why will you transport the important huge texts before Greg does? Norm wants
2013 May 21
0
semi-OT: flashing the BIOS on an HP dl580 GT, afterward
When last we saw our hero, er, sysadmin, he'd found that the "noarch" BIOS update was, in fact, a self-extracting .exe file, and he'd extracted it. Finally getting the ok to take the system down, the following hilarity (for small values of hilarity) ensued. First, booting off unetbootin to freedos was fine... except it was try to guess which version - freedos + emm386 + himem,
2008 Jun 25
2
[LLVMdev] jump threading and the stack
When jump threading duplicates a basic block, it can demote register values defined in that block to the stack. This seems a bit inefficient - is the idea that you should run mem2reg afterwards to clean this up? "llvm-ld -O" runs jump threading but doesn't run any mem2reg pass afterwards, and I've seen several cases where variables end up left on the stack in the output of the linker. Thanks, Jay.
2018 Dec 13
2
Documentation examples for lm and glm
...ey encourage poor style because of mismanagement of data frames. Also, having the variables in a data frame means that predict() is more likely to work properly. For lm(), the variables should be put into a data frame. As 2 vectors are assigned first in the general workspace they should be deleted afterwards. For the glm(), the data frame d.AD is constructed but not used. Also, its 3 components were assigned first in the general workspace, so they float around dangerously afterwards like in the lm() example. Rather than attached improved .Rd files here, they are put at www.stat.auckland.ac.nz/~yee/Rd...
2011 Mar 25
4
two plots in qplot
Hello I simply want to plot two variables against one 'year' variable in qplot. Is any way of doing this without reshaping data in long format and using facet function afterwards? Thank you Denis
2009 Oct 26
2
Windows 7
...CS\Services\Netlogon\Parameters DWORD RequireSignOnSeal = 0 DWORD RequireStrongKey = 0 Haven't tested that yet, but you should get some steps further. Volker I gave it a shot this afternoon, and was able to get to the "Welcome to the XXX domain" message. Afterwards I immediately received an error "Changing the primary DNS name of this computer to "" failed. The specified domain does not exist, or could not be contacted." Just an FYI for those interested. Attempts to logon afterwards were met with an error about not being able to e...
2006 Dec 24
4
DO NOT REPLY [Bug 4310] New: Not correct transferring files
...a.org ReportedBy: peter.schubnell@gmx.de QAContact: rsync-qa@samba.org I have a local harddisk (mounted as root /), which i want to copy to another harddisk (mounted as /mnt/root1). If i start e.g.: rsync -avH --delete --force /usr /mnt/root1 the contents of /usr and /mnt/root1 afterwards are NOT the same. But some other directories ARE the same afterwards. -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.
2011 Oct 04
2
[LLVMdev] setjmp - longjmp
...inserted, which is fine. The problem is that in the backend before >> calling longjmp, some register was spilled to a stack location which is live >> across the jmp. I mean, it will be live after jumping. The stack location >> was initialized before the call to setjmp, and is used afterwards. >> >> Is there any bug in handling such a case? I mean, how do LLVM knows about >> CFG in case of longjmp / setjmp calls? > > No, no handling; we just don't inline anything into functions which > call setjmp, and hope we get lucky. In practice, that's generall...
2005 Feb 11
5
Double sort a data frame
R-help, Long ago I asked how to sort a data frame according to one of the columns. But Iwas wondering ho I could "double sort" , i.e, sort according to one column and another one afterwards. It is quite easy in Excel but I am unable to implemented in R. I have searched in the R help archives and found nothing. Thank you in advance.
2019 May 20
4
Authenticate against key files before AuthorizedKeysCommand
Hello, Currently OpenSSH has a fixed order on how the key authenticates the user: at first it tries to authenticate against TrustedUserCAKeys, afterwards it does it against the output keys from the AuthorizedKeysCommand and finally against the files as set in AuthorizedKeysFile. I have an use-case where this order is not ideal. This is because in my case the command fetches keys from the cloud which due to connectivity issues (and whatnot) might tim...
2002 Dec 17
3
cleaning up after example()
Dear R-help, I find the example() function is extremely useful in many ways. However, there's a minor inconvenience: for long examples, it leaves lots of objects in the workspace. While it's sometimes useful to have the objects around for further exploration, other times they just add to the clutter. Does anyone have a good way of cleaning up afterward? If not, would R core consider
2011 Oct 04
3
[LLVMdev] setjmp - longjmp
...a longjmp, unreachable is inserted, which is fine. The problem is that in the backend before calling longjmp, some register was spilled to a stack location which is live across the jmp. I mean, it will be live after jumping. The stack location was initialized before the call to setjmp, and is used afterwards. Is there any bug in handling such a case? I mean, how do LLVM knows about CFG in case of longjmp / setjmp calls? Thanks, -Khaled -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20111004/be10a121/attachment.h...
2009 Jan 28
0
Diablo II LoD Crushed to go to Act 2!
...one back buffer, this can't be supported properly. Please configure the application to use double buffering(=1 back buffer) if possible err:d3d:IWineD3DDeviceImpl_SetupFullscreenWindow (0x144368): Want to change the window parameters of HWND 0x20028, but another style is stored for restoration afterwards err:d3d:IWineD3DDeviceImpl_SetupFullscreenWindow (0x144368): Want to change the window parameters of HWND 0x20028, but another style is stored for restoration afterwards err:ddraw:IDirectDrawSurfaceImpl_Flip Can't find a flip target err:ddraw:IDirectDrawSurfaceImpl_Flip Can't find a flip ta...
2023 Mar 20
1
Cleanup permission settings / traverse folder
Hello, I have problems removing the permission settings on a directory/folder after configuration of a share. My folders look like: /var/folder1/folder2/ I created share1 on folder1 and share2 on folder2. Afterwards, I activated ACLs and set permission on folder1 to domain/group1 and on folder2 to domain/group2. I couldn't access share2 with a user from group2 and I figured out that Samba doesn't support SeChangeNotifyPrivilege (bypass traverse checking). Because user2 from group2 doesn't have an...
2005 Feb 14
2
FW: SER Asterisk Voicemail
Any more ideas on my below mail? If a user is registered with SER and leaves a voicemail message with asterisk (by using rewritehostport etc in ser.cfg), then how is the user supposed to listen to the message afterwards? Is there any other way other than the MWI method?? Thnaksm Aisling. ---- Original Message ---- From: ashling.odriscoll@cit.ie To: asterisk-users@lists.digium.com Subject: FW: SER Asterisk Voicemail Date: Thu, 10 Feb 2005 16:45:53 -0000 Hi all, I have SER and Asterisk set up together with ser h...
2016 Jan 04
4
[PATCH v2 17/32] arm: define __smp_xxx
...with __* > > unfortunately doesn't stop anyone from using it (been there with > > other arch stuff before.) > > > > I wonder whether we should consider making the smp memory barriers > > inline functions, so these __smp_xxx() variants can be undef'd > > afterwards, thereby preventing drivers getting their hands on these > > new macros? > > That'd be tricky to do cleanly since asm-generic depends on > ifndef to add generic variants where needed. > > But it would be possible to add a checkpatch test for this. Wasn't the whole pu...