Dies ist eine mobil optimierte Seite, die schnell lädt. Wenn Sie die Seite ohne Optimierung laden möchten, dann klicken Sie auf diesen Text.

Support Tester für nächstes release gesucht!!!

Status
Für weitere Antworten geschlossen.
AW: Tester für nächstes release gesucht!!!

warte mal mit dem anderen pogo, bis ich den installer gefixt habe.
 
AW: Tester für nächstes release gesucht!!!

mein openwrt ist nach neustart auf default.... alle einstellungen weg
 
AW: Tester für nächstes release gesucht!!!

Nach jedem Neustart?
 
AW: Tester für nächstes release gesucht!!!

Gib mal

cat /proc/mtd
mount

Wenns geht nochmal den fatstick dran und nach dem booten

fw_printenv
 
AW: Tester für nächstes release gesucht!!!

root@OpenWrt:~# cat /proc/mtd
dev: size erasesize name
mtd0: 00100000 00020000 "u-boot"
mtd1: 00400000 00020000 "uImage"
mtd2: 00a00000 00020000 "rootfs"
mtd3: 07100000 00020000 "rootfs_data"
root@OpenWrt:~# mount
rootfs on / type rootfs (rw)
/dev/root on /rom type jffs2 (ro,relatime)
proc on /proc type proc (rw,noatime)
sysfs on /sys type sysfs (rw,noatime)
tmpfs on /tmp type tmpfs (rw,nosuid,nodev,noatime)
tmpfs on /tmp/root type tmpfs (rw,noatime,mode=755)
tmpfs on /dev type tmpfs (rw,relatime,size=512k,mode=755)
devpts on /dev/pts type devpts (rw,relatime,mode=600)
debugfs on /sys/kernel/debug type debugfs (rw,noatime)
/dev/mtdblock3 on /overlay type jffs2 (rw,noatime)
overlayfs:/overlay on / type overlayfs (rw,noatime,lowerdir=/,upperdir=/overlay)
root@OpenWrt:~#
 
AW: Tester für nächstes release gesucht!!!

ok, da ist alles in butter .....
lass mich das prüfen ... melde mich gleich
 
AW: Tester für nächstes release gesucht!!!

fw_printenv

=== IMPORTANT ============================
Use 'passwd' to set your login password
this will disable telnet and enable SSH
------------------------------------------


BusyBox v1.22.1 (2014-09-13 10:58:26 CEST) built-in shell (ash)
Enter 'help' for a list of built-in commands.



# 1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
# ██████╗1███████╗███████╗1██████╗██╗111██╗███████╗1111███████╗██╗111██╗███████╗████████╗███████╗███╗111███╗
# ██╔══██╗██╔════╝██╔════╝██╔════╝██║111██║██╔════╝1111██╔════╝╚██╗1██╔╝██╔════╝╚══██╔══╝██╔════╝████╗1████║
# ██████╔╝█████╗11███████╗██║11111██║111██║█████╗111111███████╗1╚████╔╝1███████╗111██║111█████╗11██╔████╔██║
# ██╔══██╗██╔══╝11╚════██║██║11111██║111██║██╔══╝111111╚════██║11╚██╔╝11╚════██║111██║111██╔══╝11██║╚██╔╝██║
# ██║11██║███████╗███████║╚██████╗╚██████╔╝███████╗1111███████║111██║111███████║111██║111███████╗██║1╚═╝1██║
# ╚═╝11╚═╝╚══════╝╚══════╝1╚═════╝1╚═════╝1╚══════╝1111╚══════╝111╚═╝111╚══════╝111╚═╝111╚══════╝╚═╝11111╚═╝
# 1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
-------------------------------------------------------------------------------------------------------------


- Rescue System zum installieren von uboot / openwrt / debian. Start mit:

/tmp/sda1/install.sh


-------------------------------------------------------------------------------------------------------------


