This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

really strange problem

Since a week got a really strange problem.
I cannot connect to some host behind my firewall. Neither from my LAN nor from my ASL box.
The hosts I cannot reach seem to be various and they change. Sometimes I can't ping gmx.net sometimes I can. Same with many other hosts.
But I can connect to all of them via http proxy (also using a parent proxy for my asl).

After I installed 3.209 update everything seemd to work just fine again. But when I rebootet the old strange problem appeared again.

I checked Masquerading, Packet Rules and the log files and the only thing "abnormal" i could find were the folloeing lines in the kernel log:
code:
Sep 14 11:32:19 localhost kernel: klogd 1.3-3, log source = /proc/kmsg started. 
Sep 14 11:32:20 localhost kernel: Cannot open map file: /System.map. 
Sep 14 11:32:20 localhost kernel: Loaded 402 symbols from 37 modules. 

Could that have something to do with my problem?
Thanks in advance.

Chris


This thread was automatically locked due to age.
Parents
  • Hi f3@Rl3SS,
    this is not related with your problem. 
    The System.map file stores information about kernel symbol addresses. For detailed information, read
      here 

    To solve your ping problem, try tracing your target hosts. It might be that on one route your pings are discarded, while on the other, they reach the target host. Try using different means of checking the target machine besides using ICMP ping (TCP ping, Connections on Port 80, whatever seems appropriate for the target machine).

    Greetings,
        andreas
  • Ok ... the connection problem is solved.
    Looks like my university had peering problems during the past 3 weeks.

    Thanks for the URL, maybe I find a solution there.
  • I have the same problem (Cannot open Map-File ...)
    After studying the URL, I know what the System.map is good for, but not how to resolve the problem ???
  • Hi all,

    this is not a propblem at all, but here is the cosmetic fix:
    code:
    cd /
    ln -s /emergency/boot/System.map System.map

    .
    And next if your ASL kernel crash you will get detailed information about stack, registers, pointers, name of function ... ;-)
Reply
  • Hi all,

    this is not a propblem at all, but here is the cosmetic fix:
    code:
    cd /
    ln -s /emergency/boot/System.map System.map

    .
    And next if your ASL kernel crash you will get detailed information about stack, registers, pointers, name of function ... ;-)
Children
No Data