LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 03-02-2022, 12:44 AM   #1
mrmazda
LQ Guru
 
Registered: Aug 2016
Location: SE USA
Distribution: openSUSE 24/7; Debian, Knoppix, Mageia, Fedora, others
Posts: 5,827
Blog Entries: 1

Rep: Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069
X drivers load errors


Code:
# inxi -SGMCz
System:
  Kernel: 5.15.19 x86_64 bits: 64 Console: pty pts/1 Distro: Slackware 15.0
Machine:
  Type: Desktop Mobo: ASUSTeK model: A88X-PRO v: Rev X.0x serial: <filter>
    UEFI: American Megatrends v: 2603 date: 03/10/2016
CPU:
  Info: quad core model: AMD A10-7850K Radeon R7 12 Compute Cores 4C+8G
    bits: 64 type: MT MCP cache: L2: 4 MiB
  Speed (MHz): avg: 1700 min/max: 1700/3700 cores: 1: 1700 2: 1700 3: 1700
    4: 1700
Graphics:
  Device-1: AMD Kaveri [Radeon R7 Graphics] driver: amdgpu v: kernel
  Display: server: X.org v: 1.20.14 driver: X: loaded: modesetting
    unloaded: vesa failed: amdgpu gpu: amdgpu resolution: 1680x1050
