Displaying 20 results from an estimated 100 matches similar to: "Problem with getting restapi up&running"
2012 Feb 16
4
Could not set present on ensure: Read-only file system
Hi,
I try install python-psycopg2 with other packages, when run apt-get -y
update returns the errors:
err: /Stage[main]/Etc/Package[build-essential]/ensure: change from
purged to present failed: Could not set ''present on ensure: Read-only
file system - /tmp/puppet20120216-1063-18q7lsz-0 at
/tmp/vagrant-puppet/manifests/vagrant.pp:15
err:
2017 Oct 23
1
Firefox Sync Server 1.5 on CentOS 7
Le 22/10/2017 ? 21:37, Gordon Messmer a ?crit?:
>
> Yes, I use the following httpd configuration file:
>
> WSGIProcessGroup sync
> WSGIPassAuthorization On
>
> WSGIDaemonProcess sync user=apache group=apache processes=2 threads=25
> python-path=/usr/local/lib/sync-1.5/syncserver/local/lib/python2.7/site-packages/
>
> WSGIScriptAlias /sync1.5
2017 Oct 22
2
Firefox Sync Server 1.5 on CentOS 7
Hi,
I'm currently experimenting with setting up my own Firefox Sync Server
on a public server running CentOS 7, following this document:
https://mozilla-services.readthedocs.io/en/latest/howtos/run-sync-1.5.html
So far I have a partial success. Bookmarks are syncing via the basic
internal server running on port 5000, and I can also configure a MySQL
database for bookmark storage. What I
2017 Aug 03
2
[LNT] new server instance http://lnt.llvm.org seems unstable
On Wed, Aug 2, 2017, at 21:55, Tobias Grosser via llvm-dev wrote:
> This started since about 1-2 weeks, I guess. I am not sure about it
> either, but seems unfortunate. Maybe we run into some kind of timeout?
And another one :(
http://lab.llvm.org:8011/builders/perf-x86_64-penryn-O3-polly/builds/1986/steps/lnt.nightly-test/logs/stdio
2017-08-03 00:24:44 CRITICAL: Results were not
2018 Jul 27
3
SHELL() function Asterisk 13 - can only accept one paramter in string?
Hi all
This is a followup on my post "Asterisk 13 - system() dialplan app cannot call bash scripts" from yesterday
I've given up trying to use system() to call BASH scripts with parameters from Asterisk 13.
Turned out under Asterisk 13.22.0 System() DOES work, but only if you do NOT attempt to pass any parameters to the called script.
This works, and reliably calls the script:
2016 Apr 26
2
RFC: LNT/Test-suite support for custom metrics and test parameterization
Hi, Chris.
Thank you for your answer about compile tests. As I understood during looking through code of compile tests they don’t use test suite at all. Am I right? There is lack of information and examples of running compile tests in LNT documentation.
We understood that there are two groups of users: users using servers and collecting a lot of data and SQLite users, but these users as I think
2002 Aug 02
0
[Bug 378] New: sshd does not update utmp/utmpx records correctly when "UseLogin" feature on
http://bugzilla.mindrot.org/show_bug.cgi?id=378
Summary: sshd does not update utmp/utmpx
records correctly when "UseLogin" feature on
Product: Portable OpenSSH
Version: -current
Platform: MIPS
OS/Version: IRIX
Status: NEW
Severity: normal
Priority: P2
2004 Feb 15
1
Win32::Process fork fragility
Park,
I was just playing around with the Process.fork/wait that you committed. I
discovered that it''s rather easy to break with this:
require "win32/process"
include Win32
Dir.chdir ".." # This causes the problem
pid = Win32::Process.fork
if pid == 0
puts "In the child"
exit
else
puts "In the parent"
end
Win32::Process.wait(pid)
I think
2001 Aug 10
1
Solaris X86
I ran freecell under wine -debugmsg +relay and got an exception with a
message
protocol error: 84a28e8: init_process : parent but no info
just after SHOWWINDOW was called
Anyone know what this means ?
2019 Jan 03
2
doveadm_allowed_commands doesn't work as expected
Trying to limit the API calls to doveadm-http-api by configure allowed
commands, but once the commands added to the list, the RestAPI no longer
work.
1) Return correct reply when doveadm_allowed_commands is empty
# curl -k -H "Content-Type: application/json" -H "Authorization:
X-Dovecot-API <base64 api key>" https://localhost:9088/doveadm/v1
2017 Feb 15
2
[Sieve] Is the way to run external script to get attachment?
Hello.
Read all about Extprograms, but have a question.
Use case:
Every day we have couple messages with attachment (from one sender, this
is one-way communication). This attachment is uploads to ownCloud. By
hand... need some automation.
As I see, pipe cat execute scripts with text data USER/FROM/SUBJECT -
and I think with variables it can be any text data, how about attachment?
How I see
2009 Jul 16
1
ActiveResource timeout not functioning?
I''m trying to contact a REST API using ActiveResource on Rails 2.3.2.
I''m attempting to use the timeout functionality so that if the resource
I''m contacting is down I can fail quickly - I''m doing this with the
following:
class WorkspaceResource < ActiveResource::Base
self.timeout = 5
self.site = "http://mysite.com/restAPI"
end
However, when I
2024 Jun 11
1
OpenSSH - Central repository for "Match" rules
I'm not seeing if this has been asked in the past.
Has there been discussion about implementing facilities with OpenSSH for having it pull "Match" rules from a central repository, namely LDAP or a RESTAPI service?
Scott Fields
Kyndryl
Senior Lead SRE ? BNSF
2024 Jun 13
1
OpenSSH - Central repository for "Match" rules
On Tue, 11 Jun 2024, SCOTT FIELDS wrote:
> I'm not seeing if this has been asked in the past.
>
> Has there been discussion about implementing facilities with OpenSSH
> for having it pull "Match" rules from a central repository, namely
> LDAP or a RESTAPI service?
You could probably hack something together using the exising ssh_config
"Match exec" and
2024 Jun 13
1
OpenSSH - Central repository for "Match" rules
Except you'd need to cycle SSHD to pickup any changes/updates.
________________________________
From: Damien Miller <djm at mindrot.org>
Sent: Wednesday, June 12, 2024 9:28 PM
To: SCOTT FIELDS <Scott.Fields at kyndryl.com>
Cc: openssh-unix-dev at mindrot.org <openssh-unix-dev at mindrot.org>
Subject: [EXTERNAL] Re: OpenSSH - Central repository for "Match" rules
On
2024 Jun 13
1
OpenSSH - Central repository for "Match" rules
No, the command would run every ssh invocation
On Thu, 13 Jun 2024, SCOTT FIELDS wrote:
> Except you'd need to cycle SSHD to pickup any changes/updates.
>
> ____________________________________________________________________________
> From: Damien Miller <djm at mindrot.org>
> Sent: Wednesday, June 12, 2024 9:28 PM
> To: SCOTT FIELDS <Scott.Fields at
2014 Aug 24
1
How to configure dovecot imap to listen on multiple ports?
I need my dovecot imap server to listen on ports 143, 993, and also 30143 and 30993.
What syntax do I use in (I presume) the /etc/dovecot/conf.d/10-master.conf file to do this?
Thanks!
Rick
2008 Dec 23
2
rails 2.2 connection to MySQL
I have been trying to connect to MySQL thru rails. Initially I had
rails 2.1.2 and upgraded to rails 2.2 to use RestAPI in sproutcore.
Once I have upgraded my rails version to 2.2, I have been getting this
error. All I did is the following:
1. rails addressbook
2. cd addressbook
3. script/generate scaffold Contact first_name:string lastname:string
4. rake db:migrate
I also change the
2002 Jul 23
2
Irix UseLogin wtmp/utmp bug
I am using the "UseLogin yes" configuration parameter to call the
/usr/bin/login program on SGI Irix, (we are using Irix version
6.5.13). I do this because the SGI login program is AFS awhere and
checks out a token for you and I do not want to compile the Kerberos
version of sshd, (it is to messy for me to support).
Everything seems to work fine accept the wtmp(x) and utmp(x) files do
2016 Apr 26
3
RFC: LNT/Test-suite support for custom metrics and test parameterization
Hi Elena,
Thanks for pushing forward with this. I like the idea of using a NoSQL
solution.
My primary reservation is about adding the new NoSQL stuff as an extra
backend. I think the current database backend and its use of SQLAlchemy is
extremely complex and is in fact the most complex part of LNT. Adding
something more (as opposed to *replacing* it) would just make this worse
and make it more