search for: server_names

Displaying 20 results from an estimated 268 matches for "server_names".

Did you mean: server_name
2015 Jun 01
0
nginx conflicting server name ignored warning
Guys, I'm getting a strange warning whenever I do a config test or a restart of nginx 1.0.15 [root at aoadbld00032lb nginx]# nginx -t nginx: [warn] conflicting server name "aoadbld00032lb.company.com" on 0.0.0.0:80, ignored nginx: [warn] conflicting server name "logs.pcf.company.com" on 0.0.0.0:80, ignored nginx: the configuration file /etc/nginx/nginx.conf syntax is ok
2015 May 30
3
Project Management Software
I have a need to use a project management software package under Centos 6.6 and have started looking at ProjectLibre which is a Java package. Unfortunately it seems to have shortcomings when it comes to following up projects and my current understanding is that it falls short of Microsoft Project 2010, i.e., a previous version. Does anyone have experience with this type of software and what
2012 Dec 06
2
awk awk
a little out of my comfort zone and have practically gotten what I want but awk seems determined to send a message via std error which is problematic and annoying. Basically trying to get a list of virtual host names from nginx config files like this: $ awk -F" " '/./ { if ( match ( "^server_name$", $2 ) ) print $1 }' /opt/nginx/sites/*.conf \ | grep -v server_name |
2003 Oct 03
1
OpenSSH 3.7.1p2 with OpenSSL 0.9.7c installation on HP-UX 11.0 enquiry?
Dear All, I can install OpenSSH 3.7.1p2 with OpenSSL 0.9.7c on HP-UX 11.0 without problem. However, I find that all valid accounts are treated as "locked" (even specify "AllowUsers USER1" in sshd_config) and can't make SSH connection to the server. Here is the message shown in syslog.log. Oct 3 16:49:17 SERVER_NAME sshd[12994]: User USER1 not allowed because account is
2004 Aug 06
2
a dreaded space
Hello: The hostname is 192.168.1.27 The server_name is: server_name www.lpbn.org Anyone know of how to get rid of the space? <p>When people click on my links they get a space between the url and the port. The link on the page is: http://www.lpbn.org:8000/playlist.pls?mount=/file/Fri-16-20.mp3&file=dummy.pls The returned link to the client's player is http://www.lpbn.org
2015 Feb 27
8
samba-tool time
Hai, ? Can somebody try to run : ? samba-tool time and samba-tool time servername.fqdn ? when i run it, im getting : ? ERROR(runtime): uncaught exception - Connection to SRVSVC pipe of server 'rotterdam.bazuin.nl' failed: NT_STATUS_NONE_MAPPED ? File "/usr/lib/python2.7/dist-packages/samba/netcmd/__init__.py", line 175, in _run ??? return self.run(*args, **kwargs) ? File
2018 Jan 13
2
Icecast Radiolist Error
Hello Icecast Developer, I hope, that I'm right here. My favorit Multimedia Player (VLC-Player) from Videolan can not play current a single Radiostation in the Icecast Radios List "http://dir.xiph.org/yp.xml". The "Icecast Radio Directory" in the VLC-Player does'nt find any Icecast Radiostation. I get an Error in Line 51875, column 75
2013 May 08
2
IMAP SSL proxy (questions)
Hello everyone, I have seen: http://wiki.dovecot.org/HowTo/ImapProxy. It doesn't seem to fit what I need. Unfortunately, I cannot use TLS. I have to use SSL. Also, I would rather not duplicate the certificates for the IMAP servers. Hence nginx doesn't seem to be a good choice either. I am hoping that since SSL has "Client Hello" which specifies the site requested the the
2000 Jun 14
6
Samba and Windows 2000
Darryl Cook wrote: Hello, I need help with Samba and windows 2000. I had samba working fine with win95 and win98 but when i upgraded to 2000 i cant connect anymore. I have gone through all the tests and everything works fine until test #9 which is to run netview \\server_name and test #10 which is net use x: \\server_name\user I am running samba 1.9.18p7. When I do a net view
2004 Aug 06
1
Keeping icecast from kicking clients
I'm trying to setup Icecast so that clients can stay connected indefinately. Basically sources will connect on occasion, but may disconnect until they get instructions to connect again (think about a jukebox that does not play music until something is selected. Now add in distrubuted, thin clients and you realize why this is an important feature). According to the icecast authors, it is
2007 Mar 15
1
Samba Authentication Using Novell eDirectory via LDAP
Hello, We have a RHEL 4 Update 4 server that was configured to store its Samba passwords in eDirectory via LDAP. This was accomplished by adding the following three lines to the [Global] section of smb.conf: ldap admin dn = cn=admin,o=budget ldap suffix = o=budget passdb backend = ldapsam:ldaps://SERVER_NAME:636 After adding the lines and saving the file the admin password is stored using
2017 Feb 23
2
help with RewriteRule regexp
I tried: RewriteRule ^webmail\.|/webmail https://%{SERVER_NAME}%{REQUEST_URI} [L,R] But that does not rewrite for http://webmail.domain On 02/22/2017 06:41 PM, Robert Moskowitz wrote: > Seems I left off one point in this message. > > This is to refine these rules in my Apache server. > > RewriteCond %{SERVER_PORT} !^443$ > RewriteRule ^.*$
2005 Dec 22
2
SMB problem
Hi, i''ve a script on domU that''s : cat < liste_logs_win.txt | while true do - mount a win folder via smbmount (//SERVER_NAME/C$) - copy a file (cp /mntpoint/WINNT/SYSTEM32/LOGFILES/W3SVC9/file.txt /tmp) - umount the mount point (smbmount /mountpoint) done in liste_logs_win.txt, i''ve near 10 lines like this :
2012 Apr 04
1
sambaHomePath usage
My name is Camelia Botez and I'm linux system admin. I try to configure samba server usind ldap authentication and different sambaHomePath from login home directory. For ex. A user user_test has his home (login) directory /home/user_test and I want , using samba map on windows to have /srv/user_test home directory for this user. We included in ldap schema 2 attributes sambaHomeDrive (H: ) And
2014 Aug 28
2
Samba 4 As PDC Not Populated In Windows Network
Dear Sirs, I have been given your e-mail address by Jeremy Allison. I would like to submit the following issue I have. You should also know I have been searching Internet for articles before and found that the behavior I wish you to help me with is quite common. The issue is the Samba 4 server integration into a Microsoft Windows network. I have done this and that configuration as particular
2013 Feb 01
3
Cannot get puppetlabs-haproxy to do what I want
...LY what I am looking for... whenever I bootstrap new rabbitMQ nodes I want to add them to our HAProxy instance. Here''s my relevant site.pp entries: node /^rabbit.*/ inherits basenode { @@haproxy::balancermember { $fqdn: listening_service => ''messaging00'', server_names => $::hostname, ipaddresses => $::ipaddress, ports => [''55672'', ''5672''], options => ''check'' } include roles::rabbitmq::worker_broker } node thelonius inherits basenode { Haprox...
2000 Aug 14
2
Working Fine - Suddenly Not
Hello All, AIX 4.3.3 / Samba 2.0.6 Have had no problems in months accessing shares / using SAMBA. This morning users called to say that they cannot connect. Stopped and restarted the NMBD and SMBD services. smbstatus shows no issues. Log files show users attempting to connect but no errors as to why they get the message "\\<server_name> is not accessible The session was
2007 Jul 20
4
the value in text_field helper
I have been working on this small, minute, part on my project and it all hinges on setting the value in a text_field helper. Saying: <%= text_field ''user'', ''company'', :value => @login %> does not do it. When I go and look at the raw html, there is no value there and "value" is an attribute of the input tag, im pretty sure. I really like
2004 Aug 06
1
mount fallback 0 || no streams found
nope ... no effect. didn't work. if the mount fallback is set to zero, still won't find the mount points. I changed hostname to the box's ip and under server_name I put the box's name and domain. then I used force_servername 1. till not working. this is really bizarre. I thought it would be easier than this to get multiple streams going, which I want. If I have multiple
2012 Jul 10
3
yp.xml - Size and Contents
Hi all, 1. I recently noticed that yp.xml is still limited to 1,000 entries only while the web directory says there are over 21K streams. I remember some discussions regarding the bandwidth required to serve this file, so is it possible to get it in compressed format? Here are some figures: - the yp.xml as served now (1K entries) is 343 KB. This means 21K entries will be around 7 MB. -