LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 02-25-2016, 10:12 AM   #31
onebuck
Moderator
 
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: SlackwareŽ
Posts: 13,925
Blog Entries: 44

Rep: Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159
Member Response


Hi,

After reading this thread, I think the OP has a bad install/media since missing libs & files for some apps. Checked the md5sum for the downloaded ISO?

For the network issues, I would check the /etc/resolv.conf file for proper nameservers. From the cli I would 'ping 74.125.21.113' (Google.com IP) to see if the route & network are OK. To check route table run 'route -n' as root. If the ping does fail with the IP then most likely you have a configuration issue. If the ping works then look at the nameservers within '/etc/resolv.conf'.

I will setup my installs with a Static IP and configure manually to confirm a proper functioning network either wired or wireless.

BTW, do not touch '/etc/rc.d/rc.wireless.conf', do your configurations for a static setup or otherwise within '/etc/rc.d/rc.inet1.conf'. If you intend to use 'wicd' or networkmanager then leave '/etc/rc.d/rc.inet1.conf' in it's virgin state(original).

You can use; Configure your new Slackware System to help setting up your network wireless or wired.

As to your getting proper packages for a install then you can get them from the version level at a chosen mirror. Or from the valid install media by mount using the loop option for mount.

I am currently on vacation in Florida with a new Laptop that will get Slackware on it when I get home. I still need to bump the RAM on this and install a new SSD to get this baby moving properly.

For security reasons, I prefer a wired connection especially in unknown areas. I trust my network at home but do not anywhere else. Love the Bright House network here for the speed and ease of use. 100Mbps can spoil you. I checked the local modem and found that BH does not change the user name or password. I sent a note to the BH support that this just leaves their networks open for anyone to do anything to their subscribers. Sorry about the OT. Been away from LQ for a while.

Back soon, permanently!

Hope this helps.
Have fun & enjoy!

Last edited by onebuck; 02-25-2016 at 10:14 AM. Reason: typo
 
1 members found this post helpful.
Old 02-29-2016, 02:57 PM   #32
wiliamvw
Member
 
Registered: Mar 2008
Location: Pittsburgh
Distribution: Suse, Slack,Uberstudent, Zorin, SL, Bugtraq
Posts: 324

Original Poster
Rep: Reputation: 16
update

Does wicp give IP? Yes,says: connected to CLP-Main Library Nickname: Go333 at -42 dBm (IP: 10.50.13.158)
Tried browsers Konqueror and Seamonkey and get less than via Firefox.
Problem may well be in /etc/resolv.conf since have no nameservers there. All that shows is:
#Generated by dhcpcd
#/etc/resolv.conf.head can replace this line
#/etc/resolv.conf.tail can replace this line ; then I deleted word tail and what followed and replaced it with: 10.50.13.158 in hopes this might get to local server, but did nothing and likely was not an appropriate entry.

If that line can be replaced by something useful please advise.

As to install medium, I used a dvd from osdisc and first time I used it had no problems until some new installs of dependencies messed it up and had to do this new full install.
As I have everything on 3 partitions [ swap /(with boot) /home] could I safely do a new install deleting and replacing only / and that way fix any systemic problems while retaining all my files and users?

Again, thanks for your time and attention, I know this problem is a real drag.
 
Old 02-29-2016, 03:04 PM   #33
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
Try adding the following at the bottom of your /etc/resolv.conf. It seems like the dhcp server isn't providing you with a DNS server, which prevents you from using domain names (ie, google.com) to access websites. wicd and/or network manager might provide you options to set your own DNS server which you could use instead of manually editing your resolv.conf every time you connect to their network.

Code:
nameserver 8.8.8.8
 
1 members found this post helpful.
Old 02-29-2016, 05:52 PM   #34
allend
LQ 5k Club
 
Registered: Oct 2003
Location: Melbourne
Distribution: Slackware64-15.0
Posts: 6,371

Rep: Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749
Quote:
For wicd have disabled support for all interfaces in /etc/rc.d/rc.inet1.conf [followed SlackDocs example; ex. USE_DHCP [0] - "no"; etc.]
For DHCP, that option needs to be set to "yes"
Please post the output of
Code:
sed '/^.*#/d' /etc/rc.d/rc.inet1.conf
run as root.
 
1 members found this post helpful.
Old 03-02-2016, 05:35 PM   #35
wiliamvw
Member
 
Registered: Mar 2008
Location: Pittsburgh
Distribution: Suse, Slack,Uberstudent, Zorin, SL, Bugtraq
Posts: 324

Original Poster
Rep: Reputation: 16
update

tried the 8.8.8.8 and was better [tried for minute to connect] but not successful

IPADDR[0]=""
NETMASK[0]=""
USE_DHCP[0]"no"
DHCP_HOSTNAME[0]=""

GATEWAY=""
 
Old 03-02-2016, 08:38 PM   #36
allend
LQ 5k Club
 
Registered: Oct 2003
Location: Melbourne
Distribution: Slackware64-15.0
Posts: 6,371

Rep: Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749
That output suggests that you have been playing in /etc/rc.d/rc.inet1.conf.
As you are using wicd, I suggest you try reverting to a clean /etc/rc.d/rc.inet1.conf. http://www.linuxquestions.org/questi...ml#post5496884
Then check your settings in wicd to ensure that DHCP is enabled.
 
1 members found this post helpful.
Old 03-03-2016, 11:33 AM   #37
wiliamvw
Member
 
Registered: Mar 2008
Location: Pittsburgh
Distribution: Suse, Slack,Uberstudent, Zorin, SL, Bugtraq
Posts: 324

Original Poster
Rep: Reputation: 16
update

Still no internet access, but this is what I did:
1. cleaned /etc/rc.d/rc.inet1.conf via netconfig, setting to loopback, then exiting & reentering and selecting networkmanager.
2. tried to check wicd for DHCP but wicd command just got no action and wicd-curses had no way to config since -> got no response;
so then put it in via /etc/rc.d/rc.inet1.conf in just the eth0 slot: USE_DHCP[0]="yes"; this the only uncommented line [6: these 4 together and Gateway and Debug (with a yes)]
with all others commented out.
3. made script executable via: chmod 755 /etc/rc.d/rc.networkmanager
4. /etc/resolv.conf no longer has those 3 lines, but only one line: search VERVIVO [which is my domain name I use for any personal laptop connection],
so I made a new line below that and entered: nameserver 8.8.8.8
5. with still no link to internet, tried command line 'firefox' and got response:
(process: 774): GLib -- CRITICAL **: g_slice_set_config: assertion 'sys_page_size==0' failed Error: no display specified
[however DO have the huge firefox design on screen together with the very big google box].

Is there anything I missed, or perhaps did in the wrong sequence?
 
Old 03-03-2016, 12:00 PM   #38
Tonus
Senior Member
 
Registered: Jan 2007
Location: Paris, France
Distribution: Slackware-15.0
Posts: 1,405
Blog Entries: 3

Rep: Reputation: 514Reputation: 514Reputation: 514Reputation: 514Reputation: 514Reputation: 514
wireless setup

Did you, as root

Code:
/etc/rc.d/rc.network-manager start   # or restart
I do not undertstand what answered wicd-curses. Nor why it couldn't work. The config key (or combo) is indicated below it's screen. It's case sensitive.
 
1 members found this post helpful.
Old 03-03-2016, 02:45 PM   #39
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
If you're trying to use Network Manager, there is no reason to use wicd. You can't have competing wireless services as they'll fight each other. You need to pick with one and just go with that one.
 
1 members found this post helpful.
Old 03-03-2016, 05:39 PM   #40
wiliamvw
Member
 
Registered: Mar 2008
Location: Pittsburgh
Distribution: Suse, Slack,Uberstudent, Zorin, SL, Bugtraq
Posts: 324

Original Poster
Rep: Reputation: 16
update

Prior to inputting /etc/rc.d/rc.networkmanager start I had IP address and connection for wicd netwoks; after input that no longer the case.
Choosing Network Manager among applications provides: wicd Network Manager Should I just turn wicd off and HOW? Or do I simply delete it?

wicd-curses listing of options ALL work using Capital letter selection EXCEPT for Config where -> gives no response [or any combination of them].
 
Old 03-03-2016, 05:57 PM   #41
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
Just make sure rc.wicd isn't executable (or you can remove the package completely). If you don't want to reboot, just run sh /etc/rc.d/rc.wicd stop to make sure it isn't running.

If you do use Network Manager, you should not need to make any modifications to /etc/rc.d/rc.inet1.conf, as all configuration should be handled by Network Manager. And if you selected Network Manager from netconfig, it should've automatically made /etc/rc.d/rc.networkmanager executable. If it didn't, then it seems like there's other issues at play (which, to me, would likely indicate a corrupt installation of Slackaware).
 
1 members found this post helpful.
Old 03-08-2016, 12:30 PM   #42
wiliamvw
Member
 
Registered: Mar 2008
Location: Pittsburgh
Distribution: Suse, Slack,Uberstudent, Zorin, SL, Bugtraq
Posts: 324

Original Poster
Rep: Reputation: 16
new install

OK, did as advised to stop wicd and get network manager operating, and still no internet beyond firefox logo and google boxes and connection to CLP-Main Library.
So, since have a /home partition as one my three [swap, / /home] assume new install via deleting just / and reinstalling onto it will keep my files and users intact.
If not that simple, please advise. [Should I wait for the new 14.2 -- any release date postulated? -- and just put this aside for couple months?]
 
Old 03-08-2016, 12:42 PM   #43
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
It won't keep your actual users existing on the system as that is handled in the /etc directory, which would be wiped by a reinstall, but their home directories and files would still remain and once you create the new users and ensure the home directories are owned by the proper users, they should work fine.

NOTE: If you don't create the users in the same order, their UIDs won't match the filesystem and you may need to do a recursive chown on their user directories. If you need to do this, it is an easy and quick to do, so it's not a major worry, just something to think about. If you need to verify the order of your users (or just make a note of your users' UIDs for the adduser script), you can view that in /etc/passwd.

Quote:
Originally Posted by wiliamvw View Post
[Should I wait for the new 14.2 -- any release date postulated? -- and just put this aside for couple months?]
Beta 2 has been released for a bit, but we don't know if there'll be further betas or if the next release will be a release candidate. Any guesses on when 14.2 will be released are just that, guesses. It could be in a month or two, or it could take six or more months. Personally, I don't think I'd wait until the next release if you're having internet issues. I'd just install 14.1 (after verifying your install media is not corrupt) and then, if desired, upgrade to 14.2 when it is released (although, it is likely that 14.1 will continue to receive security updates for a few years).

Last edited by bassmadrigal; 03-08-2016 at 12:45 PM.
 
1 members found this post helpful.
Old 03-08-2016, 04:28 PM   #44
wiliamvw
Member
 
Registered: Mar 2008
Location: Pittsburgh
Distribution: Suse, Slack,Uberstudent, Zorin, SL, Bugtraq
Posts: 324

Original Poster
Rep: Reputation: 16
verify

The dvd from os.disc did not come with a verify option; is there any other way to verify it/
 
Old 03-08-2016, 08:59 PM   #45
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
Verify the ISO isn't corrupted using the MD5 hash (located on your favorite mirror under the same folder as the ISO), and then when you burn it, just make sure you have the burning software verify it as well.
 
1 members found this post helpful.
  


Reply



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
need steps on how to setup a wireless access on opensuse 12.1 to a wireless router. Glenn D. Linux - Software 1 11-24-2011 01:50 PM
[SOLVED] Slackware wireless networking setup w/Broadcom Wireless BCM4311 NIC on HP DV9000 astanton Slackware 14 12-30-2010 07:37 PM
Setup a Linux network with 1 server, 4pcs wired & wireless, wireless router, & hub bhowerton Linux - Newbie 1 04-05-2008 03:33 PM
wireless setup athenerx Linux - Wireless Networking 3 06-10-2002 02:32 AM

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

All times are GMT -5. The time now is 07:34 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