Frage nach "fehlendem" Paket

ploieel

Aktives Mitglied
Mitglied seit
13 Mrz 2005
Beiträge
1,886
Punkte für Reaktionen
25
Punkte
48
Hallo alle;
ich habe seit drei Tagen etwa drei- bis viermal den neuesten Trunk ausgecheckt, make menuconfig intensiv geprüft und in jedem Falle das unstable Paket "radvd" ausgewählt.
Nach make und upload der FW kann ich jedoch unter "Freetz Dienste" und auch unter "Freetz Pakete" radvd nicht finden. gw6 jedoch will laufen (die Box hängt aber noch nicht am Internet, sondern nur im LAN).
Ist dieses Verhalten normal (soll heißen: radvd wird erst angezeigt, wenn go6 wirklich einen Connect ins Internet hat, oder ist das Paket radvd noch gar nicht auf der Box gelandet)?

Ansonsten danke ich den Entwicklern von Freetz sehr für ihre Leistungen; immerhin kann ich inzwischen als völliger Linux-Noob die Box ohne Probleme flashen. :) Jede Frage wird hier sehr freundlich beantwortet; auch wenn es sehr wahrscheinlich manchmal nervt.

Viele Grüße.
 
Hab ich das richtig verstanden, dass radvd erst unter Pakete auftauch, wenn gw6 verbunden hat? Kannst du mal bitte die Ausgabe im Webinterface unter Logs posten?

MfG Oliver
 
[...], oder ist das Paket radvd noch gar nicht auf der Box gelandet)?
[...]

Code:
$(PKG)_TARGET_BINARY:=$($(PKG)_DEST_DIR)/usr/sbin/$(pkg)

Mit find /usr/sbin -iname 'radvd' kannst Du feststellen ob das binary auf deiner Box ist.
 
Hallo, kam erst jetzt dazu, wieder auf die Box zu sehen.

das log-File:

Code:
rc.mod version freetz-devel-4492
crond is disabled
telnetd is disabled
Starting Freetz webinterface...done.
Updating inetd config for dropbear: inactive.
Updating inetd config for rcapid: active.
Updating inetd config for telnetd: inactive.
Updating inetd config for vsftpd: inactive.
Updating inetd config for webcfg: inactive.
Updating inetd config for wol: inactive.
Reloading inetd...not running.
Writing /var/flash/freetz...done.
24576 bytes written.
Starting inetd...done.
Starting callmonitor...done.
dnsmasq is disabled
Starting dropbear SSH server...done.
openntpd is disabled
Starting Privoxy...done.
rcapid is started via inetd
Starting Tor Onion Router...done.
Starting ftp server...done.
Starting wol webinterface...done.
openvpn is disabled
samba is disabled
aiccu is disabled
Setting up SSH authorized_keys for root...initialized.
Starting gw6...

gw6 startet nicht, weil die Box kein Standardgateway ist. Ansonsten komme ich nicht raus ins Internet. Unter Dienste kann ich keinen Eintrag von radvd finden, deshalb meine Frage nach dem "fehlenden" Paket.
Folgende Pakete zeigt das Freetz-Fenster an:

Code:
    * aiccu
    * AVM-Firewall
    * Callmonitor
    * Dnsmasq
    * Dropbear
    * gw6
    * Inetd
    * Openntpd
    * OpenVPN
    * Privoxy
    * Rcapid
    * Samba
    * Tor Onion Router
    * Vsftpd
    * Wake on LAN


Danke fürs lesen.

Viele Grüße.
 
Ein ähnliches Problem hatten wir die Tage schon mal mit davfs2. Der Boot-Prozess bleibt an der Stelle stehen und die Box wartet, dass der Aufruf von gw6 beendet wird.
Du könntest den Aufruf von "gw6c -f /mod/etc/gw6.conf" mal testweise auf der Konsole machen und schauen was er ausgibt.

Mfg Oliver
 
Hallo Oliver,
hatte das PW für telnet-login verlegt...

gw6c -f /mod/etc/gw6.conf habe ich eingetippt und die Konsole bleibt hängen. Der Cursor blinkt noch, weiter passiert nichts. Strg+c bricht das Ganze ab.

edit:
find /usr/sbin -iname 'radvd gibt aus: No such file or directory, aber in der Liste steht weiter oben unter anderem: /usr/sbin/radvd

