similar to: [LLVMdev] svn convert "issue"

Displaying 20 results from an estimated 10000 matches similar to: "[LLVMdev] svn convert "issue""

2007 Jun 30
0
[LLVMdev] svn convert "issue"
On Fri, 29 Jun 2007, Chris Lattner wrote: > The next issue is that John left his cvs convert script in his crontab > (which I just removed). As such, *all svn commits that happened since > the switchover have been lost*. Needless to say, this irritates me. This has all been fixed now. The tree should be fine, with no contents lost and with the same rev #'s as before. If you
2007 Jun 30
2
[LLVMdev] svn convert "issue"
Chris Lattner wrote: > On Fri, 29 Jun 2007, Chris Lattner wrote: > > >> The next issue is that John left his cvs convert script in his crontab >> (which I just removed). As such, *all svn commits that happened since >> the switchover have been lost*. Needless to say, this irritates me. >> I'm sorry about that. I did use the crontab command early
2019 Oct 25
2
mini RFC: adding a tag for the SVN -> github migration
Proposal: $ git tag -a r375505 186155b89c2d2a2f62337081e3ca15f676c9434b -m "Last SVN commit before switchover to github." $ git push origin r375505 Why? This makes "git describe" produce usable linear revision numbers that are a natural continuation of the SVN revision numbering. For example, a git describe on HEAD from earlier today gives: $ git describe
2005 Mar 24
2
Toll-free DID switchover: Get status?
Hello! I am in the middle of having a vanity toll-free DID set up. It's been 13 days now (9 business days). This is the first time I'm doing this, and I'm not sure of the process. There has been a very weird progression of changes on my number, from fast-busy, to a message saying that I'm calling from a phone with restrictions (no matter *what* line I call from), to a
2018 Nov 02
2
RFC: Dealing with out of tree changes and the LLVM git monorepo
Thanks for writing this up. I think it's a really important point which deserves discussion. Ultimately, I think it is a question as to whether to prioritize the easy switchover for existing out of tree forks, or to prioritize having the best conversion we can make. I feel very strongly that the latter should be the priority for the official repository conversion, and that, therefore, we
2009 May 23
2
[LLVMdev] memory lifetime and invariance
On May 23, 2009, at 12:04 PM, Nick Lewycky wrote: >> >> That sounds like a serious bug then: {} should be a first class value >> just like {i32}. > > Okay then. I've just posted a patch to llvm-commits which would do > that: > http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20090518/077934.html Why not separate the two patches: making {} legal
2007 Jul 03
2
listen parm questions
Q1: My imap server has 4 interfaces, but only one is used for imap traffic. Can I do this: listen = 10.20.30.40:10143 (when imap.mycollege.edu is 10.20.30.40) Or is there even any benefit to doing this? Q2: Can I specify more than one port....during test eval, I've had the IT dept using port 1043 for listen....which I will, of course, change to 143 when DC goes production. So my
2010 Jan 28
10
Anyone successfully setup Continous Backup of mailboxes using rsync ?
Hi All.. Am working on continous backup of mailboxes using rsync(for e.g by running rsync every 2 min) Things gets more complicated when users create Subfolders in INBOX , SENT , etc.. If anyone among you did that plz guide & advise. Thanks CoolAtt _________________________________________________________________ Your E-mail and More On-the-Go. Get Windows Live Hotmail Free.
2004 Aug 06
2
mountpoint fallback support
I just was looking at the CVS nightly build of the icecast2\src\source.c and see that the mountpoint fallback is now implemented (compared to the 2.0.0 release's source.c) I was hoping to use this feature to support a multi-home radio station that has a master mountpoint stream and offsite "guest" mountpoints. These guest mountpoints would attach on a scheduled based and,
2005 Apr 28
5
Mirrored samba servers.
I have a customer that is using 250 gig drives for his business data. I have been using rsync to keep mirror copies of his data on a second machine. In the last 3 months I have lost 2 of four drives, the last one being the system drive. I have been doing a manual switchover. Each time rsync runs, I copy my samba conf files, passwd, shadow and group files from etc. Has anyone setup a HA
2010 Feb 01
1
Error with cut.POSIXt and daylight savings time switchover dates
The following code: cut(as.POSIXct("2009-11-01 04:00:00", tz="America/Los_Angeles"), "1 day") gives the error: Error in seq.int(0, to - from, by) : 'to' must be finite This is related to November 1st, 2009 being the switchover date from daylight savings time to standard time in the America/Los_Angeles time zone. In particular, in cut.POSIXt, the starting
2004 Aug 06
1
mountpoint fallback support
After I installed the latest nightly build, it looks like the fallback works without rebuffering. I do see one problem -- when the main mountpoint stream restarts, the fallback continues to play. Once I stop the fallback mountpoint stream, the main mountpoint stream restarts, but only after client rebuffering Also, during the mountpoint switchovers, sometimes the meta-data is lost in the
2020 Mar 21
2
CentOS 8.1 cron does not send mail
On 27 Feb 2020, at 14:42, Jonathan Billings wrote: > On Feb 27, 2020, at 08:01, Tobias Kirchhofer <collect at shift.agency> > wrote: >> >> ?Hi, >> >> we experience difficulties with crond behaviour sending mail since >> CentOS 8.1. The cron job is the same like we used in CentOS 7. >> >> crontab -l >> /usr/bin/python3 -c 'import
2007 Aug 03
4
PRI - DS3 Calls Dropped
I have a customer installation with an Adtran DS3 mux. The DS1's go into my Asterisk servers that run IVR/Call recorders. The DS3 provider is Qwest, and they tell me that they routinely drop the DS3 service to redundant back-up's and that this is a common practice that happens thousands of times to DS3 lines daily across the US without any service interruptions. They say that the
2010 Jul 05
2
CentOS Cluster
Dear All, I am newbie to Linux Clustering, i have 2 standalone CentOS servers, i want to setup a cluster on those servers, to synchronize between each other, and to make a one as standby to the other, if a one fails the other will switchover. I will mostly use Apache, Mysql, and PHP. I have read the "Cluster Administration" document, i found that there are multiple methods to setup
2009 May 23
0
[LLVMdev] memory lifetime and invariance
Chris Lattner wrote: > On May 23, 2009, at 12:04 PM, Nick Lewycky wrote: >>> That sounds like a serious bug then: {} should be a first class value >>> just like {i32}. >> Okay then. I've just posted a patch to llvm-commits which would do >> that: >> http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20090518/077934.html > > Why not
2009 May 25
1
[LLVMdev] memory lifetime and invariance
On May 23, 2009, at 1:47 PM, Nick Lewycky wrote: > Chris Lattner wrote: >> On May 23, 2009, at 12:04 PM, Nick Lewycky wrote: >>>> That sounds like a serious bug then: {} should be a first class >>>> value >>>> just like {i32}. >>> Okay then. I've just posted a patch to llvm-commits which would do >>> that: >>>
2015 Jun 13
1
Asterisk and Deutsche Telekom
Markus <universe at truemetal.org> schrieb: > I don't think so. Most users will use the router provided by Telekom. These users do NOT use Asterisk on theis Telekom-line... I asked for someone using Asterisk on Magenta Zuhause... :) > Anyway, after 15 seconds of Google'ing for Magenta Zuhause and SIP, > maybe this will help you: I already know these links, and I
2020 Feb 27
3
CentOS 8.1 cron does not send mail
Hi, we experience difficulties with crond behaviour sending mail since CentOS 8.1. The cron job is the same like we used in CentOS 7. crontab -l /usr/bin/python3 -c 'import random; import time; time.sleep(random.random() * 3600)' && /usr/local/bin/backup.sh backup.sh writes the backup to the remote backup server. There are around 30 machines with the same cron job. The python
2006 May 23
7
has_and_belongs_to_many question
Hello, I am trying to make the "switchover" to programming my apps in Rails and have a question about database structure. In the past i would structure a many to many like this: categories ---------------------------------------------------- | id | name | ---------------------------------------------------- 1 Some Category 2 Another