I'm new with Slackware, working through my 3rd attempt at a minimalist installation. Now that slackpkg is working, I need to find out why I have no input at the XDM login screen. Ctrl-Alt-F3 does nothing too. Only REISUB works. It makes no difference whether /etc/X11/xorg.conf-vesa is present. Switching drivers from amdgpu to radeon doesn't help. Xorg is working just fine automagically, with a little kernel cmdline help from radeon.cik_support=0 amdgpu.cik_support=1, on Debian, Fedora, Mageia, Mint, openSUSE & Ubuntu on same PC. It looks like required drivers are all installed:
Code:
# ls -Gg /usr/lib64/xorg/modules/input/
total 368
-rwxr-xr-x 1    948 Feb 13  2021 evdev_drv.la
-rwxr-xr-x 1  69480 Feb 13  2021 evdev_drv.so
-rwxr-xr-x 1    913 Feb 13  2021 kbd_drv.la
-rwxr-xr-x 1  31256 Feb 13  2021 kbd_drv.so
-rwxr-xr-x 1    955 Jan 25 00:57 libinput_drv.la
-rwxr-xr-x 1  81984 Jan 25 00:57 libinput_drv.so
-rwxr-xr-x 1    925 Feb 13  2021 mouse_drv.la
-rwxr-xr-x 1  54648 Feb 13  2021 mouse_drv.so
-rwxr-xr-x 1    944 Feb 13  2021 wacom_drv.la
-rwxr-xr-x 1 131808 Feb 13  2021 wacom_drv.so
Code:
# ls -Gg /usr/lib64/dri/
total 412859
-rwxr-xr-x 11 26060656 Jan 28 15:23 crocus_dri.so
-rwxr-xr-x  6 16335688 Jan 28 15:23 i830_dri.so
-rwxr-xr-x  6 16335688 Jan 28 15:23 i915_dri.so
-rwxr-xr-x  6 16335688 Jan 28 15:23 i965_dri.so
-rwxr-xr-x 11 26060656 Jan 28 15:23 iris_dri.so
-rwxr-xr-x 11 26060656 Jan 28 15:23 kms_swrast_dri.so
-rwxr-xr-x 11 26060656 Jan 28 15:23 nouveau_dri.so
-rwxr-xr-x  3 12693912 Jan 28 15:23 nouveau_drv_video.so
-rwxr-xr-x  6 16335688 Jan 28 15:23 nouveau_vieux_dri.so
-rwxr-xr-x  6 16335688 Jan 28 15:23 r200_dri.so
-rwxr-xr-x 11 26060656 Jan 28 15:23 r300_dri.so
-rwxr-xr-x 11 26060656 Jan 28 15:23 r600_dri.so
-rwxr-xr-x  3 12693912 Jan 28 15:23 r600_drv_video.so
-rwxr-xr-x  6 16335688 Jan 28 15:23 radeon_dri.so
-rwxr-xr-x 11 26060656 Jan 28 15:23 radeonsi_dri.so
-rwxr-xr-x  3 12693912 Jan 28 15:23 radeonsi_drv_video.so
-rwxr-xr-x 11 26060656 Jan 28 15:23 swrast_dri.so
-rwxr-xr-x 11 26060656 Jan 28 15:23 virtio_gpu_dri.so
-rwxr-xr-x 11 26060656 Jan 28 15:23 vmwgfx_dri.so
-rwxr-xr-x 11 26060656 Jan 28 15:23 zink_dri.so
Code:
# ls -Gg /usr/lib64/xorg/modules/
total 862
drwxr-xr-x 2   1024 Dec 26 17:51 drivers
drwxr-xr-x 2   1024 Dec 26 17:51 extensions
drwxr-xr-x 2   1024 Feb 13  2021 input
-rwxr-xr-x 1    925 Dec 26 17:51 libexa.la
-rwxr-xr-x 1 105192 Dec 26 17:51 libexa.so
-rwxr-xr-x 1    919 Dec 26 17:51 libfb.la
-rwxr-xr-x 1 113608 Dec 26 17:51 libfb.so
-rwxr-xr-x 1    938 Dec 26 17:51 libfbdevhw.la
-rwxr-xr-x 1  22808 Dec 26 17:51 libfbdevhw.so
-rwxr-xr-x 1    963 Dec 26 17:51 libglamoregl.la
-rwxr-xr-x 1 217168 Dec 26 17:51 libglamoregl.so
-rwxr-xr-x 1    937 Dec 26 17:51 libint10.la
-rwxr-xr-x 1 146112 Dec 26 17:51 libint10.so
-rwxr-xr-x 1    932 Dec 26 17:51 libshadow.la
-rwxr-xr-x 1  39064 Dec 26 17:51 libshadow.so
-rwxr-xr-x 1    955 Dec 26 17:51 libshadowfb.la
-rwxr-xr-x 1  14456 Dec 26 17:51 libshadowfb.so
-rwxr-xr-x 1    914 Dec 26 17:51 libvbe.la
-rwxr-xr-x 1  31112 Dec 26 17:51 libvbe.so
-rwxr-xr-x 1    937 Dec 26 17:51 libvgahw.la
-rwxr-xr-x 1  35960 Dec 26 17:51 libvgahw.so
-rwxr-xr-x 1    925 Dec 26 17:51 libwfb.la
-rwxr-xr-x 1 138184 Dec 26 17:51 libwfb.so
Code:
# ls -Gg /usr/lib64/xorg/modules/drivers/
total 846
-rwxr-xr-x 1    959 Jul 30  2021 amdgpu_drv.la
-rwxr-xr-x 1 156760 Jul 30  2021 amdgpu_drv.so
-rwxr-xr-x 1    935 Feb 13  2021 ati_drv.la
-rwxr-xr-x 1  14528 Feb 13  2021 ati_drv.so
-rwxr-xr-x 1    983 Dec 26 17:51 modesetting_drv.la
-rwxr-xr-x 1 115352 Dec 26 17:51 modesetting_drv.so
-rwxr-xr-x 1    967 Feb 13  2021 radeon_drv.la
-rwxr-xr-x 1 497944 Feb 13  2021 radeon_drv.so
-rwxr-xr-x 1    966 Feb 13  2021 vboxvideo_drv.la
-rwxr-xr-x 1  39864 Feb 13  2021 vboxvideo_drv.so
-rwxr-xr-x 1    921 Feb 13  2021 vesa_drv.la
-rwxr-xr-x 1  31808 Feb 13  2021 vesa_drv.so
Does anyone know or can anyone tell from Xorg.0.log why amdgpu, libinput & glamor generate load fail messages, libinput in particular?
 