edit2:
telnet-Konsole unter Linux gestartet,
gibt aus:
/var/mod/root # find /usr/sbin -iname 'radvd'
/usr/sbin/radvd
/var/mod/root #

/var/mod/root # gw6c -f /mod/etc/gw6c.conf
terminate called after throwing an instance of 'int'
Aborted
/var/mod/root #
 
Zuletzt bearbeitet:
Könntest Du mal /mod/etc/gw6c.conf hier posten? Bitte das Passwort unkenntlich machen, falls Du einen go6-Account nutzt.
 
Hallo, ich wieder hier.

/var/mod/root # cat /mod/etc/gw6c.conf
cat: can't open '/mod/etc/gw6c.conf': No such file or directory
/var/mod/root #

Wie kann ich den Inhalt der Datei ausgeben lassen?

edit:
soll wohl gw6.conf heißen, ein "c" zuviel.
cat gw6.conf gibt aus:

Code:
/var/mod/etc # cat gw6.conf 
#-----------------------------------------------------------------------------
##########################      READ ME!      ################################
#
# Welcome to the Gateway6 Client configuration file.
# In order to use the client, you need to modify the 'userid', 'passwd' and 
# 'server' parameters below depending on which of these situations applies:
# 
# 1. If you created a Freenet6 account, enter your userid and password below. 
#    Change the server name to "broker.freenet6.net" and auth_method to 'any'.
# 2. If you would like to use Freenet6 without creating an account, 
#    do not make any modifications and close this file. 
# 3. If this software was provided by your ISP, enter the userid, password and 
#    server name provided by your ISP below. 
#


########################## BASIC CONFIGURATION ################################

#
# User Identification and Password:
#   Specify your user name and password as provided by your ISP or Freenet6.
#   If you plan to connect anonymously, leave these values empty.
#   NOTE: Change auth_method option if you are using a username/password.
#
#   userid=<your_userid>
#   passwd=<your_password>
#
userid=xxxxxxxxxx
passwd=XxXxXx-Xx

#
# Gateway6 Server:
#   Specify a Gateway6 server name or IP address (provided by your ISP or 
#   Freenet6). An optional port number can be added; the default port number 
#   is 3653.
#  
#   Examples:
#     server=hostname # FQDN
#     server=A.B.C.D  # IPv4 address
#     server=[X:X::X:X] # IPv6 address
#     server=hostname:port_number  
#     server=A.B.C.D:port_number
#     server=[X:X::X:X]:port_number
#
#   Freenet6 account holders should enter broker.freenet6.net, otherwise use
#   anon.freenet6.net. Your ISP may provide you with a different server name. 
#
server=broker.freenet6.net
#server=anon.freenet6.net
#server=broker.freenet6.net

#
# Authentication Method:
#
#  auth_method=<{anonymous}|{any|passdss-3des-1|digest-md5|plain}>
#
#   anonymous:      Sends no username or password
#
#   any:            The most secure method will be used. 
#   passdss-3des-1: The password is sent encrypted.
#   digest-md5:     The password is sent encrypted.
#   plain:          Both username and password are sent as plain text.
#
# Recommended values:
#   - any:          If you are authenticating a username / password.
#   - anonymous:    If you are connecting anonymously.
#
auth_method=any
#auth_method=anonymous
#auth_method=any


########################## ROUTING CONFIGURATION ##############################
# Use these parameters when you wish the client to act as a router and provide 
# IPv6 connectivity to IPv6-capable devices on your network.

#
# Local Host Type:
#   Change this value to 'router' to enable IPv6 advertisements.
#
#   host_type=<host|router>
#
host_type=router

#
# Prefix Length:
#   Length of the requested prefix. Valid values range between 0 and 64 when 
#   using V6*V4 tunnel modes, and between 0 and 32 when using V4V6 tunnel mode.
#
#   prefixlen=<integer>
#
prefixlen=64

#
# Advertisement Interface Prefix:
#   Name of the interface that will be configured to send router advertisements. 
#   This is an interface index on Windows (ex: 4) and a name on Linux
#   and BSD (ex: eth1 or fxp1). 
#
#   if_prefix=<interface name>
#
if_prefix=lan

