Questions tagged [tumbleweed]

The Tumbleweed Secure Transport is a commercial managed file transfer solution sold by Axway.

7 questions
2
votes
0 answers

Opensuse Tumbleweed black screen with blinking cursor

My system is openSUSE Tumbleweed 20210408. After the update, I couldn't open KDE and also I can't see any login area just a black screen with a blinking cursor. When I wrote journalctl -b 0 -p 4 I saw output. Apr 13 16:49:04 localhost…
2
votes
1 answer

Cannot start mongodb service: /data/db not found

I'm using MongoDB 3.6.2 on openSUSE Tumbleweed. Today when I tried to open the mongo shell there was a connection error. When I checked the status of mongodb.service by using sudo systemctl status mongodb it showed Active: failed without too…
rollschild
  • 105
  • 1
  • 12
2
votes
2 answers

Is there an archive of older Linux kernels from the tumbleweed repo?

I need to narrow in on what kernel version a change was introduced in the tumbleweed kernels. Any kernels between 4.4 and 4.10 would be useful. Is there an archive of these kernels kept somewhere? I would prefer to avoid having to build from source…
BlooMeth
  • 101
  • 1
  • 8
1
vote
3 answers

HTTPS Client with FTP Login Error: javax.net.ssl.SSLException: 502 SSLv23/TLSv1 java

I am pretty new to Java so the more you explain the more I learn, and less questions I will ask ;) I am trying to program a client to connect to ftp.availity.com but I cannot for the life of me get the client to login. I have tried changing the port…
0
votes
1 answer

how to use TumbleWeed secure transport via command line only

We have been told that we have to use a piece of software called TumbleWeed Secure Transport to transport files between our selves and the other company. I can get it to work with the GUI but not with the command line. Part of the issues I am…
Jon
  • 15,110
  • 28
  • 92
  • 132
0
votes
1 answer

Send files to S3 using Tumbleweed Secure File Transport

My org uses Tumbleweed Secure File Transport to transfer files to different locations. I have a requirement to move files to S3 but am not sure whether this is possible using Tumbleweed. The way my org currently does it is to sftp the files across…
vjm
  • 49
  • 1
  • 9
-1
votes
0 answers

u-boot and linaro on linux tumbleweed

Im using linux tumbleweed machine and im using u-boot (last realease) and gcc linaro for armv7 (gcc-linaro-12.3.1-2023.06-x86_64_arm-linux-gnueabihf). When I tried to cross compile the u-boot for arm i got this error: ` CC cmd/pxe.o CC …