Displaying 20 results from an estimated 1000 matches similar to: "Dovecot Won't start on SLITAZ Linux"
2012 Apr 18
1
different behaviour with ubuntu or with slitaz
Hello,
I am a teacher and I use educational softwares that do not require installation.
Here's an example:
http://artic.ac-besancon.fr/svt/act_ped/svt_clg/troisieme/defenses/defenses-immunitaires-3eme.zip
My problem is that most of these software work relatively well under slitaz with wine version 1.2.3 but not on ubuntu10.04 with the same version of wine.
I have display problems.
With
2023 Feb 20
1
service(imap-login): Fatal: setrlimit(RLIMIT_DATA, 268435456): Invalid argument macOS
I fixed the issue with Dovecot not starting on macOS Ventura by adding this to 10-master.conf:
service log {
vsz_limit = 0
}
But now when I try to login via Imap on port 143 I get the same error for imap-login:
Feb 20 15:55:41 imap-login: Error: Feb 20 15:55:41 service(imap-login): Fatal: setrlimit(RLIMIT_DATA, 268435456): Invalid argument
Feb 20 15:55:41 imap-login: Fatal: master:
2009 Jul 10
2
ifmem.c32
Hello,
This module can be used to select the files to boot according to the
memory size:
http://hg.slitaz.org/wok/raw-file/d5f670b08670/syslinux/stuff/extra/ifmem.c
Usage:
kernel ifmem.c32
append SizeInKB LabelLarge [SizeInKB LabelMedium]... LabelTiny
Slitaz webboot (http://boot.slitaz.org/) uses it in the main configuration
files: http://mirror.slitaz.org/pxe/pxelinux.cfg/default
-pascal
2007 Feb 18
2
[LLVMdev] LLVM Cygwin build RLIMIT_RSS configuration problem
Hi Aaaron,
On Sun, 2007-02-18 at 19:50 +0000, Aaron Gray wrote:
> In order to get Cygwin working there is a need to add a
> HAVE_RLIMIT_RSS and associated logic.
This was just recently added. Does cygwin even have getrlimit and
setrlimit? IIRC correctly, it doesn't. So, perhaps these functions need
to be written differently for Cygwin. What's the equivalent win32 call?
If cygwin
2002 Dec 27
1
RLIMIT_AS patch for FreeBSD
Hey,
I've just updated the FreeBSD dovecot port to the 0.99.4 beta release,
the following patch was needed as FreeBSD has setrlimit(2) but does not
define RLIMIT_AS (I believe). I switched the code the require both,
alternatively find a parallel option in the FreeBSD setrlimit(2) manual
page. ( http://www.freebsd.org/cgi/man.cgi?setrlimit )
You may be interested in integrating this patch.
2007 Feb 18
2
[LLVMdev] LLVM Cygwin build RLIMIT_RSS configuration problem
Hi Aaron,
On Sun, 2007-02-18 at 20:43 +0000, Aaron Gray wrote:
> Hi Reid,
>
> Cygwin 'sys/resource.h' has get/setrlimit() functions support for
> RLIMIT_DATA and RLIMIT_AS but not RLIMIT_RSS.
Then, please fix it to not use RLIMIT_RSS in the cygwin case. Perhaps
you should just use RLIMIT_AS for cygwin. It will trigger sooner than
RLIMIT_RSS but that's probably okay.
2007 Nov 17
2
Dovecot + Cygwin
Hey guys,
does somebody get dovecot work under cygwin?
The compilation finish without any problems.
But after trying to run dovecot i got this in my log:
dovecot: Nov 17 02:40:18 Info: Dovecot v1.0.7 starting up
dovecot: Nov 17 02:40:19 Fatal: setrlimit(RLIMIT_DATA, 256): Invalid
argument
dovecot: Nov 17 02:40:19 Error: Auth process died too early - shutting down
dovecot: Nov 17 02:40:19 Error:
1998 Nov 21
2
simple perl script bypasses limits
Any user with shell access, or with access to upload a cgi
script can exploit this to make machine thrash badly.
Seems to circumvent any limits in the kernel
Here are my settings
dlai@whale.home.org:/home/dlai?limit
cputime unlimited
filesize 20000 kbytes
datasize 8192 kbytes
stacksize 8192 kbytes
coredumpsize 1000000 kbytes
memoryuse 8192 kbytes
descriptors
2007 Feb 18
0
[LLVMdev] LLVM Cygwin build RLIMIT_RSS configuration problem
Hi Reid,
Cygwin 'sys/resource.h' has get/setrlimit() functions support for
RLIMIT_DATA and RLIMIT_AS but not RLIMIT_RSS.
Aaron
----- Original Message -----
From: "Reid Spencer" <rspencer at reidspencer.com>
To: "LLVM Developers Mailing List" <llvmdev at cs.uiuc.edu>
Sent: Sunday, February 18, 2007 8:32 PM
Subject: Re: [LLVMdev] LLVM Cygwin build
2011 Jul 08
5
Slitaz OS. Use Wine with Amazon KindlePC
[Question] I am running Slitaz as OS
how do i get Amazon Kinde to run?
it shows up as a icon on the desktop, however clicking it shows nothing (exceot for a loading cursor which turns to nowmal)
if i ''open with Wine Windows Program Loader'' i get the folowing error
there is no windows program configured to open this file'' what gives?
if i attempt to add it in wine
2002 May 14
1
AIX capabilities not set
Hi,
we're in the process of setting up large-page support on IBM regattas,
but for large-page support the users have to have a set of extra
capabilities (CAP_BYPASS_RAC_VMM,CAP_PROPAGATE). This are configured
on a per user basis by listing which capability each user have in
/etc/security/user.
Unfortunately they don't get set when the users log in via OpenSSH
(3.1p1). Does anybody know
2007 Feb 18
0
[LLVMdev] LLVM Cygwin build RLIMIT_RSS configuration problem
Okay I have put a #ifdef HAVE_RLIMIT_RSS round the RSS code.
There needs to be logic added to config system to complement this.
Or shall I just use an #ifdef _CYGWIN_ ?
Regarding the Bytecode writer stuff. I will try adding some inline
dis-ambiguator functions.
Aaron
----- Original Message -----
From: "Reid Spencer" <rspencer at reidspencer.com>
To: "LLVM Developers
2014 Jun 21
2
isohybrid has 2 variants
> Hi,
>
> > Not being compatible with EFI/GPT is already a problem for the Perl
> > variant.
>
> The relation of both is:
>
> isohybrid.in/.pl is being left behind.
> http://git.kernel.org/cgit/boot/syslinux/syslinux.git/tree/utils/Makefile
> has:
> SCRIPT_TARGETS += isohybrid.pl # about to be obsoleted
>
> isohybrid.c replaces it feature-wise
2000 Jun 13
2
2.2.1p1 / AIX 4.2.1.0.06 login nits
Hi.
New (2.1.1p1) login code is nicer on AIX (4.2.1.0.06). Thanks.
A couple of issues, though, which I haven't really dug into yet. I'm
wondering if anyone else has seen them? If not, I'll investigate &
report.
1. If I set "UseLogin" to "yes", everything seems fine except that
the authentication agent forwarding doesn't work. The "SSH"
2008 Sep 03
4
gpxelinux feature request
Hi All,
A while back there was some mention that gpxe may acquire the
ability to receive command-line parameters. I'd dearly love if
this could become a reality.
It would be fantastic if we could have a pxelinux menu config
as follows:
KERNEL gpxelinux.0
APPEND config http://someserver.net/gpxe-for-this-box.cfg
This would solve a huge number of our problems since we
don't have the
2014 Jun 22
0
isohybrid has 2 variants
Hi,
> All the "isohybrid.exe" I know of are based on the Perl variant.
I just got one from
http://www.filewatcher.com/m/isohybrid.exe.39568-0.html
Its strings seem not to stem from isohybrid.pl.
Digging in slitaz source brought a shell script (that would be
variant #5 then):
http://hg.slitaz.org/wok/file/313b384e2a06/syslinux/stuff/tools/isohybrid.sh
But isohybrid.exe must
2014 Jun 22
5
isohybrid has 2 variants
> Hi,
>
> > All the "isohybrid.exe" I know of are based on the Perl variant.
>
> I just got one from
> http://www.filewatcher.com/m/isohybrid.exe.39568-0.html
>
> Its strings seem not to stem from isohybrid.pl.
>
> Digging in slitaz source brought a shell script (that would be
> variant #5 then):
>
2020 May 13
2
10 year old question
Hi All,
I used to run webdt.org and this was built to support a tablet computer that hit the market around the late 90?s. DT Research makes them and they get sold to mostly enterprise applications. That being said there are still a few hundred thousand of these in circulation.
The hardware is a bit of a hack. Its usb1.1 with a 44 pin flash module on 44 pin pata half height headers. MFGR
2017 Mar 21
1
Linux distribution targeted at 32-bit hardware
On 03/19/2017 01:12 AM, Ady Ady via Syslinux wrote:
> Regarding distros for older computers, there are several. The
> problem, at least at this point, is bootability. Although Antix is
> for older computers, it is also based on Debian and the latest
> ISOLINUX will also be bigger than 32KiB. Perhaps Knoppix or some (of
> the many) PuppyLinux would still use ISOLINUX 4.xx or older.
2020 May 13
0
10 year old question
> Syslinux is used to boot many distributions of linux however on this hardware
> the most recent version of syslinux that I have seen work is version 3.82 or
> version 3.83. If I try a distribution on v4 or newer of syslinux I see the boot
> hang on the first line indicating what version of syslinux is being used.
Are you saying that official Syslinux 3.86 (the last in the 3.xx)