search for: genereat

Displaying 20 results from an estimated 26 matches for "genereat".

Did you mean: genereate
2016 Oct 11
3
samba 4 migration (doamin admins & domain users renamed)
...have detected that our domain users and doamin admins are migrated/renamed during migration, we have this grousp in other language than english and ater migration are migrated to domain admin and domain users. Members of this groups are migrated correctly, only question is this change in name could genereate a problem and if this is an issue or I can ignore? Thanks
2003 Apr 17
1
a few small bug
...3: warning: AC_ARG_PROGRAM invoked multiple times autoheader: `config.h.in' is created ----------------------------------------- would it be possible to not use your own libtool in the cvs? in this case I can run autogen.sh during the rpm build and doesn't have to run manulay and patch the genereated makefile. ps. this is the patch I use: --- dovecot-1.0/configure.lfarkas 2003-03-20 15:53:04.000000000 +0100 +++ dovecot-1.0/configure 2003-03-20 15:54:37.000000000 +0100 @@ -8205,7 +8205,7 @@ LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" # Always use our own libtool. -LIBTOOL=...
2003 Jul 06
1
Am I the only one who thinks this tagging debate is getting out of hand?
...39;m not for it) but lately I've been getting double the number of messages I usually do and its really starting to tick me off. I'm really not sure whats going on in the discussion but its getting to the point where I'm starting to hate the proposal due to the obscene traffic its genereating. --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages...
2004 May 03
1
Printing with and without cups on the same machine
Hi all! We have a samba 3.0.2a-Debian running in combination with cups. I want to use cups to print to all "normal" printers (e.g. HP Laserjet), which seems to run. But I want also use a printer-script to genereate pdf Files using gs (no, I don't want to use the pdf backend providet on the cups web site, for several reasons...) On a machine running samba 2.2.3a-13 without cups, the printer works wunderful with the following settings: [pdf-writer] path = /var/spool/pdf/ valid users = marco prin...
2006 May 16
3
multiple plots in a function()
Dear all, I have the following problem: I have written a function genereating to plots, eg myfunction <- (data, some.parameters) { #some calculations etc . par (mfrow=c(1,2)) plot1(......) plot2(.....) } which works fine. But for analysing several variants, I tried a slope, eg: par (mfrow=c(5,5)) for ( i in 1:10) { myfunct...
2005 Aug 25
2
Antivirus logging linux
Hey Guys, I have a network of windows clients with a couple of linux servers for various tasks. What I would like to do is have some form of antivirus on the clients that will log alerts to something on a linux server and store the info in sql. Anybody have any idea on something that can do this? I tried asking on the securityfocus virus list and I emailed grisoft about their network product.
2008 Jun 13
7
Rubyscript2exe undefined ''run'' method
After I ran my program through Rubyscript2exe, the Random.exe file that it created is causing the following error: D:\Ruby projects>random.exe C:\DOCUME~1\JEDELS~1\eee\eee.Random.exe.2\app\Random.rb:59: undefined method ''ru n'' for Wxruby2::App (NoMethodError) from C:\DOCUME~1\JEDELS~1\eee\eee.Random.exe.2\bootstrap.rb:77:in `load'' from
2007 Nov 02
5
RSpec, RESTful nested routes and :path_prefix
Dear list, In the app we are making we have a rout something like this: map.resources :projects do |projects| projects.resources :pages, :controller =>"Wiki::Pages", :path_prefix => "/projects/:project_id/ wiki", :name_prefix => "project_wiki_" end But I can''t get RSpec(I''m very new to it) to accept this. It keeps throwing errors:
2011 Aug 22
0
[LLVMdev] Accessing arguments in a caller
...ving a single function; there's no way around that. > 4. Don't worry about it, it's probably not a bottleneck. (Or rather, profile first...) It might not be the most important thing right now, but it will quickly become important the further the project moves. By disassembling the genereated executable there's a lot of things that pop out as inefficient. > But no, there's no standard way to do this. Even C++11's variadic templates don't avoid the copy, and initializer lists are pretty much equivalent to an anonymous struct / const struct reference. > > (Why...
2017 Feb 07
0
Rebuild gstreamer
...; ls -l /usr/bin/gst-inspect* > > -rwxr-xr-x 1 root root 16000 Jun 9 2014 /usr/bin/gst-inspect > > -rwxr-xr-x 1 root root 45488 Jun 9 2014 /usr/bin/gst-inspect-0.10 > > -rwxr-xr-x 1 root root 45552 Nov 20 2015 /usr/bin/gst-inspect-1.0 > > > > However the file was genereated as shows here: > > pwd > > /root/rpmbuild/BUILD/gstreamer-0.10.36/tools > > [root at W530 tools]# ls -l gst-inspect* > > -rwxr-xr-x 1 root root 36632 Feb 7 08:42 gst-inspect > > -rwxr-xr-x 1 root root 8436 Feb 7 08:42 gst-inspect-0.10 > > -rw-r--...
2016 Oct 11
0
samba 4 migration (doamin admins & domain users renamed)
...main > users and doamin admins are migrated/renamed during migration, we have this > grousp in other language than english and ater migration are migrated to > domain admin and domain users. > Members of this groups are migrated correctly, only question is this change > in name could genereate a problem and if this is an issue or I can ignore? if your well-known groups use the official security identifiers [1] in your NT4 domain, they will be identical in AD, because the groups are recreated and populated by samba-tool. However, I saw installations where the Admin created the two gro...
2006 Mar 13
1
issue with redirect_to
Hi all: I can''t make redirect_to to unlock the current iframe using {:TARGET => "_top"}. It always stays in the current frame. I checked the redirect_to code, it seems the method does not use "target". here is the source code of redirect_to from ActionController::Base def redirect_to(options = {}, *parameters_for_method_reference) #:doc: 753: case options
2018 Mar 26
0
wrong imm value for branch conditions..
...> &Fixups,* * const MCSubtargetInfo &STI) const {* * const MCOperand &MO = MI.getOperand(OpNo);* * printf("in getBranchTargetOpValue\n");* *;* *;* *;* * return 0;* *}* I have added code like above for bgeid instruction.I am able to genereate bgeid instruction but the offset value is not proper. *9c: 14a53001 cmp r5, r5, r6* * a0: bea50005 bgeid r5, 5 // a5* * a4: b8100034 brid 52 // d8* I am getting 5 as offset and it is pointing to invalid address. I tried to fix i...
2006 Mar 14
5
How to display different images using ajax?
Hi! On my page i display one full size image and a list of thumbnails. I''d like to change the full size image with a full size version of a thumbnail, after clicking on one of them. How to write controller action, so it would update the image without reloading the whole page? It''s easy with text, but how to reload an image? -- Posted via http://www.ruby-forum.com/.
2011 Mar 14
1
Multiple graphs
Dear R helpers, Last week Mr. Ista Zahn has taken lots of efforts and helped me with the following code generating basel_asset_wise (e.g. bank, corporate, sovereign) graphs. The code works excellently and assetwise grahs are aslo genereated. I have tried to customize the code as per my need. However, there is only one small problem with the graphs. The graph doesn't give me the asset names. I.e. in the graph which is meant for bank doesn't show me the name bank. Under the X - label i.e. Rating, it gives me number 1, Similar...
2017 Feb 07
5
Rebuild gstreamer
...usr/bin/gst-inspect* listing shows the files as OLD ls -l /usr/bin/gst-inspect* -rwxr-xr-x 1 root root 16000 Jun 9 2014 /usr/bin/gst-inspect -rwxr-xr-x 1 root root 45488 Jun 9 2014 /usr/bin/gst-inspect-0.10 -rwxr-xr-x 1 root root 45552 Nov 20 2015 /usr/bin/gst-inspect-1.0 However the file was genereated as shows here: pwd /root/rpmbuild/BUILD/gstreamer-0.10.36/tools [root at W530 tools]# ls -l gst-inspect* -rwxr-xr-x 1 root root 36632 Feb 7 08:42 gst-inspect -rwxr-xr-x 1 root root 8436 Feb 7 08:42 gst-inspect-0.10 -rw-r--r-- 1 root root 1768 Feb 7 08:42 gst-inspect-0.10.1...
2016 Oct 17
3
samba 4 migration (doamin admins & domain users renamed)
...ins are migrated/renamed during migration, we have > this > > grousp in other language than english and ater migration are migrated to > > domain admin and domain users. > > Members of this groups are migrated correctly, only question is this > change > > in name could genereate a problem and if this is an issue or I can > ignore? > > > if your well-known groups use the official security identifiers [1] in > your NT4 domain, they will be identical in AD, because the groups are > recreated and populated by samba-tool. > > However, I saw installation...
2010 Jul 05
2
nested for loops
Dear Admin, I will appreciate if you advise me an effective way to write the following R code including nested for loops. I cannot do it by using expand.grid function because it results with memory allocation problems. Thanks for your time and consideration. for(d1 in 0:n){ for(d2 in 0:n){ for(d3 in 0:n){ for(d4 in 0:n){ for(d5 in 0:n){ for(d6 in 0:n){ for(d7 in 0:n){ for(d8 in 0:n){ for(d9 in
2011 Aug 21
2
[LLVMdev] Accessing arguments in a caller
What I can think of: 1. Anonymous struct, to avoid a copy. 2. Use stdarg.h...dangerous but accomplishes what you're looking for. 3. Split up F: giant switch statements often indicate that your function is doing several different things. (IMHO...) 4. Don't worry about it, it's probably not a bottleneck. (Or rather, profile first...) But no, there's no standard way to do this. Even
2018 May 20
0
Best mail encryption solution for per-user
...l_crypt_private_password = %w ? > >> > >> password as private password. You might want to run it thru some hash, so %{sha1:password} might be > >> a good option. > >> > >> the passwords are allready hashed in the DB using: dovecot pw -s SHA256-CRYPT to genereate the has. > >> so this step isnt nesesary anymore am i right? > >> > >> Thank you for your quick response, very helpfull > >> > >> Zjemm > >> > >> You misunderstood a bit. The idea is to use the *plaintext* password as the password f...