Displaying 20 results from an estimated 2000 matches similar to: "Received header only showing localhost"
2013 Aug 07
2
[LLVMdev] RTSC - Real-Time Systems Compiler
Hello Everyone,
We are using the LLVM infrastructure inside the RTSC, a operating system
aware compiler used for research in the field of real-time systems.
For further information please check out our website:
https://www4.cs.fau.de/Research/RTSC/
In the future we would like to use this new logo for our project:
https://www4.cs.fau.de/~klaus/rtsc-wyvern.png
Since we directly modified the
2013 Sep 24
0
[LLVMdev] RTSC - Real-Time Systems Compiler
Hello again,
since I am back from my holidays and there is still no reply to my post,
I was wondering if there is no further interest in new projects using
the LLVM framework or if it was just overlooked.
I know that the copyright question is probably a tough one (therefore we
couldn't decide it for ourselves), but we somehow expected to get some
feedback or being listed on
2013 Oct 16
1
Issue with Deploying a Rails app on VPS - cannot load such file -- unicorn/launcher
I am trying to deploy a rails application to a digitalocean VPS droplet. I
have the following setup Ruby on Rails on Ubuntu 12.10 (Nginx + Unicorn). I
have installed Ruby ruby-2.0.0-p247 and rails Rails 4.0.0 via rvm but when
I try to restart Unicorn I get the following error.
/usr/local/rvm/rubies/ruby-2.0.0-p247/lib/ruby/site_ruby/2.0.0/rubygems
/core_ext/kernel_require.rb:45:in
2011 Jun 16
7
[PATCH] replace fchmod()-based heartbeat with raindrops
This means we no longer waste an extra file descriptor per
worker process in the master. Now there''s no need to set a
higher file descriptor limit for systems running >= 1024
workers.
---
I just pushed this out to git://bogomips.org/unicorn.git and it''ll
be in Unicorn 4.x.
The subset of raindrops used by Unicorn should work on all machines
with mmap(2) +
2016 Sep 08
3
PJSIP Weirdness, or just my weirdness?
Hello!
Oh, wise ones, ponder with me over two of the surprises that
populate the universe!
I have a phone, that I sometimes cannot reach, connected via pjsip.
It can call other extensions just fine, it can call out over a
trunk to my cell, all is well, but getting a call? Forget it most of the
time.
Here is all the config relevant to that phone:
[murftest12]
type=aor
qualify_frequency=1992
2023 Mar 21
4
Error: /proc/self/status is larger than expected
Hello,
Writing to get some insight as to how I might rid myself of a the pesky
error message on the subject. Every binary throws out that error, every
LMTP delivery... basically every time any dovecot binary is executed. I
am unsure if this is configuration related or not, but intuition says it
is an issue with a kernel feature or compiler issue.
I saw the error message in the source code
2015 Jan 09
1
EZStream and Cue Sheets
I could, but I have this big old Fedora system just waiting for me to
get LS working on it, so I think I need to concentrate on making that
happen. If it's hard, difficult, tedious, inconvenient, then that's
what it is. I want the cue sheet capability some way somehow, so I'm
just going to have to knuckle down and buckle down and do it. Right?
On Wed, 7 Jan 2015 17:21:27 -0800, you
2023 Mar 22
2
Error: /proc/self/status is larger than expected
Hello,
gaia ~ # uname -a
Linux gaia 6.1.12-gentoo-x86_64 #1 SMP Thu Mar 9 19:57:24 CST 2023 x86_64 Intel(R) Core(TM) i5-3470S CPU @ 2.90GHz GenuineIntel GNU/Linux
gaia ~ # dovecot --version
2.3.20 (80a5ac675d)
gaia ~ # cat /proc/self/status | wc --bytes
See attached for example content of /proc/self/status and the dovecot.conf through 'dovecot -n'
I am re-sending this message because
2013 Sep 24
2
[LLVMdev] RTSC - Real-Time Systems Compiler
On 9/24/13 5:40 AM, Tobias Klaus wrote:
> Hello again,
>
> since I am back from my holidays and there is still no reply to my
> post, I was wondering if there is no further interest in new projects
> using the LLVM framework or if it was just overlooked.
It was just overlooked. If you don't get a response right away, feel
free to ping as you've done here.
>
> I
2023 Mar 26
1
Error: /proc/self/status is larger than expected
Hi!
This requires a code change, which is currently in progress. It does require you to patch Dovecot yourself if you want to use it, once it's ready.
Aki
> On 26/03/2023 05:22 EEST Elisamuel Resto Donate <sam at samresto.dev> wrote:
>
>
> Hi,
>
> At this point I have resorted to add the error message to be ignored by the syslog daemon to at least keep it out of
2023 Mar 26
1
Error: /proc/self/status is larger than expected
Aki,
Thank you!
Regards,
-Sam
> On Mar 26, 2023, at 04:00, Aki Tuomi <aki.tuomi at open-xchange.com> wrote:
>
> ?Hi!
>
> This requires a code change, which is currently in progress. It does require you to patch Dovecot yourself if you want to use it, once it's ready.
>
> Aki
>
>> On 26/03/2023 05:22 EEST Elisamuel Resto Donate <sam at
2015 Jan 08
2
EZStream and Cue Sheets
Looks like a lot of tedium. I'll give it a go on Red Hat, but not
before a full backup first.
On Wed, 7 Jan 2015 11:26:13 -0800, you wrote:
>Hello,
>
>Fedora and CentOS don't have any prebuilt packages in the standard repos.
>
>Here are a few guides from the Liquidsoap community, specific to CentOS.
>http://puck.in/2013/12/install-liquidsoap-1-1-on-centos-6-4/
2014 Jan 17
0
OpenSSH 6.5 test results
Hello,
here are my test results on an Ubuntu 13.10 64Bit DigitalOcean 512 MB
Droplet
Linux cloud.gc-mc.de 3.8.0-19-generic #30-Ubuntu SMP Wed May 1 16:35:23
UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
1st test:
run test connect.sh ...
Missing privilege separation directory: /var/empty
FATAL: sshd_proxy broken
make[1]: *** [t-exec] Error 1
make[1]: Leaving directory `/root/openssh/regress'
make:
2015 Jan 08
0
EZStream and Cue Sheets
In my experience liquidsoap is a lot easier to compile from source on
Debian or Ubuntu. Both platforms also have packages in the repos.
To experiment it might be easier to spin up a small local VM, or there's
always a digital oceans droplet, or EC2 micro instance.
On Jan 7, 2015 4:24 PM, "Steve Matzura" <sm at noisynotes.com> wrote:
> Looks like a lot of tedium. I'll
2023 Mar 30
1
Error: /proc/self/status is larger than expected
Hi!
This is now fixed in main, see
https://github.com/dovecot/core/compare/f359c6ee179aad5e077711c188fc8422106cbead%5E..d93c31d51b05d43eaa6eeef9cdc0f7a4157f7d0e.patch
Aki
> On 26/03/2023 17:56 EEST Elisamuel Resto <sam at samresto.dev> wrote:
>
>
> Aki,
>
> Thank you!
>
> Regards,
> -Sam
>
> > On Mar 26, 2023, at 04:00, Aki Tuomi <aki.tuomi at
2016 Nov 29
2
Any reason Asterisk won't start without a rebuild on a cloned VPS?
Any ideas why a VPS, cloned from another instance (DigitalOcean
"droplets" if it matters), won't run on the new instance?
Everything else is the same; region, memory, disk, hypervisor version etc.
And everything else runs, just not Asterisk, unless I do a make
distclean in the /usr/src/asterisk directory, rebuild, and then it
runs just fine.
I'd understand if I was moving it
2000 Jul 30
4
Vorbis On Macintosh
I doubt that their has been any development work on bringing vorbis to
the Mac. I am trying to do just that.
I want to know whether you think I should try to port it using the
various components tht are being used to bring vorbis to Be and others
OR if i should wait till September when the public beta of Mac Os X (
which is based on Unix). I have been told that unix stuff will be fairly
2016 Nov 29
5
Any reason Asterisk won't start without a rebuild on a cloned VPS?
On Tue, Nov 29, 2016, at 07:15 AM, Barry Flanagan wrote:
> On 29 November 2016 at 10:56, Jonathan H <lardconcepts at gmail.com> wrote:
>
> > Any ideas why a VPS, cloned from another instance (DigitalOcean
> > "droplets" if it matters), won't run on the new instance?
> >
> > Everything else is the same; region, memory, disk, hypervisor version etc.
2015 Aug 28
2
lists.samba.org's Mail Servers Are A Bit Wonky?
To Whom It May Concern,
I tried emailing the ostensible mailing list owner, at both addresses
noted, and got no response. Maybe somebody here knows how to alert
whomever must know about this.
Observe...
From home (business class cable with static IP and valid rDNS)...
$ host -t mx samba.org
samba.org mail is handled by 10 smtp.samba.org.
samba.org mail is handled by 5
2014 Sep 15
0
unsubscribe
help
-----Original Message-----
From: centos-request at centos.org
Sent: Saturday, September 13, 2014 1:00 PM
To: centos at centos.org
Subject: CentOS Digest, Vol 116, Issue 13
Send CentOS mailing list submissions to
centos at centos.org
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.centos.org/mailman/listinfo/centos
or, via email, send a message with subject or body