| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 7,732
» Latest member: Ol' Will
» Forum threads: 9,427
» Forum posts: 62,206
Full Statistics
|
| Online Users |
There are currently 1506 online users. » 0 Member(s) | 1502 Guest(s) Applebot, Baidu, Bing, Google
|
| Latest Threads |
5 Minute Boot
Forum: Other
Last Post: frank4360
2 hours ago
» Replies: 0
» Views: 7
|
after install Linux Lite ...
Forum: Installing Linux Lite
Last Post: val
Yesterday, 04:37 PM
» Replies: 10
» Views: 306
|
Sem som quando reinicia
Forum: Other
Last Post: di0lh0
Yesterday, 02:20 PM
» Replies: 19
» Views: 330
|
Hello!!!
Forum: Introductions
Last Post: stevef
Yesterday, 05:35 AM
» Replies: 1
» Views: 55
|
No authentication when i ...
Forum: Start up and Shutdown
Last Post: stevef
Yesterday, 05:33 AM
» Replies: 1
» Views: 53
|
Problem updating lite 7.6...
Forum: Updates
Last Post: valtam
11-13-2025, 11:52 PM
» Replies: 5
» Views: 429
|
ASUS x206HA black screen ...
Forum: Installing Linux Lite
Last Post: Doceal
11-10-2025, 09:25 AM
» Replies: 6
» Views: 902
|
time synchronization
Forum: Other
Last Post: LL-user
11-09-2025, 12:18 AM
» Replies: 1
» Views: 212
|
Series to Series Upgrade ...
Forum: Linux Lite Software Development
Last Post: berrywhitetiger
11-07-2025, 05:43 AM
» Replies: 4
» Views: 4,267
|
Regarding the minimum sys...
Forum: Installing Linux Lite
Last Post: valtam
11-02-2025, 11:41 PM
» Replies: 3
» Views: 471
|
|
|
| Canon Pixima TR8520 Printer/Scanner |
|
Posted by: PCTECH - 08-08-2018, 11:18 PM - Forum: Printing and Scanning
- Replies (1)
|
 |
I'm running Linux Lite 3.8 on a Dell Latitude E6500. I recently purchased a Canon TR8520 multi-function printer. Canon provides Debian package print and scanner drivers. I Installed both without issue. I can print to the printer just fine, however simple scan reports no scanners found when you open it. It doesn't matter if the printer is connected via the wireless network or directly via a USB cable. I have the same issue with my Linux Mint 18.3 XFCE Lenovo Thinkpad as well. Any suggestions?
|
|
|
| Error Codes When Trying to Install Linux Lite 3.8 |
|
Posted by: aehri - 08-07-2018, 09:19 PM - Forum: Installing Linux Lite
- Replies (1)
|
 |
Hello all,
I recently acquired some old hardware for free. I'm taking the A+ exam soon and was just wanting a system to mess around with for some hands on experience.
The station is a Dell Dimension B110 with these specs:
CPU: Intel Celeron 2.53 GHz
RAM: 256 MB DDR SDRAM @333 MHz
BIOS Version: A01
Not sure on the motherboard model. (If someone could tell me how to find it, I'd really appreciate it!)
It came with an 80 GB HDD, however after listening for awhile I quickly learned that it was shot. So, being that Windows XP was on that hard drive and I don't have access to an install CD I found Linux Lite. I downloaded Linux Lite 3.8 32-bit from the linuxliteos website under the "Linux Lite 3.8 Final Released" thread by Jerry. I burned the .iso file to a 32 GB USB drive using a software called Etcher, creating a bootable drive. Popped the USB into my older machine and booted into the Linux lite installer. Started the install, but after the yellow feather splash screen it displays a bunch of code that I don't understand. https://imgur.com/KuCFRRW
Some threads I saw suggested the USB port and/or the system itself isn't getting enough power: I moved it to 3 different outlets and tried every USB port in the front and back and still the same thing. Oh, and the only things I have plugged into the motherboard is a USB keyboard and a VGA cable. I also ran memtest86 and the tests came back clear, tried running it in safe mode and it just goes in cirlces between the installer and Dell splash screen, and I've tried 2 other stations of similar specs and the same thing happens. The common theme between all of them is that none of them have hard drives.
I was thinking maybe since the system doesn't have a hard drive, the OS doesn't have anywhere to install to. So I went and bought a second 32 GB USB drive in hopes that the OS would install to it but alas; it still persists. Does every computer require a hard drive to install the OS to? I would prefer not to have to get another hard drive, so if there's a way around it that'd be awesome.
|
|
|
| System never updated after restoring Lite 3.8 |
|
Posted by: Kory Scott - 08-03-2018, 07:25 AM - Forum: Installing Software
- Replies (9)
|
 |
Funny thing happened tonight. August 2nd 2018 after a restoring. from a bunch of errors in package manager after installing something in Linux Lite 3.8 told me my system was never updated afterwards. I had updated Monday July 30th 2018 and used backup from that same day after update using system back thought it weired as never had a OS say such a thing in Windows or other wise. May be a bug with 16.04 base? Anyway everything is there after a backup., and as far as I know 18.04 is buggy at moment so not moving over just yet if at all. We will see. Why would the system say that? New.
|
|
|
| A small reminder / notifier script for LL |
|
Posted by: kpanic - 08-02-2018, 07:04 PM - Forum: Scripting and Bash
- No Replies
|
 |
Hi folks,
I was searching for a lightweight package to give me desktop notifications but
then I noticed that all the necessary things are already in the LL installation,
I just needed a small wrapper script to make things easier.
The script is general purpose - it may be launched from basically any application
and I use it to send messages to the desktop in case the processor, graphics card
or hard-drives are close to their acceptable temperature maximum. Also, I use it
in similar kinds of error-related situations and even send me a "time to go to bed"
message, since I often forget it 
I don't know if you find this script useful, but here it is if you want to try it.
The installation is as simple as copying the script to some directory and that's
it basically - here are the detailed instructions for testing:
1. Copy the script to the clipboard, open an empty text file and paste it there.
Save the file into your home directory and give it some name, for example "lite-remind"
2. Make the script executable: Code: chmod 755 ~/lite-remind
3. Create a a small text file, which has 3 short lines in it. The first line will be "Subject" of the
message and the following two lines will be the message body - keep it short and simple.
Save it as "msg.txt" into your home directory.
4. Try the script: Open the command line and command: Code: ~/lite-remind information ~/msg.txt
5. You should see the desktop message appear to the screen for a couple of seconds.
6. Try again, but replace the word 'information' with the word 'warning' or 'error'
And here is the script: ( The ionice / nice parts from LL update notify script, thanks to [member=2]Jerry[/member] and the LL Team! )
Code: #!/bin/bash
# lite-remind v0.1
# A notification script for Linux Lite by kpanic, 2018
# Thanks to Linux Lite Team!
# Reads a message file and shows it on the desktop for
# a couple of seconds using notify-send(1).
#
# Call with two arguments:
# @param1: 'information', 'warning' or 'error'
# @param2: The location of the message file.
#
# Example: lite-remind warning /home/kpanic/message.txt
#
# The first line of the message file will be shown as
# the subject of the message. The lines 2 and 3 will
# be shown as the body of the message. The lines should
# not exceed 28 characters. Keep it short! :)
#
# The first parameter (information, warning or error)
# is the "type" of the message. This affects to which
# icon will be shown with the message. It also affects
# to the scheduling urgency.
#
#
PID=$$
# Scheduling class (3 = Idle)
SCLASS=3
NICE=/usr/bin/nice
NICEVAL=19
REMIND=/usr/bin/notify-send
ARGS="dialog-"
# Verify, that the DISPLAY is set
if [ -z "$DISPLAY" ]; then
DISPLAY=:0
export DISPLAY
fi
# exit quietly if not enough arguments,
# since this script may be launched by cron.
if [ "$#" -ne 2 ]; then
exit 0
fi
if [ ! -r "$2" ]; then
HEADER="Missing file"
MSG="Can not read the message file!"
else
HEADER=$(head -n1 "$2"|cut -c -28)
MSG=$(head -n3 "$2"|tail -2|cut -c -28)
fi
case "$1" in
information)
;;
warning)
SCLASS=2
PRIO="-n 7"
NICEVAL=8
;;
error)
SCLASS=2
PRIO="-n 4"
NICEVAL=0
;;
*)
exit 0
;;
esac
ionice -c $SCLASS $PRIO -p $PID
$NICE -n $NICEVAL \
$REMIND -u normal -c im "$HEADER" "$MSG" -i $ARGS$1
exit 0
|
|
|
| LL update error |
|
Posted by: pkmaarsen - 08-01-2018, 11:13 AM - Forum: Installing Software
- Replies (25)
|
 |
