Nowe posty

Autor Wątek: [awk]zliczanie czasu  (Przeczytany 507 razy)

matulik

  • Gość
[awk]zliczanie czasu
« dnia: 2006-01-15, 11:00:04 »
mam dziwny blad podczas kompilacji sterow do acxa. jakos nigdy sie z tym bledem jeszcze nie spokalem, niewiem oco chodzi a ze ja slaby angielski to i wyczytac nie wyczytam.

matsuse:/home/matulik/acx/acx100-0.2.0pre8_plus_fixes_57 # ./Configure
Kernel version file: /lib/modules/2.6.11.4-20a-default/build/include/linux/version.h
Kernel configuration file: /lib/modules/2.6.11.4-20a-default/build/.config
Make damn sure these really match your currently running kernel!!

Kernel configuration found, performing sanity checks
All of the following items are required by the driver:
    Loadable modules support is enabled.
    Wireless LAN (non-hamradio) support is enabled.
    Wireless extensions support is enabled.
The following is needed for PCMCIA/CardBus cards:
    PCMCIA support is enabled.
    CardBus support is enabled.
The following is needed for USB card support:
    USB support is enabled.
The following is needed for PCI card support:
    PCI support is enabled.
Kernel configuration satisfies the minimum requirements, continuing.
Wireless header file is WIRELESS_EXT version 17.
gcc version 3.3.5 20050117 (prerelease) (SUSE Linux)
Running linux 2.6.11.4-20a-default
Compile info: will choose to use code infrastructure for NEWER wireless extension interface version (>= 13)
Symmetric multiprocessing support (CONFIG_SMP) is disabled.
matsuse:/home/matulik/acx/acx100-0.2.0pre8_plus_fixes_57 #  

co zrobic? dzieki pozdrawiam

Maciek_Rutecki

  • Gość
[awk]zliczanie czasu
« Odpowiedź #1 dnia: 2006-01-15, 11:27:26 »
2006-01-15 11:00:04 matulik napisał:

> mam dziwny blad podczas kompilacji sterow do acxa. jakos nigdy sie z tym bledem jeszcze nie
 > spokalem, niewiem oco chodzi a ze ja slaby angielski to i wyczytac nie wyczytam.
 >
 > matsuse:/home/matulik/acx/acx100-0.2.0pre8_plus_fixes_57 # ./Configure
 > Kernel version file: /lib/modules/2.6.11.4-20a-default/build/include/linux/version.h
 > Kernel configuration file: /lib/modules/2.6.11.4-20a-default/build/.config
 > Make damn sure these really match your currently running kernel!!
 >
 > Kernel configuration found, performing sanity checks
 > All of the following items are required by the driver:
 >     Loadable modules support is enabled.
 >     Wireless LAN (non-hamradio) support is enabled.
 >     Wireless extensions support is enabled.
 > The following is needed for PCMCIA/CardBus cards:
 >     PCMCIA support is enabled.
 >     CardBus support is enabled.
 > The following is needed for USB card support:
 >     USB support is enabled.
 > The following is needed for PCI card support:
 >     PCI support is enabled.
 > Kernel configuration satisfies the minimum requirements, continuing.
 > Wireless header file is WIRELESS_EXT version 17.
 > gcc version 3.3.5 20050117 (prerelease) (SUSE Linux)
 > Running linux 2.6.11.4-20a-default
 > Compile info: will choose to use code infrastructure for NEWER wireless extension interface
 > version (>= 13)
 > Symmetric multiprocessing support (CONFIG_SMP) is disabled.
 > matsuse:/home/matulik/acx/acx100-0.2.0pre8_plus_fixes_57 #  
 >
 > co zrobic? dzieki pozdrawiam

Przepraszam, gdzie jest błąd?

--
Maciek

matulik

  • Gość
[awk]zliczanie czasu
« Odpowiedź #2 dnia: 2006-01-15, 11:40:28 »
wlasnie pisze ze nie wiem oco chodzi. normalnie i zawsze przy dobrym ./Configure pisalo cos w stylu (...)Aborted! . a teraz nic nie pisze. to moge w takim razie dalej make i make install robic?

Maciek_Rutecki

  • Gość
[awk]zliczanie czasu
« Odpowiedź #3 dnia: 2006-01-15, 12:05:15 »
2006-01-15 11:40:28 matulik napisał:

> wlasnie pisze ze nie wiem oco chodzi. normalnie i zawsze przy dobrym ./Configure pisalo cos w
 > stylu (...)Aborted! . a teraz nic nie pisze. to moge w takim razie dalej make i make install
 > robic?

Jeśli manual dopuszcza taką możłiwość to pewnie tak...

--
Maciek

kuczy

  • Gość
[awk]zliczanie czasu
« Odpowiedź #4 dnia: 2006-01-15, 00:37:45 »
Witam serdecznie. Jest to moj pierwszy post wiec prosze o wyrozumialosc.

Mam plik loga, ktorego fragment przedstawia sie tak:

Dec  8 08:39:01 darcie CRON[7546]: (pam_unix) session opened for user root by (uid=0)
Dec  8 08:39:01 darcie CRON[7547]: (pam_unix) session opened for user root by (uid=0)
Dec  8 08:39:01 darcie CRON[7547]: (pam_unix) session closed for user root
Dec  8 08:39:02 darcie CRON[7546]: (pam_unix) session closed for user root
Dec  8 09:09:01 darcie CRON[7762]: (pam_unix) session opened for user root by (uid=0)
Dec  8 09:09:01 darcie CRON[7761]: (pam_unix) session opened for user root by (uid=0)
Dec  8 09:09:02 darcie CRON[7762]: (pam_unix) session closed for user root
Dec  8 09:09:02 darcie CRON[7761]: (pam_unix) session closed for user root
Dec  8 09:17:01 darcie CRON[7838]: (pam_unix) session opened for user root by (uid=0)
Dec  8 09:17:01 darcie CRON[7838]: (pam_unix) session closed for user root

i w zwiazku z tym mam kilka pytan.
1. w jaki sposob porownac ze soba linie z takim samym numerem sesji (CRON)?
2. w jakis sposob policzyc czas trwania sesji od otwarcia do zamkniecia?
3. gdy juz uda mi sie polaczyc w pary linie zawierajace ten sam numer CRON, oraz zmierze ich czas, to jak przejsc do nastepnej takiej pary z pominieciem poprzedniej?
To chyba na tyle. Z gory dziekuje za pomoc!