Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting 'killed' error message, disconnected and server reset when trying to install packages. #143

Closed
bitcoinmeetups opened this issue Nov 11, 2023 · 2 comments

Comments

@bitcoinmeetups
Copy link

bitcoinmeetups commented Nov 11, 2023

Hi,

I'm Mr. Diversion, a very friendly guy.

Every time I try to install around 1 GB of packages I get the 'killed' error message, then I get disconnected and the server gets reset. I have tried different packages such as torch and an LLM and it seems to occur around 1 GB of downloads. I have also tried on two different service providers, namely europlots and another one, can't remember the name.

Is there a bandwidth limit or could there be some other cause of the issue?

Here is the SDL I'm using:


version: "2.0"
services:
myapp:
image: ubuntu:latest
expose:
- port: 22
as: 22
to:
- global: true
- port: 80
as: 80
to:
- global: true
env:
- "SSH_PASS=insertsshpasshere"
command:
- "bash"
- "-c"
args:
- 'apt-get update ; apt-get upgrade -y ; apt install -y ssh;
echo "PermitRootLogin yes" >> /etc/ssh/sshd_config ;
(echo $SSH_PASS; echo $SSH_PASS) | passwd root ;
service ssh start;
echo ==== ssh user:"root" === ;
echo === ssh pass:"$SSH_PASS" === ;
sleep infinity'
params:
storage:
data:
mount: /mnt/data
readOnly: false
profiles:
compute:
myapp:
resources:
cpu:
units: 1
memory:
size: 1Gi
storage:
- size: 1Gi
- name: data
size: 10Gi
attributes:
persistent: true
class: beta3
gpu:
units: 1
attributes:
vendor:
nvidia:
placement:
dcloud:
pricing:
myapp:
denom: uakt
amount: 1000
deployment:
myapp:
dcloud:
profile: myapp
count: 1

@bitcoinmeetups
Copy link
Author

Any customer service around here? Or is Akash just a proof of concept not actually meant for production?

@troian
Copy link
Member

troian commented Nov 22, 2023

Hi @bitcoinmeetups, thank you for reporting the issue.
Lets start with enclosing SDL content into code block to improve readability. Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants