search for: _all

Displaying 20 results from an estimated 45 matches for "_all".

Did you mean: _all_
2018 Feb 01
2
a quick small howto to get samba 4.7.4 on ubuntu 16.04.
...ARCH} ]; then     mkdir ${BUILDARCH} fi   if [ $(ls *.deb| grep "_${BUILDARCH}.deb" | wc -l) -ge 1 ]; then     echo "Copy ${BUILDARCH}.deb to ${BUILDARCH}/"     cp *${BUILDARCH}.deb  ${BUILDARCH}/ else     echo "No files detected in $1" fi   if [ $(ls *.deb| grep "_all.deb" | wc -l) -ge 1 ]; then     echo "Copy _all.deb to ${BUILDARCH}/"     cp *_all.deb  ${BUILDARCH}/ else     echo "no *_all.deb detected in $1" fi   dpkg-scanpackages ${BUILDARCH} /dev/null > ${BUILDARCH}/Packages echo "Running: apt-get update -qq  ... Please wait...
2005 Jul 15
2
Another simple q - removing negative values
...ain I have failed in my understanding of how to do a very simple thing. I've read the various texts and searched the help archives but no positive result so far. I want to remove all the rows in a data frame where one of the variables has negative values. In approx Stata pseudocode: drop _all, if( x < 0 ) Please either point me to relevant sections of the docs or supply me with solution - I'm sure it's very simple. Michael
2018 Feb 03
0
a quick small howto to get samba 4.7.4 on ubuntu 16.04.
...gt; > if [ $(ls *.deb| grep "_${BUILDARCH}.deb" | wc -l) -ge 1 ]; then > echo "Copy ${BUILDARCH}.deb to ${BUILDARCH}/" > cp *${BUILDARCH}.deb ${BUILDARCH}/ > else > echo "No files detected in $1" > fi > > if [ $(ls *.deb| grep "_all.deb" | wc -l) -ge 1 ]; then > echo "Copy _all.deb to ${BUILDARCH}/" > cp *_all.deb ${BUILDARCH}/ > else > echo "no *_all.deb detected in $1" > fi > > dpkg-scanpackages ${BUILDARCH} /dev/null > ${BUILDARCH}/Packages > echo "Runnin...
2016 Aug 26
0
samba 4.4.5 debian packages. ( info update )
...done sooner.. so sorry about that, if forgot not everybody knows everything...    The key thing about these “not” “hell broken packages” >>  If you use these packages in the simple repo setup, DONT mix amd64 deb in the same folder als the i386 debs. << Correct is :  *_amd64.deb + *_all.deb Or Correct is :  *_amdi386.deb + *_all.deb   How to check if you setup ok, is run : apt-cache policy samba If you dont see samba 4.4.5 here, try this one.   apt-cache policy samba-common   And now see samba-common 4.4.5 The samba-sommon is an *_all.deb , so and this is shown....
2009 Jan 18
1
rsync-phenomenon
Hi, I have some questions regarding rsync. I've created a little script that makes a backup of my home-directory using rsync. When I call this script again _all files_ will be copied again. What's wrong here? My environment: OS is Linux (SuSE 10.3) I want to backup my internal disk to an external disk connected via eSATA. The internal disk is ext3, the external disk is FAT32 (I want to use this disk also on my Notebook running WinXP, connected via...
2018 Feb 01
3
Changing expired Samba AD password during Windows login
On another clean install (with all updates) of Ubuntu Server 16.04.3, trying your line of dependencies fails: Package libgpgme-dev is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source E: Package 'libgpgme-dev' has no installation candidate E: Unable to locate package
2015 Jun 11
1
Re: [PATCH] New API: btrfs_filesystem_show_all
Hi, > -----Original Message----- > From: libguestfs-bounces@redhat.com [mailto:libguestfs-bounces@redhat.com] On > Behalf Of Pino Toscano > Sent: Thursday, June 11, 2015 5:37 PM > To: libguestfs@redhat.com > Subject: Re: [Libguestfs] [PATCH] New API: btrfs_filesystem_show_all > > Hi, > > On Thursday 11 June 2015 12:24:18 Chen Hanxiao wrote: > > Signed-off-by: Chen Hanxiao <chenhanxiao@cn.fujitsu.com> > > --- > > daemon/btrfs.c | 176 +++++++++++++++++++++++++++++++++++++++++++++++++++ > > generator/actions.ml | 19 ++++...
2007 Aug 27
3
voip provider settings problem, please help
hi ppl, i'm using asterisk 1.2 because i'm making use of voiceone, but before i was using asterisk 1.4 and had the same problem, it concerns an italian voip/sip provider called eutelia/skypho, my problem is the following one: when i start my pbx my skypho account is working fine, meaning that e.g. incoming calls are shown in the asterisk CLI and caller and callee can hear each other when
2007 Aug 28
1
calls being forwarded to neighbor?? please help, thx :)
...S_CTX = DefaultOutgoingRule CALLBACK_CTX = DefaultOutgoingRule DISA_CTX = DefaultOutgoingRule DISA_PASSWD = 1111 DYNAMIC_FEATURES = automon TRUNK = SIP/3124XXXXX&SIP/9083XXX&SIP/069929XXXX&SIP/webcalldirectDE&SIP/webcalldirectNL&SIP/iXcall&SIP/messagenet OUTGOING_PREFIX = [_all_] include = _all-extensions_ include = _all-resources_ include = _all-applications_ include = _catch-all_ [_catch-all_] exten = _X.,1,AGI(dial.php|entity=&group=5&extension=${EXTEN}) exten = _X,1,AGI(dial.php|entity=&group=5&extension=${EXTEN}) [app-AgentCallbackLogin_92] exten =...
2003 Dec 19
0
[LLVMdev] Union Type
...stack on a 64-bit machine would waste a ton of space when integers are pushed. > While various tests for word sizes and alignment rules could be used, > this problem is _gracefully_ handled by unions. To rewrite the example The problem with adding unions is that it would require modifying _all of the LLVM code_ that looks at the type-system, and it doesn't seem like it gives us anything fundamentally new (like a vector type would). Also, forcing the front-end to generate casts is an important feature of the LLVM type-system: it makes it obvious that something non-type-safe is happen...
2019 Apr 05
0
Make/Build Error on armhf
...H} ]; then mkdir ${BUILDARCH} fi if [ $(ls ${1}/*| grep "_${BUILDARCH}.deb" | wc -l) -ge 1 ]; then echo "Copy ${BUILDARCH}.deb to ${BUILDARCH}/" cp $1/*${BUILDARCH}.deb ${BUILDARCH}/ else echo "No files detected in $1" fi if [ $(ls ${1}/*| grep "_all.deb" | wc -l) -ge 1 ]; then echo "Copy _all.deb to ${BUILDARCH}/" cp $1/*_all.deb ${BUILDARCH}/ else echo "no *_all.deb detected in $1" fi dpkg-scanpackages ${BUILDARCH} /dev/null > ${BUILDARCH}/Packages echo -n "Running: apt-get update -qq ... Please...
2007 Nov 20
1
[asterisk-dev] trunk working under windows!
...unk/apps/Makefile?view=diff&rev=89454&r1=89453&r2=89454 >> ============================================================================== >> --- trunk/apps/Makefile (original) >> +++ trunk/apps/Makefile Tue Nov 20 10:12:10 2007 >> @@ -39,3 +39,9 @@ >> all: _all >> >> include $(ASTTOPDIR)/Makefile.moddir_rules >> + >> +ifneq ($(findstring $(OSARCH), mingw32 cygwin ),) >> + LIBS+= -lres_features.so -lres_ael_share.so -lres_monitor.so -lres_speech.so >> + LIBS+= -lres_smdi.so >> +endif >> + >> >&g...
2016 Aug 02
0
[vhost:vhost 6/17] ERROR: "vhost_work_flush" [drivers/vhost/vhost_scsi.ko] undefined!
..._ioctl" [drivers/vhost/vhost_scsi.ko] undefined! >> ERROR: "vhost_add_used" [drivers/vhost/vhost_scsi.ko] undefined! make[2]: *** [__modpost] Error 1 make[2]: Target '_modpost' not remade because of errors. make[1]: *** [modules] Error 2 make[1]: Target '_all' not remade because of errors. --- 0-DAY kernel test infrastructure Open Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation -------------- next part -------------- A non-text attachment was scrubbed... Name: .config.gz Type: ap...
2016 Aug 02
0
[vhost:vhost 6/17] ERROR: "vhost_work_flush" [drivers/vhost/vhost_scsi.ko] undefined!
..._ioctl" [drivers/vhost/vhost_scsi.ko] undefined! >> ERROR: "vhost_add_used" [drivers/vhost/vhost_scsi.ko] undefined! make[2]: *** [__modpost] Error 1 make[2]: Target '_modpost' not remade because of errors. make[1]: *** [modules] Error 2 make[1]: Target '_all' not remade because of errors. --- 0-DAY kernel test infrastructure Open Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation -------------- next part -------------- A non-text attachment was scrubbed... Name: .config.gz Type: ap...
2018 May 13
0
R-SIG-Debian Digest, Vol 152, Issue 4
...te.packages() inside R is /not/ safe, because it could pick up | problematic packages from CRAN that aren't under your control. I actually take the opposite view. I am comfortable compiling from source, so this mode happens to be my default. I use the littler scripts install.r and update.r _all the time_ to install / update. | 3. install.packages() inside R is /not/ safe, for the same reason. That seems to be the same as 2. so ... | 4. A prominent note will be posted here, when these two restrictions are | removed. | | Are those true statements? Would steps 2 and 3 work if t...
2007 Mar 09
0
spandsp, app_rxfax: apps_Makefile.patch v1.2 > v1.4 = No Workie!
...ECT_DEPENDS_app_voicemail+=$(MENUSELECT_DEPENDS_ODBC_STORAGE) endif ifneq ($(findstring IMAP_STORAGE,$(MENUSELECT_OPTS_app_voicemail)),) MENUSELECT_DEPENDS_app_voicemail+=$(MENUSELECT_DEPENDS_IMAP_STORAGE) endif ifeq (SunOS,$(shell uname)) MENUSELECT_DEPENDS_app_chanspy+=RT RT_LIB=-lrt endif all: _all include $(ASTTOPDIR)/Makefile.moddir_rules ============================================================== Does anyone have any clues for this?
2012 Mar 10
1
Treat Variable as String and a String as variables name
Dear all. I am having ten variables (let's call the four of them as Alpha, Beta, Gamma and Delta.....) For each variable I have to print around 100 (plots). E So far I was copying paste the code below many times. pdf(file="DC_Alpha_All.pdf", width=15) # First Variable is treated as string plot_dc_for_multiple_kapas(Alpha, 4, c(5, 4), coloridx=c(24, 32)) # First Variable is now passed #inside the function as variable dev.off() So I could save my time If I can make a function that for every variable produces the current nu...
2012 Oct 09
0
[Win7 x64] Encoding::UndefinedConversionError after installing when using gem and rails
...Installer/Ruby1.9.3/lib/ruby/site_ruby/1.9.1/rubygems.rb:413:in `path'' from C:/RailsInstaller/Ruby1.9.3/lib/ruby/site_ruby/1.9.1/rubygems/specification.rb:382:in `dirs'' from C:/RailsInstaller/Ruby1.9.3/lib/ruby/site_ruby/1.9.1/rubygems/specification.rb:267:in `_all'' from C:/RailsInstaller/Ruby1.9.3/lib/ruby/site_ruby/1.9.1/rubygems/specification.rb:410:in `each'' from C:/RailsInstaller/Ruby1.9.3/lib/ruby/site_ruby/1.9.1/rubygems.rb:480:in `map'' from C:/RailsInstaller/Ruby1.9.3/lib/ruby/site_ruby/1.9.1/rub...
2003 Dec 19
2
[LLVMdev] Union Type
As a side effect of bug 178 (Stacker not handling 64-bit pointers on Solaris), I got thinking about a union type for LLVM. Is there any good reason that LLVM shouldn't support unions? This is essentially a structure that has its members all at the same address rather than at sequential addresses. I know there are various issues with unions (alignment, etc.) but wouldn't it make sense to
2011 Mar 23
2
Problems with recompiling vesamenu.c32
Hello I'm using PXELinux with vesamenu.c32 to load a custom knoppix image I made and to allow access to the WDS menu. The problem is that the PXElinux loads the menu automatically (unlike WDS which asks the user to press F12 before loading the menu) and I want it to load only if the user presses F12 in 5 seconds. So I tried using the hidden function of the menu with the timeout option