Re: Another amusing bug

2013-08-27 Thread Gabriel VLASIU
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On Sun, 25 Aug 2013, Tom Horsley wrote: > Meanwhile, I still can't find out what the heck the > mei module is actually good for. linux-3.10/Documentation/misc-devices/mei/mei.txt Gabriel - -- // Gabriel VLASIU // // Op

Re: biosdevname strikes again :-).

2013-06-23 Thread Gabriel VLASIU
a, that works for f18, but in f19, they have yet another > immutable name generator so that if you merely erase biosdevname > you wind up getting this new thing which generates even more > descriptive names, something like "erdxq27p" (OK, I made > that up :-). Also "yum erase b

Re: biosdevname strikes again :-).

2013-06-21 Thread Gabriel VLASIU
d let it get > automatically regenerated from scratch. Boot with "biosdevname=0" or "biosdevname=0 net.ifnames=0" and use eth[0,1..] as before. http://www.freedesktop.org/wiki/Software/systemd/PredictableNetworkInterfaceNames/ Gabriel - -- // Gabriel VLASIU // // OpenGPG-

Re: Samba 4

2013-03-28 Thread Gabriel VLASIU
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On Thu, 28 Mar 2013, Michael Cronenworth wrote: > I'm running into the same thing. Did you figure anything out? Unfortunately, no. :-( Gabriel - -- // Gabriel VLASIU // // OpenGPG-KeyID : 44952F15 // OpenGPG-Fingerprint: 4AC5 7

Re: F18 - systemd question

2013-03-06 Thread Gabriel VLASIU
d every day. Not so fine on a server. Just my 2 cents point of view. Gabriel - -- // Gabriel VLASIU // // OpenGPG-KeyID : 44952F15 // OpenGPG-Fingerprint: 4AC5 7C26 2FE9 02DA 4906 24B2 D32B 7ED7 4495 2F15 // OpenGPG-URL: http://www.vlasiu.net/public.key -BEGIN PGP SIGNATURE

Re: F18 - systemd question

2013-03-06 Thread Gabriel VLASIU
.redhat.com/show_bug.cgi?id=801943 Gabriel - -- // Gabriel VLASIU // // OpenGPG-KeyID : 44952F15 // OpenGPG-Fingerprint: 4AC5 7C26 2FE9 02DA 4906 24B2 D32B 7ED7 4495 2F15 // OpenGPG-URL: http://www.vlasiu.net/public.key -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.13

Re: F18 - systemd question

2013-03-06 Thread Gabriel VLASIU
ich is wrong! systemd create systemd-private-XX directory, is systemd's job to remove-it. Gabriel - -- // Gabriel VLASIU // // OpenGPG-KeyID : 44952F15 // OpenGPG-Fingerprint: 4AC5 7C26 2FE9 02DA 4906 24B2 D32B 7ED7 4495 2F15 // OpenGPG-URL: http://www.vlasiu.net

Re: F18 - prelink fails

2013-02-04 Thread Gabriel VLASIU
ssion denied /var/tmp is mounted noexec. I think the message it's harmless. Gabriel - -- // Gabriel VLASIU // // OpenGPG-KeyID : 44952F15 // OpenGPG-Fingerprint: 4AC5 7C26 2FE9 02DA 4906 24B2 D32B 7ED7 4495 2F15 // OpenGPG-URL: http://www.vlasiu.net/public.key -BEGIN PGP

Samba 4

2013-01-31 Thread Gabriel VLASIU
e someone copy an executable file. Any chance to revert to the behavior from samba 3? Thank you. Sincerely, Gabriel - -- // Gabriel VLASIU // // OpenGPG-KeyID : 44952F15 // OpenGPG-Fingerprint: 4AC5 7C26 2FE9 02DA 4906 24B2 D32B 7ED7 4495 2F15 // OpenGPG-URL: http://www.vlasiu.

Re: Howto enable IPv6 privacy extensions

