Displaying 20 results from an estimated 20000 matches similar to: "Site down?"
2001 Mar 17
2
Drive mappings
Hello again list!
I'm attempting to use the following command in a startup batch file:
net use U: \\mail\%U
however when win9* runs this file on logging in, it tries to map
\\mail\u
Why isn't samba preprocessing this directive? (\\mail is NOT the name of
the samba server doing the login authetication!)
Please respond to mblinn@peopleplaces.org -- my mail client may be
configured
2001 Mar 12
2
LPRng and SAMBA
First of all, thanks to everyone who has helped me out so far resolving
my samba problems!
The latest has to do with LPRng and directory permissions. LPRng
requires 0600 permissions on the spool directory, owner daemon group
daemon. Whenever a user tries to print through SAMBA, they do not have
write access to the spool directory, as teh job comes in user/group of
the person who printed. Any
2006 Sep 20
2
DSpam plugin
I'm trying to set up Johannes's DSpam plugin for dovecot. I've
compiled rc2 and the plugin, and have things installed OK. I have a
X-DSPAM-Signature in my message that is delivered to Inbox. Whenever I
try to move this to my spam folder (I changed source to say 'Spam'
instead of 'SPAM'), my client (Thunderbird) pops up 'The current command
did not succeed. The
puppet master REST API returns 403 when running under passenger works when running from command line
2012 Dec 10
2
puppet master REST API returns 403 when running under passenger works when running from command line
Hi! Everyone,
puppet agent is not able to fetch any files, plugins or post catalog,
reports to the master. both puppet agent and master are on version 3.0.l,
passenger version 3.0.18 ,
nginx version: nginx/1.3.9
built by gcc 4.4.6 20120305 (Red Hat 4.4.6-4) (GCC)
TLS SNI support enabled
configure arguments: --prefix=/apps/nginx
--conf-path=/apps/nginx/nginx.conf
2004 May 02
1
What's our current policy on ports FORBIDDEN knob?
Greetings,
I'm a little curious about the way FORBIDDEN knob is used in ports system.
Traditionally, we use it to mark a port which have known security issue,
with the new vuxml mechanism, are we still doing the same thing when
necessary? Or, only the "critical" ones, for example, remote exploitable
buffer overruns, etc?
If the second assumption (only critical ones are marked
2010 Jun 11
2
How to raise a 403 error?
Hello all,
I am working on Rails 3, and I would like to return a forbidden error
message from a controller.
I had trying something like that:
def my_action
respond_to do |format|
format.html { redirect_to(login_path, :warning =>
I18n.t(''.forbidden''), :status => :forbidden) }
format.xml { render :xml => I18n.t(''.forbidden''), :status =>
2020 Aug 28
1
Backup questions - errors
Hi,
although i've search the archives, there are questions left regarding
backup strategies and errors that occur.
I'm using dovecot 2.3.11.3 with mdbox (mailbox size 50MB - 30GB).
Every night, i ran the following command:
doveadm -o mail_fsync=never -o plugin/quota= -o plugin/zlib_save=gz \
backup -u account mdbox:/nfs/storage/account/mdbox
### incremental backup
Thanks to zlib
2018 Apr 09
1
Specifying forbidden configurations in Morris One at a Time (OAT) sensitivity analysis
Hi!
I am trying to implement the Morris One at a Time (OAT) sensitivity
analysis technique in R using the package 'sensitivity'. The OAT and
similar other techniques in the package requires data frame X (which stores
the design or parameter combinations) to be populated by some function in
the package such as fast99 or morris. These functions take only the range
and step size of the
2007 Dec 12
2
Yikes! FreeBSD samba-3.0.26a_2, 1 is forbidden: "Remote Code Execution...
...Vulnerability - CVE-2007-6015"
http://www.freshports.org/net/samba3/
============================================================================
samba3 3.0.26a_2,1 <http://www.freshports.org/net/>net<http://www.freshports.org/faq.php#watchlistcount> <http://www.freshports.org/search.php?stype=depends_all&method=match&query=net/samba3>=220
FORBIDDEN:
2013 Aug 22
1
ssl ofloading on amazon ELB for puppetmasters
Hi,
I''m trying to do ssl offload on amazon ELB for my puppetmaster servers, it
seems amazon ELB is not sending ssl_client_header & client_verify_header
puppetmaster
Listen 8141
<VirtualHost *:8141>
SSLEngine off
DocumentRoot /etc/puppet/rack/puppetmaster_8141/public/
RackBaseURI /
<Directory /etc/puppet/rack/puppetmaster_8141/>
PassengerEnabled on
2011 Jul 08
0
[LLVMdev] type-system-rewrite branch near landing
>> ~/svn/llvm-project/llvm/branches$ svn up
>> svn: Server sent unexpected return value (403 Forbidden) in response
>> to REPORT request for '/svn/llvm-project/!svn/vcc/default'
>
> I think that explicitly returns Forbidden just to avoid the strain on
> the server; if you have any write access, you should have write access
> to everything.
Off topic, but
2012 Mar 22
8
Windows 7 as guest on a physikal disk
Hallo,
I have an installed Windows 7 on one partition
and running Debain Squeeze on the other. Both are 64 bit.
I want to use Xen to run Windows as virtual guest from
a physical disk. Once I get this working the Window will
never be booted directly.
When I try to create the virtual machine by
"xm create -c win.xen"
it hangs.
The versions I use
Xen 4.0.1-4
Kernel 2.6.32-5-xen-amd64
2009 Aug 10
3
[LLVMdev] svn down?
I've been getting this on svn update all day:
svn: REPORT request failed on '/svn/llvm-project/!svn/vcc/default'
svn: REPORT of '/svn/llvm-project/!svn/vcc/default': 403 Forbidden
(http://llvm.org)
Is this related to the server problems that have been going on for a while?
-Dave
2007 Jul 31
2
controller exceptions
Since Merb has the lovely property of rendering the output of an
action, using ruby-level exceptions to render error pages in Merb
could be a cute way to approach error handling.
Suppose one has an action for editing a product which you would like
to restrict to administrators:
def edit
raise AdminAccessReqired unless session[:user] and session[:user].admin?
@product =
2023 Mar 14
2
vault.centos.org down ?
I'm getting 'Forbidden You don't have permission to access this resource.' when accessing https://vault.centos.org/
Is it down ?
Thanks
James Pearson
2004 Mar 29
1
cvs commit: ports/multimedia/xine Makefile
Jacques A. Vidrine wrote:
> On Mon, Mar 29, 2004 at 08:14:29PM +0200, Oliver Eikemeier wrote:
>
>>Jacques A. Vidrine wrote:
>>
>>>On Sun, Mar 28, 2004 at 03:44:06PM -0800, Oliver Eikemeier wrote:
>>>
>>>>eik 2004/03/28 15:44:06 PST
>>>>
>>>>FreeBSD ports repository
>>>>
>>>>Modified files:
2005 Oct 25
2
apache 403 forbidden problem.
Hi guys,
I'm using Centos 3.5 with Apache-2.0.46. i linke my mrtg from /var/www/mrtg
to /var/www/html/mrtg so i did the command ln -s /var/www/mrtg. it worked
fine last week but when i checked the mrtg today it say 403 forbidden.
Forbidden
You don't have permission to access /mrtg/ on this server.
------------------------------
Apache/2.0.46 (CentOS) Server
but when i tried to link
2005 Jun 21
2
403 forbidden on SIP register
I'm getting 403 forbidden errors when attempting to register to a
certain provider. I've tried just about every combination of
configuration settings I can think of with no luck. Following is what
I would think should work (and one of the settings I have tried).
Rather then list every combinaton I've tried, what are the common
causes of a 403 forbidden on a register attempt?
Other
2010 Dec 22
1
Puppet + Mongrel on RHEL5
I am trying to setup Puppet + Mongrel on RHEL5. So far I have followed
this document:
http://projects.puppetlabs.com/projects/puppet/wiki/Using_Mongrel_On_Enterprise_Linux
The puppetmasters all start up and Apache starts up on 8140.
However, when my client connects I get the following errors:
[root@lv1764p puppet]# puppetd --server puppetdev.encana.com --no-
daemonize -o -v
info: Retrieving
2003 Jun 09
1
Have I been hacked?
I'm noticing something strange on two of my machines.. They're both
4.7-RELEASE-p3 i386 and they've both been up 150 days without any
problems...
/var/log/messages on each system contains only:
Jun 9 12:00:01 in newsyslog[60291]: logfile turned over
dmesg's output is truncated.. it periodically changes, but currently
it reads:
ite.net host=6532251hfc207.tampabay.rr.com