Displaying 20 results from an estimated 23 matches for "web_servers".
Did you mean:
web_server
2008 Mar 07
4
rsync
I've gone over and over the man page and I don't get it and it's
obviously a simple task
I want to rsync a directory but only the pdf files...
rsync -ncauv --include=*.pdf $WORKING $WEB_SERVER
# sync's everything, I want to exclude stuff
rsync -ncauv --filter='+ *.pdf' --filter='+ *.odt *.ott *.eps' \
$WORKING $WEB_SERVER
# sync's everything...does not seem
2019 Jul 10
2
Scope of classes in CFE 3.10.2 on CentOS 7
...t and located in current working dir /root. I have
the following file
# ll ./samples/scope_of_class.cf
-rwx------. 1 root root 720 10. Jul 16:33 ./samples/scope_of_class.cf
with content
----BEGIN----------------------------------
bundle agent scope_of_class()
{
vars:
any::
"web_servers" slist => {
"ws-1.example.com",
"ws-2.example.com",
"webserver.example.com",
};
methods:
any::
"scope_of_class_b1" usebundle => scope_of_class_b1(
$(scope_of_class.web_servers) );
}
bundle agent...
2012 Aug 14
4
Error 400 on SERVER: Could not parse for environment production: Syntax error at '{'; expected '}'
It''s barfing on this:
Error 400 on SERVER: Could not parse for environment production: Syntax
error at ''{''; expected ''}''
Here''s the node.pp
node "ccc.unix.ccc.ccc.edu" {
class {
"web_server":
net_static => {
"eth0" => {
"macaddress" =>
2019 Sep 28
2
Compile samba github code and flash the build binary to embedded device
On 28/09/2019 15:39, Hock Leong Ang via samba wrote:
> Hi All,
> May I have some advise on this issue?
> Thank you.
>
> On Fri, 27 Sep 2019 at 10:55, Hock Leong Ang <anghockleong501 at gmail.com>
> wrote:
>
>> Hi Sir/Madam/Miss,
>>
>> I am a firmware engineer. I would like to implement file sharing between
>> embedded device and android phone/ios
2019 Sep 30
3
Compile samba github code and flash the build binary to embedded device
Hi Rowland,
The above files are built with AD DC.
Without AD DC, the files size reduce from 186 kB to 74 kB.
Without AD DC, the embedded device will act as a host.
Questions:
1. Does the host still able to share file to Windows, IOS and Android
devices?
2. Does 74 kB of samba files is the typical file size be implemented in
embedded device?
Thank you.
On Mon, 30 Sep 2019 at 09:36, Hock Leong
2019 Sep 30
0
Compile samba github code and flash the build binary to embedded device
Hi Rowland,
Yes, the files I want should be in that folder : /usr/local/samba
It is 186 kB, a very huge files.
*Which is the compulsory files need for file sharing?*
*Which files or sub-folder can I ignore?*
Thank you.
ubuntu at ubuntu-AngHL:/usr/local$ sudo du samba/
> [sudo] password for ubuntu:
> Sorry, try again.
> [sudo] password for ubuntu:
> 56 samba/lib/security
> 284
2008 Jan 13
6
Graceful way to handle execution expired and bad URI errors?
Hello,
I have a program that takes blog urls that our customers enter
into their profiles. In some cases they enter bad feeds (IE html
pages instead of atom or rss), and it throws these two errors:
execution expired and bad URI errors in the view.
I need to find a graceful way to handle both. Preferably, if I could
find a way to throw an error message for the execution expired
2019 Oct 02
0
Compile samba github code and flash the build binary to embedded device
Hi Rowland and All,
Can you answer 2 question below?
1. Does the host still able to share file to Windows, IOS and Android
devices?
2. Does 74 kB of samba files is the typical file size be implemented in
embedded device?
On Mon, 30 Sep 2019 at 14:37, Hock Leong Ang <anghockleong501 at gmail.com>
wrote:
> Hi Rowland,
> The above files are built with AD DC.
> Without AD DC, the
2007 Sep 29
1
samba with iptables
Hi,
system info:
ubuntu 7.04 (Host OS)
samba 3.0.24 (installed with apt-get)
vmware-server 6.0.1
windows XP (Guest OS)
I was using the iptables script provided by iptablesrocks.org. It's been
quite useful, but I ran into a problem when I tried to connect samba.
Without any iptables rules, I have no problem when connecting host
os(ubuntu samba server) from guest os Windows XP.
I referenced
2010 Sep 17
0
ruby's oauth2 grant_type
Hi, i started using oauth2 gem by intridea
(http://github.com/intridea/oauth2) and don''t know how to fix this
problem. I have developed both client and server and on request for
access_token i see no grant_type parameter. My code from client callback
controller
class CallbackController < Devise::OauthCallbacksController
def accounts
access_token =
2010 Nov 19
3
what are the constraints on the contents of 'imported ' files
I am trying to import a hash definition from a separate file but this
fails whereas including the text verbatim in the original manifest
works fine:
class monitor ($master, $interface) {
# import "masters.pp"
$sensor_rule_categories = {
''dmzo'' =>
[scan,finger,ftp,telnet,rpc,rservices,ddos,dns,tftp,web-
coldfusion,misc,web-php,x11,attack-responses,
2009 May 13
0
Glusterfs-2 locks/hangs on EC2/vtun setup
Hi all,
I'm trying to get a glusterfs cluster working inside Amazon's EC2. I'm using the official ubuntu 8.10 images.
I've compiled glusterfs-2, but I'm using the in-kernel fuse module as the instances run 2.6.27-3, and the fuse module from glusterfs won't compile against something that recent.
For my test setup I'm trying to get AFR working over two servers, with
2008 Mar 26
1
configure script not found in newly checked out source from SVN repository.
Hi,
I was following
http://wiki.samba.org/index.php/Samba4/HOWTO#Testing_Samba4_Active_Directory_in_Ubuntu_7.04_howto
to put Samba 4 to test.
I got this error.
===========================================================
user@sys:/var/Software/samba4/source$ sudo svn update
At revision 26701.
user@sys:/var/Software/samba4/source$ sudo ./configure --prefix=/usr/local
sudo: ./configure: command
2019 Jan 02
0
[PATCH nbdkit v2 1/2] Annotate internal function parameters with attribute((nonnull)).
Annotate some function parameters with attribute((nonnull)). Only do
this for internal headers where we are sure that we will be using
sufficiently recent GCC or Clang. For the public header files
(ie. include/nbdkit-*.h) it may be that people building out of tree
plugins are using old GCC which had problems, or even other compilers
that don't support this extension at all.
Libvirt has an
2011 Apr 20
1
Omniauth facebook authentication failure
I am using devise and omniauth for authentication. Wherever i click on
the facebook login button i get this warning msg.
******************************************
warning: peer certificate won''t be verified in this SSL session
******************************************
But now i get this error msg
*****************************************
OpenSSL::SSL::SSLError SSL_connect returned=1
2019 Jan 02
4
[PATCH nbdkit v2 0/2] Use of attribute(()).
v1 was here:
https://www.redhat.com/archives/libguestfs/2019-January/msg00008.html
In v2 I have provided two patches:
The first patch extends attribute((nonnull)) to most internal
functions, but not to the external API.
The second patch uses a macro so that attribute((format)) is only used
in the public API on GCC or Clang. At least in theory these headers
could be used by a C compiler which
2020 Jul 15
0
[PATCH nbdkit v2] curl: Implement header and cookie scripts.
This rather complex feature solves a problem for certain web services
that require a cookie or token for access, especially one which must
be periodically renewed.
For motivation for this feature see the included documentation, and
item (1)(b) here:
https://www.redhat.com/archives/libguestfs/2020-July/msg00069.html
---
plugins/curl/nbdkit-curl-plugin.pod | 142 ++++++++++++
2020 Jul 15
2
[PATCH nbdkit v2] curl: Implement header and cookie scripts.
Evolution of this patch series:
https://www.redhat.com/archives/libguestfs/2020-July/thread.html#00073
Instead of auth-script, this implements header-script and
cookie-script. It can be used for similar purposes but the
implementation is somewhat saner.
Rich.
2011 Feb 02
11
How to include the Scope(...) in a generated string?
I''d like to include similar information that notice() spits out in a
file I am generating -- basically so that anyone looking at the
generated file (actually a file fragment) could trace it back to the
class that is generating the entry.
Using $name within the file fragment is the closest I am getting to
what I want -- is there anything better?
--
You received this message because you
2012 Dec 11
1
Trying to package Oz for Ubuntu
...q.1.html#binaries so far.
>
> 3) sudo chmod 0644 /boot/vmlinuz*
>
> 4) git clone https://github.com/aeolus-incubator/templates.git
>
> 5) git clone https://github.com/clalancette/oz.git
>
> 6) ~/oz$ sudo python setup.py install
>
> 7) sudo oz-install -d3 templates/web_servers/Apache/fedora-16/apache_httpd_f16_bare.xml
>
> This is where I'm running into problems. Here is the output:
>
> ---
> libvirt bridge name is virbr0
> Libvirt type is kvm
> Original URL http://download.fedoraproject.org/pub/fedora/linux/releases/16/Everything/x86_64/os/ r...