2013-01-04 Thread Gabriel VLASIU
r=2 since /etc/sysconfig/network-scripts/ifup-ipv6 do this for you: if [ "$IPV6_PRIVACY" = "rfc3041" ]; then /sbin/sysctl -e -w net.ipv6.conf.$SYSCTLDEVICE.use_tempaddr=2 >/dev/null 2>&1 if [ $? -ne 0 ]; then net_log $"Cannot enable

Re: Howto enable IPv6 privacy extensions

2013-01-04 Thread Gabriel VLASIU
IPV6_PRIVACY=rfc3041 to /etc/sysconfig/network-scripts/ifcfg-nicN Restart the network service (I never tested this with NetworkManager). Gabriel - -- // Gabriel VLASIU // // OpenGPG-KeyID : 44952F15 // OpenGPG-Fingerprint: 4AC5 7C26 2FE9 02DA 4906 24B2 D32B 7ED7 4495 2F15 // OpenGPG-URL

Re: Multi-Threaded make

2012-11-29 Thread Gabriel VLASIU
understand the process). > Thus, you end up with multiple copies of make running at the same time > even on a single core/CPU system to perform these tasks. Exactly. This is what I was trying to explain to JD( jd1008@). make != cc1. make can spawn more make processes which eventuall

Re: Multi-Threaded make

2012-11-29 Thread Gabriel VLASIU
ust run: rpmbuild -E '%{?_smp_mflags}' and see for yourself on the first line in terminal! > and yet ps -ef shows up to 4 makes running at a time. Read the previous mail again. Gabriel - -- // Gabriel VLASIU // // OpenGPG-KeyID : 44952F15 // OpenGPG-Fingerprint: 4AC5 7C26 2FE9 0

Re: Multi-Threaded make

2012-11-29 Thread Gabriel VLASIU
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, 29 Nov 2012, Gabriel VLASIU wrote: > You can see multiple make proccesses. But only 2 (in my case) do the real > work: > user1 22073 12810 0 13:13 pts/000:00:00 make -f scripts/Makefile.build > obj=fs > user1 24474 220

Re: Multi-Threaded make

2012-11-29 Thread Gabriel VLASIU
make proccesses which call cc1: user1 3617 3616 0 13:21 pts/000:00:00 /usr/libexec/gcc/x86_64-redhat-linux/4.7.2/cc1 -quiet -nostdinc user1 3627 3626 0 13:21 pts/000:00:00 /usr/libexec/gcc/x86_64-redhat-linux/4.7.2/cc1 -quiet -nostdinc ... One cc1 -> one core or you

Re: Getting rid of nepomukserver

2012-11-24 Thread Gabriel VLASIU
acgp" Notice the nepomukserver's PIDs. 4. ls -l /proc//exe (replace with the actual PID. It should be a link to /usr/bin/nepomukserver 5. Rename /usr/bin/nepomukserver. Repeat step 2 to 4. In step 4 the link should point now to /usr/bin/kdeinit4. Gabriel - -- // Gabriel VLASIU //

Re: How do I disable polkitd?

2012-11-22 Thread Gabriel VLASIU
-y install yum-plugin-post-transaction-actions # echo "polkit:install:perl -p -i -e 's@(^Exec=.*$)@# \1Exec=/bin/false\n@s' /usr/share/dbus-1/system-services/org.freedesktop.PolicyKit1.service" > /etc/yum/post-actions/polkit.action Gabriel - -- // Gabriel VLASIU // // Op

Re: Getting rid of nepomukserver

2012-11-22 Thread Gabriel VLASIU
table instance which > kdeinit is starting? I wish to nuke it too. System Settings -> Startup and Shutdown -> Service Manager. Uncheck Nepomuk Search Module. Login and Logout if required. No need to "nuke" anything. Well, maybe virtuoso. Gabriel - -- // Gabriel VLASIU // /

Re: UPS monitoring software and APC and Tripp lite UPSs

2012-11-13 Thread Gabriel VLASIU
Fedora. nut can monitor either APC (serial/usb) or TrippLite (serial - not sure about usb). apcupsd can monitor APC (serial/usb). Sincerely, Gabriel - -- // Gabriel VLASIU // // OpenGPG-KeyID : 44952F15 // OpenGPG-Fingerprint: 4AC5 7C26 2FE9 02DA 4906 24B2 D32B 7ED7 4495 2F15 // O

Re: Download video from vimeo

2012-11-01 Thread Gabriel VLASIU
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, 1 Nov 2012, Junayeed Ahnaf wrote: > You guys know anything? https://github.com/johnteslade/vimeo-downloader https://github.com/bf4/vimeo_downloader Gabriel - -- // Gabriel VLASIU // // OpenGPG-KeyID : 44952F15 // OpenGPG-Fingerpr

Re: php and mysqli

2012-09-28 Thread Gabriel VLASIU
above. - - check if files from php-mysql rpm package are not corrupted (rpm -vV php-mysql) Or, you may try to re-install php-mysql (yum reinstall php-mysql). Then, restart the web-server. It should work. Sincerely, Gabriel - -- // Gabriel VLASIU // // OpenGPG-KeyID : 44952F15 // O

Re: ftp with TLS auth

2012-09-17 Thread Gabriel VLASIU
think filezilla has ssl/tls support. See http://wiki.filezilla-project.org/FileZilla_FTP_Client Gabriel - -- // Gabriel VLASIU // // OpenGPG-KeyID : 44952F15 // OpenGPG-Fingerprint: 4AC5 7C26 2FE9 02DA 4906 24B2 D32B 7ED7 4495 2F15 // OpenGPG-URL: http://www.vlasiu.net/public.key

Re: upstart with fedora 15

2011-07-12 Thread Gabriel VLASIU
inuz-) 8. reboot Gabriel - -- // Gabriel VLASIU // // OpenGPG-KeyID : 0xE684206E // OpenGPG-Fingerprint: 0C3D 9F8B 725D E243 CB3C 8428 796A DB1F E684 206E // OpenGPG-URL: http://www.vlasiu.net/public.key -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.5 (GNU/Linux) iD8DBQ

Re: Fedora 15 -- Samba configuration

2011-06-03 Thread Gabriel VLASIU
> "smbpasswd -e eager". > > Any suggestions? Here's the configuration info: setsebool -P samba_enable_home_dirs=on Gabriel - -- // Gabriel VLASIU // // OpenGPG-KeyID : 0xE684206E // OpenGPG-Fingerprint: 0C3D 9F8B 725D E243 CB3C 8428 796A DB1F E684 206E // OpenGPG-URL: ht

Re: What on earth is mounted?

2011-05-26 Thread Gabriel VLASIU
added id:5:initdefault: to /etc/inittab), added init=/sbin/upstart to grub.conf and everything work fine now! Gabriel - -- // Gabriel VLASIU // // OpenGPG-KeyID : 0xE684206E // OpenGPG-Fingerprint: 0C3D 9F8B 725D E243 CB3C 8428 796A DB1F E684 206E // OpenGPG-URL: http:/

Re: Running ssh on unreserved ports

2011-02-18 Thread Gabriel VLASIU
REDIRECT --to-ports 22 Gabriel - -- // Gabriel VLASIU // // OpenGPG-KeyID : 0xE684206E // OpenGPG-Fingerprint: 0C3D 9F8B 725D E243 CB3C 8428 796A DB1F E684 206E // OpenGPG-URL: http://www.vlasiu.net/public.key -BEGIN PGP SIGNATURE- Version: GnuPG v1.4

Re: sandboxie like application for Fedora?

2011-02-15 Thread Gabriel VLASIU
ed/contexts/dbus_contexts selinux-policy-targeted-3.9.7-29.fc14.noarch Gabriel - -- // Gabriel VLASIU // // OpenGPG-KeyID : 0xE684206E // OpenGPG-Fingerprint: 0C3D 9F8B 725D E243 CB3C 8428 796A DB1F E684 206E // OpenGPG-URL: http://www.vlasiu.net/public.key -BEGIN PGP SIGNATUR

