Posts by jason666

    hi,


    I have a pc running ubuntu server with cccam.
    I notice that some peers connect and dissconect.
    I've checked the log file and find many of these messages:
    Jun 30 08:01:29 xxx kernel: [347832.725550] out of order segment: rcv_next 97FB2C32 seq 97FB2C42 - 97FB2C4A
    Jun 30 08:01:29 xxx kernel: [347832.735088] out of order segment: rcv_next 97FB2C32 seq 97FB2C4A - 97FB2C52
    Jun 30 08:01:29 xxx kernel: [347832.742970] out of order segment: rcv_next 97FB2C32 seq 97FB2C52 - 97FB2C5A
    Jun 30 08:01:29 xxx kernel: [347832.794006] out of order segment: rcv_next 97FB2C32 seq 97FB2C5A - 97FB2C9A


    What does this mean?

    Hi guys,


    About many years i have been using a DM500HD as a cccam server.
    Now i installed ubuntu on my pc with cccam 2.1.4


    I notice something strange when i use the ubutu as cccam server.
    Many channels take a long time before they open, and some even do not open.
    If i connect the dm500hd as cccam server, the channels open very quickly without any problems. I expected that the ubuntu server should be quicker, but i think probably something is wrong on my
    ubuntu server.



    Any idea?

    the following is working 100%%% now!


    auto lo
    iface lo inet loopback


    auto eth0
    iface eth0 inet static
    address 192.168.1.89
    netmask 255.255.255.0
    gateway 192.168.1.1
    network 192.168.1.0
    broadcast 192.168.1.255
    dns-nameservers 192.168.1.1



    thanks for the advices

    I have tried you guys advice but with no success.
    option 1: i have used the same address and broadcast ip (ex. 192.168.1.89)
    The pc restarts without any problem, but my internet is not working.


    option 2: i have used the same broadcast and gateway ip address (192.168.1.1).
    The pc does not startup correct. I metions a network issue: waiting for 60 more seconds to configure the network....
    No internet of course


    Any more ideas???

    i notice if i peform in terminal "sudo ifdown eth0", and afterwards "sudo /etc/init.d/networking restart", the internet is working!!!!! BUTTTT, if i restart the server, my internet is down again.
    If i do "sudo gedit /etc/resolv/conf", there is no nameserver. Default it was 192.168.1.1

    i still have problems if i follow the link above.
    I still do not get the ip assigned that i have put in.


    This is with static ip: (working 100%!!!!!!!!!)
    eth0 Link encap:Ethernet HWaddr 00:1c:23:27:56:06
    inet addr:192.168.1.71 Bcast:192.168.1.255 Mask:255.255.255.0
    inet6 addr: fe80::21c:23ff:fe27:5606/64 Scope:Link
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    RX packets:17555 errors:0 dropped:0 overruns:0 frame:0
    TX packets:16700 errors:0 dropped:0 overruns:0 carrier:0
    collisions:2253 txqueuelen:1000
    RX bytes:7798327 (7.7 MB) TX bytes:2927719 (2.9 MB)
    Interrupt:17



    If i do:
    sudo gedit /etc/network/interfaces
    i get the following:
    auto lo
    iface lo inet loopback


    auto eth0
    iface eth0 inet dhcp


    I change it to the following:
    auto lo
    iface lo inet loopback


    auto eth0
    iface eth0 inet static
    address 192.168.1.87 (example)
    netmask 255.255.255.0
    network 192.168.1.0
    broadcast 192.168.1.255
    gateway 192.168.1.1


    I save this and do the following in terminal:
    sudo /etc/init.d/networking restart


    I get the foillowing message:
    * Running /etc/init.d/networking restart is deprecated because it may not enable again some interfaces
    * Reconfiguring network interfaces... RTNETLINK answers: File exists
    Failed to bring up eth0.


    Even if i reboot manually i does not work.



    What am i doing wrong???
    I am also not sure of my network ip link 192.168.1.0?????? Where do i check this?
    Also my gateway i am not sure. If i do ipconfig om my windows pc the standard gateway is 192.168.1.1. So i suppose it's this the one.


    Hope someone can help.


    Thanks