Displaying 20 results from an estimated 463 matches for "alpine".
2018 Apr 02
2
LLD-linked binary segfaults at runtime on alpine linux
Alpine linux is a distribution that uses musl libc instead glibc. Here are
my steps to reproduce:
On Alpine linux, download LLVM, Clang, LLD 6.0.0 from releases.llvm.org,
and build them from source.
$ clang -c hello_world.c
$ ld.lld --gc-sections -m elf_x86_64 -o hello_world
/usr/lib/gcc/x86_64-alpine-...
2018 Apr 02
0
LLD-linked binary segfaults at runtime on alpine linux
...ce=repro` to lld command line? That generates
repro.tar in your current directory which contains all input files. And
then please compress and upload it somewhere so that we can take a look.
On Mon, Apr 2, 2018 at 9:18 AM Andrew Kelley via llvm-dev <
llvm-dev at lists.llvm.org> wrote:
> Alpine linux is a distribution that uses musl libc instead glibc. Here are
> my steps to reproduce:
>
> On Alpine linux, download LLVM, Clang, LLD 6.0.0 from releases.llvm.org,
> and build them from source.
>
> $ clang -c hello_world.c
> $ ld.lld --gc-sections -m elf_x86_64 -o hello_...
2018 Apr 02
1
LLD-linked binary segfaults at runtime on alpine linux
...generates
> repro.tar in your current directory which contains all input files. And
> then please compress and upload it somewhere so that we can take a look.
>
>
> On Mon, Apr 2, 2018 at 9:18 AM Andrew Kelley via llvm-dev <
> llvm-dev at lists.llvm.org> wrote:
>
>> Alpine linux is a distribution that uses musl libc instead glibc. Here
>> are my steps to reproduce:
>>
>> On Alpine linux, download LLVM, Clang, LLD 6.0.0 from releases.llvm.org,
>> and build them from source.
>>
>> $ clang -c hello_world.c
>> $ ld.lld --gc-sect...
2012 Aug 11
2
compile fails with x86_64-alpine-linux-uclibc-gcc
hello,
i am trying to build R on alpine/gentoo and it fails with the following
error msg:
connections.c: In function 'Rconn_fgetc':
connections.c:3184:11: error: expected identifier before '(' token
connections.c:3186:15: error: expected identifier before '(' token
make[3]: *** [connections.o] Error 1
any idea?...
2011 May 05
5
alpine + Maildir
Hello,
I am trying to configure pine.conf for all users and running into an
issue. In this setup, Mailbox format is Maildir and Maildir location
is /Mail/Username/{new,cur,..etc}
First thing required in alpine was patch for maildir and this has
already been done. After that I have tried setting up
folder-collection Mail #md ../../Mail/username and also tried using
#mc (not sure which one is correct #md or #mc). Nothing worked.
If maildir support in alpine does not work like it does for mbox then
I'...
2023 Mar 22
1
[libnbd PATCH v4 0/2] lib/utils: introduce async-signal-safe execvpe()
...t;
> >>
> >> Series merged as commit range 742cbd8c7adc..0b7172b3cffa.
> >
> > I see you already fixed one pipeline failure due to some gcc versions
> > being more picky about function __attribute__ placement than others.
> > The remaining failures are with alpine Linux, where /bin/expr comes
> > from busybox instead of coreutils, and has the unfortunate quality of
> > having its behavior dependent on argv[0].
>
> :)
>
> I just wanted to announce on-list that I disabled
> "lib/test-fork-safe-execvpe.sh" on Alpine Linux...
2023 Mar 21
2
[libnbd PATCH v4 0/2] lib/utils: introduce async-signal-safe execvpe()
...t;>>
> ...
>>>
>>
>> Series merged as commit range 742cbd8c7adc..0b7172b3cffa.
>
> I see you already fixed one pipeline failure due to some gcc versions
> being more picky about function __attribute__ placement than others.
> The remaining failures are with alpine Linux, where /bin/expr comes
> from busybox instead of coreutils, and has the unfortunate quality of
> having its behavior dependent on argv[0].
:)
I just wanted to announce on-list that I disabled
"lib/test-fork-safe-execvpe.sh" on Alpine Linux because of this :)
>
> Start...
2023 Mar 22
1
[libnbd PATCH v4 0/2] lib/utils: introduce async-signal-safe execvpe()
...;
>>>> Series merged as commit range 742cbd8c7adc..0b7172b3cffa.
>>>
>>> I see you already fixed one pipeline failure due to some gcc versions
>>> being more picky about function __attribute__ placement than others.
>>> The remaining failures are with alpine Linux, where /bin/expr comes
>>> from busybox instead of coreutils, and has the unfortunate quality of
>>> having its behavior dependent on argv[0].
>>
>> :)
>>
>> I just wanted to announce on-list that I disabled
>> "lib/test-fork-safe-execvpe.s...
2023 Mar 21
2
[libnbd PATCH v4 0/2] lib/utils: introduce async-signal-safe execvpe()
...r async-signal-safe execvpe()
> >>
...
> >
>
> Series merged as commit range 742cbd8c7adc..0b7172b3cffa.
I see you already fixed one pipeline failure due to some gcc versions
being more picky about function __attribute__ placement than others.
The remaining failures are with alpine Linux, where /bin/expr comes
from busybox instead of coreutils, and has the unfortunate quality of
having its behavior dependent on argv[0].
Starting from a clean clone, I reproduced it locally with:
$ git diff
diff --git i/lib/test-fork-safe-execvpe.sh w/lib/test-fork-safe-execvpe.sh
index 838ba...
2016 Nov 23
3
Updated my Dovecot certificate for the first time
On Wed, 23 Nov 2016 16:04:22 -0600 (CST)
Greg Rivers <gcr+dovecot at tharned.org> wrote:
> On Wed, 23 Nov 2016, Steve Litt wrote:
> > [snip]
> >
> > Alpine still gives me a bad cert warning, saying I should either
> > fix it or disable checking. I haven't yet found a way to get Alpine
> > to discriminate between a valid self-signed cert and a bad one.
> >
> Like a number of applications, alpine checks the system certificates...
2023 Mar 21
2
[libnbd PATCH v4 0/2] lib/utils: introduce async-signal-safe execvpe()
On Tue, Mar 21, 2023 at 03:56:22PM +0100, Laszlo Ersek wrote:
> > $ podman build -f ci/containers/alpine-edge.Dockerfile -t libnbd-alpine-edge
> > $ podman run -it --rm --userns=keep-id -v .:/repo:z -w /repo libnbd-alpine-edge bash
> > $ ./configure
> > $ make check
> > $ grep tmpd= lib/test-suite.log
> > + tmpd=/tmp/tmp.EMgKeF
> > $ /tmp/tmp.EMgKeF/bin/f 1 + 1
>...
2024 Jul 07
1
[Bug 1757] New: Alpine 3.19: iptables: Bad rule (does a matching rule exist in that chain?).
https://bugzilla.netfilter.org/show_bug.cgi?id=1757
Bug ID: 1757
Summary: Alpine 3.19: iptables: Bad rule (does a matching rule
exist in that chain?).
Product: iptables
Version: 1.8.x
Hardware: All
OS: other
Status: NEW
Severity: normal
Priority: P5
Component: iptables...
2009 Nov 06
1
Question about aspell, alpine and a Xen guest
I have some weird behavior I can't explain... I've noticed this behavior
since CentOS 5.2 (version I started running) through 5.4...
I am running a Xen host/VM. On my guest VM, I use Alpine as my email
client and Aspell as the spell-check... For whatever reason, when Aspell
is kicked off - there appears to be what I'd call a prolonged pause before
Aspell does its job. Should I run Alpine on bare metal (even on the host
OS) - there is no pause whatsoever.
The pause is so bad...
2009 Sep 08
1
Using Dovecot code in a non-LGPL package
Hi Timo (and all!),
Venaktesh is a friend of mine working on a patch to the venerable Alpine
mail reader so it can read Maildir format mailboxes on disk.
Venkatesh wanted to know if he could use some code from Dovecot's
lib-storage (safely opening/reading Maildirs, including accounting for NFS
and ESTALE) and the UID->message mapping code.
This way, Dovecot and Alpine would agr...
2016 Nov 23
2
Updated my Dovecot certificate for the first time
...just used the ip address.
Then I ran dovecot-mkcert.sh to create the new self-signed cert, and
finally, configured Claws-Mail to use /etc/ssl/certs/dovecot.pem as its
cert. Obviously, if my Claws-Mail were on a different machine than my
Dovecot, I would have had Claws-Mail point to a local copy.
Alpine still gives me a bad cert warning, saying I should either fix it
or disable checking. I haven't yet found a way to get Alpine to
discriminate between a valid self-signed cert and a bad one.
Anyway, all's good.
SteveT
Steve Litt
November 2016 featured book: Quit Joblessness: Start Your O...
2016 Nov 18
4
Good email client to use with Dovecot?
...folders (really?!?), 650,000 emails -
> well... this is going to be a problem for almost any client.
It wasn't a problem for Kmail, before the disastrous conversion to
Kmail2. It wasn't a problem with Claws-Mail (I'm leaving Claws for
non-technical reasons). My experimentation with Alpine indicates that,
at the single folder level, it's not a problem for Alpine: Alpine can
view a huge folder within a couple seconds the first time, instantly
from then on. My (probably temporary) problem with Alpine is finding and
committing to muscle memory tactics to replace my Kmail/Claws chops...
2010 Jul 13
1
list=children versus alpine
Hi,
when I add a collection in Alpine, Apline verifies the existence of the
added folder/namespace, like for instance adding 'common.':
0a LIST "common." ""
0b LIST "" common
Common is a shared folder. Some folder are available under that
namespace. With list=yes Alpine can add the collection,...
2013 Mar 26
4
(Al)pine on CentOS 6
Greetings,
The alpine mail rpm indicates that it comes packaged with configuration
files (/etc/pine*conf*). However, they aren't there. Possible?
Also, how did you get rid of the annoying alpine bug: a message that keeps
flashing - [Folder vulnerable - directory /var/spool/mail must have 1777
protection]?
Than...
2013 May 21
0
Re: [alpine-devel] Stable and Secure Distribution Supporting Xen
One more note on my criteria set which
led me to Alpine: I need something lightweight. The whole root
directory must fit in at most 400-500 MB.
On 05/21/2013 10:08 AM, Richard Johnson wrote:
I''m choosing between Unix-based operating systems that support Xen. My criteria
are the following:
- Compatibility: I want to use this OS o...
2018 Dec 31
2
Localhost imap server fails after upgrade from 2.2.33.2-1 to 1:2.3.2.1
I use a localhost dovecot imap server in order to access maildir folders from Alpine (see 2009 instructions for my set up here
https://cpbl.wordpress.com/2009/11/07/alpine-offlineimap-and-gmail-under-ubuntu/ )
My configuration has worked nicely since 2009, but failed after a recent upgrade of dovecot (during basic upgrade from Ubuntu 18.04 to 18.10).
The version of Alpine did no...