Posts: 50
	Threads: 12
	Joined: Mar 2015
	
Reputation: 
0
	 
	
		
		
		03-08-2015, 06:11 AM 
(This post was last modified: 03-10-2015, 04:26 PM by Scott(0).)
		
	 
	
		First off I just installed linux lite and have no experience with linux.
My original post was about not being able to connect wirelessly but after multiple updates the problem has fixed itself.
Now the problem I have is everytime I reboot I get stuck in an auto reboot cycle.
I get to the instruction page telling me to do updates first but before I can update the computer shuts down and restarts.
I have to turn it off mid boot to get to a repair screen and I use the repair features to rewrite everything and then it boots up with no problems.
I use advanced options then recovery mode and then update boot loader.
It runs through the scans and I can barely make out a fail on starting smb(but it restarts too fast to write down the rest.
but once it reboots now I am fine.
	
	
	
Dell Inspiron 1525
	
	
 
 
	
	
	
		
	Posts: 50
	Threads: 12
	Joined: Mar 2015
	
Reputation: 
0
	 
	
	
		Oh btw do I need anti virus, anti malware or spyware cleaners
	
	
	
Dell Inspiron 1525
	
	
 
 
	
	
	
		
	Posts: 739
	Threads: 17
	Joined: Nov 2014
	
Reputation: 
0
	 
	
	
		I would install ufw , if it s not installed in LL already , to enable it at startup , just do this in Terminal ; 
sudo apt-get update ; sudo apt-get install ufw ; sudo ufw enable
	
	
	
HP DV7 i7 2670QM 500.1GB 8GB Ram Dual-Boot LL2.4 Beta / Extix 15.1.1 64-bit  
Dell Inspiron 1720 CrunchBang 11
Duckduckgo ( for now )
	
	
 
 
	
	
	
		
	Posts: 530
	Threads: 26
	Joined: Feb 2015
	
Reputation: 
0
	 
	
	
		For people who are coming from windows or people who are uncomfortable with the command line, gufw is a gui for "ufw" The Uncomplicated FireWall. Gufw is described as:  gufw is an easy and intuitive way to manage your Linux firewall. It supports
common tasks such as allowing or blocking pre-configured, common p2p, or
individual port(s), and many others!
It can be found in Main>System>Install/Remove Software.
 
	
	
	
“I have not failed. I’ve just found 10,000 ways that won’t work.” - Thomas Edison
	
	
 
 
	
	
	
		
	Posts: 739
	Threads: 17
	Joined: Nov 2014
	
Reputation: 
0
	 
	
	
		You have better explanations than I have mate . Thanx for clarifications .
	
	
	
HP DV7 i7 2670QM 500.1GB 8GB Ram Dual-Boot LL2.4 Beta / Extix 15.1.1 64-bit  
Dell Inspiron 1720 CrunchBang 11
Duckduckgo ( for now )
	
	
 
 
	
	
	
		
	Posts: 530
	Threads: 26
	Joined: Feb 2015
	
Reputation: 
0
	 
	
	
		No problem just trying to help  
 
	
“I have not failed. I’ve just found 10,000 ways that won’t work.” - Thomas Edison
	
	
 
 
	
	
	
		
	Posts: 739
	Threads: 17
	Joined: Nov 2014
	
Reputation: 
0
	 
	
	
		lol , way to go .
	
	
	
HP DV7 i7 2670QM 500.1GB 8GB Ram Dual-Boot LL2.4 Beta / Extix 15.1.1 64-bit  
Dell Inspiron 1720 CrunchBang 11
Duckduckgo ( for now )
	
	
 
 
	
	
	
		
	Posts: 50
	Threads: 12
	Joined: Mar 2015
	
Reputation: 
0
	 
	
	
		Thanks for the info still having the rebooting problem if anyone has any ideas.
	
	
	
Dell Inspiron 1525
	
	
 
 
	
	
	
		
	Posts: 1,255
	Threads: 21
	Joined: Aug 2014
	
Reputation: 
0
	 
	
	
		You might want to look in dmesg maybe for a clue as to the reboots.
I am on my Slackware netbook so just a example of what and where I am talking about.
Code:
harry[~]$ cd /var
harry[var]$ ls
adm    db     lib   log   man  rwho      spool  tmp
cache  empty  lock  mail  run  slapt-get  state
harry[var]$ cd log
harry[log]$ ls
ConsoleKit    cups     lastlog   pm-powersave.log  samba     spooler
Xorg.0.log    debug     maillog   pm-suspend.log    scripts   syslog
Xorg.0.log.old    dmesg     messages  removed_packages  secure    wicd
btmp        faillog  nfsd       removed_scripts   setup     wtmp
cron        gdm     packages  sa             sourcery
Then to read
Code:
harry[log]$ sudo cat dmesg
Password: 
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
<snip>
[   11.369035] XFS (sda3): Mounting Filesystem
[   11.522279] XFS (sda3): Ending clean mount
There is a lot of stuff one can check in /var/log for weird situations like a reboot loop situation.
HTH
	
LL 3.6,2.8
Dell XT2 > Touchscreen Laptop
Dell 755 > Desktop
Acer 150 > Desktop
I am who I am. Your approval is not needed.
	
	
 
 
	
	
	
		
	Posts: 1,255
	Threads: 21
	Joined: Aug 2014
	
Reputation: 
0
	 
	
		
		
		03-09-2015, 06:10 PM 
(This post was last modified: 03-09-2015, 06:12 PM by rokytnji.)
		
	 
	
		Also. Does the computer shut down or reboot if in terminal you use
Code:
sudo shutdown -h now
Edit: Not sure if systemd made that command irrelevant or not anymore but it won't hurt to try it out. 
	
LL 3.6,2.8
Dell XT2 > Touchscreen Laptop
Dell 755 > Desktop
Acer 150 > Desktop
I am who I am. Your approval is not needed.