Displaying 20 results from an estimated 4000 matches similar to: "2nd REPOST: mbox vs maildir"
2010 Feb 12
0
REPOST: mbox vs maildir
Ignoring my previous message just for a second, I realized that my
config wasn't correct. First the layout:
~mail/
~mail/Drafts
~mail/Ashley-Feb09
~mail/Others-Feb09
~mail-Archives/
~mail-Archives/2009/
~mail-Archives/2009/Ashley/
~mail-Archives/2009/Ashley/Ashley-Dec09
~mail-Archives/2009/Ashley/Ashley-Nov09
~mail-Archives/2009/Ashley/Ashley-Oct09
So I (now) have this for
2010 Feb 05
1
ggplot stacked bar chart help
I'm trying to create a stacked bar chart with x=month, y=volume, and
factor=type.
volume type month
100 A SEP09
200 A OCT09
300 A DEC09
400 B SEP09
500 B OCT09
600 B DEC09
700 C SEP09
800 C OCT09
900 C DEC09
Following Hadley's examples, I get 3 bars with SEP09: 3-A,
2010 Feb 10
0
mbox vs maildir
Ignoring my previous message just for a second, I realized that my
config wasn't correct. So I have this for namespaces:
namespace private {
separator = /
prefix = "mail/"
location = mbox:~/mail:INBOX=/var/mail/%u
inbox = yes
hidden = no
list = yes # for v1.1+
}
namespace private {
separator = /
prefix = "mail-Archives/"
location =
2015 Feb 26
2
Kickstart with multiple eth devices
On Thu, 26 Feb 2015 13:42:57 -0600, Ashley M. Kirchner <ashley at pcraft.com>
wrote:
> And after picking this back up this morning .... still no dice. I have
> now
> blacklisted the one module that would enumerate the add-in ethernet port
> so
> that is no longer an issue during the kickstart process, however the
> following is now happening:
>
> - kickstart
2008 Mar 05
4
5.0 -> 5.1
Hi folks,
I have a production server that's currently running 5.0 with all
updates. What's the easiest, or perhaps best way to upgrade it to 5.1,
with minimal down time? The downtime is critical, so I need to have it
be a short as possible. I can live with an hour or two, but larger is
going to be a pain.
Suggestions?
--
W | It's not a bug - it's an undocumented
2007 Apr 12
2
Updates?
I just installed CentOS 4 on a new server and now I'm looking for
updates that have been released. I like to keep a local mirror of all
the updates so I can apply them to other machines easier/faster (this of
course assuming I end up installing CentOS on more servers.) So, where
are those updates mirrored?
With RH/FC, I can hit any mirror and rsync the updates folders. Is
there an
2015 Feb 25
4
Kickstart with multiple eth devices
On Wed, 25 Feb 2015 17:11:02 -0600, Ashley M. Kirchner <ashley at pcraft.com>
wrote:
> Add "rdblacklist=MODULE_NAME" to your append line in pxelinux.conf file.
>>
>
> Trying that next. It'll have to wait till tomorrow as we're under a
> serious
> blizzard/snow event right now and I'd like to get home before all of hell
> freezes over.
2015 Feb 25
4
Kickstart with multiple eth devices
Define out of order in this case just so I know for sure what you mean.
What my solution does, or at least does reliably in my case, is make sure
the interfaces are in the same order once installed as the install kernel
saw them. It won't re-order them to be sequential based on bus, mac or
driver. I am working on that but it will also include naming the devices
based on the module
2007 Apr 15
2
Weird time(zone)?
I installed CentOS 5 on a server today (wiping clean the drive which
had 4.4 on it). During installation I picked the correct timezone,
location and all. Yet, upon booting the machine, it seems to think that
it's 6 hours earlier than it really is.
The BIOS has the correct time and date on it.
/etc/locatime was originally what /usr/share/zoneinfo/America/Denver
would've
2015 Jun 17
2
AutoFS mystery ...
Care to explain those two. direct versus indirect mapping?
On Wed, Jun 17, 2015 at 12:13 PM, Akemi Yagi <amyagi at gmail.com> wrote:
> On Wed, Jun 17, 2015 at 11:06 AM, Ashley M. Kirchner <ashley at pcraft.com>
> wrote:
> > Nope, that completely takes over '/mnt' and everything else that's in
> there
> > becomes invisible. However, I do believe
2007 Apr 09
1
UPS question
Hello folks,
I'm about to install Centos on a new server and this will be my
first "exposure" if you will to Centos. I come from an RH/Fedora
background. Anyway, is there a list somewhere that will tell me what
UPS batteries are compatible with Centos 4 (brand/model)? I figured
before I go out and buy something I better check to see what's supported.
Thanks.
2015 Jun 17
2
AutoFS mystery ...
Nope, that completely takes over '/mnt' and everything else that's in there
becomes invisible. However, I do believe you're on to something here.
Looking back at the other, working setup, I do realize now that I did the
same, where the path was '/mnt/<something>' and the autofs mounts are
within that, so they became '/mnt/<something>/<mount-point>'
2015 Feb 25
2
Kickstart with multiple eth devices
Here is my script for post install if you want to try it.
In order for the shuffling to not occur you do need to create the udev
rules file somehow. I am not sure how mangled this will be in email but
it is worth a try. It should run OK with nothing else. I have a better
version in the works but the enhancements are mainly useful for Fedora
19-21.
I did forget to say I also block
2015 Feb 25
2
Kickstart with multiple eth devices
Starting back in RHEL/Cent 5 I found that the only way to make sure your
interface enumeration was consistent after install with what you had
during install was to create a udev rules file using the mac addresses as
the key. It is easy to run a short script in postinstall to create it
based on how anaconda has seen them.
In order for this to work on Cent 6 you have to set biosdevname=0
2015 May 15
2
Back to eth shuffling ...
Right, I understand that part. However I believe I'm now in the realm of
making this specific to this machine as I have no guarantee that another
identical machine will pop up with those same bus IDs. Maybe for the
internal ports, but I don't know if the same will happen for the PCIe bus.
Would that be correct?
On Thu, May 14, 2015 at 6:21 PM, Kahlil Hodgson <
kahlil.hodgson at
2009 Aug 24
3
Per user namespace
I'm in the process of upgrading an old server which is running
uw-imap to a new one running Dovecot. With the old machine,
unfortunately, my users had the opportunity to store their e-mails in
various locations. For example, some have their mail boxes stored in
~/mail/[various mbox files], others ALSO have a ~/mail/clients/[various
mbox files] and yet others simply stored them in their
2015 May 15
2
Back to eth shuffling ...
Actually, I know what the MAC is for the builtin Port1 and 2. Those are
listed in the BIOS. But ultimately I don't want to rely on them as I want
the same kickstart file to work for other machines, so hardcoding those in
the kickstart file wouldn't quite work, unless I start writing multiple
kickstart files, one per machine.
Anyway, lspci reports this:
00:19.0 Ethernet controller: Intel
2007 Apr 11
2
HD/Partitions/RAID setup
I have a machine that's been configured as follows using its BIOS tools:
SATA-0 is a 160 GiB drive used as boot
SATA-1 and SATA-2 are both 500 GiB drives and were configured as a
RAID-1 in BIOS.
When the system boots up, BIOS reports 1 160 GiB SATA drive, and 1
Logical volume as RAID-1 ID#0 500 GiB, which is what I would expect it
to report, as the two drives are now raided
2007 May 24
1
NFS locking ...maybe?
Hi folks,
After some more trial and error, I was able to get a bit further in
the game with the permission issues I had (previous message was titled
'Samba permissions...) Now I'm able to get onto the system, browse and
read/copy/delete files off of the shares. What I can't do is put stuff
on because I get a locking error.
The setup is as follows:
Server 1 -->
2015 Jan 20
2
Kickstarting several *different* setups
On Tue, Jan 20, 2015 at 11:13 AM, Ashley M. Kirchner <ashley at pcraft.com> wrote:
> Tom: Thanks for the suggestion. I'll look into those tools.
>
> Mark: Yes, they are using pxeboot. Right now when they boot up, the pxe
> config offers two options, 32- and 64bit. Are you suggesting I create
> multiple entries that one selects based on what the machine is going to be?
>