Page 2 of 2 FirstFirst 1 2
Results 11 to 14 of 14

Thread: cvs access problem...

  1. #11
    Junior Member
    Join Date
    Feb 2010
    Posts
    1
    Thanks
    1
    Thanked 0 Times in 0 Posts
    Rep Power
    0

    Default

    I have the same problem. And what happened to cvs.tuxbox.org?

  2. #12
    Junior Member
    Join Date
    Feb 2010
    Posts
    24
    Thanks
    0
    Thanked 1 Time in 1 Post
    Rep Power
    0

    Default

    The Tuxbox server is down... tech team working on ... reliably told .... latest next week will be server in action.

  3. #13
    Junior Member
    Join Date
    Feb 2010
    Posts
    24
    Thanks
    0
    Thanked 1 Time in 1 Post
    Rep Power
    0

    Default Missing ....??

    Hi Forum,

    Recently I down loaded a BETA Version (FREE); of Red Hat Server 6.0.After an installation using a single DVD; I realised that the server did NOT configure for network after going through all the provided utilities I noticed that "System-config-Network" utility missing altogether and NO where can be found!

    So I decided to use sheer old fashion brute force to configure the network as follow:

    Default I am configuring for only ONE NIC which is on motherboard with existing (DHCP) but over riding:

    1/ After modifying /etc/sysconfig/network file for eth0 NIC
    2/Configuring the /etc/sysctl.conf file for Masquarading
    3/Modifying /etc/sysconfig/network-scripts following file for
    DEVICE=eth1
    IPADDR=192.xxx.xxx.xxx
    ONBOOT=yes
    restarted the "service network restart"
    after using ifconfig or ip link show I can see the
    eth0 has an ip 192.xxx.xxx.xxx with Bcast 192.xxx.xxx.xxx mask 255.255.255.0 with hardware MAC dd:ddd:dd:dd:dd

    But I still could not get network working or INTERNET working either I noticed if I try to ping router from the RH Server 6 I get positive response with 0 packet loss 2002ms
    But when I try to ping from different computer (W/s) I get destination host prohibited as follow:

    From 192.xxx.xxx.xxx icmp_seq=3 Destination Host Prohibited
    100 lost

    I would be grateful if you put me right direction I knew there is little tweeking require but where? I still could not figure outt in my configuration ....please.

    thank you
    Shy

  4. #14
    Junior Member
    Join Date
    Feb 2010
    Posts
    24
    Thanks
    0
    Thanked 1 Time in 1 Post
    Rep Power
    0

    Default Linux Kernel 2.6.39-4 crashes

    Hi Guys,

    I am trying to flash ROM memory with Linux Kernel 2.6.39.4 with busy box I have following hw and requirements

    1/ Using intel's Atom E660T process which only can go upto 32bit no more.
    2/ On board 8MB of ROM eMM connected to SPI0 bus and like to store a kernel 2.6.39.4 into it so the entire board could boot from it

    3/ After successful build of Kernel 2.6.39.4 an OS image file found in the linux-2.6.39.4/arch/x86/boot/bzImage

    4/ Which normally converted to binary using following command
    Code:
    ./mkimage -c "console=ttyS0,115200n8 rootwait root=/dev/mmcblk0p2 init=/sbin/init loglevel=7 position_fix=1 pcie_aspm=off lpj=1499875" -i ramdisk.cpio bzImage plk.bin
    5/ Finally I get plk.bin file which is roughly around 3.1MB in size

    6/ Normally there are two partition on the eMM (NAND ROM) i.e
    p1 and p2
    7/ The p2 is created for the busybox utilities and p1 for actual kernel image i.e plk.bin to be store for regular use.

    8/ After sending command
    Code:
    dd if=/plk.bin  of=/dev/mmcblk0p1  conv=fsync
    The image get flashed into the ROM but boot process beigins
    following stage it crashes the kernel and boot does NOT successfully
    reach to bash prompt.
    I wonder what I am missing? File, or any other resource I could not figure out whats gone wrong. If some please shed light on this remedy.
    Code:
    ²L*¥0d½5Á8 *É£k´H¸,©Kÿ*Ìá9f9Ö ·6Á.æÍ-} ..4«´¬ý£¤3-¸,)6¿Ê¥´Kÿ*Ìá¹³²®d
    [    2.928575] Write protecting the kernel text: 3728k
    [    2.933567] Write protecting the kernel read-only data: 1684k
    console ready
    execve() failed: no such file or directory
    [    2.947582] Kernel panic - not syncing: Attempted to kill init!
    [    2.953623] Pid: 1, comm: init Not tainted 2.6.39.4 #9
    [    2.958866] Call Trace:
    [    2.961380]  [<c139fed2>] ? printk+0xf/0x11
    [    2.965652]  [<c139fdd9>] panic+0x5b/0x145
    [    2.969838]  [<c103120e>] do_exit+0x92/0x5c5
    [    2.974201]  [<c11bdb42>] ? tty_write+0x1e5/0x1e5
    [    2.979003]  [<c10318de>] sys_exit+0x13/0x13
    [    2.983364]  [<c13a2621>] syscall_call+0x7/0xb
    Thank you in advance, guys I am really upto my last thread.
    Shy

Page 2 of 2 FirstFirst 1 2

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Getting PHP to access Mysql
    By ngalye in forum Databases servers
    Replies: 3
    Last Post: 23rd March 2009, 05:11 AM
  2. repository access
    By myfoot in forum Web servers
    Replies: 1
    Last Post: 13th March 2009, 01:01 PM
  3. FTP Access Through Proxy
    By asifzias in forum Networking, Firewalls and Security
    Replies: 2
    Last Post: 31st January 2008, 10:01 AM
  4. Remote CVS Access
    By rajuk in forum Linux software
    Replies: 4
    Last Post: 20th October 2006, 10:41 AM
  5. Replies: 1
    Last Post: 30th December 2005, 12:49 AM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

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 31 32 33 34 35 36 37 38 39 40 41