search for: outf

Displaying 20 results from an estimated 95 matches for "outf".

Did you mean: out
2007 Mar 08
2
Q: Tool to copy Vorbis comments to MP3 ID tags
Hi, I'm wondering: If you have audio files like foo1.ogg and foo1.mp3, and the Vorbis file has nice comments (title, tracknumber, artist, album, date, etc), is there a tool to copy the information to an MP3 file on a "best effort" strategy? I know that MP3 TAGs are quite limited regarding lengths. Regards, Ulrich
2006 May 18
4
Can I send rendered .html to somewhere besides the web server?
Is there any way to tell Rails to send the .html file it renders somewhere other than the web server? I need to save a page to the server''s file system instead of sending it to the user''s browser. Thanks! Bill -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060518/facce47e/attachment.html
2015 Jul 16
2
4.2.2 as AD with 2 DCs: database incoherency
Am 16.07.2015 um 17:18 schrieb Rowland Penny: > On 16/07/15 13:27, Reindl Harald wrote: >> >> Am 16.07.2015 um 14:02 schrieb Rowland Penny: >>> /etc/hosts should be: >>> >>> 127.0.0.1 localhost.localdomain localhost >> >> uhm no - you want 127.0.0.1 normally resolved to localhost and hence >> 127.0.0.1 localhost
2015 Feb 27
8
samba-tool time
...server 'rotterdam.bazuin.nl' failed: NT_STATUS_NONE_MAPPED ? File "/usr/lib/python2.7/dist-packages/samba/netcmd/__init__.py", line 175, in _run ??? return self.run(*args, **kwargs) ? File "/usr/lib/python2.7/dist-packages/samba/netcmd/time.py", line 59, in run ??? self.outf.write(net.time(server_name)+"\n") ? Greetz, ? Louis ?
2015 Apr 23
3
samba-check-db-script python failure
...9; with backend 'ldap': (null) ERROR(ldb): uncaught exception - None File "/usr/lib/python2.7/dist-packages/samba/netcmd/__init__.py", line 175, in _run return self.run(*args, **kwargs) File "/usr/lib/python2.7/dist-packages/samba/netcmd/ldapcmp.py", line 968, in run outf=self.outf, errf=self.errf) File "/usr/lib/python2.7/dist-packages/samba/netcmd/ldapcmp.py", line 64, in __init__ options=ldb_options) File "/usr/lib/python2.7/dist-packages/samba/__init__.py", line 114, in __init__ self.connect(url, flags, options) .. Next check.. Running...
2018 Mar 26
0
"dlm" Package: Calculating State Confidence Intervals
...seasonality trends). The model is saved in the object titled "mod." Following the example in the documentation and using the commands below, I am attempting to use the function "dlmSvd2var" to implement SVD and calculate the 90% confidence errors for each time-varying state. outF <- dlmFilter(y,mod) v <- unlist(dlmSvd2var(outF$U.C, outF$D.C)) pl <- dropFirst(outF$m) + qnorm(0.05, sd=sqrt(v[-1])) pu <- dropFirst(outF$m) + qnorm(0.95, sd=sqrt(v[-1])) Since the dataset has 100 observations, I end up with a vector v that comprises 3636 atomic components: (1 + 100)...
2018 Mar 28
0
"dlm" Package: Calculating State Confidence Intervals
...seasonality trends). The model is saved in the object titled "mod." Following the example in the documentation and using the commands below, I am attempting to use the function "dlmSvd2var" to implement SVD and calculate the 90% confidence errors for each time-varying state. outF <- dlmFilter(y,mod) v <- unlist(dlmSvd2var(outF$U.C, outF$D.C)) pl <- dropFirst(outF$m) + qnorm(0.05, sd=sqrt(v[-1])) pu <- dropFirst(outF$m) + qnorm(0.95, sd=sqrt(v[-1])) Since the dataset has 100 observations, I end up with a vector v that comprises 3636 atomic components: (1 + 100)...
2013 Nov 21
2
RStudio and R.app "segmentation fault" errors
...n a shell script that uses a library written in C++ to analyze natural language (FreeLing: http://nlp.lsi.upc.edu/freeling). When I run the following code in RStudio (0.97.248) and R.app (1.62) on Max OSX (10.7.5): > cmd <- "analyze -f /usr/local/share/freeling/config/es.cfg --lang es --outf tagged </Users/earlbrown/temp_input.txt" > tagged.text <- do.call(system, args = list(command = cmd, intern = T)) I sometimes receive a "Segmentation fault" error: /usr/local/bin/analyze: line 39: 2806 Segmentation fault: 11 $FREELING/bin/analyzer $param Warning message:...
2015 Jul 23
2
4.2.2 as AD with 2 DCs: database incoherency
..._wait: Time limit exceeded (3) > File "/usr/lib64/python2.6/site-packages/samba/netcmd/__init__.py", line > 175, in _run > return self.run(*args, **kwargs) > File "/usr/lib64/python2.6/site-packages/samba/netcmd/ldapcmp.py", line > 968, in run > outf=self.outf, errf=self.errf) > File "/usr/lib64/python2.6/site-packages/samba/netcmd/ldapcmp.py", line > 80, in __init__ > self.server_names = self.find_servers() > File "/usr/lib64/python2.6/site-packages/samba/netcmd/ldapcmp.py", line > 106, in find_ser...
2015 Jul 23
0
4.2.2 as AD with 2 DCs: database incoherency
...ROR(ldb): uncaught exception - ldb_wait: Time limit exceeded (3) File "/usr/lib64/python2.6/site-packages/samba/netcmd/__init__.py", line 175, in _run return self.run(*args, **kwargs) File "/usr/lib64/python2.6/site-packages/samba/netcmd/ldapcmp.py", line 968, in run outf=self.outf, errf=self.errf) File "/usr/lib64/python2.6/site-packages/samba/netcmd/ldapcmp.py", line 80, in __init__ self.server_names = self.find_servers() File "/usr/lib64/python2.6/site-packages/samba/netcmd/ldapcmp.py", line 106, in find_servers scope=SCOPE_SUBTREE...
2015 Apr 23
3
samba-check-db-script python failure
...9; with backend 'ldap': (null) ERROR(ldb): uncaught exception - None File "/usr/lib/python2.7/dist-packages/samba/netcmd/__init__.py", line 175, in _run return self.run(*args, **kwargs) File "/usr/lib/python2.7/dist-packages/samba/netcmd/ldapcmp.py", line 968, in run outf=self.outf, errf=self.errf) File "/usr/lib/python2.7/dist-packages/samba/netcmd/ldapcmp.py", line 64, in __init__ options=ldb_options) File "/usr/lib/python2.7/dist-packages/samba/__init__.py", line 114, in __init__ self.connect(url, flags, options) ./samba-check-db-repl.sh:...
2015 Sep 01
2
ldapcmp issue
.../samba/netcmd/__init__.py", line 175, in _run return self.run(*args, **kwargs) File "/usr/lib/python2.7/dist-packages/samba/netcmd/ldapcmp.py", line 983, in run if b1 == b2: File "/usr/lib/python2.7/dist-packages/samba/netcmd/ldapcmp.py", line 774, in __eq__ outf=self.outf, errf=self.errf) File "/usr/lib/python2.7/dist-packages/samba/netcmd/ldapcmp.py", line 396, in __init__ self.attributes = self.con.get_attributes(self.dn) File "/usr/lib/python2.7/dist-packages/samba/netcmd/ldapcmp.py", line 207, in get_attributes res = sel...
2015 Jul 24
0
4.2.2 as AD with 2 DCs: database incoherency
...t;> File "/usr/lib64/python2.6/site-packages/samba/netcmd/__init__.py", >> line >> 175, in _run >> return self.run(*args, **kwargs) >> File "/usr/lib64/python2.6/site-packages/samba/netcmd/ldapcmp.py", line >> 968, in run >> outf=self.outf, errf=self.errf) >> File "/usr/lib64/python2.6/site-packages/samba/netcmd/ldapcmp.py", line >> 80, in __init__ >> self.server_names = self.find_servers() >> File "/usr/lib64/python2.6/site-packages/samba/netcmd/ldapcmp.py", line >&...
2004 May 03
4
ctags(1) command execution vulnerability
Hello, ctags(1) uses external application sort(1) for sorting the tags file. It calls it via system(3) function. Look at the /usr/src/usr.bin/ctags/ctags.c file, there are such lines here: if (uflag) { (void)asprintf(&cmd, "sort -o %s %s", outfile, outfile); if (cmd == NULL) err(1, "out of space"); system(cmd); free(cmd); cmd = NULL; } This code will be executed when "-u" arg was given. So, if we'll execute ctags in a such way: ctags -u -f ';echo hi' *.c we get the following: Syntax error: "...
2015 Apr 23
0
samba-check-db-script python failure
...> ERROR(ldb): uncaught exception - None > File "/usr/lib/python2.7/dist-packages/samba/netcmd/__init__.py", line > 175, in _run > return self.run(*args, **kwargs) > File "/usr/lib/python2.7/dist-packages/samba/netcmd/ldapcmp.py", line > 968, in run > outf=self.outf, errf=self.errf) > File "/usr/lib/python2.7/dist-packages/samba/netcmd/ldapcmp.py", line > 64, in __init__ > options=ldb_options) > File "/usr/lib/python2.7/dist-packages/samba/__init__.py", line 114, in > __init__ > self.connect(url, flags, o...
2019 Sep 03
2
4.9.12 operation unavailable without authentication
...;00002020: Operation unavailable without authentication> <> File "/usr/lib/python2.7/dist-packages/samba/netcmd/__init__.py", line 178, in _run return self.run(*args, **kwargs) File "/usr/lib/python2.7/dist-packages/samba/netcmd/ldapcmp.py", line 972, in run outf=self.outf, errf=self.errf) File "/usr/lib/python2.7/dist-packages/samba/netcmd/ldapcmp.py", line 79, in __init__ self.domain_netbios = self.find_netbios() File "/usr/lib/python2.7/dist-packages/samba/netcmd/ldapcmp.py", line 115, in find_netbios scope=SCOPE_SUBTREE,...
2019 May 22
2
dsdb_access Access check failed on CN=Configuration
...ess check failed on CN=Configuration,DC=domain,DC=local> <> File "/usr/lib/python2.7/dist-packages/samba/netcmd/__init__.py", line 177, in _run return self.run(*args, **kwargs) File "/usr/lib/python2.7/dist-packages/samba/netcmd/ldapcmp.py", line 972, in run outf=self.outf, errf=self.errf) File "/usr/lib/python2.7/dist-packages/samba/netcmd/ldapcmp.py", line 79, in __init__ self.domain_netbios = self.find_netbios() File "/usr/lib/python2.7/dist-packages/samba/netcmd/ldapcmp.py", line 115, in find_netbios scope=SCOPE_SUBTREE,...
2015 Feb 27
3
samba-tool time
...File >> "/usr/lib/python2.7/dist-packages/samba/netcmd/__init__.py", >> line 175, in _run >> return self.run(*args, **kwargs) >> File >> "/usr/lib/python2.7/dist-packages/samba/netcmd/time.py", line >> 59, in run >> self.outf.write(net.time(server_name)+"\n") >> >> >> Greetz, >> >> Louis >> >> >> -- >> To unsubscribe from this list go to the following URL and read the >> instructions: https://lists.samba.org/mailman/options/samba >> &...
2015 Sep 03
0
ldapcmp issue
...5, in _run > return self.run(*args, **kwargs) > File "/usr/lib/python2.7/dist-packages/samba/netcmd/ldapcmp.py", line > 983, in run > if b1 == b2: > File "/usr/lib/python2.7/dist-packages/samba/netcmd/ldapcmp.py", line > 774, in __eq__ > outf=self.outf, errf=self.errf) > File "/usr/lib/python2.7/dist-packages/samba/netcmd/ldapcmp.py", line > 396, in __init__ > self.attributes = self.con.get_attributes(self.dn) > File "/usr/lib/python2.7/dist-packages/samba/netcmd/ldapcmp.py", line > 207, in...
2006 May 16
1
Saving a rendered page as a file
Is there any way to save a rendered page as a *.html file? Thanks.