Old 03-02-2022, 12:53 PM   #2
USUARIONUEVO
Senior Member
 
Registered: Apr 2015
Posts: 2,338

Rep: Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930
You think are a god of linux making minimalistic installation , good luck with that.

You have a lot of missing libs ...this one as example.

Quote:
libwayland-server.so.0: cannot open shared object file: No such file or directory
No time to lost here cause we cant know what are you doing in your custom minimalistic installation.

What a pro ... /ironic off

Quote:
libwacom.so.2: cannot open shared object file: No such file or directory

Last edited by USUARIONUEVO; 03-02-2022 at 12:55 PM.
 
1 members found this post helpful.
Old 03-02-2022, 02:48 PM   #3
bassmadrigal
LQ Guru
 
Registered: Nov 2003
Location: West Jordan, UT, USA
Distribution: Slackware
Posts: 8,792

Rep: Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656
Quote:
Originally Posted by mrmazda View Post
I'm new with Slackware, working through my 3rd attempt at a minimalist installation.
What are you hoping to gain with a minimalist installation? Right now, it seems like a lot of headache to only save a few GBs.
 
Old 03-02-2022, 08:49 PM   #4
mrmazda
LQ Guru
 
Registered: Aug 2016
Location: SE USA
Distribution: openSUSE 24/7; Debian, Knoppix, Mageia, Fedora, others
Posts: 5,827

Original Poster
Blog Entries: 1

Rep: Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069
Quote:
Originally Posted by USUARIONUEVO View Post
You think are a god of linux making minimalistic installation , good luck with that.
Been doing it with other distros more than two decades.
Quote:
You have a lot of missing libs ...
Turns out the culprit was libinput apparently depends on libwacom. I never noticed that was so before. I have never had any kind of wacom device. *aylan* is not required.

It works now automagically, no need for xorg.con*:
Code:
# inxi -GISayz
System:
  Kernel: 5.15.19 x86_64 bits: 64 compiler: gcc v: 2.37-slack15
    parameters: BOOT_IMAGE=/boot/vmlinuz rw ipv6.disable=1 net.ifnames=0
    noresume mitigations=auto consoleblank=0 radeon.cik_support=0
    amdgpu.cik_support=1 4
  Desktop: TWM vt: 7 dm: XDM Distro: Slackware 15.0
