Displaying 20 results from an estimated 269 matches for "server_name".
2015 Jun 01
0
nginx conflicting server name ignored warning
...om" 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
nginx: configuration file /etc/nginx/nginx.conf test is successful
And as far as I can tell I only have one server_name directive in the whole
config:
[root at aoadbld00032lb nginx]# grep -r server_name *
conf.d/kibana.conf: server_name aoadbld00032lb.company.com
logs.pcf.company.com;
fastcgi_params:fastcgi_param SERVER_NAME $server_name;
scgi_params:scgi_param SERVER_NAME $server_name;
uwsgi_p...
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
...le 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 | grep -v ';' | grep -v '}'
and the list of virtual host names is perfect except that I get this line first...
awk: (FILENAME=/opt/nginx/sites/ids.conf FNR=55) fatal: Unmatched ( or \(: /($host/
and I...
2003 Oct 03
1
OpenSSH 3.7.1p2 with OpenSSL 0.9.7c installation on HP-UX 11.0 enquiry?
...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 locked
Oct 3 16:49:21 SERVER_NAME sshd[12993]: Connection closed by
CLIENT_IP_ADDRESS
Oct 3 16:49:22 SERVER_NAME sshd[12994]: Failed password for illegal user
USER1 from CLIENT_IP_ADDRESS port CLIENT_PORT
Any idea?
Thanks.
Best Regards,
N...
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 cl...
2015 Feb 27
8
samba-tool time
...am.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 "/usr/lib/python2.7/dist-packages/samba/netcmd/time.py", line 59, in run
??? self.outf.write(net.time(server_name)+"\n")
?
Greetz,
?
Louis
?
2018 Jan 13
2
Icecast Radiolist Error
...Mozilla Firefox.
Something ist wrong with the Internet-Adress for the Radiostation "Free Talk Live - 64k".
I attached a Part of the Icecast-Sourceview as a screen dump ("Icecast-Quelltext.png") in this Mail.
Additional the relevant Sourceview-Text:
... <entry>
<server_name>TheMplsRadio2.0</server_name>
<listen_url>http://streaming211.radionomy.com:80/TheMplsRadio20</listen_url>
<server_type>audio/mpeg</server_type>
<bitrate>128</bitrate>
<channels>0</channels>
<sampler...
2013 May 08
2
IMAP SSL proxy (questions)
...em to be a good choice either.
I am hoping that since SSL has "Client Hello" which specifies the site
requested the the following could be done:
Client - > Proxy [SYN]
Proxy -> Client [SYN, ACK]
Client -> Proxy [ACK]
Client -> Proxy [SSL With "Client Hello", having server_name in
Extension: server_name and sub-fields]
Proxy sees intended host
Proxy <-> Intended Server [SYN/SYN+ACK/ACK sequence]
Proxy -> Intended Server [Replay SSL/Client Hello]
Client <-> Proxy <-> Intended Server (Proxy is non decrypting
Man...
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 \\server_name I get
the following:
System error 5 has occurred. Access is denied.
When I do a net use x: \\server_name\user i get :
System error 1240 has occured. The account is not au...
2004 Aug 06
1
Keeping icecast from kicking clients
...ts are immediately kicked by
Icecast (1.3.10) and get a 404 not found. I saw this same response in
1.3.7.
Anyway, here are the iterations of icecast.conf files that I've
tried:
Attempt 1
location Uranus
rp_email you@your.com
server_url www.your.com
hostname 192.168.1.147
port 8000
port 8001
server_name 192.168.1.147
acl_policy 0
deny all *
allow all 192.168.1.*
max_clients 10
max_clients_per_source 10
max_sources 5
max_admins 5
throttle 10
console_mode 0
reverse_lookups 0
Attempt 2
location Uranus
rp_email you@your.com
server_url www.your.com
hostname 192.168.1.147
port 8000
port 8001
server_na...
2007 Mar 15
1
Samba Authentication Using Novell eDirectory via LDAP
...o,
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 smbpasswd -w, the /etc/samba/smbpasswd was renamed to
old_smbpasswd, and the smb service is started.
This worked as desired, allowing Samba user passwords to be stored in
the corresponding user's eDirectory u...
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$
>...
2024 Aug 14
2
[Bug 3717] New: Stricter sshd absolute path requirement breaks xinetd
...solute(av[0]))
+ fatal("sshd requires execution with an absolute path");
Secondly, xinetd apparently explicitly only passes the basename when
setting up argv[0]:
https://github.com/openSUSE/xinetd/blob/master/src/confparse.c#L92
/*
* Determine server name
*/
server_name = strrchr( SC_SERVER(scp), '/' ) ;
if ( server_name == NULL )
server_name = SC_SERVER(scp) ;
else
server_name++ ; /* skip the '/' */
/*
* Place it in argv[ 0 ]
*/
SC_SERVER_ARGV(scp)[ 0 ] = new_string( server_name ) ;
I think what xinetd is doi...
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 :
SERVER_NAME|c$|WINNT/SYSTEM32/LOGFILES/W3SVC9|domain.fr
This script block at the smbumount pr...
2012 Apr 04
1
sambaHomePath usage
.../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 sambaHomePath that for a test user is /srv/user_test instead of /home/user_test.
In ldap the value of the sambHomePath is \\server_name\srv\user_test<file:///\\server_name\srv\user_test> and in smb.conf I use in [homes] paragraph path = %H valid user = %S.
When I map this user on windows I go into his login home directory , so there is no influence of sambaHomePath.
How can we split these 2 "home" directories , one...
2014 Aug 28
2
Samba 4 As PDC Not Populated In Windows Network
...s itself in the Windows network as other Microsoft Windows computers correctly do. I have not been able to see the Samba server in the network list even though the network discovery was allowed on Windows workstations and their firewall was disabled temporarily. To access the shares on Samba with \\server_name\share_name, or \\samba_server_ip_address\share_name, or through mapped network drives is working perfectly, however. Here are details I suppose you should know to be able to consider what might be wrong:
1.. OS of the box with Samba ? Ubuntu Server 14.04.1 LTS 64-bit
2.. Samba version ? 4.1.11...
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 {
Hapro...
2000 Aug 14
2
Working Fine - Suddenly Not
...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 canceled". Issued the smbclient //<server_name>/share -U guest. After prompting for
a password is simply states that the "session setup failed". Is there anyone out there that
recognizes these symptoms and knows a potential solution. O...
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 streams, with the mount fallback set to 1, it just
picks the stream which has bee...