Questions tagged [slackware]

Slackware is a free and open source Linux distribution. It was one of the earliest operating systems to be built on top of the Linux kernel and is the oldest currently being maintained (it was created by Patrick Volkerding in 1993).

Slackware aims for design stability and simplicity, and to be the most "Unix-like" Linux distribution, making as few modifications as possible to software packages from upstream and using plain text files and a small set of shell scripts for configuration and administration.

he name "Slackware" stems from the fact that the distribution started as a private side project with no intended commitment. To prevent it from being taken too seriously at first, Volkerding gave it a humorous name, which stuck even after Slackware became a serious project.

Latest version: 14.2 (2016-07-01)

Links

88 questions
0
votes
1 answer

Not able to send email to Slack Channel through a linux system using mailx

I have written a script that is sending emails as an attachment to several email ids but email is not only being sent to Slack channel email address. Although I am able to send the email to slack channel email address if I send it through outlook.…
Digvijay Waghela
  • 227
  • 1
  • 5
  • 15
0
votes
0 answers

Yii failed to connect to postgresql database in slackware 13.37

I trying an application made in Yii 1.1.14 in slackware 13.37 When trying to connect it shows a pagae with this message: Error 500 CDbConnection failed to open the DB connection. The application.log in protected/runtime shows this 2017/09/07…
Emilio Galarraga
  • 659
  • 1
  • 8
  • 14
0
votes
2 answers

During compiling, it fails at "cannot find -lexecinfo"

This is Slackware 14.1 Linux. During compiling it always fail at /usr/lib64/gcc/x86_64-slackware-linux/4.8.2/../../../../x86_64-slackware-linux/bin/ld: cannot find -lexecinfo Is there a library missing? The problem is I don't know the exact file…
BioRod
  • 529
  • 1
  • 5
  • 19
0
votes
0 answers

Bash: pass host variable to traceroute

I wrote a script to run a traceroute on a series of ip ranges. When I use the default options (that is, when I run traceroute without any additional options), my script runs fine. In other words: traceroute "$hostip" Produces the desired…
0
votes
2 answers

"python" vs "sudo python"

I am using SL6 and it has python2.6 installed. I successfully installed python2.7 The problem I face right now is when I use command "python" system runs python2.7 whereas when I run "sudo python" the system runs python2.6 Any suggestions on how to…
adikshit
  • 205
  • 3
  • 10
0
votes
1 answer

Reading the console output of a process through SSH, linux

I have a process running on Slackware 13.37 that outputs data to its terminal window. Is it possible to read/redirect this output to ssh window/PuTTY without terminating/restarting the process?
astralmaster
  • 2,344
  • 11
  • 50
  • 84
0
votes
1 answer

How to make Postfix recive mails on main domain

How can I make in postfix recive mail on my domain? ex. here I wont revice mail: neko@domain.com not like this: neko@mail.domain.com Here is how I put in main.cf, but dosn't work mydomain = domain.com myorigin = $mydomain Any solution?
0
votes
1 answer

build tshark 1.10.7 fails on luaL_openlibs

I want to build a stripped down version of tshark 1.10.7 x86 with lua support. The options i currently use are those: /configure --disable-wireshark --disable-packet-editor --disable-editcap --disable-mergecap --disable-reordercap …
Dennis Nolte
  • 160
  • 4
  • 12
0
votes
1 answer

X11 Window isn't updating/drawing automatically

I'm using x11(in slackware linux) as window for drawing with OpenGL. Everything works, but somehow my x11 Window isn't updating/drawing automatically. It only updates/draws if I resize the window. x11 Window Code: int main() { /*************** …
jeromintus
  • 367
  • 1
  • 5
  • 14
0
votes
0 answers

css difference between windows/Slackware/Ubuntu

I have a site created with Joomla and some Components and I have customized the style. In windows, all works great for all the browsers I tested (including IE), same for Linux Slackware while on Linux Ubuntu I have a problem. In fact the last…
user1638466
  • 300
  • 1
  • 5
  • 18
0
votes
1 answer

Configuring SSH with Keys in Slackware 13.0

The last day or so, I've been trying to figure out how to setup SSH on my Slackware box with public/private keys. Somethings still confuses me: In the sshd_config file, should I use a relative reference or an absolute reference when setting the…
user619891
0
votes
1 answer

Junk character output even after encoding

So, I have basically been trying to use Spanish Characters in my program, but wherever I used them, Java would print out '?'. I am using Slackware, and executing my code there. I updated lang.sh, and added: export…
0
votes
1 answer

Having trouble getting pandas onto Slackware 14

I've been trying to install python-pandas, got an error message: install requires: 'python-dateutil < 2','numpy' $ pip install 'python-dateutil < 2' 'numpy' I'm new to slackware (like the steep learning curve), so I got the binaries from various…
Matt
  • 3,508
  • 6
  • 38
  • 66
0
votes
2 answers

youtube crashing on slackware 14.0

Some video will play for a bit, then it simply says "an error occured, please try again later". I'm using firefox 15, adobe flashplayer 11. I didn't seem to have this problem on Slackware 13.37. I've tried installing the SlackBuild of…
Keegan Keplinger
  • 627
  • 5
  • 15
0
votes
1 answer

upgradepkg uses wrong version of python for package installs

I'm using slackware that has python 2.6 by default. I've installed python 2.7 and successfully insatlled numpy and scipy and matplotlib into python 2.7 using slackbuilds and pip. However, when I try to install pygame using: upgradepkg…
Keegan Keplinger
  • 627
  • 5
  • 15