Slackware This Forum is for the discussion of Slackware Linux.
|
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
|
05-24-2013, 05:41 PM
|
#16
|
LQ Newbie
Registered: May 2013
Location: here
Distribution: Slackware
Posts: 4
Rep: 
|
Well, if it's ONLY a problem when using the 3.8.13 kernel then it's most likely related to the kernel. You could try recompiling the 3.8.13 kernel yourself or it could just be a driver issue in the newer 3.8.13. Have you checked your logs and dmesg for any errors? Either way, if 3.2.29 is stable, works, and does everything you need then I would just stick with that for now. Maybe try the next kernel upgrade when it hits -current. If you read through enough slackware changelogs you'll notice a lot of "sticking with older kernel because newer kernel is too buggy" type of entries.
|
|
|
05-24-2013, 06:10 PM
|
#17
|
Member
Registered: Aug 2006
Distribution: Slackware
Posts: 804
Rep: 
|
Quote:
Originally Posted by cesarion76
I get this:
Code:
bash-4.2$ nslookup facebook.com
Server: 10.0.0.2
Address: 10.0.0.2#53
Non-authoritative answer:
Name: facebook.com
Address: 173.252.110.27
|
You've only answered one of my questions. What happens if you try to ping the offending domains? Do you get a response? Have you tried to change your resolv.conf?
|
|
|
05-24-2013, 09:44 PM
|
#18
|
Member
Registered: Nov 2009
Location: Rosario, Argentina
Distribution: Slackware
Posts: 57
Original Poster
Rep:
|
Quote:
Originally Posted by soulshadow
Well, if it's ONLY a problem when using the 3.8.13 kernel then it's most likely related to the kernel. You could try recompiling the 3.8.13 kernel yourself or it could just be a driver issue in the newer 3.8.13. Have you checked your logs and dmesg for any errors? Either way, if 3.2.29 is stable, works, and does everything you need then I would just stick with that for now. Maybe try the next kernel upgrade when it hits -current. If you read through enough slackware changelogs you'll notice a lot of "sticking with older kernel because newer kernel is too buggy" type of entries.
|
I just installed the 3.2.45 kernel and it's all back to normal again. No issues, can play youtube videos and post to LQ
So I' m guessing it's the new kernel not getting along with something.
I'll check the logs
|
|
|
09-24-2013, 10:49 PM
|
#19
|
Member
Registered: Nov 2009
Location: Rosario, Argentina
Distribution: Slackware
Posts: 57
Original Poster
Rep:
|
Problem with youtube, LQ, facebook,etc in -current
Just switched to -current (from 14.0) and still the same problem
I can't post to LQ from the PC, so I'm using my android phone for replays.
Used every browser (firefox, chrome, konkeror, Seamonkey) and is the same thing.
When I enter www.facebook.com it won't load the page . If I delete the cookies, the next attempt loads the page and a few updates but nothing more.
On www.youtube.com the selected video just won't play.
Going back to kernel 3.2.45 isn't an option I think.
Can this be a kernel alone problem?
|
|
|
09-25-2013, 09:38 AM
|
#20
|
Member
Registered: Jul 2013
Posts: 113
Rep: 
|
Obviously they're making some changes to the google kernel/prism.
Edit: A pretty good place to look would be xtables, but you could do a diff and find out for sure.
Last edited by jon lee; 09-25-2013 at 11:26 AM.
|
|
|
09-25-2013, 08:57 PM
|
#21
|
LQ Guru
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 20,014
|
I have no problems accessing those sites in --Current.
Try traceroute, as in
Code:
traceroute youtube.com
It may give you some hint as to where along the way the connection is failing.
Afterthought:
Try starting your browser from the command line, then going to the sites. It's possible some useful error messages will appear in the terminal.
Last edited by frankbell; 09-26-2013 at 07:55 PM.
|
|
|
09-26-2013, 09:20 PM
|
#22
|
Member
Registered: Nov 2009
Location: Rosario, Argentina
Distribution: Slackware
Posts: 57
Original Poster
Rep:
|
# traceroute facebook.com
traceroute to facebook.com (173.252.110.27), 30 hops max, 60 byte packets
1 * * *
2 * * *
3 * * *
4 * * *
5 * * *
6 * * *
7 * * *
8 * * *
9 * * *
10 * * *
11 * * *
12 * * *
13 * * *
14 * * *
15 * * *
16 * * *
17 * * *
18 * * *
19 * * *
20 * * *
21 * * *
22 * * *
23 * * *
24 * * *
25 * * *
26 * * *
27 * * *
28 * * *
29 * * *
30 * * *
|
|
|
09-26-2013, 09:36 PM
|
#23
|
Member
Registered: Nov 2009
Location: Rosario, Argentina
Distribution: Slackware
Posts: 57
Original Poster
Rep:
|
Problem with youtube, LQ, facebook,etc in -current
runinng in console outputs this
$ firefox
(process:1779): GLib-CRITICAL **: g_slice_set_config: assertion `sys_page_size == 0' failed
Fontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 14: reading configurations from ~/.fonts.conf is deprecated.
Fontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 14: reading configurations from ~/.fonts.conf is deprecated.
NOTE: child process received `Goodbye', closing down
|
|
|
09-26-2013, 10:06 PM
|
#24
|
Senior Member
Registered: May 2009
Location: center of singularity
Distribution: Xubuntu, Ubuntu, Slackware, Amazon Linux, OpenBSD, LFS (on Sparc_32 and i386)
Posts: 2,923
Rep: 
|
This post MAY be a duplicate. I made a post but it never showed up. Anyway, trying again:
Are there any web sites you CAN get to? You do seem to be getting DNS answers.
Can you show your route table with the "ip route show" command and the "ip route get 173.252.110.27" commands? Your empty traceroute suggests a lack of a default route. Try "ip route rep default 192.168.1.1" (assuming that is your gateway) and see if that helps.
Can you try a connection directly by ethernet instead of wifi? There might be too-small MTUs on the wifi AP.
Edit:
Also try this web page: http://slackware.slashusr.com/isos/
Last edited by Skaperen; 09-26-2013 at 10:13 PM.
Reason: A URL to try
|
|
|
09-26-2013, 11:51 PM
|
#25
|
Member
Registered: Jul 2013
Posts: 113
Rep: 
|
Quote:
Originally Posted by cesarion76
runinng in console outputs this
$ firefox
(process:1779): GLib-CRITICAL **: g_slice_set_config: assertion `sys_page_size == 0' failed
Fontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 14: reading configurations from ~/.fonts.conf is deprecated.
Fontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 14: reading configurations from ~/.fonts.conf is deprecated.
NOTE: child process received `Goodbye', closing down
|
I had the same glib error (post #5)
http://www.linuxquestions.org/questi...-a-4175476903/
I also had problems with clementine because of glib.
http://www.linuxquestions.org/questi...me-4175478675/
Quote:
16:38:44.511 ERROR logging:55 gtype.c:2722: You forgot to call g_type_init()
16:38:44.513 ERROR logging:55 g_once_init_leave: assertion `result != 0' failed
16:38:44.518 ERROR logging:55 gtype.c:2722: You forgot to call g_type_init()
16:38:44.518 ERROR logging:55 g_once_init_leave: assertion `result != 0' failed
16:38:44.519 ERROR logging:55 g_object_new: assertion `G_TYPE_IS_OBJECT (object_type)'
|
Now if you notice, one of the requirements of consolekit is dbus-glib.
http://www.linuxfromscratch.org/blfs...onsolekit.html
I'll leave the rest to conjecture...
|
|
|
09-27-2013, 12:39 AM
|
#26
|
LQ Guru
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,632
|
Quote:
Originally Posted by cesarion76
# traceroute facebook.com
traceroute to facebook.com (173.252.110.27), 30 hops max, 60 byte packets
1 * * *
|
maybe it's a problem with your gateway/router: please post the present output of
and
Code:
/sbin/ifconfig wlan0
Last edited by ponce; 09-27-2013 at 12:43 AM.
|
|
|
09-27-2013, 05:16 PM
|
#27
|
Member
Registered: Nov 2009
Location: Rosario, Argentina
Distribution: Slackware
Posts: 57
Original Poster
Rep:
|
Code:
# ip route rep default 192.168.1.1
Error: either "to" is duplicate, or "192.168.1.1" is a garbage.
Code:
# netstat -rn
Kernel IP routing table
Destination Gateway Genmask Flags MSS Window irtt Iface
0.0.0.0 192.168.1.1 0.0.0.0 UG 0 0 0 wlan0
127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 lo
192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 wlan0
192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 wlan0
192.168.1.100 127.0.0.1 255.255.255.255 UGH 0 0 0 lo
Code:
# ifconfig wlan0
wlan0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.1.100 netmask 255.255.255.0 broadcast 192.168.1.255
inet6 fe80::b6ae:36ff:fe83:e281 prefixlen 64 scopeid 0x20<link>
ether b4:ae:36:83:e2:81 txqueuelen 1000 (Ethernet)
RX packets 23687 bytes 25612929 (24.4 MiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 21560 bytes 3763993 (3.5 MiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
Code:
# ip route show
default via 192.168.1.1 dev wlan0 proto static
127.0.0.0/8 dev lo scope link
192.168.1.0/24 dev wlan0 proto kernel scope link src 192.168.1.100 metric 9
192.168.1.0/24 dev wlan0 proto kernel scope link src 192.168.1.100 metric 303
192.168.1.100 via 127.0.0.1 dev lo metric 303
Code:
# ip route get 173.252.110.27
173.252.110.27 via 192.168.1.1 dev wlan0 src 192.168.1.100
|
|
|
09-27-2013, 08:40 PM
|
#28
|
LQ Guru
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 20,014
|
That is very odd outpuf to traceroute, as it does not identify any of the hops.
I would expect to see something like this:
Code:
$ traceroute facebook.com
traceroute to facebook.com (173.252.110.27), 30 hops max, 60 byte packets
1 router.belkin (192.168.2.1) 2.977 ms 2.960 ms 2.945 ms
2 10.5.48.1 (10.5.48.1) 10.799 ms 11.763 ms 16.060 ms
3 68.10.8.213 (68.10.8.213) 17.368 ms 17.364 ms 17.359 ms
4 68.10.8.229 (68.10.8.229) 48.557 ms 17.284 ms 48.515 ms
5 68.1.4.139 (68.1.4.139) 22.109 ms 23.045 ms *
6 xe-10-0-0.pr01.iad1.tfbnw.net (103.4.97.9) 27.779 ms 22.920 ms 23.877 ms
7 ae2.bb01.iad1.tfbnw.net (204.15.20.120) 27.156 ms ae1.bb02.iad1.tfbnw.net (74.119.79.204) 18.318 ms ae2.bb01.iad1.tfbnw.net (204.15.20.120) 59.748 ms
8 ae8.bb04.frc1.tfbnw.net (31.13.24.95) 46.535 ms ae8.bb03.frc1.tfbnw.net (31.13.24.88) 36.694 ms 36.692 ms
9 ae2.dr04.frc1.tfbnw.net (31.13.27.82) 35.516 ms ae39.dr02.frc1.tfbnw.net (31.13.27.57) 32.156 ms ae1.dr01.frc1.tfbnw.net (31.13.24.15) 39.524 ms
10 * * *
11 * * *
12 edge-star-shv-13-frc1.facebook.com (173.252.110.27) 31.018 ms 26.242 ms *
I found a thread on the Ubuntu forums about this sort of uninformative output from traceroute and it suggested trying the following; you may need root privileges to do this:
Code:
traceroute -I -n facebook.com
|
|
|
09-27-2013, 11:05 PM
|
#29
|
Member
Registered: Nov 2009
Location: Rosario, Argentina
Distribution: Slackware
Posts: 57
Original Poster
Rep:
|
Problem with youtube, LQ, facebook,etc in -current
Quote:
That is very odd outpuf to traceroute, as it does not identify any of the hops.
|
This seems to print something:
Code:
# traceroute -I -n facebook.com
traceroute to facebook.com (173.252.110.27), 30 hops max, 60 byte packets
1 10.0.0.2 3.854 ms 4.211 ms 4.549 ms
2 10.0.0.2 6.552 ms 6.872 ms 7.288 ms
3 * 200.3.60.14 15.066 ms 16.629 ms
4 200.117.79.129 23.024 ms 26.147 ms 26.758 ms
5 190.226.171.253 39.083 ms 39.556 ms 40.242 ms
6 190.225.252.166 34.563 ms 31.323 ms 42.651 ms
7 195.22.220.53 31.852 ms 35.643 ms 35.722 ms
8 195.22.199.5 172.473 ms * *
9 * * 89.221.41.81 155.750 ms
10 204.15.20.238 205.978 ms 206.915 ms 286.392 ms
11 31.13.24.24 279.552 ms 281.077 ms 282.874 ms
12 31.13.24.19 275.165 ms 276.417 ms 274.436 ms
13 * * *
14 * * *
15 173.252.110.27 220.288 ms 213.782 ms 220.738 ms
|
|
|
09-28-2013, 01:32 AM
|
#30
|
LQ Guru
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,632
|
I think there's something wrong with your network configuration: have you configured it in more than one way? If you use network manager you shouldn't add any configuration to /etc/rc.d/rc.inet1.conf or other files.
I say this because I see double routes in your routing table...
you said that your adsl modem is 10.0.0.2, but it seems your gateway, that also seems to give you your address and through which your traffic seems to flow, is 192.168.1.1: which kind of device is this? can you describe your network topology a little bit deeper?
|
|
|
All times are GMT -5. The time now is 05:56 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|