Green Led Blinking

This forum is for all other ARMv5 devices

Green Led Blinking

Postby gigigunner » Fri Sep 09, 2011 9:59 am

Hello everyone
First sorry for my bad English!!!

2 days ago I purchased a Pogoplug pro identified as POGO-P04-EU, I tried to install Arch Linux ARM as a guide but after the reboot Pogoplug continues to have the green light blinking endlessly.

The problem is that I can not connect via ssh because the device is no longer present in the DHCP table.

What can I do?

Thanks for the help
gigigunner
 
Posts: 8
Joined: Fri Sep 09, 2011 9:45 am

Re: Green Led Blinking

Postby WarheadsSE » Fri Sep 09, 2011 2:28 pm

If it's not present in the DHCP table, then there has been an issue during boot, most likely.

Attach the drive to a linux pc (or use a live cd) and check the filesystem, as well as consider duplicating the 'network' entry in the DAEMONS=() line of /etc/rc.conf

Then attempt to boot again.
Core Developer
Remember: Arch Linux ARM is entirely community donation supported!
WarheadsSE
Developer
 
Posts: 6807
Joined: Mon Oct 18, 2010 2:12 pm

Re: Green Led Blinking

Postby raulcomander » Fri Sep 09, 2011 3:11 pm

Is your drive connected to the USB port nearest to the LAN port?

I am never able to boot at first, i have to try it 2 or 3 times but at the end it boots
raulcomander
 
Posts: 9
Joined: Sun May 01, 2011 3:38 pm

Re: Green Led Blinking

Postby WarheadsSE » Fri Sep 09, 2011 6:26 pm

Right.. forgot that.. try removing all other usb devices by the boot drive!
Core Developer
Remember: Arch Linux ARM is entirely community donation supported!
WarheadsSE
Developer
 
Posts: 6807
Joined: Mon Oct 18, 2010 2:12 pm

Re: Green Led Blinking

Postby gigigunner » Sun Sep 11, 2011 8:58 am

Thanks for the answers but these days I have many things to do and I've another problem...

My mother has formatted the usb why he needed, so I had to follow the last part of the guide reenter all the files that were in the zip archive.

However, the LED is still flashing even changing the location of USB (which normally I plug it on the front of Pogoplug)

The file rc.conf at line DAEMONS = () is:
DAEMONS=(set-oxnas-mac !hwclock syslog-ng network netfs crond sshd openntpd)

The Pogoplug still not reachable via ssh it is not in the DHCP table.
gigigunner
 
Posts: 8
Joined: Fri Sep 09, 2011 9:45 am

Re: Green Led Blinking

Postby gigigunner » Sun Sep 11, 2011 9:07 am

Stop all

I changed the eth door and I have connected the Pogoplug directly to the modem instead of going from the router, now I can connect via ssh to the Pogoplug.

The device name is "alarm", LED continues to flash wildly.
gigigunner
 
Posts: 8
Joined: Fri Sep 09, 2011 9:45 am

Re: Green Led Blinking

Postby gigigunner » Sat Sep 17, 2011 4:36 pm

The LED continues to blink but now I can not update anything.

When I give the command pacman-Syu I have as a result:
:: Synchronizing package databases...
error: failed retrieving file 'core.db' from archlinux.supsec.org : No address record
error: failed to update core (No address record)
error: failed retrieving file 'extra.db' from archlinux.supsec.org : No address record
error: failed to update extra (No address record)
error: failed retrieving file 'community.db' from archlinux.supsec.org : No address record
error: failed to update community (No address record)
error: failed retrieving file 'aur.db' from archlinux.supsec.org : No address record
error: failed to update aur (No address record)
error: failed to synchronize any databases

resolv.conf file is empty!!

What should I do?
gigigunner
 
Posts: 8
Joined: Fri Sep 09, 2011 9:45 am

Re: Green Led Blinking

Postby WarheadsSE » Sat Sep 17, 2011 8:53 pm

1) put something in there
2) Did you change your pacman.conf? Because we dont have packages hosted there.
Core Developer
Remember: Arch Linux ARM is entirely community donation supported!
WarheadsSE
Developer
 
Posts: 6807
Joined: Mon Oct 18, 2010 2:12 pm

Re: Green Led Blinking

Postby gigigunner » Sat Sep 17, 2011 10:21 pm

pacman.conf
$this->bbcode_second_pass_quote('', '#')
# /etc/pacman.conf
#
# See the pacman.conf(5) manpage for option and repository directives

#
# GENERAL OPTIONS
#
[options]
# The following paths are commented out with their default values listed.
# If you wish to use different paths, uncomment and update the paths.
#RootDir = /
#DBPath = /var/lib/pacman/
#CacheDir = /var/cache/pacman/pkg/
#LogFile = /var/log/pacman.log
HoldPkg = pacman glibc
# If upgrades are available for these packages they will be asked for first
SyncFirst = pacman
#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
#XferCommand = /usr/bin/curl -C - -f %u > %o
#CleanMethod = KeepInstalled
Architecture = arm

# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
#IgnorePkg =
#IgnoreGroup =

#NoUpgrade =
#NoExtract =

# Misc options (all disabled by default)
#UseSyslog
#ShowSize
#UseDelta
#TotalDownload
#CheckSpace

#
# REPOSITORIES
# - can be defined here or included from another file
# - pacman will search repositories in the order defined here
# - local/custom mirrors can be added here or in separate files
# - repositories listed first will take precedence when packages
# have identical names, regardless of version number
# - URLs will have $repo replaced by the name of the current repo
# - URLs will have $arch replaced by the name of the architecture
#
# Repository entries are of the format:
# [repo-name]
# Server = ServerName
# Include = IncludePath
#
# The header [repo-name] is crucial - it must be present and
# uncommented to enable the repo.
#

# The testing repositories are disabled by default. To enable, uncomment the
# repo name header and Include lines. You can add preferred servers immediately
# after the header, and they will be used before the default mirrors.

[core]
Include = /etc/pacman.d/mirrorlist

[extra]
Include = /etc/pacman.d/mirrorlist

[community]
Include = /etc/pacman.d/mirrorlist

[aur]
Include = /etc/pacman.d/mirrorlist

# An example of a custom package repository. See the pacman manpage for
# tips on creating your own repositories.
#[custom]
#Server = file:///home/custompkgs


in resolv.conf I try to put anything but i get an error:
error writing resolv.conf no left space in device
but it is not possible because I still have a lot of space
gigigunner
 
Posts: 8
Joined: Fri Sep 09, 2011 9:45 am

Re: Green Led Blinking

Postby slycat » Sun Sep 18, 2011 7:41 pm

Check /var/log/ dir, the logs might have been filled with syslog spitting out errors every cycle >.<
Your messages/errors/daemon/everything logs may be HUGE so just rm and touch those to free some space.
Pogoplug Pro w/ Wireless User -> decomm.
Cubox-i4pro User
4TB eSATA HDD (8g/3700+ Sw/Storage)
Kodi / Transmission / Minidlna / Samba / Batch-audio-conversions / Lighttpd
------------------------------
Rollback Machine - Thanks to impatt
slycat
 
Posts: 169
Joined: Wed Feb 09, 2011 3:07 am
Location: Miami, FL

Next

Return to Community Supported

Who is online

Users browsing this forum: No registered users and 2 guests