Giter VIP home page Giter VIP logo

build-scripts's People

Contributors

antmurph avatar dominickm avatar mhall119 avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

isabella232

build-scripts's Issues

influxdb fails to install in CentOS 8

Steps to reproduce:
List the minimal actions needed to reproduce the behavior.

  1. Install CentOS 8
  2. Add the influxdb repo
  3. Try to install influxdb

Expected behavior:
It should install influxdb.

Actual behavior:
The installation process fails.

[root@web4 ~]# dnf install influxdb
InfluxDB Repository                                                                                                                                                                  2.4 kB/s | 2.5 kB     00:01    
Dependencies resolved.
=====================================================================================================================================================================================================================
 Package                                             Arch                                              Version                                             Repository                                           Size
=====================================================================================================================================================================================================================
Installing:
 influxdb                                            x86_64                                            1.7.9-1                                             influxdb                                             60 M

Transaction Summary
=====================================================================================================================================================================================================================
Install  1 Package

Total download size: 60 M
Installed size: 60 M
Is this ok [y/N]: y
Downloading Packages:
influxdb-1.7.9.x86_64.rpm                                                                                                                                                             31 MB/s |  60 MB     00:01    
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Total                                                                                                                                                                                 31 MB/s |  60 MB     00:01     
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
  Preparing        :                                                                                                                                                                                             1/1 
  Running scriptlet: influxdb-1.7.9-1.x86_64                                                                                                                                                                     1/1 
error: failed to exec scriptlet interpreter /bin/sh: Permission denied
error: %prein(influxdb-1.7.9-1.x86_64) scriptlet failed, exit status 127

Error in PREIN scriptlet in rpm package influxdb
  Verifying        : influxdb-1.7.9-1.x86_64                                                                                                                                                                     1/1 

Failed:
  influxdb-1.7.9-1.x86_64                                                                                                                                                                                            

Error: Transaction failed

Environment info:

  • System info: Linux 4.18.0-80.11.2.el8_0.x86_64 x86_64
  • InfluxDB version: 1.7.9
  • Other relevant environment details: not really

v2.0.0-beta - arm32 download links to arm64 binary, please create an arm32 binary

When attempting to download an arm32 build of InfluxDB v2 beta, the 'ARM' link (arm32) links to an arm64 download.

image

Steps to reproduce:
On an arm32 device (Raspberry Pi Zero)

wget https://dl.influxdata.com/influxdb/releases/influxdb_2.0.0-beta.10_linux_arm64.tar.gz
tar xvfz influxdb_2.0.0-beta.10_linux_arm64.tar.gz
cd influxdb_2.0.0-beta.10_linux_arm64
./influx --version

You will get this error:

-bash: ./influx: cannot execute binary file: Exec format error

~/influxdb_2.0.0-beta.10_linux_arm64 $ ./influx --version
-bash: ./influx: cannot execute binary file: Exec format error

Expected behavior:
Downloaded binary for arm should work on arm32 device (Raspberry Pi Zero)

Actual behavior:
Downloaded binary was for arm64, so the arm32 device could not execute it.

Environment info:

  • System info: Linux 4.19.97+ armv6l
  • InfluxDB version: (I can't run this)

Create packages with systemd files for 2.0Alpha

Proposal:
Short summary of the feature.

Add packages for 2.0 Alpha to the Influxdb repository

Current behavior:
Describe what currently happens.
Now you have to download a binary and just start it by hand.

Desired behavior:
Describe what you want.
being able to pkg-add influxdb2 would make things a lot easier.

Alternatives considered:
Describe other solutions or features you considered.

Use case:
Why is this important (helps with prioritizing requests)?
Makes upgrading with each alpha release easier. Also it would force the inclusion of systemd start files so that the alpha could be run as a system service on Linux.

Customer would like a Debian distribution for InfluxDB 2.0 OSS

Proposal:
Request is for a Debian distribution for InfluxDB 2.0 OSS

Current behavior:
We have InfluxDB 2.0 OSS Beta available as Docker image, Mac OS, Linux 64-bit and ARM 64-bit.

Desired behavior:
Racepoint Energy (Cloud 2.0 Annual customer) is asking for a Debian distribution to be available for 2.0 OSS
Alternatives considered:
None.

Use case:
Why is this important (helps with prioritizing requests)?
Customer uses Debian in their IOT devices. They are a Cloud 2.0 customer, but they also want to use OSS on their edge devices to store and process at the edge and forward aggregated data to Cloud for long term storage.

[feature request] Offer a standalone influx CLI package

Hi,

It could be very useful to get a stand alone influx-cli binary. I'm working with a cluster and would like to query it throught my endpoint (HAproxy) and not directly from nodes (where influxd + influx-cli are installed obviously).

Regards,

Influxdb stable RPMs can't be installed - no digest

When I try to install inluxdb using the rpm form here , I get the following error:-

[root@influxdb vagrant]# dnf -y --nogpgcheck localinstall https://dl.influxdata.com/influxdb/releases/influxdb-1.8.2.x8
6_64.rpm
Last metadata expiration check: 0:14:08 ago on Fri 21 Aug 2020 01:16:13 AM UTC.
influxdb-1.8.2.x86_64.rpm                                                               3.9 MB/s |  60 MB     00:15
Dependencies resolved.
========================================================================================================================
 Package                     Arch                      Version                    Repository                       Size
========================================================================================================================
Installing:
 influxdb                    x86_64                    1.8.2-1                    @commandline                     60 M

Transaction Summary
========================================================================================================================
Install  1 Package

Total size: 60 M
Installed size: 164 M
Downloading Packages:
Running transaction check
Transaction check succeeded.
Running transaction test
Error: Transaction check error:
  package influxdb-1.8.2-1.x86_64 does not verify: no digest

Error Summary
-------------

The system is a fresh install of CentOS 8. Also, this occurs with or without "--nogpgcheck"

Improve arm packaging

I've had some trouble with making use of the packages in repos.influxdata.com.

For CentOS they are packaged for the armhf architecture, however the armhfp release of CentOS actually expects packages to be armv7hl. I am by no means an expert on arm architectures, but as far as I can tell, these refer to the same thing. Indeed I have been running your armhf build on my armv7hl CentOS install on a Raspberry Pi 3b+ for quite some time without issue.

The problem is that yum cannot install "different" architectures, so I have to wget and install with rpm directly, making the repo somewhat pointless.

I have recently switched up to Fedora 29 and arm64 on the RPi, but run into the same problem - the packages on repos.influxdata.com are all packaged for arm64, whereas the arm64 release of Fedora (and indeed the arm64 CentOS too) both expect aarch64 packages. Again these are the same thing as far as I know, and the package runs fine when installed manually, but the difference makes the the package manager and the repo not usable.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.