Displaying 20 results from an estimated 43 matches for "someservic".
Did you mean:
someservice
2006 Mar 06
7
Set base url?
I have an application running on a Lighttpd instance which is proxied by an
Apache server. It seems to work fine but my urls are incorrect: all urls
reference / which is not where my application runs at the Apache server.
How do I set the base url of a Rails application?
My Apache has the following proxy rules:
ProxyPass /hieraki http://localhost:3001
ProxyPassReverse /hieraki
2008 Oct 13
1
"EDAC i5000 MC0: FATAL ERRORS Found!!!" error message?
Hi List,
We had the following error thrown on console on a PowerEdge server
running CentOS 5 (64 bit). Googling around didn't yield any particular
insights. The server crashed a few minutes after this message. Running
memtester, just to check, didn't find anything; and the box has been
running for months before this without issue.
I'm wondering if anyone has run across this
2014 Feb 21
0
Failed cleanup on peer probe tmp file causes volume re-initialization problems
Hi everybody,
This is more of a part of a larger wishlist:
I found out that when a peer probe is performed by the user,
mgmt/glusterd write a file named after the hostname of the peer in
question. On successful probes, this file is replaced with a file named
after the UUID of the glusterd instance on the peer, while a failed
probe causes the temp file to simply get deleted.
Here's an
2008 Feb 27
0
Need to "net use \\someserver\someshare" to increase speed?
All,
We've been testing to determine why SAMBA access to UNIX clearcase VOBs
became slow when we upgraded from 2.2.8a to 3.0.14 (and now 3.0.24). I
cannot say we've found 'anything new' but we have found the following
behavior. Any help understanding why a WinXP and Win2K client would
need the shares to VOB storage mapped to speed processing would be
appreciated (note that it
2015 Apr 08
3
sieve plugin editheader not found
Hey folks,
ive already made a bug report in the gentoo bugtracker last year. In the
meantime after some releases the error persists with the current dovecot
and pigeonhole versions.
Please see my bug report at gentoo mailinglist:
https://bugs.gentoo.org/show_bug.cgi?id=522148
Okay, here are some informations:
Steps to Reproduce:
add "editheader" to sieve options or
2019 Jan 16
1
Profiles directory permssions
So, trying to get profiles working.
The GPO is there and functioning.
However, the user isn't able to create the needed directory for *initial* setup of the profile.
[It's possible if I hand-created the profile directory for the user, and granted them rights, it would work properly. But it is vastly easier to have the user create their own directory at first login. I'm sure that's
2015 Aug 27
3
Issues with libcurl + HTTP status codes (eg. 403, 404)
>>>>> "DM" == Duncan Murdoch <murdoch.duncan at gmail.com>
>>>>> on Wed, 26 Aug 2015 19:07:23 -0400 writes:
DM> On 26/08/2015 6:04 PM, Jeroen Ooms wrote:
>> On Tue, Aug 25, 2015 at 10:33 PM, Martin Morgan <mtmorgan at fredhutch.org> wrote:
>>>
>>> actually I don't know that it does -- it
2013 Jul 30
2
Failed to parse template, wrong number of arguments (create_resources)
I''m having some issues trying to track down a problem I''m having parsing a
simple template, using create_resources and Hiera. Here''s my setup
(abridged):
../hieradata/settings.yaml:
*global:*
* variables:*
* env: foo*
*
*
*appSpecific:*
* serverName: someServer*
../modules/test/manifests/init.pp:
*class test {*
* create_resources(test::variables,
2004 Dec 08
0
rsync working with root, but not with other users
Rsync version: rsync-2.6.3.tar.gz
<http://samba.anu.edu.au/ftp/rsync/rsync-2.6.3.tar.gz>
OS: Fedora
Can anyone give me some pointers? I can do and rsync fine when I'm root
on the client, but not as a non-root user..
This works:
/usr/local/bin/rsync --archive --verbose --recursive --links --rsh="ssh"
root@someserver.net::mail .
This does not:
/usr/local/bin/rsync
2004 Dec 08
1
rsync works fine when I'm root on the client, but not as a non-root user
Rsync version: rsync-2.6.3.tar.gz
<http://samba.anu.edu.au/ftp/rsync/rsync-2.6.3.tar.gz>
OS: Fedora
Can anyone give me some pointers? I can do and rsync fine when I'm root
on the client, but not as a non-root user..
This works:
/usr/local/bin/rsync --archive --verbose --recursive --links --rsh="ssh"
root@someserver.net::mail .
This does not:
/usr/local/bin/rsync
2012 Nov 30
1
q@ request.request_method=='OPTIONS', ajax, post json
hi
im reading through the topic above and trying to apply it to my app.
as reference i found:http://leopard.in.ua/2012/07/08/using-cors-with-rails/
my prob is that i dont see the ''preflight'', meaning the first request
prior the actual post, which should(?) deliver this:
request.request_method==''OPTIONS''
the js code look like this:
$.ajax
({
type:
2012 Jan 15
2
Samba 3.6 problems with idmap rid
Hi!
I am using mainly Samba 3.5 on CentOS, and I was very pleased with
idmap_rid backend for SID-to-RID mappings.
But on Solaris 10, I can only use 3.6 because OpenCSW ships only 3.6.
Problem is, things are changed and are not working as expected...
Here is my config on RHEL Samba 3.5:
[global]
workgroup = WINDOMAIN
realm = WINDOMAIN.LOCAL
server string = localserver
2015 Aug 26
2
Issues with libcurl + HTTP status codes (eg. 403, 404)
On Tue, Aug 25, 2015 at 10:33 PM, Martin Morgan <mtmorgan at fredhutch.org> wrote:
>
> actually I don't know that it does -- it addresses the symptom but I think there should be an error from libcurl on the 403 / 404 rather than from read.dcf on error page...
Indeed, the only correct behavior is to turn the protocol error code
into an R exception. When the server returns a status
2004 Aug 06
2
Multiple Ogg Streams
>ices2 will encode/reencode/relay to more than one server.
I searched for documentation about ices2 and found two,
one of them http://quasi.ksl.com/icecast/docs/Unofficial%20Icecast%20HOWTO.pdf
where link to the other was incuded (which i found before though).
All what I saw was that it only supports encoding streams from
soundcard input or playlist, but not a stream (from Oddcast DSP).
You
2010 Dec 09
10
Invalid parameter when assigning parameterized class to a node
Hello,
I searched through the archive of the google group but did not found any
solution or hint for my problem.
I want to assign the following parameterized class to a node.
class httpd($certMail, $certOU) {
...
}
This is the node statement to assign the class to a node.
node "someserver" inherits basenode {
class { httpd:
certEMail =>
2012 Mar 20
1
Help with smbpasswd file
Is there a procedure for copying the smbpasswd from an old machine to a new
machine (fresh samba build), and have the new machine recognize the old
smbpasswd file? Both machines are aix 6.1 and Samba version 3.5.12. I
copied all of the .tdb files but that didn't seem to work. The new
machine does not seem to know what is in
/usr/local/samba/private/smbpasswd. Below is my smb.conf
2015 Aug 27
1
Issues with libcurl + HTTP status codes (eg. 403, 404)
R-devel r69197 returns appropriate errors for the cases below; I know of a few
rough edges
- ftp error codes are not reported correctly
- download.file creates destfile before discovering that http fails, leaving an
empty file on disk
and am happy to hear of more.
Martin
On 08/27/2015 08:46 AM, Jeroen Ooms wrote:
> On Thu, Aug 27, 2015 at 5:16 PM, Martin Maechler
> <maechler at
2010 May 04
2
Getent passwd and getent group fail / Samba 3.5.2
Hi all,
I just stepped over a problem where I can't add a local user to an AD group. Running getent passwd and getent group doesn't display the AD users. Wbinfo -g and -u work fine. Here is my smb.conf:
[global]
netbios name = sles11test1
realm = SOMEDOMAIN.NET
workgroup = SOMEDOMAIN
security = ADS
encrypt passwords = yes
password server =
2007 May 25
18
services do not get restarted
Hello List,
We are using puppet to manage a growing number of Debian Etch based
servers (currently 70). Since upgrading to 0.22.4 we encountered
a problem when services do not restarted on puppets request.
For example the Nagios remote plugin executor daemon (nrpe). It''s running
daemonized and its confiugration is located in /etc/nagios/nrpe.cfg. This
file is managed through puppet
2012 Nov 30
5
Samba file server using ldap backend without AD or PDC?
Hi all,
I've been using samba for a few years now on a couple of file servers with a
tdbsam backend for our user accounts. We use openldap for the vast majority
of our identity management, so I would love to be able to tie into this. We
recently started using sambaNTPassword in openldap for radius
authentication, so this is populated for most of our users now.
>From reading through