#
# DNS Server: 
#   A DNS server list to which the reverse prefix will be delegated. Servers
#   are separated by the colon(:) delimiter.
#
#   Example: dns_server=ns1.domain:ns2.domain:ns3.domain
#
dns_server=


######################### ADVANCED CONFIGURATION ##############################

#
# Gateway6 Client Installation Directory:
#   Directory where the Gateway6 Client will be installed. This value has been 
#   set during installation.
#
gw6_dir=/usr/share/gw6

#
# Auto-Retry Connect and Delay:
#   The time lapse, in seconds, between each reconnection in the case of a 
#   timeout.
#
#   auto_retry_connect=<yes|no>
#   retry_delay=<integer>
#
#   Recommended values: "yes" and 30
#
auto_retry_connect=yes
retry_delay=30

#
# Keepalive Feature and Message Interval:
#   Indicates if and how often the client will send data to keep the tunnel 
#   active.
#
#   keepalive=<yes|no>
#   keepalive_interval=<integer>
#
#   Recommended values: "yes" and 30
#
keepalive=yes
keepalive_interval=30

#
# Tunnel Encapsulation Mode:
#   v6v4:    IPv6-in-IPv4 tunnel.
#   v6udpv4: IPv6-in-UDP-in-IPv4 tunnel (for clients behind a NAT).
#   v6anyv4: Lets the broker choose the best mode for IPv6 tunnel.
#   v4v6:    IPv4-in-IPv6 tunnel.
#
#   Recommended value: v6anyv4
#
tunnel_mode=v6anyv4

#
# Tunnel Interface Name:
#   The interface name assigned to the tunnel. This value is O/S dependent.
#
#   if_tunnel_v6v4 is the tunnel interface name for v6v4 encapsulation mode
#   if_tunnel_v6udpv4 is the tunnel interface name for v6udpv4 encapsulate mode
#   if_tunnel_v4v6 is the tunnel interface name for v4v6 encapsulation mode
#
#   Default values are set during installation.
#
if_tunnel_v6v4=sit1
if_tunnel_v6udpv4=go6
if_tunnel_v4v6=sit0

#
# Local IP Address of the Client:
#   Allows you to set a specific address as the local tunnel endpoint.
#
#   client_v4=<auto|A.B.C.D (valid ipv4 address)>
#   client_v6=<auto|X:X::X:X (valid ipv6 address)>
#     auto: The Gateway6 Client will find the local IP address endpoint.
#
#   Recommended value: auto
#
client_v4=auto
client_v6=auto

#
# Script Name:
#   File name of the script to run to install the tunnel interface. The 
#   scripts are located in the template directory under the client 
#   installation directory. 
#
#   template=<checktunnel|freebsd|netbsd|openbsd|linux|windows|darwin|cisco|solaris>
#
#   Default value is set during installation.
# 
template=linux

#
# Proxy client: 
#   Indicates that this client will request a tunnel for another endpoint, 
#   such as a Cisco router. 
#
#   proxy_client=<yes|no>
#
#   NOTE: NAT traversal is not possible in proxy mode. 
#
proxy_client=no


############################ BROKER REDIRECTION ###############################

#
# Broker List File Name:
#   The 'broker_list' directive specifies the filename where the broker
#   list received during broker redirection will be saved. 
#
#   broker_list=<file_name>
#  
broker_list=/tmp/tsp-broker-list.txt

#
# Last Server Used File Name:
#   The 'last_server' directive specifies the filename where the address of
#   the last broker to which a connection was successfully established will 
#   be saved.
#
#   last_server=<file_name>
#
last_server=/tmp/tsp-last-server.txt

#
# Always Use Last Known Working Server:
#   The value of the 'always_use_same_server' directive determines whether the 
#   client should always try to connect to the broker found in the 
#   'last_server' directive filename. 
#
#   always_use_same_server=<yes|no>
#
always_use_same_server=no


#################################### LOGGING ##################################

