search for: setup_env

Displaying 7 results from an estimated 7 matches for "setup_env".

2013 Feb 28
0
Rake tasks db:test:prepare cannot be executed in the same task of db:reset or db:migrate
Hey all, I''m trying to create a task that prepare the environment to start programming. To do so, I created a task like this *task :setup_env => [''db:reset'', ''db:migrate'', ''db:test:prepare'']* and observed that after execute * rake setup_env*, it never execute db:test:prepare properly. In order to get the schema cloned to test db, I have to execute rake *db:test:prepare*manually a...
2005 Mar 24
0
AGI commands STDOUT problem
...looking for errors in the script, but the fact that the script in PHP and the C test program runs perfectly in the other server is very annoying :( , So, i started to look out in the Asterisk C code. I checked out mainly the file res/agi_res.c well, once here i checked the function 'static void setup_env' that function sends the initial environment variables, uses the function fdprintf, that appears to be a redefinition of printf_to_agi_result_buffer function,to send data to the AGI script. I assume that since i receive correctly the initial data, then the function fdprintf works fine. Then i c...
2011 Nov 25
2
[PATCH 6/7] Create 2 ocaml packages, libxen-4.1-ocaml and libxen-4.1-ocaml-dev.
...:= $(shell dpkg-architecture -a$(ARCH) -qDEB_HOST_ARCH) DEB_HOST_GNU_TYPE := $(shell dpkg-architecture -a$(ARCH) -qDEB_HOST_GNU_TYPE) DEB_BUILD_ARCH := $(shell dpkg-architecture -a$(ARCH) -qDEB_BUILD_ARCH) +GENCONTROL_ARGS := -VF:OCamlABI="$(OCAML_ABI)" + export DH_OPTIONS setup_env := env -u ARCH -u FLAVOUR -u VERSION -u MAKEFLAGS @@ -18,6 +22,8 @@ binary-arch-arch: install-libxen-dev_$(ARCH) binary-arch-arch: install-libxenstore_$(ARCH) binary-arch-arch: install-utils_$(ARCH) binary-arch-arch: install-xenstore-utils_$(ARCH) +binary-arch-arch: install-lib-ocaml-dev_$(ARCH)...
2017 Jan 20
2
^C doesnt work on ssh session
...ly_set_uid: 0/0 Environment: USER=root LOGNAME=root HOME=/tmp PATH=/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin MAIL=/var/mail/root SHELL=/bin/sh TZ=UTC SSH_CLIENT=::1 35252 22 SSH_CONNECTION=::1 35252 ::1 22 SSH_TTY=/dev/pts/0 TERM=linux -sh: no job control in this shell file setup_env.sh found... tmp # ls -ltr /dev/pts/0 crw--w---- 1 root tty 136, 0 Jan 19 21:40 /dev/pts/0 tmp #
2017 Jan 17
2
^C doesnt work on ssh session
Thanks Ben. i am checking in linux. I do have this command working: ssh localhost -o password=abc123 SSH started with password Could not create directory '/root/.ssh'. Permission denied, please try again. Permission denied, please try again. Permission denied (publickey,password,keyboard-interactive). will try to getback on openssh used. But is it possible to show some pointers for my
2011 Nov 15
6
[OCAML 0/7] Xen ocaml library packaging
This is an update to the patches sent out on 25th October. I expect, as before, that some of the larger patches won't get to the list so they are also available here: https://github.com/jonludlam/pkg-xen/commits/for-debian6. Changes since last mail: * I have split out the unrelated change to include 2 extra header files in libxen-dev * I have removed some instances of brace expansion
2011 Oct 25
14
[PATCH 0/9] Package the ocaml libraries
The following set of patches package up the ocaml libraries that are part of the standard xen build. The patches are also currently available at: https://github.com/jonludlam/pkg-xen/commits/for-debian There are some things to note: 1. The 5 patches imported from xen-unstable are not, and will not go into the xen-4.1-stable series. However, the patches were created at the request of the