search for: bees

Displaying 20 results from an estimated 696 matches for "bees".

Did you mean: been
2008 Mar 05
4
Unable to mount using sec=none and mount.cifs
I'm attempting to mount a CIFS share with the following stipulations: 1. I must have the UNIX extensions (specfically, symlinks). 2. I must use plaintext authentication (don't ask). I've recompiled the cifs kernel module to allow plaintext authentication, using the stock Ubuntu 7.10 kernel (2.6.22.9c). My /etc/fstab line looks like... //superman/www-pub
2007 Aug 21
1
Output from while and for loop
...I have looked in all of the email archives but have not come across a correct way of doing it. Code below: start.elev.list<-list() final.mean.elev.list<-list() final.elev.list<-list() final.distance.list<-list() final.delta.elev.list<-list() final.var.elev<-list() b<-length(Bees.Day.1$bee) for (bee in 1:b){ #this is for number of bees that are trackable in the day with starting points and threshold distances elev.current.vector<-vector(mode="numeric", length=0) count<-1 ElevSS<-0 d.traveled<-0 thresh<-Bees.Day.1$cum.dist[bee] n&...
2012 Mar 04
2
How do I create a scatterplot with two explanatory variables?
Hi there, I'm trying to make a scatterplot of removed versus duration for each type of bee. No matter what I try, I can't seem to get my code to work. Any help would be appreciated. Thanks! My r-code: dat$BEE <- with(dat, factor(BEE, c(1,2))) plot(REMOVED~DURATION,pch=BEE, col=BEE) REMOVED DURATION BEE 1 0.07 2 QUEEN 2 0.10 5 QUEEN 3 0.11 7 QUEEN 4 0.12 11 QUEEN 5 0.15 12 QUEEN 6 0.19
2008 Mar 15
3
locating minimum value in matrix
Hi, I have a matrix BEE and want to find the row and column numbers of the minimum value in that matrix. The command which(BEE==min(BEE)) returns only one value which, I take, is the position of the minimum in a vector with as many elements as the matrix. Is there a quick and simple way of getting row and column numbers? Thanks, Gonçalo [[alternative HTML version deleted]]
2019 May 13
7
root .bash_profile?
Hi folks. Just wondering how I can implement an automatic .bash_profile for root. I have to load my user .bash_profile every time I get into root, and I would like a better solution. There is no /home/ for root, so I?m a bit confused if this is even allowed. Any insight appreciated. Cheers, Bee
1997 Aug 12
0
R-alpha: attach( <data.frame> , pos = 1) -- does not work. detach(., save=..)
...roblem there, too: if the frame has been changed it is always returned as list (which is different from S's ``save = T'' which tries to coerce to data.frame) Otherwise, things are ok (and conform to S's behavior): ###------- Martin Mächler, Aug.12, 1997 (0.50-a3) : ----- data(bees) search() attach(bees) attach(bees[-1,]) search()#ok : ".GlobalEnv" "bees[, -1]" "bees" "library:base" length(Lcp <- log(colpos)) # 63 assign("Lcp", Lcp, pos = 2) b1 <- detach()#-- now, b1 is a 'list' instead of a data.frame .....
2018 Sep 03
2
Read/Write over LAN Possible?
Hi folks. Just set up a server, and I put Samba on it for filesharing to my Mac over the LAN. I’m a little confused as to what to expect from Samba with regards to LAN editing of files. I open a remote text file in my workstation text editor, but I cannot edit it and save it. I’m thinking this should be possible, as the Mac space (my workstation) can do that just fine. I found this:
2020 Jun 22
2
How to create a user WIHTOUT beeing prompted for the password
Hi, Everything is in the title, How to create a user WIHTOUT beeing prompted for the password ? Did not find a method via command line . Any option is welcome ! Thanks -- This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus
2013 Aug 29
10
Hiera and hiera-gpg
I am having a bit of difficulty implementing hiera-gpg; particularly with accomplishing the deencryption in my manifests. Can anyone either provide a simple example or point me to a good resource? I have searched alot and am still struggling. Any help would be very appreciated! Thanks! Bee -- You received this message because you are subscribed to the Google Groups "Puppet Users"
2011 Jun 16
0
quota_rule beeing ignored and set to system soft! quota
Hi, originating from the same Problem Edgar Fu? described here [1] about "Zero-sized Maildir files and index corruption on over-quota" i setup quota = fs:user quotas with a quota_rule set to 1.5G to prevent getting those zero sized mail files. What happens now is that when the user is over system soft quota (1G) mails stop beeing delivered. Jun 16 19:05:45 mail dovecot:
2019 May 03
3
Permissions on nginx logs
Hi folks. Just wondering if I can change the ownership on the nginx logs folder so I can access them easier for analysis on a regular basis and cronjobs. /var/log/nginx is owned by nginx:nginx which shuts me out. Cheers, Bee
2020 Feb 20
3
SQL modeling tool for CentOS 7
On 02/16/2020 10:47 PM, Bee.Lists wrote: > Sequel ORM > > >> On Feb 16, 2020, at 7:28 PM, H <agents at meddatainc.com> wrote: >> >> I am looking for an open-source SQL modeling tool to use with MySQL, MariaDB and PostgreSQL. Does anyone have a favorite? > > > Cheers, Bee > > > > > _______________________________________________ > CentOS
2012 Oct 12
6
PuppetDB Install error: "::postgresql::validate_db_connection" at /etc/puppet/modules/puppetdb/manifests/server/validate_db.pp:62
Hi Everyone; I am getting the following error when I try to install PuppetDB. Maybe I have stale instructions?? Thanks! Bee Error: Could not retrieve catalog from remote server: Error 400 on SERVER: Invalid tag "::postgresql::validate_db_connection" at /etc/puppet/modules/puppetdb/manifests/server/validate_db.pp:62 -- You received this message because you are subscribed to the
2018 Sep 29
8
email Server for CentOS 7
Hi folks. I?m looking for an email server. I have a C7 box already with nginx, PostgreSQL, Sinatra and Ruby. So I don?t want to install PHP, Apache, MySQL, etc. Are there any ways/tutorials to set up a mail server under those restrictions? It would serve multiple domains. Cheers, Bee
2019 May 14
2
root .bash_profile?
> On May 14, 2019, at 8:14 AM, Jonathan Billings <billings at negate.org> wrote: > > On Tue, May 14, 2019 at 07:45:55AM -0400, Bee.Lists wrote: >> I addressed this in the thread. > > And we continue to tell you that you're wrong. su behaves the same > way when switching to any other user as it does for root. Stop > spreading misinformation. Not big on
2020 Jun 22
2
How to create a user WIHTOUT beeing prompted for the password
Hi , Just AD in fact :-) More chances ? Lionel sent from my Iphone, sorry for typo > Le 22 juin 2020 ? 11:17, Rowland penny via samba <samba at lists.samba.org> a ?crit : > > ?On 22/06/2020 09:27, Lionel Monchecourt via samba wrote: >> Hi, >> >> Everything is in the title, How to create a user WIHTOUT beeing prompted for >> the password ? > > No
2008 Feb 11
2
mailbox not acceced
Hi I wonder how can I know if a mailbox is not beeing consulted. I mean I have severals mailboxs but I know some account are not used. I like to know how to determine wich mail accounts are not beeing used. Is there any way in dovecot to know the las time a user loged in to dovecot? Thanks
2019 May 14
4
root .bash_profile?
OK I think you need to read previous posts on this. I?m not looking for any other command. > On May 14, 2019, at 5:10 AM, John Hodrien <J.H.Hodrien at leeds.ac.uk> wrote: > > You misunderstand. su behaves the same when switching to root as to any other account. > > su - > > is probably the command you're looking for. Cheers, Bee
2005 Jan 06
1
arrays emerging from tapply
The code below illustrates some points about results from tapply that I find strange. I wonder if they are intended and if so why it is so. 1) When you make a table the dimnames is a *named* list, tapply returns an unnamed list. 2) data.frame behaves differently on an array and a table. Is this an intended feature? 3) For tables class(TAB) and attr(TAB,"class") both return
2019 May 14
3
root .bash_profile?
> On May 14, 2019, at 5:50 AM, John R. Dennison <jrd at gerdesas.com> wrote: > > On Tue, May 14, 2019 at 05:19:57AM -0400, Bee.Lists wrote: >> OK I think you need to read previous posts on this. >> >> I?m not looking for any other command. > > Please stop top-posting, thank you. > > It's the _same command_; all it is is a different invocation