Displaying 20 results from an estimated 1000 matches similar to: "git clone --recursive"
2014 Oct 24
0
[PATCH][git-pull] lua: fix broken bindings, switch to using methods, document things
On Mon, Oct 13, 2014 at 12:53:43PM +0200, Ferenc Wagner wrote:
> The following changes since commit 81ad566f155fac31089fde69c87059b217e7e9b6:
>
> NEWS: Update for 6.03 release (2014-10-06 09:27:44 -0700)
>
> are available in the git repository at:
>
> https://github.com/wferi/syslinux/ pub
>
> for you to fetch changes up to
2013 Dec 31
1
[syslinux:master] Remove some whitespace
Op 2013-12-30 om 14:03 schreef syslinux-bot for Ruben Kerkhof:
> Commit-ID: 54b29b18c684f865d81360764d2623bb06fe1d7a
> Gitweb: http://www.syslinux.org/commit/54b29b18c684f865d81360764d2623bb06fe1d7a
Visiting that URL yields 'Bad commit reference'
but that is not the main reason for this e-mail.
> Author: Ruben Kerkhof <ruben at rubenkerkhof.com>
> AuthorDate:
2019 Jul 15
2
GitHub passwords in .git/config?
I'm diverging:? Now I get:
>>> git pull
ssh: Could not resolve hostname github.com:sbgraves237: nodename nor
servname provided, or not known
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
????? ** With .git/config as follows:
[core]
??? repositoryformatversion = 0
??? filemode = true
??? bare =
2019 Jul 15
0
GitHub passwords in .git/config?
Hi Spencer,
The first line in the `[remote "origin"]` section should read:
```
url = git at github.com:sbgraves237/Ecdat.git<mailto:git at github.com:sbgraves237/Ecdat.git>
```
Generally, I add these configs by doing a clone on the command line such as:
> git clone git at github.com:sbgraves237/Ecdat.git<mailto:git at github.com:sbgraves237/Ecdat.git>
so that I
2017 Dec 13
3
inefficient for loop, is there a better way?
The code below is a small reproducible example of a much larger problem.
While the script below works, it is really slow on the true dataset with
many more rows and columns. I'm hoping to get the same result to examp,
but with significant time savings.
The example below is setting up a data.frame for an ensuing regression
analysis. The purpose of the script below is to appends columns to
2017 Feb 28
2
NUMA placement failed, performance might be affected
I just did a yum update on a CentOS 7 / Xen 4.6 server which took me from kernel-3.18.34-20.el7.x86_64 -> kernel-3.18.44-20.el7.x86_64
After rebooting, the following notice is printed immediately upon xl create'ing a domain: libxl: notice: libxl_numa.c:499:libxl__get_numa_candidate: NUMA placement failed, performance might be affected
Indeed performance is significantly degraded. This
2016 Sep 17
4
Panic: file auth-request.c
Hello Dovecot list,
We've been running a really old CentOS 5 server with the stock dovecot from yum (1.0.7) for years and years with absolutely no problems. If it ain't broke, don't fix it, or something like that.
Well it finally broke, but only due to the server no longer being able to handle the load of the increasing user base (many thousands now, with hundreds of concurrent
2017 Feb 14
2
Execution of pre-bridge handlers
Hello Asterisk Users,
Hope you all doing fine!
I am working with a quite complex dialplan, and I've come to some
situations where it makes some nasty use of pre-bridge handlers.
The pre-bridge handlers wiki (https://wiki.asterisk.org/
wiki/display/AST/Pre-Bridge+Handlers) doesn't have the big warning the
pre-dial one has indicating it must return and must not put the
caller/callee in
2013 Jan 30
1
centos 6.3 git core.sharedRepository = group/all not working?
HI
I have a git bare repo on centos 6.3 ( with selinux off)
the config is:
[core]
repositoryformatversion = 0
filemode = true
bare = true
sharedRepository = all ( or true or group)
chmod -R g+rs objects
when git pushed the changes from remote ssh .
the new file under objects are not writable.
e.g.:
-r--r--r--. 1 myuser mygroup 156 Jan 29 22:22
2014 Oct 13
2
[PATCH][git-pull] lua: fix broken bindings, switch to using methods, document things
The following changes since commit 81ad566f155fac31089fde69c87059b217e7e9b6:
NEWS: Update for 6.03 release (2014-10-06 09:27:44 -0700)
are available in the git repository at:
https://github.com/wferi/syslinux/ pub
for you to fetch changes up to 68cb978ab7e692d772e4d62d3585b8f7bac43b4b:
lua: simplify the function/value handling in the automenu test (2014-10-13 12:44:15 +0200)
2006 Jan 29
0
Bug in wilcox.test
There is a fairly new bug in wilcox.test in R-2.2.1 (stable).
It wasn't there when I last taught nonparametrics in fall 2003.
Line 86 of wilcox.test.R
achieved.alpha<-2*psignrank(trunc(qu),n)
It should be
achieved.alpha<-2*psignrank(trunc(qu)-1,n)
If you don't see why, decode the cookbook instructions p. 56 in
Hollander and Wolfe (2nd ed.) or see
2010 Oct 25
0
non-stationary ar part in css
Hi
I would like to use arima () to find the best arima model for y time
series. The default in arima apparently is to use conditional sum of
squares to find the starting values and then ML (as described on the
help page).
Now using the default may lead to error messages saying: "non-stationary
ar part in CSS". When changeing the default to "ML" only the
minimization
2010 Oct 26
0
problem with arima() function
Hi
I posted this problem yesterday but didn't get a reply so I try again today.
I hope someone can help me with this.
thank you very much for the help
cheers
Benedikt
I would like to use arima () to find the best arima model for a time
series. The default in arima apparently is to use conditional sum of
squares to find the starting values and then use ML for the
2020 Apr 24
4
VM migration problems
I have migrated KVM VMs from a CentOS 6 to a CentOS 7 host. All work fine post-migration, CentOS 3 (don't ask ...), CentOS 6, CentOS 7, Windows. But the CentOS 5 VMs failed. At some point during the boot process, they became unpingable and also inaccessible.
I have correlated this to the start of the irqbalance service and was wondering if it is generally considered best practice to turn it
2014 Nov 20
2
It the git server down ?
On 11/20/2014 04:46 AM, Ady wrote:
>
> Patches are welcome here.
>
> Both repositories are official, but they are sometimes not fully
> synchronized during development periods between stable releases.
>
> Currently the zytor git repo is down (and has been down since the
> release of Syslinux 6.03).
>
> I have updated the wiki page to reflect the current
2014 Nov 21
0
It the git server down ?
Thank you very much all, got it.
// Robert
On 11/21/2014 07:37 AM, H. Peter Anvin wrote:
> On 11/20/2014 04:46 AM, Ady wrote:
>>
>> Patches are welcome here.
>>
>> Both repositories are official, but they are sometimes not fully
>> synchronized during development periods between stable releases.
>>
>> Currently the zytor git repo is down (and has been
2004 Apr 20
1
asterisk/oh323 segfaults
Dear List,
I've compiled asterisk (both 0.9.0 and the CVS-04/19/04 source
trees). I'm using the oh323 channel driver version 0.5.10, OpenH323
v1.12.2, PWlib v1.5.2
When run on a RedHat 9 system, I am constantly getting seg faults.
This happens even when I tried removing the oh323 channel driver, so
it appears to be something with asterisk. I get crashes either when
attempting to
2011 Jan 11
1
hot-plug vfb on Xen domU?
I want to give my clients access to their Xen domU consoles using VNC. This works great using vfb device configured as type=vnc.
However I have 2 problems:
* I can't figure out how I can add a vfb device to a running domain without restarting it (I have 100+ domU's I want to enable this on, and want to avoid restarting them all if possible)
* Related, I can't figure out how I can
2015 Jun 21
1
[syslinux:master] core/pxe: extend parse_dhcp() for packet type
On Sun, Jun 21, 2015 at 11:12:07AM -0700, syslinux-bot wrote:
> Commit-ID: 38e861ebf45a804bc5fbd74d9c19292822c84487
> Gitweb: http://www.syslinux.org/commit/38e861ebf45a804bc5fbd74d9c19292822c84487
> Author: Gene Cumm <gene.cumm at gmail.com>
> AuthorDate: Sat, 20 Jun 2015 21:17:18 -0400
> Committer: Gene Cumm <gene.cumm at gmail.com>
> CommitDate: Sat, 20
2015 Oct 09
0
git clone --recursive
2015-10-09 13:50 UTC+02:00, Geert Stappers via Syslinux <syslinux at zytor.com>:
>
> Hi,
>
> We use a git submodule for gnu-efi.
>
> What would be the downside of changing
>
> git clone git://repo.or.cz/syslinux.git
>
> into
>
> git clone --recursive git://repo.or.cz/syslinux.git
>
> on the Syslinux wik?
I'd say: none.
If needed it will be