#
# Log Verbosity Configuration:
#   The format is 'log_<destination>=level', where possible values for 
#   'destination' are:
#
#   - console  (logging to the console [AKA stdout])
#   - stderr   (logging to standard error)
#   - file     (logging to a file)
#   - syslog   (logging to syslog [Unix only])
#
#   and 'level' is a digit between 0 and 3. A 'level' value of 0 disables 
#   logging to the destination, while values 1 to 3 request increasing levels 
#   of log verbosity and detail. If 'level' is not specified, a value of 1 is 
#   assumed.
#
#   Example:
#     log_file=3   (Maximal logging to a file)
#     log_stderr=0 (Logging to standard error disabled)
#     log_console= (Minimal logging to the console) 
#
#   - Default configuration on Windows platforms:
#
#     log_console=0
#     log_stderr=0
#     log_file=1
#
#   - Default configuration on Unix platforms:
#
#     log_console=0
#     log_stderr=1
#     log_file=0
#     log_syslog=0
#
log_console=0
log_stderr=0
log_file=3
log_syslog=1

#
# Log File Name:
#   When logging to file is requested using the 'log_file' directive, the name
#   and path of the file to use may be specified using this directive.
#
#   log_filename=<file_name>
#
log_filename=/tmp/gw6c.log

#
# Log File Rotation:
#   When logging to file is requested using the 'log_file' directive, log file 
#   rotation may be enabled. When enabled, the contents of the log file will 
#   be moved to a backup file just before it reaches the maximum log file size 
#   specified via this directive.
#
#   The name of the backup file is the name of the original log file with 
#   '.<timestamp>' inserted before the file extension. If the file does not 
#   have an extension, '.<timestamp>' is appended to the name of the original
#   log file. The timestamp specifies when the rotation occurred.
#
#   After the contents of the log file have been moved to the backup file, the 
#   original file is cleared, and logging resumes at the beginning of the file. 
#
#   log_rotation=<yes|no>
#
log_rotation=yes

#
# Log File Rotation Size:
#   The 'log_rotation_size' directive specifies the maximum size a log file may 
#   reach before rotation occurs, if enabled. The value is expressed in 
#   kilobytes.
#
#   log_rotation_size=<16|32|128|1024>
#
log_rotation_size=16

#
# Deletion of rotated log files:
#   The 'log_rotation_delete' directive specifies that no log backup will be
#   kept. When rotation occurs, the file is immediately wiped out and a new 
#   log file is started.
#
#   log_rotation_delete=<yes|no>
#
log_rotation_delete=no

#
# Syslog Logging Facility [Unix Only]:
#   When logging to syslog is requested using the 'log_syslog' directive, the 
#   facility to use may be specified using this directive.
#
#   syslog_facility=<USER|LOCAL[0-7]>
#
syslog_facility=USER


# end of gw6c.conf
#------------------------------------------------------------------------------
/var/mod/etc #

Ich hoffe , es hilft. ;-)

Das nächste mal lösche ich die Kommentare raus... versprochen.
 
Zuletzt bearbeitet:
Zuletzt bearbeitet:
Gefunden hat er was:

/var/mod/root # find / -iname 'gw6*.conf'
/var/mod/etc/gw6.conf
/var/mod/root #

Offenbar gibt es kein gw6c.conf-File...

Danke für die Engelsgeduld mit mir.

Edit:
Wenn es sich einer oder eine hier zutraut, in meiner VMWare-Ubuntu9.10-Maschine unter Vista mit der Box zu kommunizieren -> geht zwar mit team-viewer etwas zähflüssig, aber es funktioniert. Man kanns ja mal versuchen wollen... ich hätte nichts dagegen einzuwenden. Der rechte Monitor ist die VMWare, der linke ist Vista. Wer mag, bitte e-mail oder PM, dann kriegt er (oder sie) die Daten für Team-Viewer.

Viele Grüße.
 
Zuletzt bearbeitet:
Unsere gw6c.conf heißt aber gw6.conf. Zumindest wird der Daemon so gestartet.

MfG Oliver
 
Holen Sie sich 3CX - völlig kostenlos!
Verbinden Sie Ihr Team und Ihre Kunden Telefonie Livechat Videokonferenzen

Gehostet oder selbst-verwaltet. Für bis zu 10 Nutzer dauerhaft kostenlos. Keine Kreditkartendetails erforderlich. Ohne Risiko testen.

3CX
Für diese E-Mail-Adresse besteht bereits ein 3CX-Konto. Sie werden zum Kundenportal weitergeleitet, wo Sie sich anmelden oder Ihr Passwort zurücksetzen können, falls Sie dieses vergessen haben.