tompos blogja

Menetrogzito kamera

Biztosan tobbeknek van ilyen eszkozzel tapasztalata.

Melyik a nem jo es miert? Mire kell figyelni?
El lehet helyezni ugy, hogy ne legyen feltetlenul nagyon szem elott, h a tolvajokat ne ingerelje?
Hova menti a felvett anyagot? Akkor is vesz (mozgasra?), ha all az auto?
Hogy lehet lementeni rola az anyagot? Mi van, ha nem mentem le, atporgeti?

net-tools upgrade

net-tools (1.60+git20161116.90da8a0-1) unstable; urgency=medium

After 15 years without upstream development, net-tools is being worked on
again, fixing many long-standing issues.

The bad news is that the output of many commands has changed, and it is sure
to break scripts that relied on parsing it.

If you have customs scripts that use any of these commands, please make sure
they still work after this upgrade:

netstat, ifconfig, ipmaddr, iptunnel, mii-tool, nameif, plipconfig, rarp,
route, slattach, arp.

wlan0: flags=4163  mtu 1500
        inet 10.32.0.11  netmask 255.255.0.0  broadcast 10.32.255.255
        inet6 fe80::6257:18ff:feb9:9b46  prefixlen 64  scopeid 0x20
        ether 60:57:18:b9:9b:46  txqueuelen 1000  (Ethernet)
        RX packets 3026500  bytes 3954044615 (3.9 GB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 1420998  bytes 174064340 (174.0 MB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

edigital nyomor

Rendeltem vmit, de nem szallitjak, sejtem is, h miert. Igy beszelnunk kene, h mi legyen.

Felhivom az ugyfelszolgalatot, gep veszi fel. Amig el nem mondja a baromsagait, addig menupontot nem tudok nyomni. Minden alpontnal igy van.
Majd egy ido utan frankon szetkapcsol.

Megyek a honlapra, h majd irok levelet. Van is link, h email ugyfelszolgalat. Perszehogy egy szaros faq-ra visz, email cimet nem mutatnak.

#fostalicskakalapszarnyuvadjanakbele

LXD 2.7

New features:

New "ipv4.firewall" and "ipv6.firewall" network attributes controlling the generation of iptables FORWARD rules
New "ipv4.routes" and "ipv6.routes" network attributes allowing for additional static routes to be set to the network.
New "lxd import" command allowing importing of containers when all that exists is the "containers" directory.

Plus a bunch of bugfixes.

https://linuxcontainers.org/lxd/news/

OpenZFS ABD merged to master

Introduce ARC Buffer Data (ABD)

ZFS currently uses ARC buffers which are backed by virtual memory.
While functional, there are some major problems with this approach
which can be observed on all OpenZFS platforms. ABD was designed
to address these issues and includes contributions from OpenZFS
developers from multiple platforms.

While all OpenZFS platforms will benefit from ABD this functionality
is critical for Linux. Unlike the other OpenZFS platforms the Linux
kernel discourages extensive use of virtual memory. The provided
interfaces are not optimized for frequent allocations from the virtual
address space. To maintain good performance a kmem cache is
used which contains relatively long lived slabs backed by virtual
memory. The downside to the approach is that those slabs can
become highly fragmented resulting in an inefficient use of memory.

Tesla self-driving

https://www.tesla.com/videos/autopilot-self-driving-hardware-neighborho…

Wow. Nagyon megy. Altalaban azert itt-ott kozbepotyog a human driver, de itt semmi.
Azert van par igazan "nevetseges" helyzet.

Az is felmerult bennem, h ennek a self-driving dolognak az a legnagyobb fajasa gyengebb vezetesi kulturaju es/vagy turelmetlenebb emberekkel teli orszagokban, h _minden_ szabalyt betart (jelenleg meg konzervativabb is).

startssl vs. mozilla

"Mozilla decided to distrust all StartCom root certificates as of 21st of October, this situation will have an impact in the upcoming release of Firefox in January. StartCom will provide an interim solution soon and will replace all the issued certificates from that date in case of requested. Meanwhile StartCom is updating all their systems and will generate new root CAs as requested by Mozilla."

Ejha.

LXD 2.3

LXD 2.3 release announcement 27th of September 2016

LXD 2.3 includes a few major features we've been working on for months.

The main one is a completely new set of API endpoints, configuration options and commands.
This allows creating and configuring bridges through LXD, including IPv4
and IPv6 connectivity, Ubuntu FAN support, cross-host tunnels with GRE
or VXLAN, various DNS modes, DHCP configuration and MAC filtering.

The other feature we're very excited about is support for AppArmor
namespaces and stacking. This will allow containers to load apparmor
profiles and further confine their workloads.
The changes in this release include

ZFS 0.6.5.8

https://github.com/zfsonlinux/zfs/releases/tag/zfs-0.6.5.8

Supported Kernels

Compatible with 2.6.32 - 4.8 Linux kernels.

Changes

This release contains updates to the systemd service files. In order to ensure the services are started properly it's recommended that after updating the systemd presets be reset to the defaults.

systemctl preset zfs-import-cache zfs-import-scan zfs-mount zfs-share zfs-zed zfs.target

Bug Fixes

Linux 4.6, 4.7 and 4.8 compatibility zfsonlinux/spl#549 zfsonlinux/spl#563 zfsonlinux/spl#565 zfsonlinux/spl#566 zfsonlinux/zfs#4664 zfsonlinux/zfs#4665 zfsonlinux/zfs#4717 zfsonlinux/zfs#4726 zfsonlinux/zfs#4892 zfsonlinux/zfs#4899 zfsonlinux/zfs#4922 zfsonlinux/zfs#4944 zfsonlinux/zfs#4946 zfsonlinux/zfs#4951
Fix new tunable to ignore hole_birth, ENABLE BY DEFAULT zfsonlinux/zfs#4833
Fix rw_tryupgrade() semantics zfsonlinux/spl#534 zfsonlinux/spl#554
Fix taskq_wait_outstanding() re-evaluation issue zfsonlinux/spl#553
Fix race between taskq_destroy and new spawning thread zfsonlinux/spl#550 zfsonlinux/spl#553
Fix handle NULL case in spl_kmem_free_track() zfsonlinux/spl#567
Fix persist vdev_resilver_txg changes zfsonlinux/zfs#4790
Fix array bounds read in zprop_print_one_property() zfsonlinux/zfs#5003
Fix call zfs_get_name() with invalid parameter zfsonlinux/zfs#4919
Fix incorrect pool state after import zfsonlinux/zfs#4948
Fix self-healing IO prior to dsl_pool_init() completion zfsonlinux/zfs#4652
Fix stack corruption after importing a pool with a too-long name zfsonlinux/zfs@dc4abb4
Fix deeply nested nvlist can overflow stack zfsonlinux/zfs#4924
Fix dbuf_stats_hash_table_data race zfsonlinux/zfs#4846
Fix NULL dereference when accessing dbuf kstat zfsonlinux/zfs#4837
Fix NFS fh_to_dentry() should return ESTALE when generation mismatch zfsonlinux/zfs#4828
Fix allowing accessing XATTR via export handle zfsonlinux/zfs#4828
Fix out-of-bound access in zfs_fillpage() zfsonlinux/zfs#4705 zfsonlinux/zfs#4708
Fix memleak in zpl_parse_options zfsonlinux/zfs#4706 zfsonlinux/zfs#4708
Fix arc_prune_task use-after-free zfsonlinux/zfs#4687 zfsonlinux/zfs#4690
Fix get_zfs_sb() race with concurrent umount zfsonlinux/zfs@5cff9a0
Fix xattr parent inode pinning zfsonlinux/zfs#4359 zfsonlinux/zfs#3508 zfsonlinux/zfs#4413 zfsonlinux/zfs#4827
Fix xattr purge during iput zfsonlinux/zfs#4359 zfsonlinux/zfs#3508 zfsonlinux/zfs#4413 zfsonlinux/zfs#4827
Fix metaslab_free_dva(): bad DVA X:Y:Z zfsonlinux/zfs#3937
Fix large kmem_alloc in vdev_metaslab_init zfsonlinux/zfs#4752
Fix snapdir by skipping ctldir znode in zfs_rezget zfsonlinux/zfs#4514 zfsonlinux/zfs#4661 zfsonlinux/zfs#4672
Fix libshare performance issue zfsonlinux/zfs#4119
Fix ztest truncated cache file zfsonlinux/zfs#4129
Fix obeying arc_meta_limit default size when changing arc_max zfsonlinux/zfs#4001
Fix bug in fix_paths() zfsonlinux/zfs#4632
Fix systemd configuration zfsonlinux/zfs#4325 zfsonlinux/zfs#4496 zfsonlinux/zfs#4658 zfsonlinux/zfs#4699
Fix use kernel provided mutex owner zfsonlinux/spl#540
Fix rename 'zed.service' to 'zfs-zed.service' zfsonlinux/zfs#3837
Add support for MIPS zfsonlinux/spl#558
Add nfs-kernel-server for Debian zfsonlinux/zfs#4350
Remove HAVE_CURRENT_UMASK and HAVE_POSIX_ACL_CACHING zfsonlinux/zfs#4922
Remove dummy znode from zvol_state zfsonlinux/zfs#4510
Fix gcc -Warray-bounds check for dump_object() in zdb zfsonlinux/zfs#4907
Handle block pointers with a corrupt logical size zfsonlinux/zfs#4069 zfsonlinux/zfs#4080

LXD 2.2

https://linuxcontainers.org/lxd/news/

The changes in this release include

New features:

client: Add a "manpage" command (Issue #2280)
client: Add a "rename" alias (Issue #2320)
client/file: Recursive file push/pull (-r) (Issue #1218)
client/file: Support recursive directory creation (-p) (Issue #2290)
client/info: Add cpu usage (Issue #1867)
client/publish: Allow overriding compression algorithm (Issue #2296)
daemon: Make a database backup on schema updates (Issue #2299)
daemon/container: Expose CPU usage (Issue #1867)
daemon/container: Recursive file push/pull (Issue #1218)
daemon/image: Allow overriding compression algorithm (Issue #2296)
daemon/init: Ask for images.auto_update_interval (Issue #2167)
daemon/storage: Add new storage.zfs_use_refquota option (Issue #2354)

docker install

deb https://apt.dockerproject.org/repo ubuntu-xenial main

apt-get update:

W: The repository 'https://apt.dockerproject.org/repo ubuntu-xenial Release' does not have a Release file.
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: Failed to fetch https://apt.dockerproject.org/repo/dists/ubuntu-xenial/main/binary-amd6…
E: Some index files failed to download. They have been ignored, or old ones used instead.

https://github.com/docker/machine/issues/3184

Blackberry DTEK50

Nehany kolleganak kell telefon. Tetszett a DTEK50, ki kellene probalni mit tud, rendeltem egyet.

Az elso benyomasok:

Rossz
-----
* A a ki/bekapcsolo gomb a rossz oldalon, de legalabbis a rossz helyen van. Egeszen tornazni kell, hogy ne nyomjam meg vele egyutt a hangeroszabalyzast is a tuloldalon.
* Borzalmasan melegszik. Nem tudom, hogy ez csak most az elejen lesz igy vagy amugyis, de most eleg gaz, kenyelmetlen, szinte eget.
* Default beallitasokkal rettenetesen akadozosan mukodik. El is felejtettem, h telefon tud igy mukodik. Regen vmi Samsungom meg okostelefonnak hivott Symbianos Nokiam volt ilyen akados. Rendesen idegesito.

John Ellenby

"The Compass was a tough machine, costing over $8,000. Because of this, its buyers were governments and large corporations. President Reagan's National Security Advisor, John M. Poindexter, used one. A Grid Compass survived the destruction of the Space Shuttle Challenger and was found to be still functional."

Forras: Wikipedia

Lazar: irany ki az EU-bol

Megbeszeltuk itthon, h ha ezek ki az EU-bol, akkor mi meg ki az orszagbol:/

Kitoroltem a cimbol a patkanyt. Vannak emberek, akiket sert, ha egy tolvaj, csalo, a legfelsobb szinten bunozo eletmodot folytato lenyt patkanynak neveznek.
Hiena felvetese, hogy a patkany jelzo serto a patkany szamara.

Legyen akkor csak annyi, h szegyen az orszagnak, ha augusztus 20-an az ilyen kidugja az orrat a friss levegore. Mi magunk tehetunk rola.