similar to: [PATCH x 3] Three small fixes for Debian

Displaying 20 results from an estimated 1000 matches similar to: "[PATCH x 3] Three small fixes for Debian"

2009 Jul 08
1
fedoostrap or deboostrap requirement
Hi, While trying to ./configure libguestfs on gentoo fails since it requires feboostrap or deboostrap Can this be made optional and not as necessary requirement, since there are still many useful uses for libguestfs besides bootstrapping, which can be used on distros like gentoo. Thanks Alex
2009 Jul 30
2
Re: error when compiling libguestfs on Ubuntu 9.04
> Install debian-archive-keyring: > > http://packages.debian.org/sid/debian-archive-keyring > > Debirf wants to pass it to debootstrap for verification. The other > possibility is to try to build an Ubuntu based appliance instead of a > Debian based one with: > > /configure --with-repo=karmic --with-mirror=<your_ubuntu_mirror> Hi, I just got the same issue, and
2006 Feb 25
9
trace("") prints hex dump table
I''m running SunOS unknown 5.11 snv_33 i86pc i386 i86pc and to print a blank line in the output of my script I tried adding: trace(""); which printed 0 1 2 3 4 5 6 7 8 9 a b c d e f 0123456789abcdef 0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
2008 Jun 20
15
before_save model callback rspec testing
hi all, i''m learning rspec and i can''t figure out how to test if a callback is executed in a model. my model code is: class User < ActiveRecord::Base before_save :encrypt_password ... def encrypt(password) self.class.encrypt(password, salt) end thanks a lot, cs. -- Posted via http://www.ruby-forum.com/.
2005 Sep 21
1
I got "403", "Forbidden"... please help
Hi, I'm setting up Asterisk as a voicemail with SER. My problem is, when a caller that is not registered with asterisk (no username and password in sip.conf) it prompts "403, Forbidden" . I need all calls from outside of my network to reach asterisk for my users' voicemails, because anonymous users will surely reach voicemail of my users to leave messages. What do I
2015 Apr 14
3
wbinfo -u/-g/-n works, but not 'wbinfo -i' or 'id'
On 14/04/15 20:59, Adam Tauno Williams wrote: > On Tue, 2015-04-14 at 15:20 +0100, Rowland Penny wrote: >> On 14/04/15 14:59, Adam Tauno Williams wrote: >>> On Thu, 2014-10-30 at 13:41 -0300, Horacio G. de Oro wrote: >>>> Hi! I'm trying to add a member to be used as fileserver, following the >>>> guides at: >>>> -
2009 Nov 17
4
fts squat non-english search for 2 words
Hello, It looks I encoutered a bug or misconfiguration. fts_squat search for subject and body works excellent for English mails. For non-English (in particular, Russian) it works only when query consists of 1 word. Phrases - 2 and more words - always returns nothing. Example: search for "planet" ("???????") returns results, search for "Earth" ("?????") also
2011 Jun 04
1
[PATCH] [SHELL] Fix klibc DEBUG compilation v2
dash didn't compile in DEBUG mode against klibc for all long time. Now it only fails at link stage for not having setlinebuf(3) and freopen(3). Fixes: usr/dash/show.o: In function `opentrace': show.c:(.text+0x36): undefined reference to `freopen' show.c:(.text+0x86): undefined reference to `setlinebuf' Skip setlinebuf and use fclose/fopen inside SMALL. Signed-off-by: maximilian
2010 Nov 05
2
Debian based appliance
Hi, just a short heads up about the current status of libguestfs on Debian: Current git master builds and works fine on Debian sid. The only change you have to make is to use a custom kernel instead of the one in squeeze/sid by pointing DEBIRF_KERNEL_PACKAGE in appliance/debian/debirf.conf to something recent enough (>= 2.6.35) like:
2019 Jun 28
1
Curios case of UID
Hi, Not sure if this has been asked before. When we create new users in our AD box, they get the UIDs in high 30000 range. Is this normal? If yes, can we change the starting range? We migrated using ClassicUpgrade, now running Ubuntu 18.04 VM The smb.conf looks like workgroup = ADDOM realm = ADDOM.COM netbios name = WNAD01 server role = active directory domain
2009 Jul 24
1
Re: error when compiling libguestfs on Ubuntu 9.04
On Sat, Jul 25, 2009 at 01:28:29AM +0900, Jun Koi wrote: > hi Richard, > > i am trying libguestfs 1.0.64, and have below errors at "make" step: > > make[2]: Entering directory > `/home/quynh/projects/libguestfs/libguestfs-1.0.64/appliance' > mv initramfs.fedora-11.i686.img initramfs.fedora-11.i686.img.bak > mv: cannot stat `initramfs.fedora-11.i686.img':
2016 Oct 01
2
winbind join ad via the trust forest's child domain user failed.
Hi all, I want to let linux server join ad by using a trust ad's child domain user, but failed with error. below is my env and what I have try I have 3 domain controller: test.com,demo.com and chn.demo.com test.com with demo.com is two way trust. and chn.demo.com is the child domain of demo.com demo at demo.com chn at chn.demo.com can join ad member to test.com I have tested demo at
2010 Sep 09
1
dash klibc DEBUG compile question
now with the proper flags passed and the jobs.c fix dash allmost compiles in DEBUG mode, the last two failures happen in show.c, which assumes some buffering functions that klibc doesn't provide: usr/dash/show.o: In function `opentrace': show.c:(.text+0x36): undefined reference to `freopen' show.c:(.text+0x86): undefined reference to `setlinebuf' afais this code dates from the
2011 Jun 03
1
[PATCH] JOBS: fix klibc DEBUG compilation
dash didn't compile in DEBUG mode against klibc for all long time. Now it fails at link stage for not having setlinebuf(3). Fixes: usr/dash/show.o: In function `opentrace': show.c:(.text+0x86): undefined reference to `setlinebuf' Signed-off-by: maximilian attems <max at stro.at> --- the last open error, looks more like a klibc bug to me, will fix it
2006 May 12
10
why dtrace is not quiet?
i''m running the following script: #pragma D option quiet profile:::tick-1sec / ++x >= 15 / { exit(0); } io:::start { @io_size[execname] = sum(args[0]->b_bcount); } on exit, the script prints out the value of @io_size, why? there''s no printa(), and i also specified "D option quiet" (i also tried -q). this seems to happen with any kind of probe: on exit(0) all
2007 May 14
3
pxe password protect option
Hi, I have tried several different line options, but I cannot seem to get the pxe master password option to work? I have basically tried all combinations of: DEFAULT local PROMPT 0 ALLOWOPTIONS 1 TIMEOUT 500 MENU TITLE sometitle MENU MASTER PASSWD somepassword But just can't seem to get the menu to prompt for a password. version I have is pxe 3.31 Thanks for any help
2010 May 20
1
[PATCH ubuntu repost] Ubuntu: Revert install-kernel to debirf default script.
Posted earlier: http://www.redhat.com/archives/libguestfs/2009-December/msg00040.html This seems to have been implicitly ACKed by Guido last time, so I intend to push it. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming blog: http://rwmj.wordpress.com Fedora now supports 80 OCaml packages (the OPEN alternative to F#)
2016 Oct 17
2
Multiple readfile oddities, newlines etc
On Tue, 18 Oct 2016, Pete Mundy wrote: > If you want to know what is _really_ in that file (including all > invisible characters and anything else that wc etc might not count), > pipe it through 'hexdump'. > > cat?/home/test/feature-1.txt | hexdump Or just: hexdump /home/test/feature-1.txt -- Thanks in advance,
2009 May 29
1
IAX2 trunking with Older Asterisk version ?
Hi All, Is it possible to make a IAX2 connection between asterisk 1.6.1.0 , and asterisk 1.2.14 ? i tried to use a IAX2 connection between version 1.2.14 and 1.6.1.0 but it gave an error - 1.2.14 End - Error Msg WARNING[8313]: chan_iax2.c:7103 socket_read: Call rejected by 147.120.203.71: No authority found 1.2 END , IAX.conf [trunk14] type=friend host=147.120.203.71 secret=test123
2004 May 19
2
sharing users home dirs for Win2003 and linux
I've setup a linux box with winbind as a member in Win2003 AD and everything works fine. I want to share the Win2003 users home dirs with the linux box, i.e. when a user logs into the linux box, after he's authenticated through winbind, he should have his home dir from the Windows box, how can I do that?? Obviously I have to use CIFS to mount the dirs, but how do I maintain file and dirs