I have recently started looking at server resilience and availability in
the context of a hardware failure or hardware upgrade. I've come to the
conclusion that it would be very desirable if terrabyte-scale data did
not need to be restored from backup. This isn't a commercial server -
so I'm inte
On 15/03/2010 15:49, Kyle Bader wrote:
> +1 on zfs w/ solaris for storage, just don't go cheap and get desktop disks.
>
I have to admit, I do like the idea of ZFS, though not quite enough to
justify maintaining Solaris in addition to my other infrastructure.
I was thinking about something rathe
On 15/03/2010 18:21, Stroller wrote:
> It's hard to be more specific without knowing your usage.
Yes... I was deliberately vague to see what options came up... but I can
be more specific. The budget is miniscule - and the performance demands
(bandwidth and latency) are completely non-challenging.
On 15/03/2010 22:29, Andrea Conti wrote:
> This IMHO pretty much rules out any kind of server-class hardware, which
> tends to be both costly and power-hungry. If you're thinking about
> buying used stuff, be sure to factor in the cost and difficulty of
> finding spares in some years' time.
>
I'
On 16/03/2010 19:57, Stroller wrote:
> How does your system boot if your RAID1 system volume fails? The one
> you have grub on? I think you mentioned a flash drive, which I've seen
> mentioned before. This seems sound, but just to point out that's
> another, different, single point of failure.
Well
Keith Dart wrote:
I recommend setting up your server hardware on a decent mini-PC with
server grade disks and installing openfiler. The openfiler uses XFS for
local storage and exports NFS and CIFS (and iSCSI if you want that).
http://www.openfiler.com/
It is based on rpath linux and uses a d
On a gentoo mailserver, I'm running Postfix 2.6.5 - and, having followed
some howto or other, quite a long time ago, I have this section at the
end of my main.cf:
--
smtpd_recipient_restrictions =
permit_mynetworks,
permit_sasl_authenticated,
reject_unauth_destination,
On 26/05/2010 20:32, Brandon Vargo wrote:
> I hope the above helps.
>
Thank you very much... that was very informative. Unfortunately, I now
discover I fibbed when I said I had SASL auth set up - I only thought I
had... When I correctly configure thunderbird, I get the following
postfix messa
OK, I admit it, this is more of a Linux networking challenge, but it's
one I want to resolve under gentoo.
I have two network interfaces - eth0 and tun0 - and both are (somehow)
connected to the internet. When I have eth0's IP address as my default
route, all my traffic is sent out via my NAT ena
On 17/06/2010 08:26, Rod wrote:
> Check out iproute
>> * sys-apps/iproute2
>> Latest version available: 2.6.31
>> Latest version installed: 2.6.31
>> Size of files: 363 kB
>> Homepage:
>> http://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2
>>
I already have one openvpn tunnel - and I need another. I've established
configuration launching the second tunnel (tun1, while tun0 is launched
at boot) using the command line to explicitly start openvpn. I'd really
like both tunnels to start at boot time.
In case it is relevant, tun0 (currently
On 06/07/10 06:25, Eray Aslan wrote:
i.e. make a soft link to openvpn init script and make a seperate conf
file with the same name as the new init script in your config
directory (usually /etc/openvpn). Init script starts openvpn with the
correct config file.
Many thanks, works perfectly...
Al
On 06/07/10 06:25, Eray Aslan wrote:
i.e. make a soft link to openvpn init script and make a seperate conf
file with the same name as the new init script in your config
directory (usually /etc/openvpn). Init script starts openvpn with the
correct config file.
Many thanks, works perfectly...
Al
I've come across SOGo [ http://www.scalableogo.org/ ] and am interested
to try it... though it doesn't seem to have an ebuild in portage.
Does anyone use SOGo on Gentoo, or should I consider using a different
distro to trial this suite?
Neil Bothwick wrote:
On Mon, 28 Sep 2009 12:57:36 +0100, Steve wrote:
I've come across SOGo [ http://www.scalableogo.org/ ] and am interested
to try it... though it doesn't seem to have an ebuild in portage.
It's in the gnustep overlay.
% eix sogo
* gnust
Neil Bothwick wrote:
On Mon, 28 Sep 2009 13:23:24 +0100, Steve wrote:
I guess I need to do something special to get the 'gnustep overlay'...
I've recently done my eix-sync, so that's not it.
emerge layman and run "eix-remote update"
Many thanks, I no
Volker Armin Hemmann wrote:
yes, don't use locate. Also check the symlinks. Reset them with eselect gcc if
you have to.
Then try all your emerges with --tree you get a lot more helpfull output.
Also, when a dependency is missing revdep-rebuilt loves to fail. You can hunt
that down with --tree
After a recent update, I restarted Apache...
I host a number of trivial development servers (using named virtual
hosts) and also support access to one of them over SSL. While I can
access all my data over http, access by https has stopped working.
I wondered if an update had made apache fuss
Steve wrote:
Firefox under Windows and Ubuntu :
Secure Connection Failed
An error occurred during a connection to <>.
Peer's certificate has an invalid signature.
(Error code: sec_error_bad_signature)
Weirder and weirder... when I switch to lynx, it works!
Lynx remotely give
Mick wrote:
I'd take that as a big broad hint that it is looking somewhere else
for certificates in this release and it found default certs.
+1
Check in your default apache (most likely) or vhosts configuration files that
you have SSLCertificateFile and SSLCertificateKeyFile paths pointin
In the context of online banking, where Windows of some flavour is the
desktop OS, I see a substantial risk arising through spyware and/or
viruses. I suspect that a neat way to mitigate this would be to run an
OS from a CD which offers nothing more fancy than a basic web-browser.
Is there any
recommendations for how to write something to do what I want from scratch...
Steve
--
gentoo-user@lists.gentoo.org mailing list
Thanks for all your suggestions...
I will look into fail2ban... that might be what I need... While I could
crank BLOCKING_PERIOD for blacklist.py to an absurdly high value, this
(AFAIK) will not persist blocks when the server is powered down or rebooted.
I need to retain port 22 and can't ea
Situation: There's a LAN with a Netgear ADSL router... heterogenous OS,
including Gentoo, are installed on various PCs on the LAN.
I'd like to know what communicating IPs are consuming most bandwidth,
and to quantify how much bandwidth they are using... Ideally, I'd like
to see a real-time lis
Alan wrote:
Give iftop a look.
great tool... unfortunately, even in promiscuous mode, it doesn't track
TCP data except to/from the host on which it is running. I presume this
means that my Netgear DSL router implements a switch as as opposed to a
hub...
Nice try though...
--
gentoo-use
I want to be able to manage a sizeable number of reference manuals I
have in various ebook formats - CHM; PDF etc. scattered around various
PCs; on CDs etc. - and I'm looking for a web-app to help me organise
them as a virtual reference library.
I want to be able to tag the files by 'subject a
... coupled with PPP over my ssh tunnel.
Can anyone give me any hints - or, ideally, a link to a how-to?
Thanks...
Steve
Sascha Hlusiak wrote:
The easiest thing would probably be to just use ssh port forwarding because
you already have all the pieces running anyway. Wouldn't a simple
ssh -L 12345:secondapache:https u...@remotessh
and the browsing to https://localhost:12345 do the trick? Or you could use a
ppp
Anthony Metcalf wrote:
*That* depends on the exact specifics of what he is/isn't allowed to
be showing."They" may not even want the service to show as
existing at that address for whatever reason.
Thanks for all your discussion... I'll try to clarify - the PPP over
SSH approach does seem
Mick wrote:
An adaptor can have more than one public IP address (multi-homing) and you can
use something like: ifconfig eth0:0 192.168.0.2 netmask 255.255.255.0 up to
set them up (increment eth0:1, eth0:2, etc accordingly). However, if your
SSL vhost is listening on a random port you don't nee
I am looking for a web-application to manage contacts... but I'm not
looking for "just an address book"... I guess this isn't especially
gentoo, but I'd ideally like to run a server on my gentoo box, so I hope
I can be forgiven for asking here.
Personally, I'm absolutely awful at remembering p
ns so far - they've, at the very least,
helped me refine my ideas about what I want...
Steve
fact, I'd be worried about doing it any other way...
I wouldn't want to risk contributing to a massive centralised database
of personal information... :)
Thanks, and - of course - I'm still interested in anecdotal hints/tips
from anyone who has attempted something similar.
Steve
Steve wrote:
On the down-side, they both seem to have relatively steep learning
curves relative to my primary objective... i.e. keeping notes about
communications with infrequent contracts... so, for example, if I were
about to meet someone from Acme Corp next week, and I remembered
having
Mick wrote:
On Tuesday 16 June 2009, Steve wrote:
So far I've not got far with either Groupware suite... they're both
close - I wonder how hard it would be to tailor them... Hmmm.
Have a quick look at InfoLog of eGroupware. I think that either on its own,
Steve wrote:
Stumped by why the installation test for SASL failed, I ploughed on to
see where it took me. The answer to this, is as far as trying to
access my (working) IMAP server... eGroupware reports:
*The connection to the IMAP Server failed!!*
NO, Authentication failed.
Erm, update
Today my gentoo server that has sat happily churning my mundane (and
lightweight) tasks froze and I noticed when it stopped serving DNS
queries... and the server was even unresponsive from the command
prompt. I rebooted and was a bit taken aback at what I found.
The server currently runs,
Alan McKinnon wrote:
Looks like you have 200 processes sitting there blocking I/O. Is there
anything related in the logs?
Not sure - as I'm not sure where to look, or what to look for.
Your best bet is to examine emerge.log (better still - genlop) and find all
recent upgrades that might affe
Jarry wrote:
Might be bug in clamd/spamassassin. But it could also be you are
being mail-bombed (e.g. infinite depth of compressed-in-compressed
attachements).
I thought about that - but I can't find an offending email with a bogus
attachment if I am.
I recommend to include some limit for numbe
I've recently discovered a curious pattern emerging in my system log
with failed login attempts via ssh.
Previously, I noticed dictionary attacks launched - which were easy to
detect... and I've a process to block the IP address of any host that
repeatedly fails to authenticate.
What I see now is
or
example, restricting it to hosts in the UK... but still allowing remote
access wherever I've propagated DSA keys... but I think this would be
tricky to set up. A shared block-list, I suspect, would be the most
effective response to this attack... and the response most likely to
minimise others' exposure, too.
Steve
Dmitry S. Makovey wrote:
> P.S. I actually don't do any of the above. It was just a surge of creative
> paranoia
> in response to initial request :)
All good ideas - except selling the blacklist... I'd be happiest to
share my blacklist for free... my objective is to minimise exposure to
botnets -
Paul Hartman wrote:
> I think using Dmitry's idea of rejecting the first 2 connections, but
> then allowing it as normal on the third attempt would satisfy your
> requirements for being on the normal port, allowing all IPs and
> requiring no special setup on the client end (other than knowing they
Dmitry S. Makovey wrote:
>> Erm - surely I either need to set up my client to port-knock... which
>> is a faff I'd rather avoid... in order to use the technique.
> nope. just start connection. wait a minute. cancel. start another one. wait a
> minute. cancel. start new one - voila! :)
>
Eeew...
Simon wrote:
> Since it is very unlikely that the attacker is targeting you
> specifically, changing the port number (and removing root access) will
> very likely stop the attack forever. Though, if the attacker did
> target you, then you will need some more security tools (intrusion
> detection,
Alan McKinnon wrote:
> On Thursday 04 December 2008 21:03:17 Christian Franke wrote:
>
>> I just don't see what blocking ssh-bruteforce attempts should be good
>> for, at least on a server where few _users_ are active.
>>
> Two reasons:
>
> a. Maybe, just maybe, you overlooked something. Be
I am interested in the possibility of running a small-scale oracle
server for some experimental development work. Ideally, I'd install on
gentoo - as this is my server box... though I guess there may be hoops
through which I must jump...
I found this:
http://en.gentoo-wiki.com/wiki/HOWTO_Ins
I'm playing around with an application that requires me to manage a
large (multi-gigabyte to terabyte), bespoke, frequently-updating data
structure in real-time... key concerns are for durability and
efficiency. While a traditional approach might be to employ an
expensive DBMS on expensive har
Has anyone any ideas? The syslog-ng is the usually the first line
reported by top:
4097 root 20 0 3120 1060 708 R 48.3 0.1 677:46.38 syslog-ng
The files in /var/log seem to be growing at an expected slow pace and
aren't reporting anything unexpected. I followed a 'howto' and have
Steve wrote:
destination sshguardproc {
program("/usr/local/sbin/sshguard"
template("$DATE $FULLHOST $MESSAGE\n"));
};
The presence of the above line is definitely what triggers the excessive
CPU usage - it is almost as-if syslog-ng is 'busy-waiting
Steve wrote:
This is very frustrating... having played around, the syslog-ng tends
towards using 100% CPU when my server is otherwise quiet - if, and
only if, I have the program destination... even if the destination is
not used.
Oh, and strace shows syslog-ng frantically polling file
Steve wrote:
Do others get this behaviour - is this a bug in syslog-ng?
Sorry for the multiple posts... a slight error on my part. The sshguard
process wasn't running - a /bin/sh process trying to spawn it was
running (there was no link from /usr/local... to the binary) and when
the b
Sebastian Günther wrote:
program() only takes 1 argument: the programname.
There aren't two arguments (no comma) - and, yes, the syntax is odd -
but it is exactly what is given by the sshguard man page - and seems to
be confirmed by the syslog-ng manual, too.
BTW: Just curious: you do not us
Alan McKinnon wrote:
In short: top lies,
On this occasion, top was telling the truth. ;)
Has anyone else played with iFolder on Gentoo?
I followed these links:
http://gentoo-wiki.com/HOWTO_iFolder
http://www.ifolder.com/index.php/HowTos
http://www.ifolder.com/index.php/HowTo:Building_iFolder_Enterprise_Server_on_Gentoo
http://www.ifolder.com/index.php/HowTo:Building_Simple_Server_on
Norberto Bensa wrote:
Is there a straightforward way to make my Gentoo box 'play fair' and
not hog 100% of the bandwidth?
If your router doesn't give you bandwidth and/or traffic shaping
control, you can drop some packets. For example, the following rule
will accept up to 50 packets per second
I'm trying to establish a shared repository for semi-structured data...
This could be interpreted in many ways, so I'll try to illustrate with
an example.
Say I'm researching a new topic - for example, the Oil Industry... and
I'm looking to establish a shared resource detailing relevant
infor
On Friday 19 March 2010 19:14:21 Mick wrote:
> I also tried /usr/bin/oocalc, but it didn't work. :-(
Try:
oocalc -no-oosplash
:-)
nsible for the differing results lies in the last 25 lines of
/usr/lib64/openoffice/program/soffice.
Cheers,
Steve
wonder if it would be possible to set-up an "internal" account "spam"
to which only local users (i.e. myself) can send mail... "bounce" all my
spam there (using the "Mail Redirect" extension?) - and somehow use
procmail to report it? Is there a neater solution?
Steve
--
gentoo-user@gentoo.org mailing list
I admit that this is a pretty generic idea... but I hope no-one sees
harm in me asking about it here... I plan to do this with gentoo... so
if someone else has had a similar plan... maybe they could offer me the
benefit of their wisdom :-)
Assumptions:
1. There are two Linux Hosts connect
askar ... wrote:
I'm trying to setup email system by reading the "Virtual Mailhosting
System with Postfix Guide".
I have a problem in section 5.
When I do
# ./CA.pl -newca
have error "unable to load certificate
2319:error:0906D06C:PEM routines:PEM_read_bio:no start
line:pem_lib.c:637:Expecting
I've recently discovered a problem doing my periodic "emrege -uD world"
- which looks as if there is some general problem with jade [Attached
below - output from the command.]
It seems to me that jade is linked against libsop.so.3, however I only
appear to have a copy of libsop.so.4. I've not
d have expected, assuming this is a simple issue that
packages should now be dependent on openjade and not jade, that the
portage tree would have been updated to reflect this? Is this planned?
I wonder why it seems to have taken so long?
Steve
--
gentoo-user@gentoo.org mailing list
On 6/29/05, anthony hornby <[EMAIL PROTECTED]> wrote:
> Hi,
> I have a Matrox G550 dual head graphics card and I want to have DirectFB
> running on one head for VDR output http://www.cadsoft.de/vdr/ using
> softdevice, and the other head running XDirectFB so I have a local
> graphical desktop.
>
>
I'd have thought lots of people in the gentoo crowd would have been
eagerly awaiting subversion 1.2.x with its substantial new "reserved
checkout" - but nothing seems to have moved forward.
Portage (by default) still gives me version 1.1.3... but version 1.2 has
been available for a couple of
Marco Matthies wrote:
Gentoo leaves packages in unstable for a default period of time to make sure
they work allright. If you want the newest version of a package, you must tell
portage to do so by putting the appropriate stuff (subversion and it's
dependencies) in /etc/portage/package.keywor
Petteri Räty wrote:
What criteria must be met in order for a masked package (and
specifically for Subversion) to become unmasked?
At least a month and there can't be any major bugs reported to
bugs.gentoo.org. About specifics on Subversion you need to ask its
maintainer. It will stay maske
Suversion-1.2.1 depends?" It was my wish to side-step explicitly
dealing with package dependencies which prompted me to use
ACCEPT_KEYWORDS with emerge -uD ...
Steve
--
gentoo-user@gentoo.org mailing list
I was wondering if others have tackled this before me?
I only have remote SSH access to my Gentoo box (everything else is fire
walled) and I use this to map ports on my client machine to
corresponding ports on my server machine - so, for example, I can access
IMAP; SMTP, X applications etc. on
you should probably tunnel samba through ssh. Google for
"samba tunnel putty".
This is exactly what I wanted to know. I hadn't thought of googling with
"putty" as I'm using OpenSSH on both client and server - but the
techniques look the same.
Steve
--
gentoo-user@gentoo.org mailing list
Because I need my Gentoo server to perform periodic tasks on my behalf I
new I needed some implementation of "cron" - and after a brief
investigation I settled on fcron as I liked the idea that I could give
flexible scheduling in order to allow the OS to delay processing in the
event of heavy s
ss I could read the ebuild files - but it would be
far more convenient to have tips/tricks/gotchas available annotated with
each package - say on http://packages.gentoo.org/... Hmmm.
In any case, thanks - "crontab /etc/crontab" seems the perfect resolution.
Steve
--
gentoo-user@gentoo.org mailing list
ming in separate articles that it is cosmetic or a known
problem. I guess, given that I need cygwin, that my only option is to
wait and hope the nx client for windows is fixed at some point?
Steve
--
gentoo-user@gentoo.org mailing list
sh connection closes. Does anyone
have any idea why this might have started to happen?
Steve
--
gentoo-user@gentoo.org mailing list
2%22+cygwin+ssh.
In the first search result it suggested to "Switch off ForwardX11 in
your .ssh/config".
Thanks...
I guess I suspected gentoo rather than cygwin as I first noticed just
after an emerge -uD world...
Cygwin it must be then.
Steve
--
gentoo-user@gentoo.org mailing list
On Thursday 20 December 2007, Stroller wrote:
> > ... I was expecting something
> > similar to when I've hotplugged SATA drives on my desktop machine.
>
> What controller is in that, please?
>
> Does it do hardware RAID, or is it just a regular SATA controller?
I've done it using both the onboard c
> I have been thinking of going to x86_64 mode but I'm wondering if
> it's worth the trouble with multilib, chroot'ing, firefox-bin and other
> compromises (admittedly some minor). I realize I should see some speed
> increase but probably only in certain areas such as compiling.
>
I just switched
that. I just used digest for my local overlay yesterday.
Does it still allow it, or do I have an outdated version of portage?
Steve Buzonas Jr.
be able to find the driver in your kernel configuration by going to
'Device Drivers > Network Device Support > Wireless LAN > ZyDAS
ZD1211/ZD1211B USB-wireless support '.
Hope it helps.
Steve Buzonas Jr.
On Feb 7, 2008 3:19 AM, Arnau Bria <[EMAIL PROTECTED]> wrote:
> On Wed, 6 Feb 2008 20:37:56 -0500
> Steve Buzonas wrote:
>
> Hi!
>
> > Hello, reading more about the driver it says that that driver is no
> > longer maintained and it recommends zd1211rw which is
sain yan wrote:
Yes! thanks
run ifconfig only the lo interface , no ethx Why??
Sounds like the kernel's driver for your network card either isn't
compiled in, or hasn't been loaded as a module.
> I use RTL8101E
Have you followed the instructions here:
http://gentoo-wiki.com/HA
Stefán István wrote:
(II) NV(0): Monitor0: Using default hsync range of 31.50-37.90 kHz
(II) NV(0): Monitor0: Using default vrefresh range of 50.00-70.00 Hz
is the reason all the other modes are being disabled:
(II) NV(0): Not using default mode "640x350" (vrefresh out of range)
(II) NV(0): Not
standard PCM output on the sound card, rather than relying on the CD
audio lead and mixer settings which seem to be causing you so much trouble.
Cheers,
Steve.
--
[EMAIL PROTECTED] mailing list
Aleksey V. Kunitskiy wrote:
Hi,
Is there any possibility to adjust IO scheduling priority ?
There's ionice which is part of sys-process/schedutils. At least it's
in v1.5.0.
ionice -c2 -p `pidof rtorrent` will make IO very nice.
ionice -c3 -p `pidof rtorrent` claims to wait until other
I forgot to mention that I think you need to be using the CFQ
scheduler. Change ionice class doesn't seem to affect the deadline and
anticipatory schedulers' behaviour.
Also I think I had an extra space in there after the -p. Try:
ionice -c2 -p`pidof rtorrent`
--
[EMAIL PROTECTED] mailing li
ツ Leandro Sales wrote:
Here I have the same response! Unable to Connect
As was recently established in thread " packages.gentoo.org down?":
Christian Heim wrote:
It's being closed until further notice.
PS Leandro, please don't top post.
--
[EMAIL PROTECTED] mailing list
Besides the fact consideration of why the contacts of the card are that
dirty. A short exposure of rubbing alcohol will be okay. Dust the card off
with compressed air or something similar. then use the cotton swab soaked
with a little bit of the alchohol on the contacts in question
On 9/12/07,
On Friday 28 September 2007, Arnau Bria wrote:
> --- Couldn't find '
> >>> No packages selected for removal by unmerge
>
> is it normal?
According to your earlier post you don't have any versions of splashutils
installed, so yes this is normal:
> * media-gfx/splashutils
> Latest version av
On Friday 28 September 2007, Alexander Skwar wrote:
> Yep. It's saying, that any version before 1.5.2 is blocking.
> So, do:
>
> emerge -C '> /etc/portage/package.keywords
This updated version of splashutils will also require you to accept an
unstable version of klibc:
echo "~dev-libs/klibc-1.5"
On Friday 28 September 2007, Arnau Bria wrote:
> Ok, so, why is portage blocking the update?
It's not an update, it's a new install.
Something else which is installed (and probably wanting to be updated) is
trying to pull in splashutils-1.5.2 or later as a dependency. As this
version is not curr
On Sunday 30 September 2007, Alan McKinnon wrote:
> I'm getting a lot of duplicate messages lately, especially from
> gentoo-users. I don't know if it's an error on my side or not.
Not here. I've never seen duplicates from any gentoo list. I /have/ seen
several other folks on gentoo-user repor
On Sunday 30 September 2007, Neil Bothwick wrote:
> Other data in /var/lib. For example, any databases kept in /var/lib/mysql.
Rather than backup MySQL's or Postgres' binary storage I prefer to use the
relevant tool (mysqldump, pgdump[all]) to backup the database
to /root/backups/ just prior to
On Tuesday 02 October 2007, Alexander Skwar wrote:
> Hello.
>
> When X.Org 1.4 first hit the portage tree, I masked it, as I had quite
> some problems getting it to work work with my Nvidia graphics "card".
> I decided to stay with 1.3.0.0 for the time being.
>
> Now x11-base/xorg-server-1.4-r2 is
On Tuesday 02 October 2007, Rafael Barrera Oro wrote:
> ("ssh livecd" from my pc does not work even after startin sshd in the
> remote machine where i am trying to install gentoo)
I frequently install to remote machines in this way.
Have you tried using its IP address?
Are you sure the livecd mach
On Wednesday 03 October 2007, James Colby wrote:
> The reason for that is because the suspend kernel is
> configuring my hard disk as /dev/hda and my standard kernel is configuring
> it as /dev/sda. Does anyone know how I can get the suspend kernel to
> assign my hard disk as /dev/sda?
I think e
On Monday 08 October 2007, Arnau Bria wrote:
> My apache2 worked fine until lasta Friday I update it to 2.2.6.
> Now, when I try to access my drupal site, I see this error in firefox:
I'm just guessing, but Apache 2.2.6 removed "index.htm" from the list of
default index files. It may be possibl
On Monday 08 October 2007, Arnau Bria wrote:
> You're right, I needed index.php... but now php does not work!!!
Have you run revdep-rebuild, or even simply manually re-emerged PHP after
updating Apache?
> not sure if all those dir should be empty...
> could you please confirm?
I have only php.ini
On Friday 02 November 2007, sean wrote:
> How is vixie-cron setup to accept remote connections?
Eh? Why would a cron daemon need to accept connections, what does that even
mean in the context of cron?
--
[EMAIL PROTECTED] mailing list
On Saturday 03 November 2007, Grant wrote:
> I'm looking for an easy way to encode the video files I acquire into a
> single format and level of quality. It would also be nice to be able
> to easily burn a DVD of the resultant file that will play on a home
> DVD player. I'm sure there are at leas
1 - 100 of 274 matches
Mail list logo