Forum CDRinfo.pl

Forum CDRinfo.pl (https://forum.cdrinfo.pl/)
-   Komputery - oprogramowanie i sprzęt (https://forum.cdrinfo.pl/f113/)
-   -   Linux (https://forum.cdrinfo.pl/f113/linux-91587/)

sobrus 04.01.2014 13:37

To coś jak powiedzenie "nikogo nie ma w domu" :rotfl:

andy 04.01.2014 13:33

Teraz działa idealnie tak jak chciałem. Co prawda wyniki pokazuje od dołu (wtf?) ale działa :D
Cytat:

dd if=/dev/zero of=dupa ibs=1MB count=3000 & watch -n 10 -g kill -USR1 `ps -A | pgrep -x dd`
Cytat:

Napisany przez man bash
Jeśli polecenie zakończone jest operatorem sterującym &, to powłoka wykonuje je w tle (background) w podpowłoce.
Powłoka macierzysta nie oczekuje na zakończenie polecenia, a zwracany kod wynosi 0.

btw :D

Cytat:

andy@nabuchodonozor:~$ cat /etc/udev/links.conf
# This file does not exist. Please do not ask the Debian maintainer about it.
# If you need manually created devices, create them in /lib/udev/devices/ .

sobrus 04.01.2014 10:35

Spróbuj jeszcze Twoim sposobem ale w takim skrypcie:

polecenie1 &
polecenie2

czyli

Kod:

#!/bin/bash
dd if=/dev/zero of=dupa ibs=1MB count=3000 &
watch -n 10 -g kill -USR1 `ps -A | pgrep -x dd`


andy 04.01.2014 01:29

@sobrus niestety w tym wypadku to się nie sprawdza....

Cytat:

andy@nabuchodonozor:~/Pulpit$ dd if=/dev/zero | pv | dd of=dupa ibs=1MB count=3000
0+3000 przeczytanych recordów
436390+0 zapisanych recordów
skopiowane 223431680 bajtów (223 MB), 0,977085 s, 229 MB/s
213MB 0:00:00 [ 218MB/s] [ <=> ]
andy@nabuchodonozor:~/Pulpit$ ls -all | grep dupa
-rw-r--r-- 1 andy andy 223431680 sty 4 00:28 dupa
Chyba żeby zrobić to w pętli. Dać [...] dd of=dupa ibs=10MB count=1 i to dać w pętli 300 razy za każdym razem ">>" plik nowy do poprzedniego.

sobrus 03.01.2014 23:27

dd if=/dev/zero | pv | dd of=dupa ibs=1MB count=3000

?

andy 03.01.2014 23:16

Jak wykonać dwa "programy" w jednym poleceniu w bashu, które ze sobą rozmawiają? :)

Chodzi mi konkretnie o dd i wypisywanie statystyk. dd jest tak bardzo upośledzone, że nie pokaże statystyk do momentu aż go nie szturchniesz przez przesłanie sygnału USR1 do niego via kill. Aby sobie zautomatyzować pobieranie statystyk z dd zrobiłem to co jest podane w manualu dd, tylko zrobiłem to moim zdaniem w bardziej przyjazny sposób.

W pierwszym oknie odpalam dd:
Kod:

andy@nabuchodonozor:~/Pulpit$ dd if=/dev/zero of=dupa ibs=1MB count=3000
dd pobiera dane z /dev/zero w porcjach po 1MB. Pobiera takich porcji w ilości 3k sztuk == 3GB i zapisuje do pliku dupa.

W drugim oknie wywołuję kill'a z przełącznikiem USR1 co 10 sekund:
Kod:

watch -n 10 -g kill -USR1 `ps -A | pgrep -x dd`
watch -n 10 -g: wykonuje do momentu zmiany wyjścia polecenie co 10 sekund.
kill -USR1: wysyła sygnał USR1 do procesu dd
`ps -A | pgrep -x dd`: pobiera PID procesu dd

Czy da się to zapisać w jednym oknie i odpalić?

andy 31.12.2013 00:24

Zachciało mi się (A co!) aby przed instalacją aktualizacji do Debiana pokazywała mi się lista zmian - dobrze wiedzieć co ma się zainstalować i mieć możliwość odrzucenia poszczególnych zmian :)

Po 15 minutach obcowania z NSA (znaczy Google) znalazłem metodę jak zrobić to po Bożemu.
Po instalacji pakietu: apt-listchanges i jego konfiguracji pod własne widzimisie po ściągnięciu aktualizacji pojawi nam się okienko z listą zmian. U siebie mam teraz pokazywanie w przeglądarce:

Kod:

audit (1:2.3.2-3) unstable; urgency=medium

  * QA upload.
  * debian/control: Relax the libaudit1 dependency against libaudit-common in
    case the soname gets bumped again (Closes: #721361)
  * debian/auditd.README.Debian: Rewrite the part on how enabling augenrules
    on systemd systems without copying the complete unit file.
  * debian/control: Mark -dev packages as Multi-arch: same (Closes: #731291)
  * debian/control: Add dependency against "mawk | gawk" for augenrules
  * debian/control: Bump Standards-Version to 3.9.5 (no further changes)

 -- Laurent Bigonville <bigon@debian.org>  Mon, 30 Dec 2013 14:12:17 +0100

binfmt-support (2.1.1-1) unstable; urgency=medium

  * Convert to a non-native package.
  * New upstream release.
    - Add a systemd unit file (closes: #716812).
  * Switch to git; adjust Vcs-* fields.
  * Add a watch file.

 -- Colin Watson <cjwatson@debian.org>  Sun, 29 Dec 2013 23:42:11 +0000

farstream (0.1.2-2) unstable; urgency=medium

  * debian/rules: Call dh_autotools-dev during build to update
    config.{sub,guess} for AArch64 (Closes: #727258)
  * debian/control: Bump Standards-Version to 3.9.5 (no further changes)
  * Add 0001-Gtk-doc_tags_belong_after_the_description.patch: Fix FTBFS by
    moving the GTK-doc tags after the description (Closes: #713498)
  * debian/control: Update the URL's of the Homepage and VCS-* fields

 -- Laurent Bigonville <bigon@debian.org>  Sun, 29 Dec 2013 16:02:45 +0100

gst-libav-dmo (1:1.2.2-dmo1) unstable; urgency=medium

  * New upstream release.

 -- Christian Marillat <marillat@deb-multimedia.org>  Fri, 27 Dec 2013 15:36:34 +0100

linux (3.12.6-2) unstable; urgency=medium

  [ Bastian Blank ]
  * [x86] Make MICROCODE built-in for early microcode loading.

  [ Ben Hutchings ]
  * [armhf] linux-headers: Fix typo in compiler dependency

 -- Ben Hutchings <ben@decadent.org.uk>  Sun, 29 Dec 2013 16:56:20 +0100

pciutils (1:3.2.1-1) unstable; urgency=medium

  * New upstream version 3.2.1
    - CardBus bridge capabilities are displayed.
    - PCIe L1 PM substates are decoded.
    - Various bugs were fixed in decoding of PCIe capabilities.
    - The sysfs back-end does not spit out unnecessary warnings when
      slots report only a partial device address. This actually
      on IBM pSeries.
  * Update 01-Makefile.patch
  * Update pci.ids with version 2013.12.27
  * Debian policy version is 3.9.5
  * Suggests package lynx-cur
    Closes: #710580

 -- Anibal Monsalve Salazar <anibal@debian.org>  Sat, 28 Dec 2013 10:47:09 +1100

python2.7 (2.7.6-4) unstable; urgency=medium

  * Update to 20131230, taken from the 2.7 branch.
  * Fix build error with incompatible sphinx-1.2. Closes: #733404.

 -- Matthias Klose <doko@debian.org>  Mon, 30 Dec 2013 15:17:09 +0100

s2tc (0~git20131104-1.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Fix maintainer scripts to not hard-code the library path for one
    specific architecture into the alternatives handling on all architectures.
    Closes: #733568.

 -- Steve Langasek <vorlon@debian.org>  Mon, 30 Dec 2013 07:46:49 +0000

s2tc (0~git20131104-1) unstable; urgency=low

  * new upstream release
  * fixes broken alpa borders without workaround (Closes: #716713)

 -- Lennart Weller <lhw@ring0.de>  Sun, 29 Dec 2013 15:01:19 +0100

spandsp (0.0.6~pre21-2) unstable; urgency=medium

  * Fix FTBFS in parallel mode by disabling multiple execution of
    the scripts that generate images. (Closes: #726410)
    - patch from Andreas Moog
  * Urgency medium for RC bugfix
  * Cleanup get-orig-target - see uscan(1)
  * Fix "[libspandsp2] "a [...] library that modulate" in extended
    description" - updated Description: (Closes: #725886)
  * Update Build-Depends: libtiff-dev|libtiff5-dev - libtiff5 transition
  * Update Standards-Version: 3.9.5 - no further changes

 -- Mark Purcell <msp@debian.org>  Mon, 30 Dec 2013 17:57:04 +1100

sysvinit (2.88dsf-45) unstable; urgency=medium

  * Add upstart support to update-rc.d enable/disable.  Closes: #733289.

 -- Steve Langasek <vorlon@debian.org>  Sun, 29 Dec 2013 09:37:40 +0000

apr (1.5.0-1) unstable; urgency=low

  * New upstream version
  * Pull changes from upstream 1.5.x branch up to r1552863 to fix problems
    on the FreeBSD 10 kernel with accept4() and non-blocking sockets.

 -- Stefan Fritsch <sf@debian.org>  Mon, 30 Dec 2013 16:37:54 +0100

apt (0.9.14.2) unstable; urgency=low

  [ Joe Hansen ]
  * Danish translation update. Closes: #732166
 
  [ Peter Green ]
  * add apt-vendor for raspbian. Closes: #732749

  [ Thomas Bechtold ]
  * apt-pkg/contrib/gpgv.cc: use /tmp as fallback dir if the
    directory from $TMPDIR  is not available (closes: #728500)
 
  [ Michael Vogt ]
  * vendor/getinfo:
    - fix ubuntu-codename
  * vendor/steamos/*:
    - add steamos support
  * bugfix/bts731738-fancy-progess:
    - fix terminal size issues with e.g. "less" when "APT::Progress-Fancy=1"
      is used (closes: #731738)
  * feature/policy-parser-bts732746:
    - allow more flexibility in /etc/apt/preferences, e.g. comment only
      sections (closes: #732746)
  * move TMPDIR handling into GetTempDir() and use that instead of
    getenv("TMPDIR")
  * update apt-key net-update and add integration test with the buildin
    apt webserver
  * run autopkgtest against the installed apt

 -- Michael Vogt <mvo@debian.org>  Sun, 29 Dec 2013 16:41:16 +0100

apt-listchanges (2.85.12) unstable; urgency=low

  * Update the program Spanish PO file; thanks to Javier Fernandez-Sanguino;
    Closes: #686426
  * Handle new format of binNMUs; thanks to Thorsten Glaser for the report and
    to Simon Ruderich for the patch; Closes: #718770
  * Add missing newline in the debconf passtrough frontend output; thanks to
    José Manuel Santamaría Lema for the report and patch; Closes: #693805
  * bump Standards-Version to 3.9.5 (no changes needed)
  * Use Alioth canonical URLs

 -- Sandro Tosi <morph@debian.org>  Sun, 29 Dec 2013 13:31:26 +0100

apt-listchanges (2.85.12~exp1) experimental; urgency=low

  [ Julien Cristau ]
  * [022b79c] apt-listchanges: debconf passthrough frontend for use with
    packagekit; Closes: #678311

  [ Sandro Tosi ]
  * [7bbe068] don't show changes only for packages configured early; thanks to
    Zack Weinberg for the patch; Closes: #573013

 -- Sandro Tosi <morph@debian.org>  Tue, 21 Aug 2012 01:20:55 +0200

dropbox (1.6.1) stable; urgency=low

  * Initial Release, This package doesn't use a changelog

 -- Rian Hunter <rian@dropbox.com>  Wed, 18 Dec 2013 09:08:46 -0800

e2fsprogs (1.42.9-1) unstable; urgency=low

  * New upstream version
  * NMU ack (Closes: #698879)
  * Fix cross-build support (Closes: #721365)
  * mke2fs will detect an attempt to create a file system on a
    loop-mounted image file
  * Fixed a large number of bugs in resize2fs, e2fsck, debugfs, to
    handle bigalloc and 64-bit file systems.
  * Tune2fs will no longer allow changing the uuid on a mounted file
    system with the uninit_bg feature enabled.
  * E2fsck will properly allocate a new extent tree block in the rare
    case where one is needed when rehashing an extent-mapped directory.
  * Mke2fs wil now properly set the LARGE_FILE feature when creating a
    journal > 2GB.
  * Debugfs will now correctly handle free a range of inodes using the
    freei command.
  * E2fsck will no longer complain if an external journal was exactly
    2**32 blocks.
  * E2fsck will not longer try to add a missing lost+found directory
    when run in read-only mode.
  * Fixed some buffer overrun bugs when creating standard e2image files
  * Mke2fs will not try to set both the meta_bg and resize_inode feature
    when the extended option "-E resize=NNN" is specified by the user.
  * Dumpe2fs will no longer abort when trying to print the journal
    information from an e2image-created image file.
  * Debugfs's "write" command can now create a sparse files
  * Debugfs can now support a command line which is up to 8k long
  * E2image will refuse to create a raw or qcomw image using a mounted
    file system unless the -f option is given.
  * E2image has been made more useful for efficiently copying file
    systems using the -ra options.  New options to help with this use
    case that were added: -o, -O, -p, and -c.
  * Fixed a regression introduced in 1.42.8 which would cause e2fsck to
    erroneously report uninitialized extents past i_size to be invalid.
  * Fixed cases where resize2fs could corrupt a file system, especially
    when shrinking a file system.  (Closes: #660793)
  * Fixed resize2fs and e2fsck to not crash when operating on a file
    system with the MMP feature enabled.
  * Fixed debugfs's write command to properly create a zero-length file
    (instead of creating an invalid inode).
  * Fixed e2fsck to not crash when trying to delete an invalid
    extent-mapped symlink.
  * Improved debugfs's help texts
  * Fixed a potential integer overflow problem in e2freefrag
    (Closes: #718205)
  * The config.guess and config.sub files have been updated to the
    latest to help with the ppcle port.  (Closes: #732076)
  * Updated/fixed various man pages.  (Closes: #586218, #669730,
    #698076, #731329)

 -- Theodore Y. Ts'o <tytso@mit.edu>  Tue, 28 Dec 2013 23:18:36 -0500

gparted (0.17.0-3) unstable; urgency=low

  * Change Suggests: ntfsprogs to ntfs-3g

 -- Phillip Susi <psusi@ubuntu.com>  Fri, 27 Dec 2013 15:18:40 -0500

hicolor-icon-theme (0.13-1) unstable; urgency=low

  * Set Multi-Arch: foreign. Closes: #616533.
  * New upstream release.
  * Use gtk-update-icon-cache-3.0 if available.

 -- Josselin Mouette <joss@debian.org>  Sun, 29 Dec 2013 10:37:45 +0100

libbonoboui (2.24.5-2) unstable; urgency=low

  * Add missing build-dependency on gtk-doc-tools.
  * Fix copyright file. Closes: #733487.

 -- Josselin Mouette <joss@debian.org>  Sun, 29 Dec 2013 15:10:19 +0100

libbonoboui (2.24.5-1) unstable; urgency=low

  [ Josselin Mouette ]
  * Move documentation to libbonoboui2-dev. Closes: #583121.
    + Stop symlinking to /usr/share/doc.
    + Remove the sylink in libbonoboui2-dev.preinst.

  [ Loďc Minier ]
  * Fix globbing in watch file.

  [ Emilio Pozuelo Monfort ]
  * debian/source/format,
    debian/rules:
    + Switch to source format 3.0 (quilt).
  * debian/patches/01_dont_check_for_pangox.patch:
    + Stop checking for pangox during configure. It's not needed
      and pangox is going away. Closes: #702008.

  [ Josselin Mouette ]
  * New upstream translation & bugfix release.
  * Move to 3.0 quilt format, using tar.bz2 tarball.
  * Use dh_autoreconf.
  * 01_dont_check_for_pangox.patch. Stop using pangox entirely for
    irrelevant checks. Explicitly depend on X11 libraries since
    libbonoboui uses them regardless.
  * Convert to multi-arch:
    + Require appropriate cdbs/debhelper versions.
    + Bump requirement on libbonobo2-dev for the new server path.
    + Bump requirement on libglade2-dev for the new modules path.
    + Make libbonoboui2-common MA: foreign and libbonoboui2-0 MA: same.
    + Update installation paths.
  * Move to section oldlibs.
  * Update descriptions.
  * Drop .la files.
  * Drop gnome:version stuff.
  * Move bonobo-browser and test-moniker to a new libbonobo2-bin
    package.
    + This allows us to make libbonoboui2-dev MA: same.

 -- Josselin Mouette <joss@debian.org>  Thu, 26 Dec 2013 16:44:56 +0100

libestr (0.1.9-1) unstable; urgency=low

  * Imported Upstream version 0.1.9 (Closes: #727126)
  * Bump Standards Version to 3.9.5

 -- Pierre Chifflier <pollux@debian.org>  Sat, 28 Dec 2013 10:08:12 +0100

libglade2 (1:2.6.4-2) unstable; urgency=low

  [ Emilio Pozuelo Monfort ]
  * debian/libglade2-dev.lintian:
    - Removed, libglade2-dev depends on python now.

  [ Loďc Minier ]
  * Fix globbing in watch file.

  [ Josselin Mouette ]
  * Patch from Steve Langasek to add MA support. Closes: #650787.
    + Use MA installation paths.
    + Switch do DH compat 9.
    + Update {build-,}dependencies.
  * Bump shlibs to take the new module path into account.
  * Use python:any dependency in the -dev package.
  * Drop the .la file.
  * 01_pre-multiarch_path.patch: new patch. Search modules in
    the pre-multiarch version***8217;s path.
  * Bump standards version.
  * Fix spelling error in description. Closes: #687367.
  * Move to section oldlibs.
  * Switch to 3.0 quilt format.
  * Use dh-autoreconf. Closes: #558573.

 -- Josselin Mouette <joss@debian.org>  Thu, 26 Dec 2013 12:56:27 +0100

libgnome (2.32.1-5) unstable; urgency=low

  [ Emilio Pozuelo Monfort ]
  * debian/control.in:
    + Move to section oldlibs.

  [ Josselin Mouette ]
  * Add missing build-dependency on gnome-common.
  * Migrate to multiarch. Closes: #642415, #731295.
    + Bump build-dependencies.
    + Split libgnome2-0 into libgnome-2-0 (library, MA: same) and
      libgnome2-bin (binary, MA: foreign).
    + Make libgnome2-common MA: foreign and libgnome2-dev MA: same.
    + Keep libgnome2-0 arch: any and MA: same so that multi-arch
      packages can still depend on it.
    + Update installation paths.
    + Build-depend on MA version of libbonobo.
  * Remove gnome:Version.
  * 00_as-needed.patch: dropped, obsolete.
  * 03_multiarch.patch: revert the logic, use /usr/lib as a fallback in
    search paths.

 -- Josselin Mouette <joss@debian.org>  Fri, 27 Dec 2013 12:07:07 +0100

libgnomecanvas (2.30.3-2) unstable; urgency=low

  * Switch to multiarch. Closes: #695556.
    + Require a MA libglade.
    + Update build-dependencies.
    + Make library and devel packages MA: same, make -common MA:
      foreign.
    + Update installation paths.
  * Drop gnome:Version.
  * Move to section oldlibs.
  * Use dh-autoreconf.
  * 99_ltmain_as-needed.patch: dropped, obsolete.
  * 02_link.patch: new patch. Correctly link the demos.

 -- Josselin Mouette <joss@debian.org>  Fri, 27 Dec 2013 14:31:10 +0100

libgnomeui (2.24.5-3) unstable; urgency=low

  * Switch to multiarch. Closes: #642417.
    + Update build-dependencies.
    + Require a MA-enabled libglade for the modules path.
    + Make libgnomeui-0 and -dev MA: same, make -common MA: foreign.
    + Update installation paths.
  * Drop gnome:Version.
  * Move to section oldlibs.
  * 99_ltmain_as-needed.patch: dropped, obsolete.

 -- Josselin Mouette <joss@debian.org>  Fri, 27 Dec 2013 14:57:16 +0100

mako (0.9.1-1) unstable; urgency=low

  * New upstream release
  * Standards-Version bumped to 3.9.5 (no changes needed)

 -- Piotr Ożarowski <piotr@debian.org>  Sun, 29 Dec 2013 11:57:23 +0100

netbase (5.2) unstable; urgency=low

  * etc-services: added ipsec-nat-t (4500/udp). (Closes: #718210)
  * etc-services: added syslog-tls (6514/tcp). (Closes: #729565)
  * etc-services: added dicom (11112/tcp). (Closes: #710361)

 -- Marco d'Itri <md@linux.it>  Mon, 30 Dec 2013 04:34:01 +0100

redland (1.0.17-1) unstable; urgency=low

  * New upstream release (Closes: #700024, #701709)
  * use dh-autoreconf instead of autotools-dev for better new-port
    coverage.  Patch from Colin Watson - thanks (Closes: #732371)

 -- Dave Beckett <dajobe@debian.org>  Sat, 28 Dec 2013 09:09:07 -0800

unoconv (0.6-5) unstable; urgency=low

  * Fix use of `--stdout` with Python3. Closes: #718481.

 -- Vincent Bernat <bernat@debian.org>  Sun, 29 Dec 2013 17:58:05 +0100

Jak widać na dłoni mam pokazane co się zmieniło oraz czy poprawka powinna być zaaplikowana natychmiast czy może sobie poczekać :)

Czyli:
1.) Instalujemy i konfigurujemy apt.listchanges
2.) Przed upgrejdem robimy: apt-get update
2.) Upgrejd: apt-get upgrade (zasysają się pakieciki i po skończeniu wyświetla się lista zmian w zdefiniowanym programie)
3.) Po zamknięciu apt-listchanges pyta nas się czy zainstalować aktualizacje.

andy 27.12.2013 19:45

Ilość załączników: 1
Lamerskie pytanie. Jak przełączyć się lub włączyć drugą kartę graficzną zamiast pierwszej?

Obecnie jadę na Intel HD4000. Wydajność do tego co robię jest ok. Chciałbym się jednak móc przełączyć - lub włączyć obsługę drugiej karty.
Do AMD mam obecnie sterowniki otwarte: xserver-xorg-video-radeon.
Wystarczy utworzyć plik /etc/X11/xorg.conf z np. taką konfiguracją:

Cytat:

Section "Device"
Identifier "Device0"
Driver "radeon"
Option "AccelMethod" "XAA"
# XAA/EXA
Option "AccelDFS" "1"
# 1/0 On for PCIE, off for AGP
# Manpage: Use or don't use accelerated EXA DownloadFromScreen hook
# when possible.
Option "AGPMode" "1"
# 1-8 Does not affect PCIE models.
Option "AGPFastWrite" "1"
# 1/0 Does not affect PCIE models. Not recommended.
Option "GARTSize" "64"
# 0-64 Megabytes of gart (system) memory used.
# Wrongly defaults to 8MB sometimes, see your logfile.
# Bigger seems better.
Option "EnablePageFlip" "1"
# 1/0 Increases 3D performance substantially
# seemingly in XAA mode only
Option "ColorTiling" "1"
# 1/0 Increases 3D performance substantially
# affected stability only positively on my system
EndSection
I odpali się na starcie Radek zamiast wbudowana Intela?

Przy zamkniętych zrobiłem tak: sudo aticonfig --px-dgpu i już miałem Radka. Znaczy po tym musiałem jeszcze przeładować Xy (takie ograniczenie Xów...).

P.S. Czy dobrym rozwiązaniem jest instalacja sterowników zamkniętych od AMD ze strony? Te z repo są stare i nie obsługują serwera xów w wersji 1.14.

---

Cytat:

Napisany przez sobrus
Tak, ale czy syon wie którym adresom ma pozwolić na połączenie.
O ile widzę w google ustawia się to po stronie serwera w
/etc/sane.d/saned.conf
Jeśli się nie myle powinieneś gdzieś wklepać podsieć 192.168.1.0/24, ale nie widzę nic takiego w Twoich zrzutach.

Chyba jestem ślepy :D Wcześniej tego pliku nie widziałem ;) Teraz już mi ładnie wykrywa :)

Załącznik 64312

Czasami jak coś nie wychodzi to trzeba się przejść i przewietrzyć, albo wrócić do problemu za kilka dni :D

Kogoro 26.12.2013 15:41

Cytat:

Napisany przez andy (Post 1270491)
@up to raczej nie to. U siebie mam obecnie :

Z tego co wcześniej czytałem to problem był z 1.0.1e. Nawet gdyby, to problem z tego co wyczytałem dotyczył lightdm (u siebie mam GDMa).


Tak, konkretnie 1.0.1e-5. W repo już jest 1.0.1e-6, z którym nie ma problemów.

andy 26.12.2013 00:00

@up to raczej nie to. U siebie mam obecnie :
Cytat:

OpenSSL> version
OpenSSL 1.0.1f-dev xx XXX xxxx
OpenSSL>
Z tego co wcześniej czytałem to problem był z 1.0.1e. Nawet gdyby, to problem z tego co wyczytałem dotyczył lightdm (u siebie mam GDMa).

Aha i problem pojawił się po próbie ponownego zainstalowania GNOME. MIałem kłopoty z zależnościami i chyba niewłaściwie je rozwiązałem. Raz mi GNOME nie ładowało pulpitu po wpisaniu loginu i hasła, a raz nie ładowało kompletnego pulpitu - tylko tapeta.
W związku z tym, że nie miałem czasu na naprawianie, to przeinstalowałem system. Ciesze się że mam katalog domowy na oddzielnej partycji niż / :D
Zachciało mi się zmienić GNOME 3 na wersję 3.10 z 3.8.4 :D

Czego to mnie nauczyło? Nie przeinstalowywać kluczowych elementów systemu bez uprzedniej jego kopii :D - Szewc bez butów chodzi ;)

Tak czy siak dalej jadę na unstable. Mimo określenia jest jak na razie stabilny - działa stabilniej niż Ubuntu. Może przez to że nie ma compiza? Na Ubuntu to on był powodem ciągłych komunikatów o problemach z aplikacją...

Kogoro 25.12.2013 23:22

A może to było coś innego? Dlatego nie lubię sida. Wolę testinga, a pakiety experimentala i sida (oraz innych dystrybucji pochodnych od debiana) instaluję wiedząc co robię.

http://forum.siduction.org/index.php?topic=4104.0

Takie rzeczy jak powyższe ostrzeżenie niestety w sidzie się przytrafiają.
Czasem nie są aż tak problematyczne.
Na przykład zainstalowałem gimp 2.9.1, który chodzi jak żółw. Mogłem jednak swobodnie powrócić do wersji stabilnej.

andy 25.12.2013 22:15

Miałem małą przeprawę z GNOME3 :D Zachciało mi się najnowszej wersji (linia experimental). Oczywiście się zainstalowała jednak coś po szło nie tak bo brakowało mi a to części ikon, a to coś tam nie działało tak jak powinno.
Po wywaleniu: apt-get purge gnome-shell i próbie jego przywrócenia dałem sobie spokój - był moment, że po zalogowaniu widziałem nawet pulpit bez ikonek :D - Prawie się udało.

Wrzuciłem na nowo Debiana. Najlepsze w tym wszystkim jest to, że teraz działa mi zmiana stylu w Mutterze.

@up dziwne ale standardowo sane nie generuje tego pliku konfiguracyjnego oO Sprawdzę w wolnej chwili.


btw, http://niebezpiecznik.pl/post/linux-...ekawy-program/

sobrus 22.12.2013 21:39

Plik wziałem stąd:
https://wiki.debian.org/SaneOverNetwork

co do loginów to niestety nie wiem, nie mam gdm3

andy 22.12.2013 20:59

Z plikiem konfiguracyjnym później sprawdzę. Ciekawe jest to że go nie ma :) Nie mogę też wyświetlić podręcznika dla niego ;-)

--

Mam inny problem. Otóż ostatnio stworzyłem sobie użytkownika, na którego udostępniam dane przez sambę.

Cytat:

andy@nabuchodonozor:~$ cat /etc/passwd | grep lan
lan:x:1001:1001:,,,:/home/lan:/bin/false
Użytkownik NIE posiada katalogu domowego (nie wiem po co tutaj ten wpis trzymam, oraz nie zaloguje się do systemu.
Użytkownik pojawia się na liście greetera (aplikacja logowania do GNOME). Aby ją wyłączyć postąpiłem tak jak napisali tutaj: https://help.gnome.org/admin/gdm/sta...greetersection
Niestety nie działa. Próbowałem już nawet wpisywać ID użytkownika ale dalej dupa. Tak u mnie wygląda plik /etc/gdm3/daemon.conf

Cytat:

andy@nabuchodonozor:~$ cat /etc/gdm3/daemon.conf
# GDM configuration storage
#
# See /usr/share/gdm/gdm.schemas for a list of available options.

[daemon]
# Enabling automatic login
# AutomaticLoginEnable = true
# AutomaticLogin = user1

# Enabling timed login
# TimedLoginEnable = true
# TimedLogin = user1
# TimedLoginDelay = 10

# Reserving more VTs for test consoles (default is 7)
# FirstVT = 9

AutomaticLoginEnable=False
AutomaticLogin=andy

[security]

[xdmcp]

[greeter]
# Only include selected logins in the greeter
IncludeAll = false
Include=1000 //Wpisanie użytkowników tu i niżej po loginie też nie pomaga
Exclude=1001

[chooser]

[debug]
# More verbose logs
# Additionally lets the X server dump core if it crashes
# Enable = true

sobrus 22.12.2013 13:39

Cytat:

Napisany przez andy (Post 1270141)
Jestem w odpowiedniej grupie więc to raczej nie jes powód.

Jednak dla pewności... ;)

Nie chodziło mi o grupę, a o reguły udev.
Choć akurat tu mogą nie mieć zastosowania - skaner jest fizycznie podłączony do innego komputera.

Cytat:

xsane ma dokładnie wskazane gdzie jest skaner
Tak, ale czy syon wie którym adresom ma pozwolić na połączenie.
O ile widzę w google ustawia się to po stronie serwera w
/etc/sane.d/saned.conf
Jeśli się nie myle powinieneś gdzieś wklepać podsieć 192.168.1.0/24, ale nie widzę nic takiego w Twoich zrzutach.


Wszystkie czasy w strefie CET. Aktualna godzina: 20:18.

Powered by vBulletin® Version 3.9.0 LTS
Copyright ©2000 - 2026, vBulletin Solutions Inc.