Re: sandboxie like application for Fedora?

2011-02-15 Thread Gabriel VLASIU
the policy. Done that. (output here: https://bugzilla.redhat.com/show_bug.cgi?id=673224). Still same error. > Are you running with NFS homedirs? No. And I have the same problem on my destop and on my laptop. Gabriel - -- // Gabriel VLASIU // // OpenGPG-KeyID : 0xE684206E // OpenGPG-Finge

Re: sandboxie like application for Fedora?

2011-02-15 Thread Gabriel VLASIU
lazy?) to enter one. > and see if that helps you. No. Unfortunately does not work. Nothing in /var/log/audit/audit.log. Nothing in /var/log/messages. selinux-policy is version 3.9.7-29 (3.9.7-28 was supposed to correct this bug). Sincerely, Gabriel - -- // Gabriel VLASIU // // O

Re: sandboxie like application for Fedora?

2011-02-14 Thread Gabriel VLASIU
not trying to start anything as root! How did you come up with this idea? Probably you misinterpreted #. I just replaced my prompt from the terminal with #. Nothing was running as root, really. Gabriel - -- // Gabriel VLASIU // // OpenGPG-KeyID : 0xE684206E // OpenGPG-Fin

Re: sandboxie like application for Fedora?

2011-02-14 Thread Gabriel VLASIU
;: Permission denied EOF in dbus-launch reading address from bus daemon Hangup # Gabriel - -- // Gabriel VLASIU // // OpenGPG-KeyID : 0xE684206E // OpenGPG-Fingerprint: 0C3D 9F8B 725D E243 CB3C 8428 796A DB1F E684 206E // OpenGPG-URL: http://www.vlasiu.net/public.key -BEGIN

Re: raid mdadm

2010-12-22 Thread Gabriel VLASIU
ry e2fsck .however it dostn't work > > > How can i fix the problem ? Just change system id for each partition to fd (Linux raid autodetect). Reboot. Gabriel - -- // Gabriel VLASIU // // OpenGPG-KeyID : 0xE684206E // OpenGPG-Fingerprint: 0C3D 9F8B 725D E243 CB3C 8428 796A D

Re: Setup local repo for F14 install packages. What am I doing wrong?

2010-12-08 Thread Gabriel VLASIU
for your local repo. Default is 1000. (man yum.conf). Choose something like 500: [repo name...] name=... baseurl=... enabled=1 gpgcheck=1 cost=500 That's all. Gabriel - -- // Gabriel VLASIU // // OpenGPG-KeyID : 0xE684206E // OpenGPG-Fingerprint: 0C3D 9F8B 725D E243 CB3C 8428 796A DB

Re: RAID adventures

2010-07-19 Thread Gabriel VLASIU
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, 19 Jul 2010, Konstantin Svist wrote: > The "I'm not sure" part kind of worries me :) Well, this is way people usually do a full backup before. :-) Gabriel - -- // Gabriel VLASIU // // OpenGPG-KeyID : 0xE

Re: RAID adventures

2010-07-19 Thread Gabriel VLASIU
trying to mount your partition. Gabriel - -- // Gabriel VLASIU // // OpenGPG-KeyID : 0xE684206E // OpenGPG-Fingerprint: 0C3D 9F8B 725D E243 CB3C 8428 796A DB1F E684 206E // OpenGPG-URL: http://www.vlasiu.net/public.key -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.5

Re: RAID adventures

2010-07-19 Thread Gabriel VLASIU
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sun, 18 Jul 2010, Konstantin Svist wrote: > Here's the question, then: am I royally screwed or is my data still > there? How do I recover? Did you run resize2fs? Gabriel - -- // Gabriel VLASIU // // OpenGPG-KeyID : 0xE684206E

Re: SSH / permissions problem

2010-07-14 Thread Gabriel VLASIU
uth: timeout in locking authority file /home/gary/.Xauthority is issued. Gabriel - -- // Gabriel VLASIU // // OpenGPG-KeyID : 0xE684206E // OpenGPG-Fingerprint: 0C3D 9F8B 725D E243 CB3C 8428 796A DB1F E684 206E // OpenGPG-URL: http://www.vlasiu.net/public.key -BEGIN PGP SIGNAT

Re: SSH / permissions problem

2010-07-14 Thread Gabriel VLASIU
ose to gnome. Gabriel - -- // Gabriel VLASIU // // OpenGPG-KeyID : 0xE684206E // OpenGPG-Fingerprint: 0C3D 9F8B 725D E243 CB3C 8428 796A DB1F E684 206E // OpenGPG-URL: http://www.vlasiu.net/public.key -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.5 (GNU/Linux) iD8DBQFMPaj

Re: SSH / permissions problem

2010-07-14 Thread Gabriel VLASIU
lt;<<<<<<<<<<<<< # cat xauthI.log | audit2allow -M xauthI # semodule -i xauthI.pp (do not forget to re-enable selinux if required). Also have a look in xauthI.te: # This avc has a dontaudit rule in the current policy So this is why you wont s

Re: yum 'shortcomings'?

2010-06-23 Thread Gabriel VLASIU
ved gnome-commander with 'yum remove' but yum did not > include (or even suggest) meld, exiv2libs and gnome-vfs2-smb for > removal. Why? Install yum-plugin-remove-with-leaves and use: yum --remove-leaves remove .... Sometimes works fine. Sometimes not. Gabriel - -- // Ga

Re: Ugly little hand

2010-06-02 Thread Gabriel VLASIU
ce Inherits=dmz-aa with Inherits=Bluecurve Be sure you have bluecurve-cursor-theme installed (yum install bluecurve-cursor-theme). Restart X. That's all. Gabriel - -- // Gabriel VLASIU // // OpenGPG-KeyID : 0xE684206E // OpenGPG-Fingerprint: 0C3D 9F8B 725D E243 CB

Re: LVM problem

2010-04-15 Thread Gabriel VLASIU
?? resize2fs - ext2/ext3/ext4 file system resizer You need to resize your / fs. Gabriel - -- // Gabriel VLASIU // // OpenGPG-KeyID : 0xE684206E // OpenGPG-Fingerprint: 0C3D 9F8B 725D E243 CB3C 8428 796A DB1F E684 206E // OpenGPG-URL: http://www.vlasiu.net/public.key

Re: Adding a NIC

2010-04-12 Thread Gabriel VLASIU
t /etc/sysconfig/network-scripts/ifcfg-eth1 | grep -v ^# DEVICE=eth1 BOOTPROTO=dhcp HWADDR=00:0C:29:61:AD:0B ONBOOT=yes # reboot After reboot: # ifconfig | grep -E "(Link encap)|(inet addr)" eth0 Link encap:Ethernet HWaddr 00:0C:29:61:AD:15 inet addr:192.168.31.128 B

Re: /dev/dsp

2010-04-12 Thread Gabriel VLASIU
vice). To re-enable support, uncomment the following line: # install snd-pcm /sbin/modprobe --ignore-install snd-pcm && /sbin/modprobe snd-pcm-oss && /sbin/modprobe snd-seq-device && /sbin/modprobe snd-seq-oss Works fine for me but I do not use pulseaudio but alsa (fedora 11/12

Re: Adding a NIC

2010-04-12 Thread Gabriel VLASIU
> as eth0 (which is the new card) and eth1_rename thus having the devices > pointed to the wrong MAC address! Gabriel - -- // Gabriel VLASIU // // OpenGPG-KeyID : 0xE684206E // OpenGPG-Fingerprint: 0C3D 9F8B 725D E243 CB3C 8428 796A DB1F E684 206E // OpenGPG-URL: http:/

Re: Adding a NIC

