search for: ebin

Displaying 13 results from an estimated 13 matches for "ebin".

Did you mean: bin
2004 Aug 16
4
Avaya firmware
I attempted to update an Avaya 4602 phone to the latest SIP firmware and now the phone stops at the bootloader. It keeps requesting an appsip.ebin file from my HTTP server and is no longer checking my TFTP server for update files. Since no appsip.ebin file was included in the firmware update provided by Avaya, I have no idea where I am supposed to get this file. And also since it is no longer talking to my TFTP server, I can not go back...
2020 Feb 12
2
Provisioning fails - Codebase question
> On 2020-02-11 01:38, Rowland penny via samba wrote: >> On 10/02/2020 22:34, michael at chameleonoriginals.com wrote: >> I should have included this in the last response.? The ExpressoBin v7 >> has a Marvell Armada 3700LP (88F3720) dual core ARM Cortex A53 (arm64) >> CPU, 1GB RAM. >> >> Seeing that Samba 4.7.6 isn't working, I have stepped into
2016 Aug 04
1
[PATCH] build: add simple custom silent rules for automake
...@@ -52,7 +52,7 @@ erlang_bin_DATA = guestfs.beam # The ./run script will set $ERL_LIBS to point to $(builddir)/erlang. # (See: http://www.erlang.org/doc/man/code.html) guestfs.beam: guestfs.erl - $(ERLC) +debug_info $^ + $(guestfs_am_v_erlc)$(ERLC) +debug_info $^ mkdir -p $(PACKAGE)-$(VERSION)/ebin cp $@ $(PACKAGE)-$(VERSION)/ebin diff --git a/java/Makefile.am b/java/Makefile.am index 0651fd3..8b6944d 100644 --- a/java/Makefile.am +++ b/java/Makefile.am @@ -79,7 +79,7 @@ libguestfs_jardir = $(JAR_INSTALL_DIR) libguestfs_jar_DATA = libguestfs-${VERSION}.jar libguestfs_jar_class_files = $...
2011 Nov 15
3
[PATCH 1/3] out of tree build: erlang
...ang/Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/erlang/Makefile.am b/erlang/Makefile.am index f336375..2c9e359 100644 --- a/erlang/Makefile.am +++ b/erlang/Makefile.am @@ -32,7 +32,7 @@ erlang_bindir = $(libdir)/erlang/lib/$(PACKAGE_NAME)-$(PACKAGE_VERSION)/ebin erlang_bin_DATA = guestfs.beam guestfs.beam: guestfs.erl - $(ERLC) +debug_info guestfs.erl + $(ERLC) +debug_info $^ bin_PROGRAMS = erl-guestfs -- 1.7.7.2
2005 Feb 23
0
avaya 4602
...aying contacting http server. according to this link: http://voip-info.org/wiki-Avaya+4602+configuration My phone hangs at "Contacting HTTP Server" while performing a firmware update Either your phone cannot download the sip_4602D01A.txt file (in which case it will request an appsip.ebin application file) or it cannot download the correct boot and application firmware files. My question is how do I reset the phone to the factory default, I have the user's guide about resetting, tried, also tried use mute button and 73736#. still not working. there is no way i could have the p...
2020 Feb 13
0
Provisioning fails - Codebase question
...want to take a look at whiptail. I know it's installed by default on raspbian and Ubuntu (as well as many other distros). It offers radio lists, checklists, yes/no among other options in terminal sessions. You can take a look at my repos at https://github.com/ChameleonGeek/ (especially ebin-dc/kernel.sh). I use whiptail extensively for user selection and inputs. It prevents user typos and makes your scripts look more professional :) I hear you work with the RasPi. So do I. You might like the EspressoBin. The support sucks, but the hardware is sweet. It yawns where the RasPi...
2020 Feb 12
2
Provisioning fails - Codebase question
> -----Oorspronkelijk bericht----- > Van: samba [mailto:samba-bounces at lists.samba.org] Namens > Michael Hendricks via samba > Verzonden: woensdag 12 februari 2020 2:36 > Aan: Rowland penny > CC: sambalist > Onderwerp: Re: [Samba] Provisioning fails - Codebase question > > > On 2020-02-11 01:38, Rowland penny via samba wrote: > >> On 10/02/2020 22:34,
2015 Sep 15
1
[PATCH] Add 'make installcheck' rule to test installed packages.
This is my proposed alternative to the complicated test framework (https://www.redhat.com/archives/libguestfs/2015-August/msg00022.html). In this patch, when we want to run tests on installed packages we just copy in the installed binaries over the source directory, and run the test suite as normal. This is basically the same as the current (not used) contrib/make-check-on-installed.pl script,
2016 Aug 25
2
[PATCH] build: Add common CLEANFILES and DISTCLEANFILES to common-rules.mk.
...7dc0906..fb1a3dc 100644 --- a/erlang/Makefile.am +++ b/erlang/Makefile.am @@ -28,10 +28,8 @@ EXTRA_DIST = \ tests/*.erl \ README -CLEANFILES = \ - $(erlang_bin_DATA) \ - $(bin_PROGRAMS) \ - bindtests.tmp +CLEANFILES += \ + $(erlang_bin_DATA) # Erlang makes a new libguestfs-<VERSION>/ebin subdirectory each time # we build, so we have to remove that and any previous copies. diff --git a/erlang/examples/Makefile.am b/erlang/examples/Makefile.am index 0d2a3c9..da7fc43 100644 --- a/erlang/examples/Makefile.am +++ b/erlang/examples/Makefile.am @@ -23,10 +23,6 @@ EXTRA_DIST = \ inspect...
2017 Jul 07
2
[PATCH v2] v2v: docs: VDSM location of virt-v2v log file.
See this bug for background information: https://bugzilla.redhat.com/show_bug.cgi?id=1350465 Thanks: Tomáš Golembiovský --- v2v/virt-v2v.pod | 38 ++++++++++++++++++++++++++------------ 1 file changed, 26 insertions(+), 12 deletions(-) diff --git a/v2v/virt-v2v.pod b/v2v/virt-v2v.pod index e68d75cf8..0943bf305 100644 --- a/v2v/virt-v2v.pod +++ b/v2v/virt-v2v.pod @@ -1909,18 +1909,32 @@ that
2017 Jul 07
3
[PATCH] v2v: docs: VDSM location of virt-v2v log file.
See this bug for background information: https://bugzilla.redhat.com/show_bug.cgi?id=1350465 --- v2v/virt-v2v.pod | 39 +++++++++++++++++++++++++++------------ 1 file changed, 27 insertions(+), 12 deletions(-) diff --git a/v2v/virt-v2v.pod b/v2v/virt-v2v.pod index e68d75cf8..93d1a9ecd 100644 --- a/v2v/virt-v2v.pod +++ b/v2v/virt-v2v.pod @@ -1909,18 +1909,33 @@ that guest through the RHV-M UI,
2017 Jun 27
3
[PATCH] libvirt: disallow non-local connections (RHBZ#1347830)
If the connection is not local, paths of disks will refer to the remote host, which were mistakenly handled as local paths (in the best case failing to open a non-existing disk, and in the worst case opening a different disk!). In case the disks are remote resources like ssh or ceph, nothing guarantees that the hostname can be reached from the local machine, or even that it is actually the same on
2017 Jul 07
4
[PATCH v6 0/3] gobject: Remove gtk-doc (RHBZ#1465665).
Hopefully this time ...