Displaying 20 results from an estimated 800 matches similar to: "FreeBSD wiki offline for a bit"
2012 Nov 03
1
freebsd-update and surces of 9.1-RC3
Hi!
I'm trying to use freebsd-update for first time.
I have 9.0-RELEASE installed without sources and I have read Handbook chapter
and manual page for freebsd-update.
"freebsd-update -r 9.1-RC3 upgrade" downloaded updates, its "install" command
installed kernel and after reboot second "install" invocation installed binaries
but not source tree that is needed to
2012 Dec 20
4
repo.txz missong on packages-9-stable for pkg
Hello :-)
I want to test new "pkg" tool, but it complains that there is no
repo.txz file on the repository:
# pkg install libreoffice
Updating repository catalogue
pkg: ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-9-stable/All//repo.txz:
File unavailable (e.g., file not found, no access)
I have set PACKAGESITE to packages-9-stable repository :-)
Will this support stable
2013 Jun 28
3
Using Puppet for downgrading Varnish (circular dependency)
Hi all,
I am trying to use puppet (2.7.18) for downgrading varnish cache on Centos
Linux (6.3).
Unfortunately there are two varnish RPMs (which seem to have circular
dependencies):
varnish-3.0.4-1.el6.x86_64
varnish-libs-3.0.4-1.el6.x86_64
When using "ensure" for downgrading I get a bunch of errors:
err: /Stage[main]/Varnish/Package[varnish-libs]/ensure: change from
3.0.4-1.el6
2014 May 11
3
find with exclude directory
Hey all,
I'm trying to do a find of all files with the phrase 'varnish' in the
name, but want to exclude a user home directory called
/usr/local/digitalplatform.
Here's what I was able to come up with:
find / -path '/usr/local/digitalplatform/*' -prune -o -name "*varnish*"
Which results in this:
[root at uszmpwsls014lb ~]# find / -path
2009 Jun 07
7
Dovecot + FreeBSD-7.2 + ZFS ?
Hello
Anyons has tested this configuration with success ?
I'll test it in few days and I am wondering if I am alone :-)
Thanks
2012 Mar 22
1
Overriding package installation source
Hi,
I use a module (for Varnish in this case) which has the typical install,
service, package classes.
-- modules/varnish/manifests/install.pp:
class varnish::install {
package { $varnish::params::package_name:
ensure => installed,
}
}
-- modules/project/manifests/proxy.pp
class project::proxy {
include varnish
}
-- manifests/site.pp
node proxy {
2012 Jan 25
6
Can anyone talk infrastructure with me?
Hi All,
I started a 501c3 (not-for-profit) organization back in February 2011 to deal with information archival. A long vision here, I wont bore you with the details (if you really want to know, e-mail me privately) but the gist is I need to build an infrastructure to accommodate about 2PB of data that is database stuff, stored video, crawl data, static data sets, etc. Right now in my testing of
2009 Aug 06
1
Separate App an DB servers , Scabality and rails
Hi , what will be if my site traffic became huge , can i separate db
server and add 3 or more app server using rails framework. i think
designing my site using rails and put it in EC2 servers. what do you
think about this system? Will be work or not?
2013 Jul 24
3
VirtualBox virtual machine hangs after ISOlinux upgrade 4.05->5.10 and up.
Hello,
I have specialized linux installation which uses ISOLinux bootloader. Recently isolinux version has changed from 4.05 to 5.10. From that time there is a problem with VirtualBox VM, It crashes (guru meditation) on attempt to boot from HDD or hangs on installation from CD.
Strange part is, the very same ISO on ESXi VM works like a charm. Also burned on CD and started on "real"
2012 Nov 23
3
How go back from X.Y-RELEASE-pZ to X.Y-RELEASE?
We are currently using cvs for both source and ports.
I have begun changing to portsnap for ports, and I
would also like to try changing at least some of our
servers to freebsd-update.
But all servers have been patched, using either RELENG_8_3
or RELENG_9_0 as cvs tag. I need to revert them to their
respective RELEASE to be able to use freebsd-update.
Complete reinstall from eg CD is not an
2009 Sep 30
1
Update on protection against slowloris
Hi list!
We tested mod_antiloris 0.4 and found it quite efficient, but before
putting it in production, we would like to hear some feedback from
freebsd users. We are using Apache 2.2.x on Freebsd 6.2 and 7.2. Is
anyone using it? Do you have any other way to patch against Slowloris
other than putting a proxy in front or using the HTTP accept filter?
Thanks for your feedback,
Martin
2009 Aug 14
3
EC2 -> EBS -> S3 ?
Greetings!
I''d appreciate hearing from anybody who''s had experience with any of
this. I''ve got a Rails app that currently deployed on EC2 with MySQL
and am readying to move from a dev / prototype model to a full-scale
production model. Right now I''ve got a single MySQL instance. I''m
getting ready to move that to a master-slave setup. I''m
2013 Nov 26
37
get a *structured* version of the puppet agent output
puppet agent --verbose shows a verbose output of the changes done by
puppet, such as:
notice:
/Stage[main]/Logstash::Config/Logstash::Configdir[agent]/File[/etc/logstash/agent/config]/owner:
owner changed ''root'' to ''logstash''
notice: /Stage[main]/Varnish/Service[varnish]/ensure: ensure changed
''stopped'' to ''running''
2009 Nov 09
3
Sort logfiles at rotation time
Hi,
I want to be certain that my apache and varnish logfiles are in strict
date order when rotated. I'd like to run a sort command against them
before they're compressed.
I've had a look at the logrotate man page, and it looks like I can use
a postrotate/endscript to do this. However, I can see any reference
in the documentation for how to operate on the file. All the examples
2011 Nov 05
3
How to get Rails 3.1's Cache store (FileStore) to work with Rack::Sendfile
Hey - I need your input regarding a problem I''ve come across. I''ll first
explain what the problem is, and what I think the solution is. If I
misunderstood how things work, please let me know.
# The problem
I''m using Dragonfly (on-the-fly file processing) to serve images. Dragonfly
uses Rack::Cache to cache the processed images so subsequent requests are
served by
2010 Apr 23
3
Single NIC & Backup : Newbie
Hi,
I am taking my first steps towards virtualization.
I have 3 Gateway Servers; all on CentOS 5.3 (non-graphical mode) + Squid.
We have 3 separate teams each of 5-7 users who use 1 ISP each via
their own Gateway server.
I am keen to use virtualization and consolidate all 3 servers on a
single server.
I plan to install ZEN on a Pentium Core2Duo with 2GB RAM & 1 nic.
Then create 3 virtual
2013 Jul 22
2
FreeBSD LVS replacement
Hello,
I'm looking for a functional FreeBSD replacement of the Linux LVS software?
There is an LVS port for FreeBSD but it looks deat since 2005. Is there anything comparable or better?
All best,
mjb
2010 Jul 26
2
Exception Pages when behind a proxy
I am not sure if this desired feature or not but when we are behind a
local proxy ie. Nginx/Varnish then the new ShowException middleware
doesn''t seem to properly detect the remote IP address and it appears
as if every browser gets a local error page with a stack trace, etc.
I''ve opened up a ticket on the rails bug tracker but I also would like
to verify that this is in fact a
2011 Feb 23
1
sendmail, port 465/587, auth and imap
Hi.
Apologies to the list for sending this twice as
I forgot to enter a proper subject line, I wanted
to write the content first and then make
up the subject line ;-)
--------------------------------------------------------------------
I am trying to configure sendmail that is looks up the users
credentials to allow them to send email via that server
via an imap server on the same machine
2010 Mar 25
2
how to automount usb drive
I have a server with no desktop - just cli that i need to have a user
plug in a usb hd and would like it to automount to a consistent
directory so I can schedule a backup. The user can rotate the usb
drives and it all just works.
Any ideas how automate so that say /media/backup mounts to any usb
harddrive and unmounts cleanly?
-thx
bazooka