search for: sofare

Displaying 20 results from an estimated 148 matches for "sofare".

Did you mean: sofar
2012 Sep 29
5
[PATCH] xen/console: introduce a 'w' debug-key that dumps the console ring
This patch adds a new ''w'' debug-key, chosen from the limited remaining keys only due to its proximity to ''q'', that dumps the console ring to configured console devices. It''s useful to for tracking down how an unresponsive system got into a broken state via serial console. Signed-off-by: Matt Wilson <msw@amazon.com> diff -r bd953fda6106 -r
2007 Jan 26
1
bootstrap bca confidence intervals for large number of statistics in one model; library("boot")
Sometimes one might like to obtain pointwise bootstrap bias-corrected, accelerated (BCA) confidence intervals for a large number of statistics computed from a single dataset. For instance, one might like to get (so as to plot graphically) bootstrap confidence bands for the fitted values in a regression model. (Example: Chiu S et al., Early Acceleration of Head Circumference in Children with
2003 Nov 12
5
repeat until function
Hi, I'm in this situation: I what to generate N random numbers(integer) that are different from each other. One suggestion: tabel <- rep(NULL, N) for (i in 1:N){ temp <- as.integer(runif(1,1,max)) if(temp in tabel) { repeat (?) (temp <- as.integer(runif(i,i,max))) until (?) ((temp in tabel) ==FALSE) } else{ tabel[i] <- temp} I can't use
2007 Mar 06
2
decoration flashing with current upstream
Greetings everybody! I just git pull'ed compiz and after compiling and installing it, I started experiencing the decorations flashing and windows not being updated correctly. Sofar I was not able to revert to a state identifying which commit introduced this flaw. This is happening to me on an i915 and a GeForce7900GT. Using git revert <some commit> is the right way to work oneself
2009 Apr 29
3
Mongrel_rails will not autostart
Hi, I''m running a ubuntu 8.04.2 LTS server. Using ruby 1.8.6 and Rails 2.0.2 I added the mongrel_rails start -d -c /app/ to the /etc/rc.local sofar so good.. Mongrel will start but will log Missing the rails 2.0.2 gem. Please ''gem install -v=2.0.2 ..... and then terminate When I log onto the the console I can start mongrel_rails and it will locate the right gems any ideas
2012 Feb 24
0
dsync 2.0.x versus 2.1.x field report
Hi -- I used to run two mailservers with identical MX priorities (poor man's fail-over approach) with Maildir mail folders accessed by Dovecot. Synchronization has been achieved using unison, mirroring all files except dovecot index files. Once in a while some oddities could be observed, like reappearing of deleted mails, duplicates and such alike. But the all-over performance was quite
2004 Jun 09
5
direct data frame entry
hi: I searched the last 2 hours for a way to enter a data frame directly in my program. (I know how to read from a file.) that is, I would like to say something like d <- this.is.a.data.frame( c("obs1name", 0.2, 0.3), c("obs2name", 0.4, 1.0), c("obs3name", 0.6, 2.0) ,
2017 Sep 08
2
Server GC/name.dom/dom is not registered with our KDC: Miscellaneous failure (see text): Server (GC/name/dom@DOM) unknown
Thanks Rowland, Very appriciated. The dnsmasq servers are explained, these are no problem in his setup sofar i could tell/see. Greetz, Louis > -----Oorspronkelijk bericht----- > Van: samba [mailto:samba-bounces at lists.samba.org] Namens > Rowland Penny via samba > Verzonden: vrijdag 8 september 2017 10:50 > Aan: samba at lists.samba.org > Onderwerp: Re: [Samba] Server
2005 Jul 25
4
Voicemail and musiconhold sound stopped working
Hi, i am testing stuff for a couple of days now with Asterisk CVS-v1-0-07 and everything worked fine sofar when suddenly the voicemail and musiconhold sound output stopped working. The voicemailmenu still works though. I can see the voiceprompts etc in the debug messages on the asterisk CLI but i cant hear anything. Everything else works fine though. I can call out fine etc. I did some network
2004 Aug 06
3
Nothing happens
hi I've installed icecast on my linux box and want to stream with the oddcast Plugin in winamp. It works sofar, clients and source could connect & stream to the server but the clients don't hear anything. In the mailinglist is no solution for my problem and the logs don't give me an error. does someone now how to solve the problem ? <p>--- >8 ---- List archives:
2018 Aug 29
2
Jessie And Stretch samba 4.8.5 ( help/test wanted ) (amd64/i386)
Hai Achim, Thank you for helping out a bit. Very welkom. For the 4.8.5 anything with winbind because there was a location change in the krb5_locator (Winbind krb5 locator, to usr/lib/*/krb5/plugins/winbind) ( was bugzilla nr 13489 ) Im deploying now a to my production, sofar i dont any seen problem. The where a lot of changes in the build, better safe then sorry.. Greetz, Louis
2015 Mar 12
5
bug in samba 4.1.17 ? changed CNAME record to other host
Hai, ? Im testing out with some dns things.. And i think i have seen more people about this.. ? Debian 7 ( wheezy )?samba 4.1.17 debian backports. only 1 DC, no member, just 1 DC. ? I have added multiple DNS records and zones with the windows tool. sofare good, works ok... ? in one of my zones changed the CNAME of a record. ? for example. ? websitename1.domain.tld?CNAME to serverhostname.internal.domain.tld i changed websitename1.domain.tld?CNAME to serverhostname2.internal.domain.tld ? ? I did this this morning a few hours ago.. I noticed now...
2013 Sep 13
2
MySQL 5.1.69 at CentOS 6.4 doesn't know enable-named-pipe?
Hello, I've only had experience with PostgreSQL sofar, but have now to install MySQL (and WordPress) on a CentOS 6.4 /64 bit server. I have installed the mysql-5.1.69-1.el6_4.x86_64 package and executed the following commands: # chkconfig mysqld on # service mysqld start # /usr/bin/mysqladmin -u root password 'xxxxx' # /usr/bin/mysql_secure_installation Then I've noticed that
2017 Sep 08
2
Server GC/name.dom/dom is not registered with our KDC: Miscellaneous failure (see text): Server (GC/name/dom@DOM) unknown
On 2017-09-08 12:26, Rowland Penny via samba wrote: > On Fri, 8 Sep 2017 12:03:53 +0200 > "L.P.H. van Belle via samba" <samba at lists.samba.org> wrote: > >> Thanks Rowland, >> >> Very appriciated. >> The dnsmasq servers are explained, these are no problem in his setup >> sofar i could tell/see. >> > Yes, but do the dnsmasq servers
2010 Jul 07
1
Child windows doesn't interact with mouse input.
Hi all, I'm quite new to Wine, but sofar I just LOVE it! It just blew me away how many essential windows-only apps now run under Linux. I'm having one curious problem with a financial program (Exact Compact for Windows) I have to work with. It installs and it runs just perfect, except that the childwindows it generates (which are crucial) don't accept any click from the mouse. To make
2010 Feb 17
1
Batch Encoding in ffmpeg2theora
I've been doing some OGG Theora encoding with ffmpeg2theora and I can't seem to find a good explanation on how to batch encode with ffmpeg2theora. What do I need to type into the terminal to get ffmpeg2theora to take multiple input files and export multiple OGVs with the same settings? All of my attempts sofar have resulted in multiple files being converted into one OGV file :(
2012 May 24
3
rails ajax issues
Hi * *I think this is my 4 or 5th post about the ajax issues with my rails code. But i couldn''t rectify my issues sofar. problem is, In my pages.html.erb have one text field and button. when i click on that button, the text field value will get into the controller through ajax,so after the function i need to get that value(textfield value) in same page. *page.html.erb*
2003 Mar 15
1
Win2k and Printing
man smb.conf /Access Denied (or /Unable to connect) Turns up the "use client driver" parameter. Best way to deal with this problem, which occurs when you have w2k and XP users who install drivers locally and are local admins, is to not have them install the drivers locally (use the print$ share). Second best is to use client driver = yes, which has some side-affects but gets the job
2008 May 21
1
Insufficient memory
Dear Sir/Madam, I have only started using a R-written script for modeling the distribution of disease vector species. Part of the script is to make a large GIS grid for use with GIS software, but it seems I have a memory problem. I get the following message: Reached total allocation of 1535Mb: see help(memory.size) My hard disk has more than 100 gigabytes available, I just have to increase the
2013 Aug 12
1
BTRFS corruptions counter
Hi, We decided to give BTRFS a try. We find it very flexible and generally fast. However last week we had a problem with a Marvell controller in AHCI and one BTRFS formatted hard drive. We isolated the problem by relocating the disk to an Intel contoller (SATA controller: Marvell Technology Group Ltd. 88SE9172 SATA 6Gb/s Controller (rev 11) had a lot of problems and I managed to overcome them by