search for: autoconfig

Displaying 20 results from an estimated 139 matches for "autoconfig".

Did you mean: authconfig
2013 May 30
8
Run a File resource only if another file is missing
Hi, I would like to run the File resource below: file { ''autoconfig.php'': path => ''/var/www/owncloud/config/autoconfig.php'', ensure => file, owner => ''www-data'', group => ''www-data'',...
2006 Aug 22
1
[LLVMdev] Bug with AutoConfig.sh
Maybe I'm not doing something right here, but there is a rather simple bug in the Autoconfig.sh script. It currently checks for the version numbers in aclocal and libtool. However it only accepts a certain value, instead of that version and all newer versions. Is there a reason for this? Or is this a bug? Timothy -- "... one of the main causes of the fall of the Roman Empire was th...
2012 Mar 19
1
ip autoconfig via DIY script
.../rc.local -------------- SCM=$(cat /proc/cmdline| grep -Po ''ip.*dhcp'') #echo ${#SCM} is len # try dhcp first if [ ${#SCM} -gt 0 ]; then echo launching dhcp dhclient eth0 fi echo trying static SCM=$(cat /proc/cmdline| grep -Po ''ip.*off'') # check cmdline for ip autoconfig if [ ${#SCM} -gt 0 ]; then SCM=${SCM#ip\=} SCM=$(echo  $SCM | sed ''s/:/ /g'') #${SCM//\:/\ } j=0 for i in $SCM; do echo  $i $j case $j in 0)      MIP=$i;; 1)      echo ;; 2)     MGATE=$i;; 3)     MMASK=$i;; 4)     MHOST=$i;; 5)     MINT=$i;; esac j=$((j+1)) done /sbin/ifconfi...
2016 Nov 04
3
FireFox and Plugins
On Thu, Nov 03, 2016 at 10:10:20AM +0000, James Pearson wrote: > > It shows up when I run Firefox - in both about:plugins and about:addons -> > Plugins > > If you use a central Mozilla autoconfig file setup - see, for example: > > > <https://developer.mozilla.org/en-US/Firefox/Enterprise_deployment#Configuration> > > then you can use the following line to disable this plug-in: > > lockPref("plugin.state.librhythmbox-itms-detection-plugin", 0); >...
2017 Jul 30
1
Using GIMP on Centos-7, problem
...(for the binary tarball) are minimal and whatever I do, it doesn't seem to appear in the gimp menus, as it should. I've used an older version (0.14) from years ago in older versions of gimp, but how does one make this newer one work on C7? I also tried building the source, but even "autoconfig" spewed some errors that are greek to me, so I, for the moment, gave up on that. Advice will be appreciated, thanks in advance! Fred -- ---- Fred Smith -- fredex at fcshome.stoneham.ma.us ----------------------------- But God demonstrates his own love for us in this:...
2019 Sep 24
2
CentOS 8 Boot.iso image DHCP4 not working?
I'm just wondering if anyone else is not getting a DHCPv4 address in Anaconda, using the CentOS 8 Boot.iso image? I get an IPv6 Autoconfig address, but it doesn't want to pick up a DHCPv4. This is in a Hyper-V Gen2 VM, connected to the same network all my other dev VMs are on, and picking up DHCPv4 without issue. And, congratz to the CentOS team on 2 releases in a week (or so)! Gregory Young
1998 Jun 16
2
R-beta: Readline and R 0.62.1
...ot expecting it. How can I tell configure where that library is, and how can I compile R on Solaris with readline? Solutions were offered for R 0.61.3 but they do not seem to work for the new release: at least my trial and errors did not give desired effect. Wouldn't it be helpful if after autoconfig the user were informed whether compilation will be with/without readline? A. Jan Kutylowski -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or &quot...
2005 Aug 23
3
Samba3.0.20 binarys won't start on AIX5.3
Hi, I have sucessfully compiled Samba3.0.20 on AIX5.3 with gcc3.3.2, but I get the following error when trying to start smbd and nmbd on AIX5.3. exec(): 0509-036 Cannot load program /usr/local/sbin/nmbd because of the following errors: 0509-130 Symbol resolution failed for /usr/lib/libc.a(posix_aio.o) because: 0509-136 Symbol _posix_kaio_rdwr (number 2) is not exported from
2020 Apr 19
2
Dovecot and thunderbird authentication issue?
Hello, I'm using Dovecot 2.2, Postfix 3.5, and am atempting to get the latest version of Thunderbird to work. I tried account autoconfig which did not work, so I had to manually enter information and correct other information. On my server dovecot supports plane and login authentication methods but only over starttls i've got a letsencrypt certificate. My thunderbird configuration looks good, right hosts for incoming and outgoin...
2018 Apr 01
2
domain email autoconfiguration
Hello, If anyone has autoconfiguration going with their email domain please email me privately. I'd like to ask you some questions about your setup. What do you use? Thanks. Dave.
2004 Nov 01
1
SSHD with PAM question
...why the auth-pam module uses a fork in > pthread_create (auth-pam.c)? This completely breaks the ability of one PAM function > to pass data to others via the pam_set_data/pam_get_data functions. Can anyone tell me how to #define USE_POSIX_THREADS when building --with-pam defined? The autoconfig stuff doesn't test for pthreads libraries, so by default you get threads simulated by Unix processes. Presumably there ought to be an "official" way to specify this. Thanks. -- Bob Bramwell Jasomi Networks (Canada) | This space Ph: 403 269 2938 x155 #310 602 11th Av...
2005 Mar 10
0
zaptel configuration issues (zaptel.conf vs.zapata.conf)
...Non-Commercial Discussion Subject: Re: [Asterisk-Users] zaptel configuration issues (zaptel.conf vs.zapata.conf) On Wed, 9 Mar 2005 19:04:57 -0800 (PST), Asterisk@Home <asteriskathome@yahoo.com> wrote: > did you try the auto-config? I'll be honest with you - I wasn't aware of an autoconfig. I'll bite my tongue and say it's an oversight on my part, but in my cursory search I didn't come across anything that mentioned an auto configuration tool. For the list's archives and anyone as aloof as me - zaptel.conf and zapata.conf are two very VERY different files; regardless...
2008 Mar 28
2
New Tutorial: Asterisk on EPIA VIA C3
...s: http://astrecipes.net/index.php?n=356 I had never compiled Asterisk for a different architecture, and I'm pretty disappointed at how complex it is - building Zaptel, Libpri and Asterisk requires discovering three different procedures, and even passing the required architecture to the autoconfig module was not enough for a clean build - libpthread and libresolv would not link, so you have to add them manually. Aybody got an idea of who should be notified of this immediate problem, apart for the time-wasteful general compilation procedure? Thanks l. -- Loway Research - Home of Q...
2003 Jun 09
1
klibc integration status
...integrated, at: bk://klibc.bkbits.net/2.5-klibc This repo has the following features: * Completely up-to-date w.r.t. klibc itself. * Kbuild sort of happy, but still needs an eyeball from Kai to figure out why it always rebuilds everything in usr/. * Supports both IP autoconfig and NFS root from initramfs. * Removed support for the above from the kernel. * Early support in place for moving all of init/do_mounts* to early userspace. I think this is ready for some serious testing, even with the slightly brain-dead build problem. Please take a look over...
2014 Aug 28
1
Asterisk-eSpeak and Asterisk 12
...der>/include/asterisk make I'm getting this: gcc -pipe -fPIC -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -D_REENTRANT -D_GNU_SOURCE -g -O2 -c -o app_espeak.o app_espeak.c In file included from asterisk.h:21:0, from app_espeak.c:34: asterisk/autoconfig.h:7:32: fatal error: asterisk/buildopts.h: File Not found (above line translated) I can't find any buildopts.h anywhere in Asterisk 12 source files though it exists in Asterisk 11. Did I miss something ? Regards PS: If possible, I would prefer to keep asterisk "external" modules i...
2016 May 14
3
Compile Samba for Windows Use - SMBClient.exe mainly
When I saw this thread the other day I had to try myself just to see what would happen. I installed cygwin with all the build tools I'd think I needed gcc g++ make autoconfig. I ran "./configure --without-ad-dc" as it complained when I left out that argument. the first couple times configure complained about xxx missing and I installed xxx then configure just aborted after running a while without listing what was missing. It just said error I was going to lo...
2020 Jul 19
2
I need some help with my Dovecot and Postfix configs - I'm unable to log in on my mail server
> Oh no, please I'm sorry, here: postconf -n https://pastebin.com/UQQhieMy postconf -Mf https://pastebin.com/AHEUSkfQ doveconf -n https://pastebin.com/s7DVY9XW > Make sure your MUA is setup to make a STARTTLS connection to Postfix's submission port. I don't see that in your logs. https://imgur.com/a/3MJXRUh This is the configuration. Afaik thats also the correct port for SMTP.
2008 May 22
0
[ANNOUNCE] xorg-server 1.4.99.902
...urce ID. Eric Anholt (1): Fix clock_gettime presence detect on FreeBSD. Fredrik H?glund (2): EXA: Improve the algorithm used for tracking offscreen pixmap use. EXA: Optimize the eviction scanning loop in exaOffscreenAlloc. Goneri Le Bouder (1): xfree86: don't crash in AutoConfig if the primary device is not pci Hans de Goede (1): Prefer glxvisuals with stencil buffer for default visuals Hasso Tepper (1): configure.ac: DragonFly BSD support Hong Liu (1): Bug #15160: quirk Proview AY765C James Cloos (1): Prevent the -wm command line option from ca...
2016 Oct 20
3
xdgurl
Has anyone figured out how to make Firefox 45.4.0 on CentOS 6 use xdgurl to handle xdg:// URLs? Google is full of suggestions that don't work. When I select a an xdg:// link I don't get a dialog asking me what to do like Google says I will. Instead I get a message that says Firefox doesn't have a clue how to handle this URL. Do you want to try again? I tried about:config I added:
2010 Apr 15
0
[LLVMdev] Living on Clang
...identical. Ideally you can control the build options of the initial build and last two builds independently (e.g. build a compiler without optimizations and with assertions, and then do the last two builds with assertions disabled, and optimizations on) - I'm not sure how easy this is with the autoconfig based system LLVM/clang use, if at all. Mark -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/x-pkcs7-signature Size: 8614 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100415/9ef6e874/attac...