search for: july

Displaying 20 results from an estimated 12022 matches for "july".

Did you mean: jul
2016 Jul 01
0
problem with dnsmasq and dhclient
...es from time to time. What I saw in the log is when this VM loose its IP address there are DHCPREQUEST send from the VM by dhclient and the server responded only 50 minutes later ! Any help, advise on how to debug would be welcome. Thanks in advance Patrick Here after is an extract from the log July 1st 2016, 05:08:46.156 zen.pipiche.net <http://zen.pipiche.net/> dnsmasq-dhcp DHCPREQUEST(virbr1) 10.10.0.10 52:54:10:7d:3a:3f 10.10.0.10 July 1st 2016, 05:08:46.156 zen.pipiche.net <http://zen.pipiche.net/> dnsmasq-dhcp DHCPACK(virbr1) 10.10.0.10 52:54:10:7d:3a:3f mail 10.10.0.10...
2016 Jul 01
0
problem with dnsmasq and dhclient
...es from time to time. What I saw in the log is when this VM loose its IP address there are DHCPREQUEST send from the VM by dhclient and the server responded only 50 minutes later ! Any help, advise on how to debug would be welcome. Thanks in advance Patrick Here after is an extract from the log July 1st 2016, 05:08:46.156 zen.pipiche.net <http://zen.pipiche.net/> dnsmasq-dhcp DHCPREQUEST(virbr1) 10.10.0.10 52:54:10:7d:3a:3f 10.10.0.10 July 1st 2016, 05:08:46.156 zen.pipiche.net <http://zen.pipiche.net/> dnsmasq-dhcp DHCPACK(virbr1) 10.10.0.10 52:54:10:7d:3a:3f mail 10.10.0.10...
2016 Jul 01
0
problem with dnsmasq and dhclient
...es from time to time. What I saw in the log is when this VM loose its IP address there are DHCPREQUEST send from the VM by dhclient and the server responded only 50 minutes later ! Any help, advise on how to debug would be welcome. Thanks in advance Patrick Here after is an extract from the log July 1st 2016, 05:08:46.156 zen.pipiche.net <http://zen.pipiche.net/> dnsmasq-dhcp DHCPREQUEST(virbr1) 10.10.0.10 52:54:10:7d:3a:3f 10.10.0.10 July 1st 2016, 05:08:46.156 zen.pipiche.net <http://zen.pipiche.net/> dnsmasq-dhcp DHCPACK(virbr1) 10.10.0.10 52:54:10:7d:3a:3f mail 10.10.0.10...
2016 Jul 01
0
problem with dnsmasq and dhclient - loosing IP address after a while
...es from time to time. What I saw in the log is when this VM loose its IP address there are DHCPREQUEST send from the VM by dhclient and the server responded only 50 minutes later ! Any help, advise on how to debug would be welcome. Thanks in advance Patrick Here after is an extract from the log July 1st 2016, 05:08:46.156 zen.pipiche.net <http://zen.pipiche.net/> dnsmasq-dhcp DHCPREQUEST(virbr1) 10.10.0.10 52:54:10:7d:3a:3f 10.10.0.10 July 1st 2016, 05:08:46.156 zen.pipiche.net <http://zen.pipiche.net/> dnsmasq-dhcp DHCPACK(virbr1) 10.10.0.10 52:54:10:7d:3a:3f mail 10.10.0.10...
2015 Jun 22
12
[LLVMdev] LLVM 3.7 release plan and call for testers
Hello everyone, Please let me know if you'd like to help providing binaries and testing for your favourite platform. If you were a tester on the previous release, I've bcc'd you on this email. I propose this schedule for the 3.7 release: - 14 July 2015: Create the release branch. - 14 July -- 21 July: Testing Phase I. RC1 binaries are built and tested. - 22 July -- 29 July: Fix bugs from Testing Phase I. All new features for the release should be complete. Incomplete features need to be turned off by default. - 30 July -- 6 August: Testin...
2011 Jul 19
1
Stacked Bar Plot in ggplot2
I'm trying to develop a stacked bar plot in R with ggplot2. My data: conv = c(10, 4.76, 17.14, 25, 26.47, 37.5, 20.83, 25.53, 32.5, 16.7, 27.33) click = c(20, 42, 35, 28, 34, 48, 48, 47, 40, 30, 30) date = c("July 7", "July 8", "July 9", "July 10", "July 11", "July 12", "July 13", "July 14", "July 15", "July 16", "July 17") dat <- data.frame(date=c(date), click=c(click), conv=c(conv), stringsAsFactors...
2007 Apr 11
0
Error with corCompSymm and lme fit for repeated measures
...;s my data, code lines, and error messages: > PhotoRed TreeID Block M D Time y 1 1 Dgl s1 0.5m june 2.91130232 2 1 Dgl s1 1.0m june 4.92232779 3 1 Dgl s1 2.5m june 6.17724409 4 1 Dgl s1 5.0m june 3.34278032 5 1 Dgl s1 0.5m july 6.30782170 6 1 Dgl s1 1.0m july 6.98652976 7 1 Dgl s1 2.5m july 8.80715989 8 1 Dgl s1 5.0m july 7.19424460 9 1 Dgl s1 0.5m august 4.46399690 10 1 Dgl s1 1.0m august 10.63857941 11 1 Dgl s1 2.5m august 9.84689405 12 1 Dgl s1 5.0m augus...
2013 Jun 25
2
[LLVMdev] llvm bay-area social in july
Hi everyone! Since the first Thursday in July lands on July 4th, I'll need to move the date. The new plan is to meet at the usual spot, but on the following Tuesday, July 9th. Please let us know if you'll be coming at: http://llvmbayarea.appspot.com/ Nick -------------- next part -------------- An HTML attachment was scrubbed... URL:...
2003 Dec 18
2
barplot & plot together
Dear colleges, I'm trying to combine a barplot and a plot in a single figure as follows: data <- 1:6 t <- barplot(data, axes=F) par(new= T) plot(t, data, type="b") However, as you can see in the example, the dots of the second plot do not fall in the midpoint of the bars in the first. Any trick for setting the 2 plots at the same scale? I have unsuccessfully tried: plot(t,
2013 Jul 09
1
[LLVMdev] llvm bay-area social in july
I think the database got corrupted again, only shows 4 people showing up, but there were quite a few more last week. Micah From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] On Behalf Of Nick Lewycky Sent: Tuesday, July 09, 2013 10:39 AM To: LLVM Developers Mailing List; clang-dev Developers Subject: Re: [LLVMdev] llvm bay-area social in july On 24 June 2013 18:58, Nick Lewycky <nlewycky at google.com<mailto:nlewycky at google.com>> wrote: Hi everyone! Since the first Thursday in July lands on July 4t...
2006 Jun 13
1
2 Courses Near You - (1) Introduction to R/S+ programming: Microarrays Analysis and Bioconductor, (2) R/Splus Fundamentals and Programming Techniques
XLSolutions Corporation (www.xlsolutions-corp.com) is proud to announce: (1) Introduction to R/S+ programming: Microarrays Analysis and Bioconductor *** San Francisco / July 17-18, 2006 *** *** Chicago / July 24-25, 2006 *** *** Baltimore / July 27-28, 2006 *** *** Raleigh / July 17-18, 2006 *** *** Boston / July 27-28, 2006 *** http://www.xlsolutions-corp.com/RSmicro (2) R...
2013 Jul 09
0
[LLVMdev] llvm bay-area social in july
On 24 June 2013 18:58, Nick Lewycky <nlewycky at google.com> wrote: > Hi everyone! Since the first Thursday in July lands on July 4th, I'll need > to move the date. The new plan is to meet at the usual spot, but on the > following Tuesday, July 9th. > Reminder: the social is today! (Tuesday!? We had to skip Thursday July 4th, and this was the next day I expect everyone to be back from holiday vacat...
2009 Jan 12
3
merge table rows (\multirow)
Hi: I need help merging rows. I am trying to merge the 'Month' column using \multirow. For example for the column 'Week' I want July to be merged into one row(weeks 27,28,29,30) and so on for the following weeks. Below, I am creating a PDF using Sweave, MikTex,R-2.8.1 and windows XP to show an example. \documentclass[11pt]{article} \usepackage{longtable,verbatim} \title{How to implement multirow with Sweave} \begin{document} \...
2018 Jun 14
2
LLVM Bay Area Social July poll
Hello all! I've received a few concerns about the date of the upcoming bay area LLVM social. In particular, the 5th of July is a holiday for some people, others won't be in town, etc. So, I was wondering what peoples' thoughts are on moving next month's social to July 12th. Chandler volunteered to make a Twitter poll for this; I'll let him link it. To be clear: this is just for July. Socials in August...
2012 Jul 25
1
Regression in stable for ThinkPad T520 with Intel GPU (Sandybridge) between June 22 and July 18
I will shortly spend a bit of time tracking down the breakage more closely, but my 9-Stable system of June 22 runs fine. After an update on about July 10, I noted that it would hang after Xorg was started, but usually worked. After an upgrade to July 18, my system could no longer start Gnome. It would start Xorg and Gnome would start normally, getting many apps started, but about 10 seconds after the wallpaper loaded, the system would freeze soli...
2010 Jul 28
1
Gecko engine installation failure
New user to ubuntu and wine...almost ready to throw in the towel and revert to Win 7...except I do not like Microsoft and beleive that we need to support an alternative Anyway I can't get Gecko to install correctly straight up or using the alternative installation instructions (cab regedit etc.) Attached is a copy of the terminal report showing where I have been and the outcome of the
2017 Jul 23
2
set owner:group on root of volume
...metadata self-heal on '/' in the gluster logs? 3. Does the ownership of all bricks reset to custom uid/gid after every restart of the volume? Thanks, Vijay > > >> -------- Original Message -------- >> Subject: Re: set owner:group on root of volume >> Local Time: July 18, 2017 3:46 PM >> UTC Time: July 18, 2017 1:46 PM >> From: mabi at protonmail.ch >> To: Gluster Users <gluster-users at gluster.org> >> >> Unfortunately the root directory of my volume still get its owner and >> group resetted to root. Can someone explain...
2012 Jun 25
2
[LLVMdev] Bay Area LLVM Social - July
Will the Bay Area LLVM Social take place on July 5 (first Thursday), or be rescheduled because adjacent to the July 4 holiday? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120625/6b8626ff/attachment.html>
2012 Jun 25
2
[LLVMdev] Bay Area LLVM Social - July
Thanks for pointing this out. Let's hold the July one on the 12th. On 25 June 2012 13:34, Chandler Carruth <chandlerc at google.com> wrote: > On Mon, Jun 25, 2012 at 1:15 PM, Kipping, David <dkipping at qualcomm.com>wrote: > >> Will the Bay Area LLVM Social take place on July 5 (first Thursday), >> or be reschedul...
2014 Jun 11
0
cannot enter below a 0750 share from samba DC
Hi. I'm trying to get our office staff sharing files. Lubuntu 14.04 DC (palmera) also serving shares. There is a Lubuntu 14.04 ws (guadalest) joined to this domain. xp clients in the same domain are working as expected. On Lubuntu, we can only mount folders if the parent folder is world 'enterable': [shared] path = /home/shared/ read only = No getfacl /home/shared/ # file: shared/