ich habe eben esniper entdeckt und installiert. Nun habe ich nach dem Lesen der ganzen Dokumentationen noch ein paar Fragen offen:
- die config und die auctionsfile ist doch im Prinzip das gleiche und kann auch eine Datei sein? Also ich richte eine Datei ein, in welche die config steht plus die Auktionsnummer und der Preis.
Mit dem Befehl "esniper -c pfadzurauctionsdatei" sollte das tun.
Sollte er ja - soweit ich das verstehe - die Auktion ausführen, aber er bringt folgendes.
Code: Alles auswählen
esniper -c /home/esniper/buch
Error: no auctions specified.
usage: esniper [-bdhHnmPrUv] [-c conf_file] [-l logdir] [-p proxy] [-q quantity]
[-s secs|now] [-u user] (auction_file | [auction price ...])
Try "esniper -h" for more help.
Please visit http://esniper.sf.net/ for updates and bug reports. To learn
about updates to and major bugs in esniper, subscribe to the esniper mailing
list at http://lists.sf.net/lists/listinfo/esniper-announce
GNU nano 2.2.4 Datei: buch
# A configuration file contains option settings,
# blank lines, and comments (begin with #). The
# default configuration file is $HOME/.esniper, and
# if you specify an auction file, .esniper in the
# auction file's directory as well. If you specify a
# configuration file using the -c command-line option,
# then that configuration file will be the only one
# read.
#
# If you set your password in a configuration file
# and you are on a unix system, you should be the
# owner of the file, and you should set the
# permissions so that it is readable only by the
# owner.
#
# Here are all the options. Note that if the
# default (as defined in esniper -H) is fine, you
# don't need to specify it in a configuration file.
# boolean parameters can be set to:
# true, y, yes, on, 1, enabled
# false, n, no, off, 0, disabled
batch = false
bid = yes
debug = enabled
reduce = y
# Note: it would be nice if logdir could use ~myuser,
# or $HOME. Perhaps in a future version.
logdir = ./logfiles/
password = (hab ich angegeben aber poste ich hier natürlich nicht)
# Note: proxy authentication not yet supported
# proxy = http://192.168.1.1:8080/
username = (hab ich angegeben aber poste ich hier natürlich nicht)
# Note: quantity is usually set in an auction file
quantity = 1
# Note: seconds can also be "now", if you want to
# bid immediately
seconds = now
#buch
301229714487 2
Wenn ich
Code: Alles auswählen
esniper -bdhHimnPrUv -c .buch
Code: Alles auswählen
Speicherzugriffsfehler
Oder verstehe ich da was fundamental falsch? Ich habe keine .config irgendwo anders erstellt, sondern versuche es nur so, wie ich es eben gesagt habe.
Grüße und Danke
Thoys