Hi all. I am a newbie in LL Forums. Try to define my problem as well as possible. Upon installing updates for LL 3.8, I always get error messages, like: while processing python-crypto, etc. errors occured. See Attachment. Could you please, help me? Paul. ===========================
Install Updates Error log
===========================
Install Updates could not successfully download and install available updates.
Go to https://www.linuxliteos.com/forums/ and paste the log below into a new or existing thread for assistance.
============ Log ===========
Reading package lists...
Building dependency tree...
Reading state information...
Calculating upgrade...
The following packages have been kept back:
virtualbox-guest-dkms virtualbox-guest-utils virtualbox-guest-x11
The following packages will be upgraded:
libcapnp-0.5.3
1 upgraded, 0 newly installed, 0 to remove and 3 not upgraded.
5 not fully installed or removed.
Need to get 602 kB of archives.
After this operation, 4096 B disk space will be freed.
Get:1 http://us.archive.ubuntu.com/ubuntu xenial-security/main i386 libcapnp-0.5.3 i386 0.5.3-2ubuntu1.1 [602 kB]
Fetched 602 kB in 0s (965 kB/s)
(Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 209740 files and directories currently installed.)
Preparing to unpack .../libcapnp-0.5.3_0.5.3-2ubuntu1.1_i386.deb ...
Unpacking libcapnp-0.5.3:i386 (0.5.3-2ubuntu1.1) over (0.5.3-2ubuntu1) ...
Processing triggers for libc-bin (2.23-0ubuntu10) ...
Setting up libcapnp-0.5.3:i386 (0.5.3-2ubuntu1.1) ...
Setting up python-crypto (2.6.1-6ubuntu0.16.04.3) ...
Segmentation fault
Segmentation fault
dpkg: error processing package python-crypto (--configure):
subprocess installed post-installation script returned error exit status 139
dpkg: dependency problems prevent configuration of python-samba:
python-samba depends on python-crypto; however:
Package python-crypto is not configured yet.
dpkg: error processing package python-samba (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of samba-common-bin:
samba-common-bin depends on python-samba; however:
Package python-samba is not configured yet.
dpkg: error processing package samba-common-bin (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of samba:
samba depends on python-samba; however:
Package python-samba is not configured yet.
samba depends on samba-common-bin (= 2:4.3.11+dfsg-0ubuntu0.16.04.13); however:
Package samba-common-bin is not configured yet.
dpkg: error processing package samba (--configure):
dependency problems - leaving unconfigured
Setting up python-apt (1.1.0~beta1ubuntu0.16.04.2) ...
Segmentation fault
Segmentation fault
dpkg: error processing package python-apt (--configure):
subprocess installed post-installation script returned error exit status 139
Processing triggers for libc-bin (2.23-0ubuntu10) ...
Errors were encountered while processing:
python-crypto
python-samba
samba-common-bin
samba
python-apt
E: Sub-process /usr/bin/dpkg returned an error code (1)
Thank you!
|
|
|
| Why can't I launch applications from MenuLibre and can from terminal? |
|
Posted by: Roy - 07-31-2018, 02:10 PM - Forum: Installing Software
- Replies (2)
|
 |
Hello
I am trying to launch an application from a shell script (was provided with the app) and it works flawlessly
When I tried to add this as a launcher in MenuLibre, it won't launch and won't say anything..
I'm guessing it's related to the user or group but I'm not sure..
The app is AwesomeBump
The script content is:
Code: export LD_LIBRARY_PATH=`pwd`
export QT_QPA_PLATFORM_PLUGIN_PATH=`pwd`
./AwesomeBump
And 'AwesomeBump' is a binary that actually runs the program..
|
|
|
| Hi all |
|
Posted by: Phillip Smith - 07-31-2018, 06:13 AM - Forum: Introductions
- Replies (5)
|
 |
Hi, ditched windows three years ago after savage windows 10 upgrade and never looked back. I am no computer wiz but do have higher than average computer skills.
Have been Distro hopping allot on my junk system, really like Deepin, Debian, Lubuntu, Peppermint, Parrot, Shark, Puppy and Xubuntu to name a few. Mint been my go-to Distro and favourite and still the OS on my wife's laptop. Still have Mint Xfce 19 as my main OS on my mucking about junk system.
Made the change to Lite few weeks ago on my old workstation which is my main computer. Quite impress with Lite, so far zero issues, everything gone textbook. To take my main system away from Mint as the OS ..... well so far Lite been the only one that has done it, can not afford to muck about on my main system as I run my Business on it.
Look forward to reading posts and maybe I might be able to help with issues.
Phil
|
|
|
| 64 bit mqachine with a 32 bit network card |
|
Posted by: Donald Trump - 07-29-2018, 05:22 PM - Forum: Network
- Replies (7)
|
 |
I have an amd64 with an athlon x2 processor . my understanding is that it has a 32 bit network card so when I install Linux lite 4 every thing works but the net dose not make a connection
when I install the 32 bit version 3.8 Linux lite every thing works and the net work connection as well
Is their any thing I can do to get Linux lite 4 to work with a 32 bit network card ?
|
|
|
|