Re: [arch-general] does using kms mean that you're stick to a framebuffer with specific resolution that you can't change?

2013-07-15 Thread Krzysztof Warzecha
/ resolution (I've never used it) and xrandr is standard utility to change resolution under X (but I'm not sure if you are using X). -- Krzysztof Warzecha

Re: [arch-general] failed to mount root on raid1 after upgrade

2013-04-03 Thread Krzysztof Warzecha
ow during booting I need to wait for "emergency shell" and mount root > partition manually this way: > > # mdassemble > # mount /dev/md2 /new_root > # exit This hook is defined in /usr/lib/initcpio/hooks/mdadm, it should start mdassemble if /etc/mdadm.conf exists and have size > 0. -- Krzysztof Warzecha

Re: [arch-general] bluetooth headset vs. Flash Player

2013-03-28 Thread Krzysztof Warzecha
dio /dev/snd/controlC1: hiciu 813 F pulseaudio /dev/snd/pcmC0D0p: hiciu 813 F...m pulseaudio -- Krzysztof Warzecha

Re: [arch-general] Broadcom B43 problems

2013-03-26 Thread Krzysztof Warzecha
3 hwtkip=0 nohwcrypt=1" or other options (check "modinfo b43"). 3. maybe latest kernel just have issues with this chip, try linux-lts. -- Krzysztof Warzecha

Re: [arch-general] USB 3G Modem: no remote host reachable, while connection (seems to) establish correctly

2012-11-21 Thread Krzysztof Warzecha
Hello, 2012/11/20 Sebastian Lipp : > --> Using interface ppp0 > --> local IP address 10.140.52.61 > --> remote IP address 10.64.64.64 > --> primary DNS address 212.23.115.132 > --> secondary DNS address 212.23.115.148 Can you ping your gateway (10.64.64.64)? -- Krzysztof Warzecha

Re: [arch-general] qemu vs. qemu-kvm

2012-11-21 Thread Krzysztof Warzecha
r qemu-kvm it booted in less than 3 minutes to login screen, under qemu (with -enable-kvm) it took more than 6 minutes. With `lsof /dev/kvm` I can see that both qemu-kvm and qemu were using acceleration. I have no experience with qemu 1.3. -- Krzysztof Warzecha

Re: [arch-general] "You have mail" message at login

2012-10-16 Thread Krzysztof Warzecha
l get (among other things) pid of process which wrote "new mail" on screen. You can easily find (with grep) parent process. I believe you know what to do from here ;). -- Krzysztof Warzecha

Re: [arch-general] Suggestions for email for a paranoid Archer

2012-10-11 Thread Krzysztof Warzecha
uch easier. I doubt anyone keeps their mail server in home with dynamic ip. -- Krzysztof Warzecha

Re: [arch-general] Munin and MySQL

2012-09-17 Thread Krzysztof Warzecha
bles, innodb_bpool, innodb_bpool_act, innodb_insert_buf, innodb_io, innodb_io_pend, innodb_log, innodb_rows, innodb_semaphores, innodb_tnx, myisam_indexes, network_traffic, qcache, qcache_mem, replication, select_types, slow, sorts, table_locks, tmp_tables). -- Krzysztof Warzecha

Re: [arch-general] Openstack keystone

2012-09-13 Thread Krzysztof Warzecha
ou can find stock one in source tarball under ./etc/ -- Krzysztof Warzecha

Re: [arch-general] Openstack keystone

2012-09-13 Thread Krzysztof Warzecha
7;pp object.field' to inspect variables and objects. [1] http://pypi.python.org/pypi/virtualenv#making-environments-relocatable [2] https://bbs.archlinux.org/viewtopic.php?id=139264 -- Krzysztof Warzecha

Re: [arch-general] Openstack keystone

2012-09-11 Thread Krzysztof Warzecha
provide more info? With full output message and traceback, etc? -- Krzysztof Warzecha

[arch-general] how to handle dependency cycle?

2012-09-06 Thread Krzysztof Warzecha
ld one package without at least one another. Assuming I have no packages from extra, how do I handle this? In this case I could just drop ghostscript from nasm and everything will work (well, I hope so). This is just bug? (I'm trying to write script that could rebuild all packages from scra

Re: [arch-general] My end-user $0.02 on /etc/rc.conf splitting.

2012-07-25 Thread Krzysztof Warzecha
ould be worse; those ini-style files are just plain text key-value store sometimes splited in groups. I understand concept of ini files carry some historical baggage, but come on, everything will be OK as long as those keys and groups (and possible values...) are well documented in manual. -- Krzysztof Warzecha

Re: [arch-general] pacman and corrupt packages

2012-07-25 Thread Krzysztof Warzecha
one This is strange, for me, pacman always showed which package is broken (and asked to delete it). Can you disable any ftp mirrors from your mirrorlist ([1])? Could you post your pacman.conf? [1] https://bbs.archlinux.org/viewtopic.php?pid=1050214#p1050214 -- Krzysztof Warzecha