Displaying 20 results from an estimated 500 matches similar to: "Max tftp boot size?"
2007 Jul 12
2
Patches to log imap bandwidth?
Anyone patch dovecot to syslog bytes transfered during a session or
anything of that sort? I'm trying to track down imap bandwidth spikes,
and unfortunately the uid (according to ipfw) for the imap port spikes is 0.
(Presumably FreeBSD's ipfw accounting is based on who started the app
instead of the effective user id?)
--
Jason Fesler, email/jabber <jfesler at gigo.com>
2008 May 09
1
ipv6 woes
I'm trying to bring up dovecot on a dual stack machine. I tried search for
the answers; the answers I found and tried failed :-(.
If I try this:
protocol imap {
listen = 216.218.228.114:143, [2001:470:1:18::114]:143
ssl_listen = 216.218.228.114:993, [2001:470:1:18::114]:993
}
(and similiar for pop3)
I get:
Fatal: listen: Can't resolve address 216.218.228.114:143,
2008 Sep 03
0
IPV6_V6ONLY and UDP
I see in the release notes for 7.0; and seperately CURRENT on alpha;
that IPV6_V6ONLY is now fully supported for UDP.
Can someone point me to code/text that explains what exactly was broken
about it? In what case(s) udp sockets set with IPV6_V6ONLY accepted V4
packets?
Thanks in advance..
--
Jason Fesler, email/jabber <jfesler@gigo.com> resume: http://jfesler.com
"Give a man
2006 Sep 06
4
bug report, from apple.com
Bruce includes detailed information including the imap session. Bruce
works at Apple, on the Apple Mail.app product.
---------- Forwarded message ----------
From: Bruce Arthur <barthur at apple.com>
To: dovecot at dovecot.org
Cc: Bruce Arthur <barthur at apple.com>
Date: Tue, 29 Aug 2006 09:04:35 -0700
Subject: Problem using Apple Mail with Dovecot
Server Configuration:
2013 Jan 16
1
Running a script on xm create
Hi,
I was just wondering if it is possible to cause a script to run
(configured in the domu.cfg file) each time "xm create domu.cfg" is run,
but before the machine is actually started?
ie, I''d like to "setup" the disks for the VM before xen/qemu tries to
use the devices and allocate to the domu.
I''m using xen 4.1.3 on Debian testing, and using the xm
2002 Oct 17
2
memdisk issues with 3com cards
I'm using pxelinux in an interesting way, to load DOS boot disk images from a
win2k RIS (Remote installation Service) to do various functions. Soem of the
disk images are used for flashing the BIOS on pcs, but a specific few are set
aside for booting MSDOS with MS lanman so that ghost can be run to load images
to/from the lan. I've got 6 different disk images setup and the all work
2006 Jun 01
2
Large Asterisk System
Hey Guys
I've been browsing the list looking for more information on asterisk
behavior for large system.
As for now I've got a project with
300 SIP Extensions to start, with future growth (scalability)
Capability of recording all extensions simultaneously during peak time.
And keeping the call recording for 30 days.
SIP Calls being terminated over a Cisco 5400 Gateway
Extra 100(+) FXO
2005 May 03
8
SQLite3 + RAM drive => 3 times faster unit tests
One problem I sort of always had with the ActiveRecord''s tight coupling
to the SQL backend is how slow it makes the unit tests. OK, there are
some ways to make it faster at a price of extra complexity (reusing the
fixtures, doing a rollback in the end of the test, etc), but still - it
is much slower than what I would like a unit test to be.
Today I had a very simple idea (why, oh why
2014 Dec 25
0
[PATCH 0/8] extlinux: support unmounted ext2/3/4 filesystem
>
> Hi Ady,
>
> Thank you very much, I prefer this one, add the extN support to
> linux/syslinux-nomtools, create a new "e2fs/syslinux" may make things
> more complicated for the user, I will make it as:
>
> 1) If it is a extN device, then root privilege is not required.
> 2) Otherwise work as before.
>
> Any suggestions is appreciated.
>
> //
2002 Oct 30
1
[ns]mbd, sync'ing of disks, and hdparm
Hi,
I run a little router/firewall that also acts as a print server for
the linux and win98 clients on the LAN. I have the harddisk configured
so that if there is little activity, it spins down (hdparm -S 12
/dev/hda).
I added smbd/nmbd today and with the two services running, the hard
disk drive spins down but wakes up about every 12 minutes. Without the
services, only a major event causes them
2003 Jan 02
2
ext3 instability in RH8.0?
We've been noticing some problems with ext3 and, in our
case, postfix, that appear to come to light under heavy
disk i/o loading. A previous thread found here
(http://www.redhat.com/mailing-lists/ext3-users/msg04189.html)
documents an identical set of symptons (and similar setup),
but with RH 7.2
The specifics are this:
1. Stock install of RH8.0 with postfix.
2. Linux mx 2.4.18-14 #1
2000 Jul 14
1
smbmount intermittent problems
I use smbmount to mount a number of NT shares from around a global network
in order to sync from a master distribution which resides in linux.
Specifically...
uklnxsrv$ smbmount //NTSRV/share -c 'mount /tmp/temporary_mount -u 502 -g
510' -U guest%guest_passwd
Frequently it works well, but from time to time the mounted NT share, for
lack of a better word gets corrupted. Here are the
2014 Dec 25
2
[PATCH 0/8] extlinux: support unmounted ext2/3/4 filesystem
On 12/25/2014 01:43 PM, Ady wrote:
>
>>
>>
>> On 12/25/2014 04:33 AM, H. Peter Anvin wrote:
>>> On 12/24/2014 12:16 AM, Robert Yang wrote:
>>>> Hello syslinux,
>>>>
>>>> Merry Christmas! These patches will make extlinux work with umounted
>>>> ext2/3/4 filesystem, for example:
>>>>
>>>> $ extlinux
2005 Dec 04
1
Admin Printers and Faxes from Windows XP
hi all,
I have been stuffing around with thsi problem for a couple of weeks now,
without much success :)
I am sure i am missing something simple.
I have a Samba server setup as a member server in a 2000 domain. (samba
3.0.10)
Samba is printing through CUPS and the printing works fine.
when i click on "Printers and Faxes" froma windows xp machine, it takes
about 30-60 seconds to show
2015 Jan 06
3
[PATCH 0/9] linux/syslinux: support ext2/3/4 device
On 01/06/2015 08:16 AM, H. Peter Anvin wrote:
> On 01/05/2015 04:14 PM, Robert Yang wrote:
>>
>> On 01/06/2015 08:04 AM, H. Peter Anvin wrote:
>>> On 01/01/2015 09:05 PM, Robert Yang wrote:
>>>> Hello,
>>>>
>>>> Happy New Year!
>>>>
>>>> These patches make syslinux/linux support ext2/3/4, and it doesn't
2015 Jan 08
0
[PATCH 0/9] linux/syslinux: support ext2/3/4 device
On 01/08/2015 09:19 AM, Ady wrote:
>
>> On 01/06/2015 02:28 PM, Robert Yang wrote:
>>>
>>>
>>> On 01/07/2015 03:47 AM, H. Peter Anvin wrote:
>>>> On 01/05/2015 07:20 PM, Robert Yang wrote:
>>>>>
>>>>> Hello,
>>>>>
>>>>> After more investigations, I'm a little worried about add the extX
2015 Jan 06
2
[PATCH 0/9] linux/syslinux: support ext2/3/4 device
On 01/06/2015 08:04 AM, H. Peter Anvin wrote:
> On 01/01/2015 09:05 PM, Robert Yang wrote:
>> Hello,
>>
>> Happy New Year!
>>
>> These patches make syslinux/linux support ext2/3/4, and it doesn't
>> require the root privilege, I'd like to add a separate e2fs/syslinux, if
>> that is more appropriate, it should be easy to do that.
>>
2015 Jan 06
0
[PATCH 0/9] linux/syslinux: support ext2/3/4 device
On 01/05/2015 04:14 PM, Robert Yang wrote:
>
> On 01/06/2015 08:04 AM, H. Peter Anvin wrote:
>> On 01/01/2015 09:05 PM, Robert Yang wrote:
>>> Hello,
>>>
>>> Happy New Year!
>>>
>>> These patches make syslinux/linux support ext2/3/4, and it doesn't
>>> require the root privilege, I'd like to add a separate e2fs/syslinux, if
2005 Jul 30
0
Memdisk Ramdisk survive reboot
Hi all,
I want to have a warmboot nonvolatile ramdisk to put and start XP from ram.
That means that the ramdisk and its content have to survive a reboot on a
"normal computer"! (No battery ...hihi)
First I make a try with Microsoft ramdrive.sys and switch /e in config.sys
from Dos 6.22 and with qemm386.sys but that doesnt work for me. Qemm (8,
97)does not work together with harddrive
2006 Jan 23
1
Newbie question: need assistance setting up a boot menu for linux dist + win98
Hi,
I want to Boot up from a USB Disk-On-Key, Pull up a menu of:
Start Fresh install of WBEL 3.0
Start Fresh install of WBEL 4.0
Start Fresh install of CentOS 3.6
Start Fresh install of CentOS 4.2
Load Win98 boot disk and end with command prompt.
My problem is that I'm a novice user (sounds nicer than a newbie :)) ) and
my experience with Linux was
vanilla installs with no