search for: autogenerated

Displaying 20 results from an estimated 585 matches for "autogenerated".

2007 Dec 06
1
smartd.conf get overridden
...smartd.conf for my needs and restarted the smartd with "service smartd restart". But the start script is overriding my file. I checked it and saw the following lines: ---------------/etc/init.d/smartd------------ case "$1" in start | reload | restart) GEN_CONF="*SMARTD*AUTOGENERATED*" [ ! -f /etc/smartd.conf ] || read DUMMY GEN_CONF DUMMY </etc/smartd.conf \ && [ "$GEN_CONF" == "*SMARTD*AUTOGENERATED*" ] \ && smartd-conf.py 2>/dev/null >/etc/smartd.conf.new-autogenerated \ && mv -f /etc/smartd.conf.new-autogenerated /et...
2018 Jul 20
4
autogenerated self-signed certificate problem
Hi people, i have a problem with trying ldaps i use autogenerated self-signed certificate, i write in smb this: tls enabled = yes tls keyfile = tls/key.pem tls certfile = tls/cert.pem without cafile when i try to verify with: openssl verify /usr/local/samba/private/tls/myCert.pem it said me unable to verify the first certificate and if add -CApath works! an...
2015 Apr 17
1
LDAPS on DC
On Fri, 2015-04-17 at 10:46 +0200, Luca Olivetti wrote: > El 17/04/15 a les 06:26, Fred Smith ha escrit: > > I'm trying to confirm that LDAP traffic is encrypted on my Samba 4 DC. I > > have read and followed https://wiki.samba.org/index.php/Setup_LDAPS_on_a_DC > > but when I attempt to connect to the DC on port 636 or via ldaps:// or both > > via ldapsearch (linux)
2018 Jul 20
0
autogenerated self-signed certificate problem
.... Best is use the first or second option. Greetz, Louis > -----Oorspronkelijk bericht----- > Van: samba [mailto:samba-bounces at lists.samba.org] Namens > Carlos Bordon via samba > Verzonden: vrijdag 20 juli 2018 16:36 > Aan: samba at lists.samba.org > Onderwerp: [Samba] autogenerated self-signed certificate problem > > Hi people, > > i have a problem with trying ldaps > > i use autogenerated self-signed certificate, i write in smb this: > tls enabled = yes > tls keyfile = tls/key.pem > tls certfile = tls/cert.pem > > without cafile > &...
2011 Aug 11
1
autogenerated namespaces not initialized correctly
Hi guys, This probably isn't news, but when a package is given an autogenerated namespace, its .First.lib, if any, is no longer called. This causes problems, e.g., when a package is loading a dynamic library. Probably no good solution here. The initialization routines could be made to call .First.lib, code could be rewritten on the fly, a useDynlib() could be added for a packa...
2006 Oct 12
2
HowTo autogenerate a cahced page that was deleted
Hi I am using "caches_page :index" to cache a page. I delete this file via a cron tab command every 1 hour. However, right after the file is deleted the very next user experiences a huge delay because the page is being generated. Is there anyway to autogenerate the file before the very next user requests the page? A unix or ruby solution would do. thanks, -- nueromancer -- Posted
2017 Jun 17
2
LDAP ssl issue on port 636
...ch -x -D "cn=user,ou=users,dc=dc,dc=local" -p 636 -h PDC -b "DC=dc,DC=local" -w pass -ZZ output: ldap_start_tls: Can't contact LDAP server (-1) openssl s_client -connect PDC:636 CONNECTED(00000003) --- Certificate chain 0 s:/O=Samba Administration/OU=Samba - temporary autogenerated HOST certificate/CN=PDC.dc.local i:/O=Samba Administration/OU=Samba - temporary autogenerated CA certificate/CN=PDC.dc.local --- Server certificate -----BEGIN CERTIFICATE----- XXX -----END CERTIFICATE----- subject=/O=Samba Administration/OU=Samba - temporary autogenerated HOST certificate/CN...
2014 Mar 18
1
A record packet with illegal version was received.
...path = /usr/local/AD/samba/var/locks/sysvol read only = No [v01] read only=No path=vol1 When I run: openssl verify /usr/local/AD/samba/private/tls/cert.pem the output is: /usr/local/AD/samba/private/tls/cert.pem: O = Samba Administration, OU = Samba - temporary autogenerated certificate, CN = SAMBA.domain.com error 18 at 0 depth lookup:self signed certificate OK When I run: openssl s_client -showcerts -connect localhost:636 the output is: CONNECTED(00000003) depth=0 O = Samba Administration, OU = Samba - temporary autogenerated certificate, CN = SAMBA.domain.com ver...
2015 Jan 25
2
change port in autogenerated playlist links
...cast2-2.4.1,1 on FreeBSD 10.1-RELEASE. In order to be able to stream on port 80, I have redirected port 8080 to port 80 by means of firewall on icecast server itself (packet filter): rdr pass on $ext_if proto tcp to port 80 -> 127.0.0.1 port 8000 The only thing that bothers me is the fact that autogenerated playlist files (m3u, xspf and vclt) in web interface direct to port 8000. Is there a way to change them so they point to desired port instead to the port specified in configuration file? Regards, -- Marko Cupa? https://www.mimar.rs
2008 Sep 03
0
[XSM][PATCH] XSM python tools patch - remove autogenerated xsm.py
- The patch does away with the autogenerated xsm.py file and introduces a config parameter in xend-config.sxp to determine the security module. The parameter is (xsm_module_name {acm, dummy, flask}). The default setting/option is dummy. .hgignore is also updated to stop ignoring xsm.py on commits. - The patch has created an xsconstant for...
2007 May 05
4
autogenerated it (was ''Custom Matcher and NAME NOT GENERATED annoyance'')
...; @user = User.new > > end > > > > it { @user.should have_many(:contest_public_votes) } > > it { @user.should have_many(:design_industry_user_interests) } > > it { @user.should have_one(:user_extension) } > > end > > When I''ve used the autogenerated names, I''ve used specify: specify { @user.should have_many(:contest_public_votes) } specify { @user.should have_many(:design_industry_user_interests) } specify { @user.should have_one(:user_extension) } That reads better than ''it'' in my view, but I''m not happy...
2015 Jan 25
0
change port in autogenerated playlist links
On 01/25/2015 04:22 PM, Marko Cupa? wrote: > On Sun, 25 Jan 2015 15:06:45 +0000 > "Thomas B. R?cker" <thomas at ruecker.fi> wrote: > >> On 01/25/2015 02:27 PM, Marko Cupa? wrote: >>> Hi, >>> >>> I am using icecast2-2.4.1,1 on FreeBSD 10.1-RELEASE. In order to be able >>> to stream on port 80, I have redirected port 8080 to port 80
2015 Jan 25
1
change port in autogenerated playlist links
On Sun, 25 Jan 2015 17:31:10 +0000 "Thomas B. R?cker" <thomas at ruecker.fi> wrote: > On 01/25/2015 04:22 PM, Marko Cupa? wrote: > > On Sun, 25 Jan 2015 15:06:45 +0000 > > "Thomas B. R?cker" <thomas at ruecker.fi> wrote: > > > >> On 01/25/2015 02:27 PM, Marko Cupa? wrote: > >>> Hi, > >>> > >>> I am
2013 Dec 12
2
Strategies for keeping autogenerated .Rd files out of a Git tree
...vailable on GitHub long before they appear on CRAN, installation is simple thanks to devtools::install_github(). However, it seems to be common practice to keep the .Rd files (and NAMESPACE and the Collate section in the DESCRIPTION) in the Git tree, and to manually update it, even if they are autogenerated from the R code by roxygen2. This requires extra work for each update of the documentation and also binds package development to a specific version of roxygen2 (because otherwise lots of bogus changes can be added by roxygenizing with a different version). What options are there to generate the...
2015 Mar 14
2
[LLVMdev] Add a backend
Yes, llvm::InitializeAllTargetMCs(void) does seem to be autogenerated. It is _LLVMInitializeFooTargetMC that I can't find documented anywhere. On Sat, Mar 14, 2015 at 12:05 AM, Anton Korobeynikov < anton at korobeynikov.info> wrote: > This function is autogenerated. You need also to change top-level > configure / cmake files. > > On Sat, Mar...
2020 Aug 07
2
Get errors when doing a test commit
...://github.com': stephan-yichao-zhao Password for 'https://stephan-yichao-zhao at github.com': remote: Invalid username or password. fatal: Authentication failed for 'https://github.com/llvm/llvm-project.git/' The page says "Your first commit to a repository may require the autogenerated email to be approved by a moderator of the mailing list. This is normal and will be done when the mailing list owner has time." Do we have any instructions to follow about this? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail...
2014 Jul 11
2
Re: golang binding help
...I think that golang bindings need separate repo, may be autogenerate bindings and push resulted files to separate github repo.... In this case peaples can do go get github.com/libguestfs/go-libguestfs and have a package. And build it with or without CGO_ENABLED (static or dynamic). But in case of autogenerated binding i don't know how to write docs and keep it sync with code... > (b) In the meantime you can read the C API documentation (in English, > not Russian -- sorry!) > > http://libguestfs.org/guestfs.3.html > Not bad. > and the golang examples: > > http://libguestfs.or...
2002 Jul 14
2
Precedence of usernames w/Winbind
I might be missing obvious here, but here goes: Samba 2.2.4. Using "winbind use default domain = <DOMAIN>" option usernames map correctly, however, when logging on from an W2K machine I still get the autogenerated UID instead of my NIS (Or /etc/passwd) UID. Both nis and files precede winbind in /etc/nsswitch.conf Commenting out winbind from /etc/nsswitch.conf works, which means there isn't some magic piece of code that communicates with winbind directly. If so - how come I get assigned my winbind UID...
2019 Sep 18
2
LDAP bind to AD fails
...u use the IP in pfsense, then the Samba certificate needs to have the > IP as the CN. So you suggest to contact the dc via hostname ... googled this query command: # openssl s_client -connect adc1:636 tells me ... CONNECTED(00000003) depth=0 O = Samba Administration, OU = Samba - temporary autogenerated HOST certificate, CN = ADC1.arbeitsgruppe.mydomain.at verify error:num=20:unable to get local issuer certificate verify return:1 depth=0 O = Samba Administration, OU = Samba - temporary autogenerated HOST certificate, CN = ADC1.arbeitsgruppe.mydomain.at verify error:num=21:unable to verify the firs...
2009 Feb 26
3
changing /etc/dahdi/system.conf
At the top of my /etc/dahdi/system.conf file is this line: # Autogenerated by /usr/sbin/dahdi_genconf on Wed Feb 25 18:25:10 2009 -- do not hand edit OK, so how do I adjust the timing source and LBO numbers, and echo cancellers if I'm not supposed to edit this file? Brandon. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists...