LinuxQuestions.org
Help answer threads with 0 replies.
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 08-18-2012, 06:42 PM   #1
0zMe
Member
 
Registered: Jun 2009
Posts: 85

Rep: Reputation: 15
Question strange problems with slackpkg (64bit 13.37)


hi,

i installed slackware14 13.37 on my new notebook.
it is not the first time i installed slackware on a machine, but this time i get some strange problems.

after installing the system i have chosen a current mirror in /etc/slackpkg/mirrors and started with slackpkg update,

first I got problems with GPG, so i switched it off.
afterwards I got problems with md5 checksum, also switched it off.

but I also have some connection problems, like not being able to ping any servers.

I see only
Quote:
Resolving slackware.mirrors.tds.net .....
wget: unable to resolve host address 'slackware.mirrors.tds.net'
after a couple of minutes I get my internet connection again.
meanwhile I'm pinging my router to see if i can ping it, but it seems that I totally lose the connection.

I also have a computer running with slackware and download something, so normally there shouldn't be a problem with my internet connection or router.
 
Old 08-18-2012, 07:05 PM   #2
zithro
Member
 
Registered: Aug 2012
Distribution: Slackware 13.37
Posts: 46

Rep: Reputation: Disabled
Nameserver issue ?
Try
Code:
nslookup slackware.mirrors.tds.net
But if you cant ping your router, your network isnt properly configured i guess.
 
Old 08-19-2012, 09:36 AM   #3
0zMe
Member
 
Registered: Jun 2009
Posts: 85

Original Poster
Rep: Reputation: 15
i reinstalled slackware from dvd but still have the same issue. i also try different mirrors.

on my computer i dont have any connection problems. btw i am connected via cable, not wifi.
 
Old 08-19-2012, 09:52 AM   #4
hitest
Guru
 
Registered: Mar 2004
Location: Canada
Distribution: Void, Debian, Slackware
Posts: 7,342

Rep: Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746
Did you uncomment one mirror in /etc/slackpkg/mirrors?

Code:
 ftp://slackware.oregonstate.edu/pub/slackware/slackware-13.37/
# USA, 155Mbps
In the above example I removed the # which was in front of ftp://slackware.oregonstate.edu/pub/...ackware-13.37/
 
Old 08-19-2012, 10:00 AM   #5
0zMe
Member
 
Registered: Jun 2009
Posts: 85

Original Poster
Rep: Reputation: 15
yes of course, i am also able to download but it gets interrupted or cant resolve nameserver. 2 min later it keeps downloading.
 
Old 08-19-2012, 10:07 AM   #6
hitest
Guru
 
Registered: Mar 2004
Location: Canada
Distribution: Void, Debian, Slackware
Posts: 7,342

Rep: Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746
Quote:
Originally Posted by 0zMe View Post
yes of course, i am also able to download but it gets interrupted or cant resolve nameserver. 2 min later it keeps downloading.
Did you run slackpkg update gpg at first?
 
Old 08-19-2012, 10:12 AM   #7
brianL
LQ 5k Club
 
Registered: Jan 2006
Location: Oldham, Lancs, England
Distribution: Slackware64 15; SlackwareARM-current (aarch64); Debian 12
Posts: 8,298
Blog Entries: 61

Rep: Reputation: Disabled
Quote:
Originally Posted by 0zMe View Post
first I got problems with GPG, so i switched it off.
afterwards I got problems with md5 checksum, also switched it off.
What problems? Any more details?
 
Old 08-19-2012, 10:52 AM   #8
vharishankar
Senior Member
 
Registered: Dec 2003
Distribution: Debian
Posts: 3,178
Blog Entries: 4

Rep: Reputation: 138Reputation: 138
deleted.

Last edited by vharishankar; 11-02-2012 at 12:42 PM.
 
Old 08-19-2012, 02:01 PM   #9
zithro
Member
 
Registered: Aug 2012
Distribution: Slackware 13.37
Posts: 46

Rep: Reputation: Disabled
It seems your network disconnects from times to times (you said: "it gets interrupted or cant resolve nameserver").
Try "ping -U slackware.mirrors.tds.net" from a terminal and, AT THE SAME TIME, in another terminal "ping -U 204.246.0.134" (slackware.mirrors.tds.net == 204.246.0.134).

If both pings interrupt at the same time, it's not a nameserver/DNS issue.
 
Old 08-19-2012, 02:26 PM   #10
kingbeowulf
Senior Member
 
Registered: Oct 2003
Location: WA
Distribution: Slackware
Posts: 1,266
Blog Entries: 11

Rep: Reputation: 744Reputation: 744Reputation: 744Reputation: 744Reputation: 744Reputation: 744Reputation: 744
cable, DSL modem, router? Fixed IP or DHCP? Bad network cable? Same problem accessing web sites? ping www.goggle.com? Bad network card?

Sounds more like an ISP issue than Slackware.
 
Old 08-19-2012, 04:14 PM   #11
0zMe
Member
 
Registered: Jun 2009
Posts: 85

Original Poster
Rep: Reputation: 15
when my connection gets lost, i am also not able to ping any websites. it's a cable modem + wrt54gl linksys router, with dhcp. already changed my network cable. but as i said, on my other devices I don't have any internet problems.

after I edited my /etc/hosts somehow I hadn't too much connection losts, maybe 1 loss every 5 minutes.
whatever, i could manage to download all updates. i had to switch off gpg check because slackpkg said me i should download it even if i already did it (slackpkg update gpg).

after getting new packages i first run slackpkg install-new and then slackpkg upgrade-all and left my notebook alone for some hours. when i came back i had a lot of digits and a text in red written.
Quote:
Warning: program '/bin/bash' crashed
my keyboard and mouse didn't work, i restarted my machine but couldn't boot up linux. i could only see
Quote:
Loading Linux.........................................
nothing came after that. i think slackpkg couldn't really handle to install the new kernel.

i am getting these problems for the first with slackware.
now i am installing the 32-bit version and will check if i get into the same troubles again but hope not
 
Old 08-20-2012, 04:55 AM   #12
zithro
Member
 
Registered: Aug 2012
Distribution: Slackware 13.37
Posts: 46

Rep: Reputation: Disabled
It seems you have more problems than just a network one ^^
But please, no, no more 32bits, help the world transitioning to 64bits !
 
Old 08-20-2012, 03:56 PM   #13
paradise
Member
 
Registered: Jun 2012
Location: FRANCE
Distribution: Fedora., Slackware, Mageia, Openindiana
Posts: 46

Rep: Reputation: Disabled
Yes, your problem can come from many reasons, but I think about a hardware problem, like kingbeowulf#10.
 
Old 08-22-2012, 07:41 AM   #14
0zMe
Member
 
Registered: Jun 2009
Posts: 85

Original Poster
Rep: Reputation: 15
had exactly the same problems with 32bit. thought i will do the hole installation in my office and it worked, so I installed 64bit again and upgraded packages to current but not all of them. i upgraded the rest at home, and also at home it worked.

i don't really know the solution but i was thinking that maybe my hardware has some problem. because yesterday suddenly my linux stopped working, couldn't move the mouse, couldn't type in, had to restart. after restart my bios gave a fan error to me :/

but nevertheless i finally managed to install the 64bit slackware on my notebook.
 
Old 08-22-2012, 01:06 PM   #15
kingbeowulf
Senior Member
 
Registered: Oct 2003
Location: WA
Distribution: Slackware
Posts: 1,266
Blog Entries: 11

Rep: Reputation: 744Reputation: 744Reputation: 744Reputation: 744Reputation: 744Reputation: 744Reputation: 744
I bet your system is overheating.
 
  


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
strange error on slackpkg update local mirror Celyr Slackware 3 10-11-2012 05:36 AM
Strange Gnome-terminal output on Fedora 11 64bit ESC201 Linux - General 12 08-03-2010 01:40 PM
[SOLVED] Slackware 13 64bit: Using slackpkg upgrade-all messes computer up. Switch7 Slackware 4 10-05-2009 05:07 AM
problems after using slackpkg Twister512 Slackware 15 10-28-2007 10:41 PM
slackpkg problems dive Slackware 3 11-16-2005 04:08 PM

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

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