Graphics:
  Device-1: AMD Kaveri [Radeon R7 Graphics] vendor: ASUSTeK driver: amdgpu
    v: kernel alternate: radeon ports: active: DP-1,DVI-D-1,VGA-1 empty: none
    bus-ID: 00:01.0 chip-ID: 1002:130f class-ID: 0300
  Display: x11 server: X.Org v: 1.20.14 driver: X: loaded: amdgpu
    unloaded: modesetting,vesa alternate: fbdev gpu: amdgpu display-ID: :0
    screens: 1
  Screen-1: 0 s-res: 6160x1440 s-dpi: 96 s-size: 1629x381mm (64.1x15.0")
    s-diag: 1673mm (65.9")
  Monitor-1: DVI-D-0 mapped: DVI-D-1 pos: primary,left model: Acer K272HUL
    serial: <filter> built: 2018 res: 2560x1440 hz: 60 dpi: 109 gamma: 1.2
    size: 598x336mm (23.5x13.2") diag: 686mm (27") ratio: 16:9 modes:
    max: 2560x1440 min: 720x400
  Monitor-2: DisplayPort-0 mapped: DP-1 pos: center model: NEC EA243WM
    serial: <filter> built: 2011 res: 1920x1200 hz: 60 dpi: 94 gamma: 1.2
    size: 519x324mm (20.4x12.8") diag: 612mm (24.1") ratio: 16:10 modes:
    max: 1920x1200 min: 640x480
  Monitor-3: VGA-0 mapped: VGA-1 pos: right model: Lenovo L2251x Wide
    serial: <filter> built: 2011 res: 1680x1050 hz: 60 dpi: 90 gamma: 1.2
    size: 474x296mm (18.7x11.7") diag: 559mm (22") ratio: 16:10 modes:
    max: 1680x1050 min: 720x400
  OpenGL: renderer: AMD KAVERI (DRM 3.42.0 5.15.19 LLVM 13.0.0)
    v: 4.6 Mesa 21.3.5 direct render: Yes
Info:...Shell: Bash inxi: 3.3.13
It also works with modesetting DIX, and xrandr:
Code:
# pinxi -GISayz
System:
  Kernel: 5.15.19 x86_64 bits: 64 compiler: gcc v: 2.37-slack15
    parameters: BOOT_IMAGE=/boot/vmlinuz rw ipv6.disable=1 net.ifnames=0
    noresume mitigations=auto consoleblank=0 radeon.cik_support=0
    amdgpu.cik_support=1 4
  Desktop: TWM vt: 7 dm: XDM Distro: Slackware 15.0
Graphics:
  Device-1: AMD Kaveri [Radeon R7 Graphics] vendor: ASUSTeK driver: amdgpu
    v: kernel alternate: radeon ports: active: DP-1,DVI-D-1,VGA-1 empty: none
    bus-ID: 00:01.0 chip-ID: 1002:130f class-ID: 0300
  Display: x11 server: X.Org v: 1.20.14 driver: X: loaded: modesetting
    unloaded: vesa failed: amdgpu alternate: fbdev gpu: amdgpu display-ID: :0
    screens: 1
  Screen-1: 0 s-res: 2560x3690 s-dpi: 120 s-size: 541x781mm (21.3x30.7")
    s-diag: 950mm (37.4")
  Monitor-1: DP-1 pos: middle model: NEC EA243WM serial: <filter>
    built: 2011 res: 1920x1200 hz: 60 dpi: 94 gamma: 1.2
    size: 519x324mm (20.4x12.8") diag: 612mm (24.1") ratio: 16:10 modes:
    max: 1920x1200 min: 640x480
  Monitor-2: DVI-D-1 pos: primary,bottom model: Acer K272HUL
    serial: <filter> built: 2018 res: 2560x1440 hz: 60 dpi: 109 gamma: 1.2
    size: 598x336mm (23.5x13.2") diag: 686mm (27") ratio: 16:9 modes:
    max: 2560x1440 min: 720x400
  Monitor-3: VGA-1 pos: primary,top model: Lenovo L2251x Wide
    serial: <filter> built: 2011 res: 1680x1050 hz: 60 dpi: 90 gamma: 1.2
    size: 474x296mm (18.7x11.7") diag: 559mm (22") ratio: 16:10 modes:
    max: 1680x1050 min: 720x400
  OpenGL: renderer: llvmpipe (LLVM 13.0.0 256 bits) v: 4.5 Mesa 21.3.5
    direct render: Yes
Info:...Shell: Bash v: 5.1.16 running-in: xterm pinxi: 3.3.13-5
 
Old 03-02-2022, 08:49 PM   #5
mrmazda
LQ Guru
 
Registered: Aug 2016
Location: SE USA
Distribution: openSUSE 24/7; Debian, Knoppix, Mageia, Fedora, others
Posts: 5,827

Original Poster
Blog Entries: 1

Rep: Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069
Quote:
Originally Posted by bassmadrigal View Post
What are you hoping to gain with a minimalist installation? Right now, it seems like a lot of headache to only save a few GBs.
It's not just a few, nor is it not just a few only once, but because of updates, there are repeats, both of bandwidth consumption, write consumption, and time consumption. I don't need 18GB for any other distro I've installed. Why should Slackware be provisioned differently?
Code:
# lsblk -o NAME,FSTYPE,FSSIZE,FSAVAIL,FSUSE%,MOUNTPOINT
NAME    FSTYPE  FSSIZE FSAVAIL FSUSE% MOUNTPOINT
sda
├─sda1  vfat
├─sda2  swap
├─sda3  ext2    387.4M  159.6M    59% /data/installer
├─sda4  ext4      3.8G    2.2G    42% /usr/local # including multiple web browsers
├─sda5  ext4      6.1G    5.4G    11% /home
├─sda6  ext4     12.1G    2.6G    78% /data
├─sda7  ext4      7.7G    2.9G    57% # openSUSE Tumbleweed with 7 kernels, KDE3 & KDE5
├─sda8  ext4      7.7G  893.4M    83% # openSUSE 15.0 with 11 kernels & TDE
├─sda9  ext4      7.7G    719M    86% # openSUSE 15.1 with 12 kernels & TDE
├─sda10 ext4      7.7G  808.5M    84% # Debian 10 with 12 kernels & TDE
├─sda11 ext4      7.7G    3.1G    55% # openSUSE 15.4 with 4 kernels & TDE
├─sda12 ext4      7.7G    1.8G    72% # Ubuntu 20.04 with 8 kernels & TDE
├─sda13 ext4      7.7G  764.5M    85% # Mint with 2 kernels & 
├─sda14 ext4      7.7G      4G    43% # Debian 11 with 2 kernels & TDE
├─sda15 ext4      7.7G    2.3G    65% # Fedora 35 with 4 kernels & KDE5
├─sda16 ext4      7.7G    3.2G    53% # Fedora 36 with 2 kernels & KDE5
├─sda17 ext4      7.7G    1.1G    81% # Ubuntu 18.04 with 8 kernels & TDE
├─sda18 ext4      7.7G    2.8G    58% # openSUSE 15.3 with 9 kernels & IceWM
├─sda19 ext4      7.7G    2.9G    58% # Mageia 9 with 4 kernels & KDE5
├─sda20 ext4      7.7G    1.9G    71% # Fedora 34 with 5 kernels & KDE5
├─sda21 ext4      7.7G    3.7G    47% # openSUSE 15.2 with 2 kernels & TDE
├─sda22 ext4      7.7G    2.8G    59% / # Slackware 15.0 with 1 kernel & 0 DEs
├─sda23 ext4 # for next distro addition
├─sda24 ext4 # extra Tumbleweed
├─sda25 vfat # extra ESP
├─sda26 ext2 # scratch
└─sda27 ext2 # placeholder
BTW, those / partition sizes are the largest I use except on my 24/7 box. On most systems here, roots are 4G, 4.4G, 4.8G, 5.6G or 6.4G. All those 7.7Gs above as listed in my partitioner are sized 8.0G. All installations include Samba, none include web browser (except Konqueror), *Office or build environments.
 
Old 03-03-2022, 01:59 AM   #6
bassmadrigal
LQ Guru
 
Registered: Nov 2003
Location: West Jordan, UT, USA
Distribution: Slackware
Posts: 8,792

Rep: Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656
Quote:
Originally Posted by mrmazda View Post
It's not just a few, nor is it not just a few only once, but because of updates, there are repeats, both of bandwidth consumption, write consumption, and time consumption. I don't need 18GB for any other distro I've installed. Why should Slackware be provisioned differently?
I mean, you downloaded the iso which is under 4.3GB (3.6GB) and updates aren't that much. Write consumption is laughable as pretty much any NAND from the last decade can support far more writes than a normal person would ever write to it... orders of magnitude more.

Also, Slackware is unique compared to the other distros you mention because it doesn't document dependencies and it's designed to be installed as a full installation. Other distros make it easy to slim down by showing what packages require what. Trying to uninstall a critical dependency will tend to show what might break from it. Slackware does not do that. You're expected to have a fundamental understanding of dependencies and the knowledge on how to track down missing ones when you run a partial install. Your posts here have shown you don't contain that understanding yet. (BTW, libinput has defaulted to requiring libwacom since 1.8.0, which was released in 2017; it's up to 1.19.3 in 15.0.)

But you do you...
 
Old 03-03-2022, 05:42 AM   #7
mrmazda
LQ Guru
 
Registered: Aug 2016
Location: SE USA
Distribution: openSUSE 24/7; Debian, Knoppix, Mageia, Fedora, others
Posts: 5,827

Original Poster
Blog Entries: 1

Rep: Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069
Quote:
Originally Posted by bassmadrigal View Post
pretty much any NAND from the last decade can support far more writes than a normal person would ever write to it... orders of magnitude more.
That's the theory, but not my experience. I haven't been using SSDs 5 years yet, and have had to replace 3, a total failure rate of more than 10% among a pool of drives most of which are not run every day or even every week or month, and that doesn't count any partial failures, those whose performance has quite noticeably deteriorated or is erratic.

Quote:
Also, Slackware is unique compared to the other distros you mention because...it's designed to be installed as a full installation.
I didn't pick up on that until after choosing to install it, and then only by inference from using its installer's package selection system.
 
Old 03-03-2022, 01:29 PM   #8
bassmadrigal
LQ Guru
 
Registered: Nov 2003
Location: West Jordan, UT, USA
Distribution: Slackware
Posts: 8,792

Rep: Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656
Quote:
Originally Posted by mrmazda View Post
That's the theory, but not my experience. I haven't been using SSDs 5 years yet, and have had to replace 3, a total failure rate of more than 10% among a pool of drives most of which are not run every day or even every week or month, and that doesn't count any partial failures, those whose performance has quite noticeably deteriorated or is erratic.
Those failures would likely be unrelated to excessive writes unless you're using garbage-tier NAND devices. The most in depth test that I'm aware of was completed back in 2015 (started in 2013, so the drives are using almost decade old technology). With that test, even the lowest drive wrote 700TB before dying (it was rated for 22TB). 700TBs! That's 383GB/day for 5 years. If it were to write even 100GB/day (which is a LOT), the NAND would last 19 years. It was able to write almost 32x it's rated endurance. 2 of the tested drives surpassed 2PB of writes.

Current drives have increased their rated endurance and are likely capable of hitting 3PB or more if pushed. My Samsung EVO 960 1TB NVMe drive is rated for 400TB (introduced in 2017). I feel I'm a pretty heavy user of it and I'm using a whopping 4% of my rated endurance capacity. I've written ~25TB to the drive in about 20K hours of operation (surprisingly, I've only read 15TB). That's about 30GB written per day. If I keep that usage up, this drive's NAND should last for another 34 years before exceeding its rated write capacity. The more modern EVO 980 1TB is rated for 600TB.

It is far more likely for a flash device to have hardware failure than to exceed the write capacities of NAND devices. Hardware failures for NAND devices are usually tied to heat or power failure.
 
2 members found this post helpful.
  


Reply

Tags
slackware 15.0, xorg



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Are these error harmful? -.sd1 Soft Errors: 0 Hard Errors: 6 Transport Errors: 0 manalisharmabe Solaris / OpenSolaris 2 10-04-2013 11:55 AM
Errors, Errors, and more Errors (KDE 3.4.x GUI Errors) Dralnu Linux - Software 2 05-13-2006 08:30 AM
Websites load slow, but once they load, any links inside them load fast smurcoch Mandriva 3 02-06-2006 12:47 AM
errors,errors,errors!!! randell6564 Mandriva 2 01-15-2006 02:29 AM
Grub errors...grub errors...grub errors smattmac Linux - Newbie 1 06-13-2005 02:07 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 09:09 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration