search for: totaly

Displaying 20 results from an estimated 243 matches for "totaly".

Did you mean: total
2005 Nov 15
2
y-axis in histograms
Dear R- list, I have some data to present with histograms. Therefore I used hist(...). I have few values with almost 80% of the frequencies (totaly 800) and some other values with low frequencies ( totaly 5 -10 ) that I want to emphasize. Therefore I want to "cut" the y-axis on 100, but I don't know how to deal with this. Thanks in advance, Michael Graber
2008 Jun 02
1
deliver & override homedir
Hi We're in the phase of converting our existing unix-based users to virtual users. Goal is to make mail-spool totaly independent of home-spool. For that reason, NO files can be written to home. I've solved the problem for all files, except for .dovecot.lda-dupes. I can see in duplicate.c #define DUPLICATE_PATH "~/.dovecot.lda-dupes" I thought being clever and override in the userdb passwd followi...
2010 Apr 06
4
Need Help with Manipulating Columns
...praiser into R, but my problem is that I am unable manipulate and use many of the columns because they are classified as factors. I think this is because the values represent selling prices and therefore have $ in front of them. I tried using as.integer but this funtion converts the values into a totaly useless form. Is there a way to convert these columns from factors into something usefull for plotting and graphing such as integer form? Thanks Will -- View this message in context: http://n4.nabble.com/Need-Help-with-Manipulating-Columns-tp1753364p1753364.html Sent from the R help mailing lis...
2012 Aug 28
3
Course
Hello, I am a student of Materials Engineering and I want to minister an introductory course of R at the university I study here in Brazil. I know R is a free software, but I just want to know if I do need a special authorization for doing it. The course will be totaly free and I also will not receive any money for doing it. The idea is just to show the program. -- Atenciosamente, Pedro Lamarão ITEC/UFPA/PPGEM/GPEMAT [[alternative HTML version deleted]]
2006 Mar 21
5
How to use: library lattice: barchart
...quot;,5)) ayear = (c(rep(1931,10),rep(1932,10))) asite = c(rep(c("iu","gt","jt","jhzt","tr"),4)) abarley = data.frame(cbind(ayield,avariety,ayear,asite)) barchart(ayield ~ avariety | asite, data = abarley,groups = ayear, layout = c(1,5) ) it looks totaly different and I get the error message: "x should be numeric in: bwplot.formula(x = ayield ~ avariety | asite, data = list(ayield = c(2," What did I do wrong? Can anybody help me? Best regards, thank you very much Claudia Paladini
2005 Jul 08
3
permission denied from winxp box to samba share.
trying to set up a totaly anonymous share for users on a linux box with samba 3.0.10 point to a dir on my hard drive that looks like drwxr-xr-x 2 root root 4096 Jul 7 22:39 sambashare in my smb.conf, for this dir, I have [globalshare] path = /usr/local/share/sambashare read only = No guest ok = Yes guest on...
2017 Dec 12
0
[PATCH] Fix samba daemon startup with systemd
I totaly not agree with that blog. And this... (quote from site.) Yes, you read right: what the Devuan developers are doing is creating stability. Think about it not in a few repeating systemd bugs or about the insecurity caused by a huge, monolithic piece of software running with root privileges. Why do...
2009 Jul 08
7
install totaly messed up
I have just moved to a new server and transfered all my files over etc and also installed wine using yum, however I had a script on my site that used wine (via exec command) that no longer worked after the transfer to the new server. I tried a few things on the server thinking it was a problem with current setup but got nowhere, I then uninstalled wine via "yum erase wine" and
2004 Aug 27
2
Using regular expression in dialplan
...he value of DTMFSeq: exten => s,1,GotoIf($[${DTMFSeq} : 123]?4:2) exten => s,2,SetVar(InvalidCount=$[${InvalidCount} + 1]) .... exten => s,4,SetVar(Result=ok) The only way I managed to make it work is the following : exten => s,1,GotoIf($[${DTMFSeq} : 1|2|3]?s|4:s|2) But I'm not totaly satisfied with it as I'm going to check more complex regex later ... Thank you for your help
2009 Sep 14
2
noise from custom encoder/decoder
Hy, I'm totaly out of ideas now. here are links to the code I use. codec.cpp http://barvanjekode.gama.us/temp/1078354945.html codec.h http://barvanjekode.gama.us/temp/135707080.html Variables I use are: int samplerate 32000 uint quality 10 uint complexity = 2 I get that wierd noise after I use speex e...
2006 Jul 21
4
Using a controller to initiate a plugin?
Folks I am new so I apologize if I come off as a totaly tool. I am finding Rails to be an amazing framework to use and having fun with it. I have run into a frustrating snag however with PLUGINS. I have a plugin installed in: /myapp/vendor/plugins/ When I run: ruby script/server in /myapp/ my WEBrick starts normally and I can access IP:3000. I get t...
2015 Apr 30
3
FW: [Bug 11241] different ids even when idmap.ldb copied. not abug..
Hello Bj?rn, I can totaly agree with that, having multiple users with the same id isnt what we want, but samba needs at some point root rights, for creating folders/files. Now we have a "chicken and the egg problem" which one comes first? At install of samba files and folders are created, by root. when installe...
2004 Sep 16
3
newbie needs help using R as solver
...decision trees - simulation modeling as described in Winston, Wayne L.: Practical Management Science. for optimisation modeling in Excel I would normaly use solver. In R however I can't seem to be able to find the solution. I've narrowed it down to optim, optimize functions (I might be totaly wrong), but I can't figure out how to set the conditions. I've read something about nlm model but I can't find the anwser (examples are not easy enough for me). what I wanna do is solve this simple task: a+b =< 500000 c+d =< 500000 g >= 0,25*c+d a+b+c+d+g =< 1000000 a, b...
2016 Dec 15
3
Error on samba-tool domain provision
Not totaly correct Rowland.   After install krb5-user, you get a default krb5.conf and if you server is correctly setup, ( at least for debian related systems ) The default file works as good as the samba generated version. Im testing with as much defaults as possible, but more imported here is, whi...
2000 Nov 17
2
Why does ssh try to run df, netstat, arp ...?
...nfortunately df blocks when it tries to measure the size of a filesystem which is mounted (e.g. by automount) but unavailable (since the server crashed) I guess this is the reason why the ssh connection failed. Ofcourse having my whole network unreachable by ssh just because one server goes down is totaly unacceptable (I might as well start using Windows). How can I turn this behaviour off or can anybody give me a really really good reason why ssh would need df? Thanks in advance, Nico -------------------------------------------------------- "It has been said that there are only two busine...
2013 Jul 10
2
Sync - sysvol and getfacl
...ept 3000004 which is Group Policy Creator Owners. I suppose the other four groups are (checked from windows side): Administrators, Server Operators, SYSTEM and Authenticated Users. Can I do anything with this? My next question is: sysvol sync. My PDC's and BDC's user and group ID's are totaly different. Is it possible to set my PDC/BDC ID's equal, because as I see BDC couldn't do his job while this isn't solved. Regards, Robert
2019 Nov 26
2
moved DM config to new server : gids different etc
Am 26.11.19 um 17:19 schrieb L.P.H. van Belle: > Hai Stefan, > > Remove the netbios alias and then put that as CNAME in the DNS > Verify if the server its PTR is set also. > > And yeah, your totaly correct that your ACL is messed up.. > Because your using backend RID. > > The "advantage" of backend AD. > Consistent IDs on all Samba clients and servers using the ad back end. > > Which is also the DISAVANTAGE of RID. > IN-Consistent IDs on all Samba clients an...
2006 May 20
3
multithreaded action
...res the png on disk. #3 read the png into rails #4 send the png to the browser with method send_data #5 delete the png from disk end The problem is that the png-rendering takes very long time, ~2 seconds, and consumes a lot of the cpu resources. During this time the rails app become totaly locked up, not handling any incoming requests from other visitors. I would like to have this method run in its on lower priority thread. Is that possible? I have tried to put the system call in a thread but that that didnt work, the main execution seemed to go on when the png was generating,...
2019 Aug 06
3
more cleanup: mis-named AD user
Ahh, yes good one, totaly forgot about that one. That also possible. Just one more thing.. And I dont understand this... Because.. And im sorry to say.. You .. Should .. Know .. This .. This share. > [rsnapshots] > path = /mnt/rsnapshots > read only = Yes > valid users = problem-user, sgw Now, you t...
2019 Feb 20
3
Samba + BIND9 DLZ. DNS dosen't resolve FQDN, only short hostname
...ctly what we don't want - for > .local domains > it asks Avahi and if it dosen't know, it never asks the other > services, > such as dns etc. And wrong is `the domain is .local` Why o why is .local use. That is a reserved name for mDNS (avahi).. Yes. So what happend here is TOTALY CORRECT. Here the problem is you are using .local > > I hope the documentation (Wiki) should be more vocal about that - that > if the domain is .local, the 'dns' entry MUST precede 'mdns4_minimal' > and 'mdns4' entries. Possible yes, but if correctly setup,...