root@rescue:/# fw_printenv
arcNumber=3542
baudrate=115200
bootcmd=run usb_init; run if_usbrescue; run if_tftprescue; run bootcmd_usb; run bootcmd_nand; reset
bootcmd_nand=echo " "; echo "trying openwrtboot from internal flash"; echo " "; run set_bootargs_nand; run nand_boot
bootcmd_tftp=run set_bootargs_tftp; tftp 0x2000000 openwrt.rescue; bootm 0x2000000
bootcmd_usb=echo " "; echo "trying debian boot from USB"; sleep 2; run set_bootargs_usb; run usb_boot; echo " "; echo "Cannot boot debian from USB, right Stick connected?"; sleep 2
bootcmd_usbrescue=run set_bootargs_rescue; mw 0x2000000 0 1; fatload usb $device 0x2000000 /openwrt.rescue; bootm 0x2000000
bootdelay=5
console=ttyS0,115200
device=0:1
ethact=egiga0
fileaddr=800000
filesize=3abed6
force_rescue=0
gatewayip=192.168.1.1
if_netconsole=echo " "; echo "Checking for netconsole on $serverip"; echo " "; ping $serverip
if_tftprescue=if test $force_rescue -eq 1 || ext2load usb 0:1 0x1700000 /rescue 1 || fatload usb 0:1 0x1700000 /rescue.txt 1; then run bootcmd_tftp; fi
if_usbrescue=echo " "; echo "Checking for rescue - usb mode"; echo " "; if test $force_rescue -eq 1 || ext2load usb 0:1 0x1700000 /rescue 1 || fatload usb 0:1 0x1700000 /rescue.txt 1; then echo " "; echo "!! USBRESCUE FOUND !! BOOTING openwrt.rescue !!"; echo " "; sleep 2; run bootcmd_usbrescue; fi
ipaddr=192.168.1.100
machid=dd6
mainlineLinux=yes
mtddevname=rootfs
mtddevnum=2
mtdids=nand0=orion_nand
mtdparts=mtdparts=orion_nand:1M(u-boot),4M(uImage),10M(rootfs),-(rootfs_data)
nand_boot=nand read.e 0x2000000 0x100000 0x400000; bootm 0x2000000
netmask=255.255.255.0
partition=nand0,2
preboot=run if_netconsole start_netconsole
serverip=192.168.1.10
set_bootargs_nand=setenv bootargs console=$console root=/dev/mtdblock2 rootfstype=jffs2 ro panic=10
set_bootargs_rescue=setenv bootargs console=$console $mtdparts
set_bootargs_usb=setenv bootargs console=$console root=$usb_root rootdelay=10 rootfstype=ext3 $mtdparts
start_netconsole=setenv ncip $serverip; setenv bootdelay 10; setenv stdin nc; setenv stdout nc; setenv stderr nc; version;
stderr=serial
stdin=serial
stdout=serial
usb_boot=mw 0x2000000 0 1; run usb_load_uimage; if run usb_load_uinitrd; then bootm 0x2000000 0x1100000; else bootm 0x2000000; fi
usb_init=usb start
usb_load_uimage=ext2load usb $device 0x2000000 /boot/uImage
usb_load_uinitrd=ext2load usb $device 0x1100000 /boot/uInitrd
usb_root=/dev/sda1
ethaddr=###########
root@rescue:/#
 
AW: Tester für nächstes release gesucht!!!

scheint am ddns zu liegen, sobald ich das aktiviere ist beim nächsten Start Netzwerk und Co. wieder auf default.
Edit: wenn ich firewall regeln entferne genau so...
egal was ich ändere, nach einem Neustart alles bis aufs Passwort wieder default.
 
Zuletzt bearbeitet:
AW: Tester für nächstes release gesucht!!!

Das beschränkt sich auf nur manche einstellungen, kann das sein ?
Ich komm hier grade garnicht klar, der macht hier voll die Scheisse
 
AW: Tester für nächstes release gesucht!!!

