Skocz do zawartości

Martinek

Użytkownicy
  • Zawartość

    21
  • Rejestracja

  • Ostatnio

Posty napisane przez Martinek


  1. hej,

     

    nie mam już pojęcia o co chodzi i chyba trochę nie rozumiem google...

     

    wysyłam emaila testowo do siebie i mi odbija takie cos:

     

     

    This message was created automatically by mail delivery software.

    A message that you sent could not be delivered to one or more of its
    recipients. This is a permanent error. The following address(es) failed:

    testowyemail@gmail.com
    host gmail-smtp-in.l.google.com [2a00:1450:400c:c0c::1a]
    SMTP error from remote mail server after end of data:
    550-5.7.1 [2001:41d0:8:c1e8::1] Our system has detected that this message does
    550-5.7.1 not meet IPv6 sending guidelines regarding PTR records and
    550-5.7.1 authentication. Please review
    550-5.7.1 https://support.google.com/mail/?p=ipv6_authentication_error for more
    550 5.7.1 information. u186si20662885wmg.3 - gsmtp

     

     


  2. ale to wtedy muszę plik sh robić no nie?

     

    czyli to będzie:

     

    #!/bin/bash
    DATABACKUP=`date +%F_%T`

    find /home/user/domains/domena.pl -mtime -7 -iname '*.pdf' -print0 | xargs -0 tar zcvf $DATABACKUP_tarball.tar.gz

    edit.///
    Tak działa:
    #!/bin/bash
    DATABACKUP=`date +%F`.
    find /home/user/domains/domena.pl -mtime -70 -iname '*.pdf' -print0 | xargs -0 tar zcvf "$DATABACKUP".tarball.tar.gz

     


  3. mam problem.. jak dodaje do nazwy tara datę to nie tworzy mi archiwum..

     

    find /home/user/domains/domena.pl -mtime -7 -iname '*.pdf' -print0 | xargs -0 tar zcvf `date +%F_%T`tarball.tar.gz

     

    mam takie info:

     

    /home/user/domains/domena.pl/public_html/etykieta.pdf
    tar (child): Cannot connect to 2016-03-07_11: resolve failed
    tar: Child returned status 128
    tar: Error is not recoverable: exiting now

  4.  

    Witam,

     

    Wgrałem svn z tym poradnikiem

     

    http://www.krizna.com/ubuntu/setup-s...-ubuntu-14-04/

     

    i fajnie po http mogę comitować i pobierać ale gdy chce się łączyć do svn po protokole svn://ip/svn/testrepo/

    to niestety nie mogę.. jest błąd.

     

    Unable to connect to a repository at URL 'svn://ip/svn/testrepo'

    Can't connect to host 'ip': Nie można nawiązać połączenia, ponieważ

    komputer docelowy aktywnie go odmawia.

     

    łączę się z windowsa do tego serwera klientem tortoise svn

     

    Ktos pomoże...? Bede bardzo wdzięczny...

×