2010-04-12 Thread Gabriel VLASIU
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, 12 Apr 2010, Gabriel VLASIU wrote: > > What .conf file or files do I have to manually vi to fix this? Any ideas? > /etc/udev/rules.d/70-persistent-net.rules > > Look for NAME="eth0", NAME="eth1". Also, d

Re: Adding a NIC

2010-04-12 Thread Gabriel VLASIU
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, 12 Apr 2010, Mike Dwiggins wrote: > What .conf file or files do I have to manually vi to fix this? Any ideas? /etc/udev/rules.d/70-persistent-net.rules Look for NAME="eth0", NAME="eth1". Gabriel - -- // Gabri

Re: Fedora12 keyboard choice setting is not respected.

2010-03-29 Thread Gabriel VLASIU
tting I don't use gnome. Ever. kde rarely. Once on 3-4 years. So... Sincerely, Gabriel - -- // Gabriel VLASIU // // OpenGPG-KeyID : 0xE684206E // OpenGPG-Fingerprint: 0C3D 9F8B 725D E243 CB3C 8428 796A DB1F E684 206E // OpenGPG-URL: http://www.vlasiu.net/public.key -

Re: Fedora12 keyboard choice setting is not respected.

2010-03-22 Thread Gabriel VLASIU
p:switch,grp:ctrl_shift_toggle,grp_led:num 250 30 Gabriel - -- // Gabriel VLASIU // // OpenGPG-KeyID : 0xE684206E // OpenGPG-Fingerprint: 0C3D 9F8B 725D E243 CB3C 8428 796A DB1F E684 206E // OpenGPG-URL: http://www.vlasiu.net/public.key -BEGIN PGP SIGNATURE- Version: GnuPG v1.

Re: Fedora12 keyboard choice setting is not respected.

2010-03-22 Thread Gabriel VLASIU
t; >Which may pertain. Where'd that 'us' come from? My xorg.conf says: > > Option "XkbLayout" "gb" Copy /usr/share/hal/fdi/policy/10osvendor/10-keymap.fdi to /etc/hal/fdi/policy/10-keymap.fdi Edit /etc/hal/fdi/policy/10-keymap.fd

Re: fluxbox madness after latest updates

2010-03-10 Thread Gabriel VLASIU
* Tue Mar 09 2010 Peter Hutterer 1.7.5.901-3 - - Revert to previous version of xserver-1.7.5-owner-events.patch. The one in git breaks fluxbox. So, you have to install latest xorg-x11-server from koji: http://koji.fedoraproject.org/koji/buildinfo?buildID=160802 Gabriel - -- // Gabriel

Re: Automatically forcing umount ncp filesystems

2010-03-04 Thread Gabriel VLASIU
ser /path/to/mount-point Also "man ncpmount" helps (read about $HOME/.nwclient to store server/user) Gabriel - -- // Gabriel VLASIU // // OpenGPG-KeyID : 0xE684206E // OpenGPG-Fingerprint: 0C3D 9F8B 725D E243 CB3C 8428 796A DB1F E684 206E // OpenGPG-URL: http://www.vlasiu.n

Re: Automatically forcing umount ncp filesystems

2010-03-03 Thread Gabriel VLASIU
... shame on me!!!) ;) > > How can I avoid it ? > Can I set a timeout, somewhere ? Is netfs enabled? This service usually unmount ncpfs file-systems on shutdown. Works for me every time. And I do not use ipx but TCP. My guess is that ipx is down before you system try to unmount the no

Re: Best way to troubleshoot intermittant lockups on F12

2010-01-22 Thread Gabriel VLASIU
ago with one computer. After I changed the power supply, everything was fine. Maybe this can help you... Gabriel - -- // Gabriel VLASIU // // OpenGPG-KeyID : 0xE684206E // OpenGPG-Fingerprint: 0C3D 9F8B 725D E243 CB3C 8428 796A DB1F E684 206E // OpenGPG-URL: http://www.