search for: someserver

Displaying 20 results from an estimated 43 matches for "someserver".

Did you mean: smeserver
2006 Mar 06
7
Set base url?
...ence / 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 http://localhost:3001 But links in the Hieraki main page are like http://someserver.com/xml/rss for the RSS feed and http://someserver.com/wiki/folder/show/ROOT for the root.
2008 Oct 13
1
"EDAC i5000 MC0: FATAL ERRORS Found!!!" error message?
...essage. 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 before, and if so, if it was software (CentOS) or hardware (PowerEdge / PowerVault) related? Oct 8 12:19:35 someServer kernel: EDAC i5000 MC0: FATAL ERRORS Found!!! 1st FATAL Err Reg= 0x4 Oct 8 12:19:35 someServer kernel: EDAC i5000 MC0: >Tmid Thermal event with intelligent throttling disabled Oct 8 12:19:35 someServer kernel: EDAC MC0: UE row 1, channel-a= 2 channel-b= 3 labels "-": (Branch=1...
2014 Feb 21
0
Failed cleanup on peer probe tmp file causes volume re-initialization problems
...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 illustration: root at someserver:/var/lib/glusterd/peers] gluster peer probe some_non_host & [1] 25918 root at someserver:/var/lib/glusterd/peers] cat some_non_host uuid=00000000-0000-0000-0000-000000000000 state=0 hostname1=ksome_non_host root at someserver:/var/lib/glusterd/peers] root at someserver:/var/lib/glusterd/peers]...
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
...le2 = trash:storage=+150M quota_warning = storage=95%% quota-warning 95 %u quota_warning2 = storage=80%% quota-warning 80 %u sieve = ~/.dovecot.sieve sieve_dir = ~/sieve sieve_extensions = +notify +imapflags sieve_global_extensions = variables } postmaster_address = mailer-daemon at dev.someserver service auth { unix_listener /var/spool/postfix/private/auth { group = mail mode = 0660 user = postfix } unix_listener auth-userdb { group = mail mode = 0660 user = postfix } } service lmtp { unix_listener /var/spool/postfix/private/dovecot-lmtp { group = postf...
2019 Jan 16
1
Profiles directory permssions
...en the following wiki article.] I used this Wiki page as the "template" I'm using for permissions and other setup details. https://wiki.samba.org/index.php/Roaming_Windows_User_Profiles If I give domain users "full control" it works. However with just the listed perms: \\someserver\profiles\all-user-profile-dirs\ Traverse folder / execute file List folder / read data Create folder / append data It won't create the profile directory - and I get an error for that user when they login and get a Windows desktop. So, those permissions aren't adequate - at least that ce...
2015 Aug 27
3
Issues with libcurl + HTTP status codes (eg. 403, 404)
...vel, DM> please just be patient. When R-devel becomes R-alpha next year, if the DM> bug still exists, please report it. DM> Duncan Murdoch Probably I'm confused now... Both R-patched and R-devel give an error (after a *long* wait!) for download.file("https://someserver.com/mydata.csv", "mydata.csv") So that problem is I think solved now. Ideally, it would nice to set the *timeout* as an R function argument ourselves.. though. Kevin Ushey's original problem however is still in R-patched and R-devel: ap <- available.packages("http://w...
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, hiera(''global''))* * $appcfg = hiera(''appSpecific'')* * * * define variables($env) {* * file { "app_cfg":* * path => "/etc/app/app...
2004 Dec 08
0
rsync working with root, but not with other users
...z <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 --archive --verbose --recursive --links --rsh="ssh" gcarmich@someserver.net::mail . Dies with error: rsync: connection unexpectedly closed (0 bytes received so far) [receiver] rsync error: error in rsync protocol data stream (code 12) at...
2004 Dec 08
1
rsync works fine when I'm root on the client, but not as a non-root user
...z <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 --archive --verbose --recursive --links --rsh="ssh" gcarmich@someserver.net::mail . Dies with error: rsync: connection unexpectedly closed (0 bytes received so far) [receiver] rsync error: error in rsync protocol data stream (code 12) at...
2012 Nov 30
1
q@ request.request_method=='OPTIONS', ajax, post json
...eflight'', meaning the first request prior the actual post, which should(?) deliver this: request.request_method==''OPTIONS'' the js code look like this: $.ajax ({ type: ''POST'', dataType: "json", crossDomain: true, url: "http://someserver/foo.json", data: {test:999}, in application_controller.rb i have this in a before filter: def cors p "calling - CORS" p request.request_method #<< this is "POST" instead of the expected OPTIONS p request.headers["HTTP_ORIGIN"] #<< this is...
2012 Jan 15
2
Samba 3.6 problems with idmap rid
...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 (Samba ver. %v) security = ADS allow trusted domains = No password server = someserver.windomain.local log file = /var/log/samba/log.%m load printers = No local master = No domain master = No idmap backend = idmap_rid:WINDOMAIN=10000-49999 idmap uid = 10000-49999 idmap gid = 10000-49999 winbind use default domain = Yes...
2015 Aug 26
2
Issues with libcurl + HTTP status codes (eg. 403, 404)
...download.file() and url() functions can gain an argument 'stop_on_error' or something similar which give the user an option to ignore server errors. However this behavior should certainly not be the default. When a function or script contains a line like this: download.file("https://someserver.com/mydata.csv", "mydata.csv") Then in the next line of code we must be able to expect that the file "mydata.csv" we have downloaded to our disk is in fact the file "mydata.csv" that was requested from the server. An implementation that instead saves an error pag...
2004 Aug 06
2
Multiple Ogg Streams
...o 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 said however that it supports relaying. Do you mean it takes an input stream (such as from an url like http://someserver:8000/stream.ogg), reencodes it via specified settings and sends it to icecast 2? If so, can you tell how to confiture Ices 2 to do so? Lukas <p><p>--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this l...
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 => "an.email@address", certOU => "organizational unit"; } } When running puppet I get the following error: err: Could not retrieve catalog from remote server: Error 400 on SERVER: Invalid param...
2012 Mar 20
1
Help with smbpasswd file
...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 Thanks, bash-4.2# cat smb.conf [global] workgroup = privateworkgroup netbios name = someserver server string = Some Samba Server %v security = user encrypt passwords = yes passdb backend = smbpasswd log file = /LOGS/log.smbd max log size = 200000 log level = 2 delete readonly = yes invalid users = root daemon bin sys adm...
2015 Aug 27
1
Issues with libcurl + HTTP status codes (eg. 403, 404)
...AM, Jeroen Ooms wrote: > On Thu, Aug 27, 2015 at 5:16 PM, Martin Maechler > <maechler at stat.math.ethz.ch> wrote: >> Probably I'm confused now... >> Both R-patched and R-devel give an error (after a *long* wait!) >> for >> download.file("https://someserver.com/mydata.csv", "mydata.csv") >> >> So that problem is I think solved now. > > I'm sorry for the confusion, this was a hypothetical example. > Connection failures are different from http status errors. Below some > real examples of servers returning http...
2010 May 04
2
Getent passwd and getent group fail / Samba 3.5.2
...tent 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 = someserver.somedomain.net idmap backend = ad idmap config SOMEDOMAIN : backend = ad idmap config SOMEDOMAIN : schema_mode = sfu idmap config SOMEDOMAIN : range = 0-99999999 winbind nss info = sfu winbind enum users = yes winbind enum groups = yes...
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