search for: istvan

Displaying 20 results from an estimated 62 matches for "istvan".

2018 Jan 10
2
downloading only specific directories from directory tree
...eir names are not mirrored. I tried eg /games: , /games\: and "/games:", none of these worked. 2. The other directories are mirrored but debuginfo and debugsource files are not excluded. I'd appreciate if you explained what the problem is and how to solve it. Thanks in advance, Istvan On Fri, 20 Jan 2017 18:15:00 -0500, Kevin Korb wrote: > An include only overrides an exclude that follows it. So, you would > need something like this: > > + */ > + openSUSE_13.2/*** > - * > > Then add --prune-empty-dirs to your rsync command line. I left off > th...
2018 Jan 11
1
downloading only specific directories from directory tree
...SUSE_Leap_42.2 dirs that belong to the specified root level dirs. To make it clear, for example, I want to mirror games, games:, graphics, graphics:, hamradio, hamradio:, hardware, hardware:, only the openSUSE_Leap_42.2 directory containing paths. What would be the rules for this? Thanks again, Istvan On Wed, 10 Jan 2018 18:27:11 -0500, Kevin Korb via rsync wrote: > 1. You don't appear to be including anything that is within the > colon > dirs so they are being left out by --prune-empty-dirs. > > 2. Includes only override excludes that follow them. Since your > debu...
2017 Jan 20
4
downloading only specific directories from directory tree
...luded or excluded? I tried to use filters.txt file with content: + **openSUSE_13.2/*** with this command: rsync -av --include-from=filters.txt rsync://ftp.halifax.rwth-aachen.de/opensuse/repositories/ ./ This downloads every directory. How can I exclude those are not openSUSE_13.2? Thanks, Istvan
2012 May 04
3
read-in, error???
Dear Users! I encountered with some problem in data reading while I challenged R (and me too) in a validation point of view. In this issue, I tried to utilize some reference datasets ( http://www.itl.nist.gov/div898/strd/index.html). And the result departed a bit from my expectations. This dataset dedicated to challenge cancellation and accumulation errors (case SmLs07), that's why this
2011 Jun 15
2
[LLVMdev] Difficulties in using gold plugin. (
...plugin /usr/lib/bfd-plugins/LLVMgold.so test.a Gives: 00000000 W _ZN6tester4dumpEv 00000000 W _ZN6tester7readArgEPc 00000000 W _ZN6testerC1Ev 00000000 W _ZN6testerD1Ev And and more entries Without the plugin command "File format not recognized". So it seems like nm is using the plugin. Istvan
2003 Oct 31
0
Réf. : Re: a share with a dot
...LLE stephane.purnelle@corman.be Service Informatique Corman S.A. Tel : 00 32 087/342467 Istvan Sebestyen <istvan@chains.ch> Envoy? par : Pour : samba@lists.samba.org...
2011 Jun 15
2
[LLVMdev] Difficulties in using gold plugin. ("ar" not working properly)
...ild commands: llvm-g++ -use-gold-plugin -flto $test.cpp -c -o test.o ar --plugin /usr/lib/bfd-plugins/LLVMgold.so crs test.a test.o llvm-g++ -use-gold-plugin -Wl,-plugin-opt=also-emit-llvm test.a libstdc++.a -o Maybe its just me doing some small error, but I can't see it.. Thanks for the help, Istvan
2007 Sep 26
2
libFLAC++ Seeking
..._absolute(1000); right before ok = decoder.process_until_end_of_stream(); seek_absolute always returns false. I'm pretty sure I missed something and otherwise this works fine. One more thing. I complied the 1.2.1 sources with msvc6 sp6 and this works with debug libs... Any hints? Thanks, Istvan ________________________________________________________ A c?gek itt keresnek t?ged &#8211; te hol keresed ?ket? [origo] ?ll?s http://cthandler.adverticum.net/?cturl=http%3A%2F%2Fjpt.hu%2Forigo%2Findex.php%3Fpage%3Dselectform%26fm_levelalja -------------- next part -------------- An H...
2018 Jan 10
0
downloading only specific directories from directory tree
...be including anything that is within the colon dirs so they are being left out by --prune-empty-dirs. 2. Includes only override excludes that follow them. Since your debug excludes are exceptions to the openSUSE_Leap_42.2/*** include they must be before it not after it. On 01/10/2018 05:46 PM, Istvan Gabor via rsync wrote: > Dear Kevin: > > ~ 1 year ago your answer helped me to solve my problem. > This time I would like to do a similar thing but little bit modified. > I read again carefully INCLUDE/EXCLUDE PATTERN RULES section of rsync > manual but still cannot comprehend ev...
2006 Mar 01
2
inconsistency between anova() and summary() of glmmPQL
...significant (or at least some of its levels differ significantly from some other levels) according to the summary() function. What is the truth, which results shall I believe? And, is there any other way of testing for the overall effect of a factor in glmmPQL, than anova()? Thanks for help, Istvan
2011 Jun 15
0
[LLVMdev] Difficulties in using gold plugin. ("ar" not working properly)
On 11-06-15 09:03 AM, Istvan Haller wrote: > Dear all, > I'm trying to use the gold plugin to make it easier to generate LLVM bitcode > from complex applications. I did the steps mentioned on > "http://llvm.org/docs/GoldPlugin.html". Both linking and LLVM generation seem to > work properly, however...
2011 Jun 15
0
[LLVMdev] Difficulties in using gold plugin. (
On 11-06-15 03:32 PM, Istvan Haller wrote: > Executing > nm --plugin /usr/lib/bfd-plugins/LLVMgold.so test.a > Gives: > 00000000 W _ZN6tester4dumpEv > 00000000 W _ZN6tester7readArgEPc > 00000000 W _ZN6testerC1Ev > 00000000 W _ZN6testerD1Ev > And and more entries > Without the plugin command "Fil...
2011 Jun 16
2
[LLVMdev] Difficulties in using gold plugin. (
...; Rafael > It seems like I also had one in /usr/local/bin with the same version and it was the default to be used. Now I copied my bfd-plugins folder to /usr/local/lib and nm does not require the plugin option anymore. However the linker still cannot find the symbols. Thanks for the pointers, Istvan
2007 Sep 27
1
libFLAC++ Seeking
...r.process_until_end_of_stream(); > > seek_absolute always returns false. > I'm pretty sure I missed something and otherwise this works fine. > One more thing. I complied the 1.2.1 sources with msvc6 sp6 and this works with debug libs... > > Any hints? > > Thanks, > Istvan > > I still couldn't figure out why's that, but finally I changed file_length_callback_ in stream_decoder.c; replaced fno/fstat with fseek(f,0,SEEK_END)/fgetpos pair and now it works perfectly. ________________________________________________________ A c?gek itt keresnek t?ged...
2006 Feb 24
1
SE of parameter estimates in glmm.admb
Dear R users, Does anyone know how to get standard errors of the parameter estimates in glmm.admb? Thanks, Istvan
2006 Apr 19
2
unable to browse samba server with Win98, but it works with WinXP
Hello, I have samba-3.0.10-1.4E.6 bundled with CentOS 4.3 x86_64 and I can't browse it with Win98. I have a very simple setup, Share type, with access to everyone. If I double-click on the server name from Win98, I have this message: "\\server is not accessible. This device does not exist on the network." If I type the whole path to the share(ex: \\server\transfer), in Win98, it
2008 Jan 28
8
mongrel_rails not starting
Hi, Im a newbie to ruby and rails. I installed mongrel using the command: sudo gem install mongrel --include-dependencies When i try to start mongrel with mongrel_rails start -d, its throwing the same error as it did to you: /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:32:in `gem_original_require'': no such file to load -- http11 (LoadError) from
2011 Jun 16
0
[LLVMdev] Difficulties in using gold plugin. (
...to be used. Now I copied my bfd-plugins folder to /usr/local/lib and > nm does not require the plugin option anymore. However the linker still cannot > find the symbols. Have you recreated the .a files? Does "nm -s" prints the archive symbol map? > Thanks for the pointers, > Istvan > Cheers, Rafael
2011 Jun 16
1
[LLVMdev] Difficulties in using gold plugin. (
> Have you recreated the .a files? Does "nm -s" prints the archive symbol map? > I delete and recreate the .a file every time. nm output the same thing both with and without the "-s" option. It seems to be the list of symbols in the format shown in the first post. Istvan
2017 Jan 20
0
downloading only specific directories from directory tree
...t really mean anything unless openSUSE_13.2 isn't always the entire directory name in which case 1 * would do. Another way to explain it is that by default everything is included. An exclude rule makes exceptions. An include rule makes exceptions to the exclude rule. On 01/20/2017 06:08 PM, Istvan Gabor wrote: > Hello: > > I have read rsync manual and several howtos on how to use rsync, still > I don't know if it's doable what I want to do, and if yes, how. > > The scenario: > > I would like to make a local copy of openSUSE 13.2 repositories. > I use ope...