Zum Inhalt springen

Jessi151

Mitglieder
  • Gesamte Inhalte

    21
  • Benutzer seit

  • Letzter Besuch

Beiträge von Jessi151

  1. @ Darkeldar: Wo kann man in Erfahrung bringen ob das anerkannt wird?

    Die Sache ist ja die, dass ich wohl 2 Semester verschenkt hätte, da die ja wahrscheinlich nicht angerechnet werden. Desweiteren habe ich ja schon diese abgeschlossene Ausbildung die ich mittels dualem Studium ja auch hätte (?).

    Mit was für einer Vergütung kann man bei so einem System überhaupt rechnen?

  2. Moin,

    ich habe meine Ausbildung als Fisi 06 abgeschlossen und studiere mittlerweile Wirtschaftsinformatik auf B.Sc an einer Vollzeituni im zweiten Semester, ab Okt drittes.

    Nun hab ich eventuell die Chance ein duales Studum an der Leibniz-Akademie Hannover zu machen.

    Ist das sinnvoll, wenn es sich ergibt diesen Weg einzuschlagen oder lieber das jetzt durchzuziehen.

    Mit dem dualen Szudium hätte man doch theoretisch den Facharbeiterbrief, den ich ja schon habe, nach ca2 Jahre oder bin ich da falsch informiert.

    Warum ich mich auf die Stelle beworben hab? Nun ja das Vollzeitstudium ist mir bisher etwas zu theoretisch. In den Semesterferien habe ich aber jederzeit die Möglichkeit in einem IT-Betrieb vollwertig mitzuarbeiten, was dann ja wegfallen würde, bzw in dem Betrieb mit dem dualen Studium stattfinden würde.

    Würde da gerne ein paar Meinungen zu hören.

  3. zweiteres kannte ich schon, google, spuckt des ja gern aus :-)

    Aber dort gefiehlen mir die Beispiele nicht... bzw ich konnte mir da nix drunter vorstellen.

    die sortierverfahren unter Pronix hatte ich ja schon und von den anderen Sortierverfahren hab ich dort noch nix gefunden, bin aber noch am weiter durchlesen...

  4. Hallo,

    und zwar soll ich als noob Sortierverfahren vergleichen.

    Die sollen Zahlen sortieren und die Zeit soll dabei genommen werden. Das ganze in C++

    Bisher habe ich Bubblesort, Shellsort, Quicksort, Insertionsort und Selectionsort in meinem kleinen Programmli.

    Folgende Seite fand ich ganz hilfreich bei Shellsort:

    http://www.linux-related.de/src/sources/elem_sort.c

    Gibt es sowas in der Art auch für Heap-, Merge-, Shaker- und Bucketsort?

    Oder lassen die sich in dieser Form gar nicht realisieren...

    Hab schon viel gegoogelt auch viel gefunden auch viele Beispiele, die meisten aber nicht in C++. Brauche halt gute Beispiele. Weiß zwar wie die Verfahren funktionieren aber kann es halt nicht aufschreiben, ist denke ich aber am Anfang immer das größte Problem...

    Wollte nun mal fragen ob jemand ne gute informative Seite weiß oder auch so Hilfe geben kann... Wäre sehr nett...

    MfG

  5. Moin,

    suche jemanden, der sich mit den 3 oben genannten Progs auskennt.

    Möchte Grafiken von Nagios anzeigen lassen, komme aber mit rrdtool überhaupt nicht klar, ganzen Manuals schon durchgelesen... :-(

    Das ding ist für mich noch völlig unlogisch... :-(

    Meldet euch bidde.

  6. das hatte ich ja gemacht, ging aber nicht.

    hab hab mir mal die neuste gd runtergeladen und nun scheint es zu klappen...

    Boa, hab ich schon viel gelernt... *stolzsei*

    Mal sehen, denke krieg gleich wieder prob.

    Lag wahrscheinlich an einer alten gd Datei...

  7. Und zwar bekomme ich beim kompilieren von Nagios folgende Ausgabe:

    loading cache ./config.cache

    checking for a BSD compatible install... (cached) /usr/bin/install -c

    checking for gcc... (cached) gcc

    checking whether the C compiler (gcc ) works... yes

    checking whether the C compiler (gcc ) is a cross-compiler... no

    checking whether we are using GNU C... (cached) yes

    checking whether gcc accepts -g... (cached) yes

    checking whether make sets ${MAKE}... (cached) yes

    checking for strip... (cached) /usr/bin/strip

    checking how to run the C preprocessor... (cached) gcc -E

    checking for ANSI C header files... (cached) yes

    checking whether time.h and sys/time.h may both be included... (cached) yes

    checking for sys/wait.h that is POSIX.1 compatible... (cached) yes

    checking for ctype.h... (cached) yes

    checking for dirent.h... (cached) yes

    checking for errno.h... (cached) yes

    checking for fcntl.h... (cached) yes

    checking for getopt.h... (cached) yes

    checking for grp.h... (cached) yes

    checking for limits.h... (cached) yes

    checking for math.h... (cached) yes

    checking for pwd.h... (cached) yes

    checking for signal.h... (cached) yes

    checking for strings.h... (cached) yes

    checking for string.h... (cached) yes

    checking for syslog.h... (cached) yes

    checking for unistd.h... (cached) yes

    checking for uio.h... (cached) no

    checking for sys/types.h... (cached) yes

    checking for sys/time.h... (cached) yes

    checking for sys/resource.h... (cached) yes

    checking for sys/wait.h... (cached) yes

    checking for sys/stat.h... (cached) yes

    checking for sys/ipc.h... (cached) yes

    checking for sys/msg.h... (cached) yes

    checking for working const... (cached) yes

    checking whether struct tm is in sys/time.h or time.h... (cached) time.h

    checking for tm_zone in struct tm... (cached) yes

    checking for mode_t... (cached) yes

    checking for pid_t... (cached) yes

    checking for size_t... (cached) yes

    checking return type of signal handlers... (cached) void

    checking for uid_t in sys/types.h... (cached) yes

    checking type of array argument to getgroups... (cached) gid_t

    checking for strdup... (cached) yes

    checking for strstr... (cached) yes

    checking for strtoul... (cached) yes

    checking for initgroups... (cached) yes

    checking for type of socket size... size_t

    checking for mail... (cached) /usr/bin/mail

    Init script directory: /etc/rc.d

    We'll use default routines (in xdata/xsddefault.*) for status data I/O...

    We'll use default routines (in xdata/xcddefault.*) for comment data I/O...

    We'll use template-based routines (in xdata/xedtemplate.*) for extended data I/O...

    We'll use default routines (in xdata/xrddefault.*) for retention data I/O...

    We'll use template-based routines (in xdata/xodtemplate.*) for object data I/O...

    We'll use default routines (in xdata/xpddefault.*) for performance data I/O...

    We'll use default routines (in xdata/xdddefault.*) for scheduled downtime data I/O...

    checking for main in -liconv... (cached) no

    checking for gdImagePng in -lgd (order 1)... (cached) no

    checking for gdImagePng in -lgd (order 2)... (cached) no

    checking for gdImagePng in -lgd (order 3)... (cached) no

    *** GD, PNG, and/or JPEG libraries could not be located... *********

    Boutell's GD library is required to compile the statusmap, trends

    and histogram CGIs. Get it from http://www.boutell.com/gd/, compile

    it, and use the --with-gd-lib and --with-gd-inc arguments to specify

    the locations of the GD library and include files.

    NOTE: In addition to the gd-devel library, you'll also need to make

    sure you have the png-devel and jpeg-devel libraries installed

    on your system.

    NOTE: After you install the necessary libraries on your system:

    1. Make sure /etc/ld.so.conf has an entry for the directory in

    which the GD, PNG, and JPEG libraries are installed.

    2. Run 'ldconfig' to update the run-time linker options.

    3. Run 'make clean' in the Nagios distribution to clean out

    any old references to your previous compile.

    4. Rerun the configure script.

    NOTE: If you can't get the configure script to recognize the GD libs

    on your system, get over it and move on to other things. The

    CGIs that use the GD libs are just a small part of the entire

    Nagios package. Get everything else working first and then

    revisit the problem. Make sure to check the nagios-users

    mailing list archives for possible solutions to GD library

    problems when you resume your troubleshooting.

    ********************************************************************

    checking for traceroute... (cached) /usr/sbin/traceroute

    checking for snprintf... (cached) yes

    checking for type va_list... yes

    checking for perl... (cached) /usr/bin/perl

    creating ./config.status

    creating Makefile

    creating subst

    creating pkginfo

    creating base/Makefile

    creating common/Makefile

    creating contrib/Makefile

    creating cgi/Makefile

    creating html/Makefile

    creating xdata/Makefile

    creating daemon-init

    creating html/index.html

    creating html/side.html

    creating common/config.h

    common/config.h is unchanged

    creating common/snprintf.h

    common/snprintf.h is unchanged

    creating base/nagios.h

    creating cgi/cgiutils.h

    cgi/cgiutils.h is unchanged

    Creating sample config files in sample-config/ ...

    *** Configuration summary for nagios 1.2 02-02-2004 ***:

    General Options:

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

    Nagios executable: nagios

    Nagios user/group: nagios,nagios

    Command user/group: nagios,nagios

    Embedded Perl: no

    Install ${prefix}: /usr/local/nagios

    Lock file: ${prefix}/var/nagios.lock

    Init directory: /etc/rc.d

    Web Interface Options:

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

    HTML URL: http://localhost/nagios/

    CGI URL: http://localhost/nagios/cgi-bin/

    Traceroute (used by WAP): /usr/sbin/traceroute

    External Data Routines:

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

    Status data: Default (text file)

    Object data: Template-based (text file)

    Comment data: Default (text file)

    Downtime data: Default (text file)

    Retention data: Default (text file)

    Peformance data: Default (external commands)

    Extended info data: Template-based (text file)

    Review the options above for accuracy. If they look okay,

    type 'make all' to compile the main program and CGIs.

    Was will er von mir? soll ich etwa das von der Website nstallieren? hab ich schon prob, da will er auch was für haben. Alle Komponente, die yast unter der Eingabe von gd findet, hab ich schon installiert...

    Wäre dringend

    thx

  8. Und ich muss selber sagen, ich bin stolz auf mich, es geschafft zu haben eine log Datei in ein Testfile ausgeben zu lassen und alles auf Diskette zu kopieren!!!

    :marine

    Dafür das ich keine Ahnung hab ist es gut :cool:

    Nov 23 08:03:31 linux syslogd 1.4.1: restart.

    Nov 23 08:03:35 linux kernel: klogd 1.4.1, log source = /proc/kmsg started.

    Nov 23 08:03:35 linux kernel: Inspecting /boot/System.map-2.4.10-4GB

    Nov 23 08:03:36 linux kernel: Loaded 11713 symbols from /boot/System.map-2.4.10-4GB.

    Nov 23 08:03:36 linux kernel: Symbols match kernel version 2.4.10.

    Nov 23 08:03:36 linux kernel: Loaded 442 symbols from 11 modules.

    Nov 23 08:03:36 linux kernel: CAPI-driver Rev 1.21.6.7: loaded

    Nov 23 08:03:36 linux kernel: capifs: Rev 1.14.6.7

    Nov 23 08:03:36 linux kernel: capi20: started up with major 68

    Nov 23 08:03:36 linux kernel: kcapi: capi20 attached

    Nov 23 08:03:36 linux kernel: capi20: Rev 1.44.6.13: started up with major 68 (middleware+capifs)

    Nov 23 08:03:36 linux kernel: fcclassic: AVM FRITZ!Card Classic driver, revision 0.2

    Nov 23 08:03:36 linux kernel: fcclassic: (fcclassic built on Jun 18 2002 at 13:51:55)

    Nov 23 08:03:36 linux kernel: fcclassic: Loading...

    Nov 23 08:03:36 linux kernel: fcclassic: Driver 'fcclassic' attached to stack

    Nov 23 08:03:36 linux kernel: kcapi: driver fcclassic attached

    Nov 23 08:03:36 linux kernel: fcclassic: Loaded.

    Nov 23 08:03:36 linux kernel: fcclassic: Stack version 3.09-10

    Nov 23 08:03:36 linux kernel: kcapi: Controller 1: fritz-isa attached

    Nov 23 08:03:36 linux kernel: kcapi: card 1 "fritz-isa" ready.

    Nov 23 08:03:36 linux kernel: kcapi: notify up contr 1

    Nov 23 08:03:36 linux kernel: capi: controller 1 up

    Nov 23 08:03:36 linux kernel: ip_tables: ©2000 Netfilter core team

    Nov 23 08:03:36 linux kernel: ip_conntrack (1024 buckets, 8192 max)

    Nov 23 08:03:36 linux kernel: usb.c: registered new driver usbdevfs

    Nov 23 08:03:36 linux kernel: usb.c: registered new driver hub

    Nov 23 08:03:36 linux kernel: usb-uhci.c: $Revision: 1.268 $ time 12:53:37 Sep 25 2001

    Nov 23 08:03:36 linux kernel: usb-uhci.c: High bandwidth mode enabled

    Nov 23 08:03:36 linux kernel: usb-uhci.c: v1.268:USB Universal Host Controller Interface driver

    Nov 23 08:03:36 linux kernel: usb.c: deregistering driver usbdevfs

    Nov 23 08:03:36 linux kernel: usb.c: deregistering driver hub

    Nov 23 08:03:36 linux kernel: IPv6 v0.8 for NET4.0

    Nov 23 08:03:36 linux kernel: IPv6 over IPv4 tunneling driver

    Nov 23 08:03:38 linux smpppd[497]: smpppd version 0.49 started

    Nov 23 08:03:39 linux /usr/sbin/cron[538]: (CRON) STARTUP (fork ok)

    Nov 23 08:03:43 linux kernel: Switching off penguin.

    Das das von heute. Aber eine Frage dazu, wenn ich

    cat /var/log/messages

    mache zeigt der noch mehr an, als wenn ich

    cat /var/log/messages > log.txt

    mache. Wieso? Hab ich da vielleicht was falsch gemacht?

  9. Hallo,

    Habe ein Problem mit ISDN.

    Beim booten kommen folgende Fehlermeldungen:

    /dev/isdninfo: No such device

    Starting isdn4linux on device ippp0

    /dev/isdninfo: Noch such device

    /etc/init.d/rc5.d/S=2i4l: ippp0 doesn't exist in /proc/net/dev

    Check ISDN hardware configuartion and activate

    ...

    ...

    ...

    Setting up routing (using (etc/route.conf)

    Error while excuting:

    /sbin/route add default gw 192.168.0.99 dev ippp0

    SIOCADDRT: No such device

    Setting up routingfailed

    Die Karte (ISA no PnP AVM A1) wurde nach Anleitung installiert. Beim starten wird die Karte ebenfalls angezeigt, dass sie geladen wurde.

    Auch diese Art Testverbindung zu AVM klappt ohne Fehler (etliche send und received).

    Weiß jemand Rat?

    Alles unter Suse 7.3

  10. Ähm, vielleicht etwas spät mittlerweile...

    Also Siemens hat doch sonst immer Telfonbuch und Adressbuch gehabt. Eins Telefonspeicher und eins Sim speicher. Wenn du sonst nur den Simspeicher anzeigen lässt und dann nen nuen Namen im Telefonbuch speichert, ist er nicht zu sehen. Andersrum genauso. Vielleicht sind diese Sachen vertauscht. Ging jedenfalls bis zu 45er Reihe.

    Ist mir nur ma beim Lesen aufgefallen.

Fachinformatiker.de, 2024 by SE Internet Services

fidelogo_small.png

Schicke uns eine Nachricht!

Fachinformatiker.de ist die größte IT-Community
rund um Ausbildung, Job, Weiterbildung für IT-Fachkräfte.

Fachinformatiker.de App

Download on the App Store
Get it on Google Play

Kontakt

Hier werben?
Oder sende eine E-Mail an

Social media u. feeds

Jobboard für Fachinformatiker und IT-Fachkräfte

×
×
  • Neu erstellen...