wenn ich auf eine statische IP wechsel und neustarte reicht das schon
 
AW: Tester für nächstes release gesucht!!!

ist das normal in Systemlog?

Sat Sep 13 13:13:15 2014 kern.err kernel: [ 1.271187] UBIFS error (pid 1): ubifs_mount: cannot open "ubi0:rootfs", error -19
Sat Sep 13 13:13:15 2014 kern.notice kernel: [ 1.279475] jffs2: CLEANMARKER node found at 0x00000000 has totlen 0xc != normal 0x0
Sat Sep 13 13:13:15 2014 kern.notice kernel: [ 1.313417] jffs2: CLEANMARKER node found at 0x00020000 has totlen 0xc != normal 0x0
Sat Sep 13 13:13:15 2014 kern.notice kernel: [ 1.346915] jffs2: CLEANMARKER node found at 0x00040000 has totlen 0xc != normal 0x0
Sat Sep 13 13:13:15 2014 kern.notice kernel: [ 1.381007] jffs2: CLEANMARKER node found at 0x00060000 has totlen 0xc != normal 0x0
Sat Sep 13 13:13:15 2014 kern.notice kernel: [ 1.414373] jffs2: CLEANMARKER node found at 0x00080000 has totlen 0xc != normal 0x0
Sat Sep 13 13:13:15 2014 kern.notice kernel: [ 1.447727] jffs2: CLEANMARKER node found at 0x000a0000 has totlen 0xc != normal 0x0
Sat Sep 13 13:13:15 2014 kern.notice kernel: [ 1.481156] jffs2: CLEANMARKER node found at 0x000c0000 has totlen 0xc != normal 0x0
Sat Sep 13 13:13:15 2014 kern.notice kernel: [ 1.514393] jffs2: CLEANMARKER node found at 0x000e0000 has totlen 0xc != normal 0x0
Sat Sep 13 13:13:15 2014 kern.info kernel: [ 1.547016] usb 1-1: new high-speed USB device number 2 using orion-ehci
Sat Sep 13 13:13:15 2014 kern.notice kernel: [ 1.554558] jffs2: CLEANMARKER node found at 0x00100000 has totlen 0xc != normal 0x0
Sat Sep 13 13:13:15 2014 kern.notice kernel: [ 1.588261] jffs2: CLEANMARKER node found at 0x00120000 has totlen 0xc != normal 0x0
Sat Sep 13 13:13:15 2014 kern.notice kernel: [ 1.621632] jffs2: CLEANMARKER node found at 0x00140000 has totlen 0xc != normal 0x0
Sat Sep 13 13:13:15 2014 kern.notice kernel: [ 1.655119] jffs2: CLEANMARKER node found at 0x00160000 has totlen 0xc != normal 0x0
Sat Sep 13 13:13:15 2014 kern.notice kernel: [ 1.688305] jffs2: CLEANMARKER node found at 0x00180000 has totlen 0xc != normal 0x0
Sat Sep 13 13:13:15 2014 kern.notice kernel: [ 1.721553] jffs2: CLEANMARKER node found at 0x001a0000 has totlen 0xc != normal 0x0
Sat Sep 13 13:13:15 2014 kern.notice kernel: [ 1.754788] jffs2: CLEANMARKER node found at 0x001c0000 has totlen 0xc != normal 0x0
Sat Sep 13 13:13:15 2014 kern.notice kernel: [ 1.787987] jffs2: CLEANMARKER node found at 0x001e0000 has totlen 0xc != normal 0x0
Sat Sep 13 13:13:15 2014 kern.notice kernel: [ 1.821236] jffs2: CLEANMARKER node found at 0x00200000 has totlen 0xc != normal 0x0
Sat Sep 13 13:13:15 2014 kern.notice kernel: [ 1.854666] jffs2: CLEANMARKER node found at 0x00220000 has totlen 0xc != normal 0x0
Sat Sep 13 13:13:15 2014 kern.notice kernel: [ 1.888519] jffs2: CLEANMARKER node found at 0x00240000 has totlen 0xc != normal 0x0
Sat Sep 13 13:13:15 2014 kern.info kernel: [ 1.896444] hub 1-1:1.0: USB hub found
Sat Sep 13 13:13:15 2014 kern.info kernel: [ 1.925213] hub 1-1:1.0: 4 ports detected
Sat Sep 13 13:13:15 2014 kern.notice kernel: [ 1.929948] jffs2: CLEANMARKER node found at 0x00260000 has totlen 0xc != normal 0x0
Sat Sep 13 13:13:15 2014 kern.notice kernel: [ 1.963333] jffs2: CLEANMARKER node found at 0x00280000 has totlen 0xc != normal 0x0
Sat Sep 13 13:13:15 2014 kern.notice kernel: [ 1.996849] jffs2: CLEANMARKER node found at 0x002a0000 has totlen 0xc != normal 0x0
Sat Sep 13 13:13:15 2014 kern.notice kernel: [ 2.030172] jffs2: CLEANMARKER node found at 0x002c0000 has totlen 0xc != normal 0x0
Sat Sep 13 13:13:15 2014 kern.notice kernel: [ 2.063490] jffs2: CLEANMARKER node found at 0x002e0000 has totlen 0xc != normal 0x0
Sat Sep 13 13:13:15 2014 kern.notice kernel: [ 2.096905] jffs2: CLEANMARKER node found at 0x00300000 has totlen 0xc != normal 0x0
Sat Sep 13 13:13:15 2014 kern.notice kernel: [ 2.130573] jffs2: CLEANMARKER node found at 0x00320000 has totlen 0xc != normal 0x0
Sat Sep 13 13:13:15 2014 kern.notice kernel: [ 2.164529] jffs2: CLEANMARKER node found at 0x00340000 has totlen 0xc != normal 0x0
Sat Sep 13 13:13:15 2014 kern.notice kernel: [ 2.199724] jffs2: CLEANMARKER node found at 0x00360000 has totlen 0xc != normal 0x0
Sat Sep 13 13:13:15 2014 kern.notice kernel: [ 2.233513] jffs2: CLEANMARKER node found at 0x00380000 has totlen 0xc != normal 0x0
Sat Sep 13 13:13:15 2014 kern.notice kernel: [ 2.266696] jffs2: CLEANMARKER node found at 0x003a0000 has totlen 0xc != normal 0x0
Sat Sep 13 13:13:15 2014 kern.notice kernel: [ 2.299867] jffs2: CLEANMARKER node found at 0x003c0000 has totlen 0xc != normal 0x0
Sat Sep 13 13:13:15 2014 kern.notice kernel: [ 2.333105] jffs2: CLEANMARKER node found at 0x003e0000 has totlen 0xc != normal 0x0
Sat Sep 13 13:13:15 2014 kern.notice kernel: [ 2.399646] jffs2: notice: (1) jffs2_build_xattr_subsystem: complete building xattr subsystem, 0 of xdatum (0 unchecked, 0 orphan) and 0 of xref (0 dead, 0 orphan) found.
Sat Sep 13 13:13:15 2014 kern.info kernel: [ 2.419050] VFS: Mounted root (jffs2 filesystem) readonly on device 31:2.
 
Zuletzt bearbeitet:
AW: Tester für nächstes release gesucht!!!

Ach herje

Badblocks und jffs2 erasemarker sind ne scheiss Combo - Böser schmetterling ... also doch Ubifs

Diese spielsachen machen soviel spass nicht wahr
 
AW: Tester für nächstes release gesucht!!!

Ja, böhmische Dörfer... Schon ne Idee wie zu beheben? Bei Jörg läufts aber oder?
 
Status
Für weitere Antworten geschlossen.
Für die Nutzung dieser Website sind Cookies erforderlich. Du musst diese akzeptieren, um die Website weiter nutzen zu können. Erfahre mehr…