Re: Can't boot VM with a passthrough DVD

2020-07-10 Thread Konstantin Svist
On 7/10/20 03:27, Ed Greshko wrote:
> On 2020-07-10 15:17, Konstantin Svist wrote:
>> My xml looks a bit different, though
>>
>> 
>>   
>>   
>>   
>>   
>>   
>> 
>>
>>
>> libvirt* 5.6.0-7.fc31
>>
>> qemu* 2:4.1.1-1.fc31
>
> I'm on f32, but that shouldn't make a difference.
>
> The alternative instead of using the drive directly would be to use dd
> on the host system
> to copy the cd to an file would would then be in iso format.  I did
> this with a DVD that I'd
> used as backup.
>
> [egreshko@meimei ~]$ file cdrom.iso
> cdrom.iso: ISO 9660 CD-ROM filesystem data 'K3b data project'
>
> https://imgur.com/gallery/839HJ2G
>
> Which actually works a bit better than using drive.
>
> -- 
> The key to getting good answers is to ask good questions.


Thanks, I think I'll have to do this... -_-
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: Can't boot VM with a passthrough DVD

2020-07-10 Thread Konstantin Svist
On 7/10/20 00:26, Samuel Sieb wrote:
> On 7/10/20 12:18 AM, Konstantin Svist wrote:
>> Hm, also I don't see "Source path"...
>
> After you've added it, click on the SATA CDROM entry in the list. 
> Then you will see the source path in the details on the right.
> ___
> users mailing list -- users@lists.fedoraproject.org
> To unsubscribe send an email to users-le...@lists.fedoraproject.org
> Fedora Code of Conduct:
> https://docs.fedoraproject.org/en-US/project/code-of-conduct/
> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives:
> https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Ah yeah, got it

My Source Path shows the media title correctly.

I also tried to eject the DVD before turning on the VM - that results in
a similar error, "Error starting domain: internal error: child reported
(status=125): unable to open /dev/sr0: No medium found"
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: Can't boot VM with a passthrough DVD

2020-07-10 Thread Konstantin Svist
On 7/10/20 00:02, Ed Greshko wrote:
> On 2020-07-10 11:01, Konstantin Svist wrote:
>> I've set up a win10 virtual machine in VMM QEMU/KVM and trying to pass
>> through a DVD.
>>
>> The virtual disk setting in the VM suggests /dev/sr0, but whenever I
>> select that, the machine refuses to boot with the following error:
>>
>>
>> I've tried changing the disk bus (SATA/SCSI), and flipping "Shareable"
>> toggle, neither one helps.
>>
>> Storage format is set to "raw" (text), not sure what else it should be..
>>
>>
>> Any help?
>>
> I just added a DVD drive to an existing Win10 VM using virt-manager.
>
> I used "Add Hardware"--->Storage
>
> I checked the box "Select or create custom storage" and entered /dev/sr0.
>
> I used Device type CDROM Device and Bus type SATA.
>
> Even though "Source path" showed No media detected the CDROM was available in 
> the VM when booted.
>
> FWIW, this is the xml created for the VM.
>
> 
>   
>   
>   
>   
>   
>   
>   
> 
>
> Screen shots available upon request.


Hm, also I don't see "Source path"...
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: Can't boot VM with a passthrough DVD

2020-07-10 Thread Konstantin Svist
On 7/10/20 00:02, Ed Greshko wrote:
> On 2020-07-10 11:01, Konstantin Svist wrote:
>> I've set up a win10 virtual machine in VMM QEMU/KVM and trying to pass
>> through a DVD.
>>
>> The virtual disk setting in the VM suggests /dev/sr0, but whenever I
>> select that, the machine refuses to boot with the following error:
>>
>>
>> I've tried changing the disk bus (SATA/SCSI), and flipping "Shareable"
>> toggle, neither one helps.
>>
>> Storage format is set to "raw" (text), not sure what else it should be..
>>
>>
>> Any help?
>>
> I just added a DVD drive to an existing Win10 VM using virt-manager.
>
> I used "Add Hardware"--->Storage
>
> I checked the box "Select or create custom storage" and entered /dev/sr0.
>
> I used Device type CDROM Device and Bus type SATA.
>
> Even though "Source path" showed No media detected the CDROM was available in 
> the VM when booted.
>
> FWIW, this is the xml created for the VM.
>
> 
>   
>   
>   
>   
>   
>   
>   
> 
>
> Screen shots available upon request.


Already tried it, but just now tried the same thing, with same error
when trying to start the machine.

"Error starting domain: internal error: child reported (status=125):
unable to open /dev/sr0: Read-only file system"


My xml looks a bit different, though


  
  
  
  
  



libvirt* 5.6.0-7.fc31

qemu* 2:4.1.1-1.fc31


sigh..
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: Can't boot VM with a passthrough DVD

2020-07-10 Thread Konstantin Svist
Definitely not what I asked, I already have w10 installed just fine from an ISO 
-- but now trying to install other software from a DVD (wait, what year is 
this??)
But seriously, I want to forward the optical drive to windows, I should be able 
to do that..
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Can't boot VM with a passthrough DVD

2020-07-09 Thread Konstantin Svist
I've set up a win10 virtual machine in VMM QEMU/KVM and trying to pass
through a DVD.

The virtual disk setting in the VM suggests /dev/sr0, but whenever I
select that, the machine refuses to boot with the following error:


Error starting domain: internal error: child reported (status=125):
unable to open /dev/sr0: Read-only file system

Traceback (most recent call last):
  File "/usr/share/virt-manager/virtManager/asyncjob.py", line 75, in
cb_wrapper
    callback(asyncjob, *args, **kwargs)
  File "/usr/share/virt-manager/virtManager/asyncjob.py", line 111, in tmpcb
    callback(*args, **kwargs)
  File "/usr/share/virt-manager/virtManager/object/libvirtobject.py",
line 66, in newfn
    ret = fn(self, *args, **kwargs)
  File "/usr/share/virt-manager/virtManager/object/domain.py", line
1279, in startup
    self._backend.create()
  File "/usr/lib64/python3.7/site-packages/libvirt.py", line 1136, in create
    if ret == -1: raise libvirtError ('virDomainCreate() failed', dom=self)
libvirt.libvirtError: internal error: child reported (status=125):
unable to open /dev/sr0: Read-only file system


I've tried changing the disk bus (SATA/SCSI), and flipping "Shareable"
toggle, neither one helps.

Storage format is set to "raw" (text), not sure what else it should be..


Any help?

___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: Btrfs out of space - but plenty of space is available

2020-06-11 Thread Konstantin Svist
After I wrote the question here, I realized what that I didn't google
for the condition well enough
Long story short, turns out sometimes btrfs reserves the space but
doesn't use it -- in this case, a good 40+% of the drive :(
Anyway, after a "btrfs balance" I think it's actually resolved.

# btrfs fi us /
Overall:
    Device size:         476.94GiB
    Device allocated:         279.98GiB

(before the rebalance, "allocated" was also ~476GiB)

~cheers


On 6/11/20 16:38, Konstantin Svist wrote:
> Looks like I'm having a problem with my btrfs partition, it thinks
> it's out of space.
> Thing is, the drive is 500G and usage according to df and btrfs df is
> ~250G
> I removed a couple of snapshots as a workaround but hit the problem
> again pretty quickly..
> I also ran fstrim & btrfs check --clear-space-cache (both v1 and v2)
> and still no luck.
>
> Is there some limitation on number of files? I'm not doing anything
> crazy there, just haven't checked yet

___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Btrfs out of space - but plenty of space is available

2020-06-11 Thread Konstantin Svist
Looks like I'm having a problem with my btrfs partition, it thinks it's out
of space.
Thing is, the drive is 500G and usage according to df and btrfs df is ~250G
I removed a couple of snapshots as a workaround but hit the problem again
pretty quickly..
I also ran fstrim & btrfs check --clear-space-cache (both v1 and v2) and
still no luck.

Is there some limitation on number of files? I'm not doing anything crazy
there, just haven't checked yet
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


What to do if Bumblebee is gone but PRIME doesn't support my config??

2020-03-28 Thread Konstantin Svist
I have dual cards in my laptop:
Intel Corporation 4th Gen Core Processor Integrated Graphics Controller 
[8086:0416]
NVIDIA Corporation GK104M [GeForce GTX 870M] [10de:1199] 

It seems like Bumblebee is not supported anymore [1] and PRIME is supposed to 
take care of switching the cards. But PRIME doesn't seem to support this 
combination (?)
Is there anything [reasonably simple] I can do? Or am I just SOL?


[1] https://docs.fedoraproject.org/en-US/quick-docs/bumblebee/
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: Core XFCE utils freezing up

2017-11-25 Thread Konstantin Svist
On 11/21/2017 09:22 AM, Konstantin Svist wrote:
> Hi,
>
> Since last update I've been seeing freezing up behavior, mostly in the
> xfce4-power-manager.
>
> Specifically, this is the behavior I see when starting it up in command
> line ($ xfce4-power-manager --no-daemon --debug --dump):
> https://pastebin.ca/3938185
>
> I can interact with its UI directly just fine, no lag. When I use a
> shortcut button for brightness the 1st step succeeds (brightness changed
> slightly) but power manager freezes for N seconds. If I press the
> shortcut several times, the rest of presses are queued up and will take
> a long time to process.
>
> This also affects sleep behavior -- when I close my laptop, it's
> supposed to sleep if on battery and just lock screen if on power. It
> always sleeps now.
>
>
> I haven't updated in a few weeks, so it could be a bunch of things
> causing this, not sure what...
>
>
> Anyone else having these issues?
>
> ___
> users mailing list -- users@lists.fedoraproject.org
> To unsubscribe send an email to users-le...@lists.fedoraproject.org

For posterity, this seems to be the culprit:
https://bugzilla.redhat.com/show_bug.cgi?id=1499739
workaround: add "/usr/bin/systemctl --user start xfce4-notifyd.service"
to user app autostart


___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Core XFCE utils freezing up

2017-11-21 Thread Konstantin Svist
Hi,

Since last update I've been seeing freezing up behavior, mostly in the
xfce4-power-manager.

Specifically, this is the behavior I see when starting it up in command
line ($ xfce4-power-manager --no-daemon --debug --dump):
https://pastebin.ca/3938185

I can interact with its UI directly just fine, no lag. When I use a
shortcut button for brightness the 1st step succeeds (brightness changed
slightly) but power manager freezes for N seconds. If I press the
shortcut several times, the rest of presses are queued up and will take
a long time to process.

This also affects sleep behavior -- when I close my laptop, it's
supposed to sleep if on battery and just lock screen if on power. It
always sleeps now.


I haven't updated in a few weeks, so it could be a bunch of things
causing this, not sure what...


Anyone else having these issues?

___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: Firefox and flash plugin

2017-03-29 Thread Konstantin Svist
I keep hitting this issue, too..
The problem happens when you dnf update flash-plugin while firefox is
running. Firefox writes its cache of plugin info, pluginreg.dat, on quit
-- but it uses the in-memory info to do that. In the case above, the old
version number is written to the cache file.

To fix the problem, remove your pluginreg.dat file from
~/.mozilla/firefox/PROFILE.DIR/  (PROFILE.DIR is different on each system)


HTH


On 03/28/2017 07:52 AM, Terry Polzin wrote:
> No, further research shows me it's Firefox and its' API
>
> On Tue, Mar 28, 2017 at 10:33 AM, Robert Moskowitz
> > wrote:
>
> On 03/28/2017 09:07 AM, Terry Polzin wrote:
>
> Firefox is complaining about flash not being up to date.  I
> believe i have the latest of both.
>
> dnf list installed | grep -e firefox -e flash-plugin
> firefox.x86_64 52.0-6.fc25   @updates
> flash-plugin.x86_64 25.0.0.127-release   
> @adobe-linux-x86_64
>
>
> If you updated and not restarted Firefox, it will complain.  You
> have to restart Firefox after each new flash-plugin update.
>
> I *hate* that...
>
>
> ___
> users mailing list -- users@lists.fedoraproject.org
> 
> To unsubscribe send an email to
> users-le...@lists.fedoraproject.org
> 
>
>
>
>
> ___
> users mailing list -- users@lists.fedoraproject.org
> To unsubscribe send an email to users-le...@lists.fedoraproject.org


___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: build xorg-x11-drv-libinput-0.19.1-1.fc24 ?

2016-09-22 Thread Konstantin Svist
On 09/22/2016 02:47 PM, Konstantin Svist wrote:
> The touchpad driver handling has been switched over from synaptics to
> libinput recently (libinput 1.5.0), but the libinput xorg driver is a
> bit behind -- it doesn't provide an option to swap tap-to-click buttons.

Correction: looks like it was simply updated without overriding
anything; I forgot about a change I made that disabled synaptics (which
defaulted touchpad to libinput)
Still would like the new version to try out, though -- if I can get rid
of the really old driver, it's for the best

___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


build xorg-x11-drv-libinput-0.19.1-1.fc24 ?

2016-09-22 Thread Konstantin Svist
Hi,

The touchpad driver handling has been switched over from synaptics to
libinput recently (libinput 1.5.0), but the libinput xorg driver is a
bit behind -- it doesn't provide an option to swap tap-to-click buttons.

There are test builds for fc25 and fc26 (see
http://koji.fedoraproject.org/koji/packageinfo?packageID=18894), but
nothing for fc24...

Who can I ask to build this in Koji?

___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: Shutdown takes too long

2016-04-04 Thread Konstantin Svist
On 03/29/2016 05:50 PM, Konstantin Svist wrote:
> After upgrading the kernel to 4.4.x series, it takes my laptop a long
> time to shut down without intervention.
>
> Sometimes I see a status saying something like "wait job is running for
> user ... (1m 30sec)"
> But a lot of the time I just see the bootup log with "Starting Switch
> Root..." being the last line
>
> I noticed one way to shut down is to use sysrq shortcuts (R,E,I from
> REISUB combo) -- obviously that's not a perfect solution..
>
> Laptop has dual graphics, if that makes any difference.. Intel+Nvidia
>
> Not sure if filing a bug would even help, most of them just get ignored
> for years


For reference, systemd shutdown debug setup:

https://wiki.freedesktop.org/www/Software/systemd/Debugging/#shutdowncompleteseventually

apparently lpf-notify is a piece of shit that prefers to ignore SIGQUIT
and SIGTERM

https://github.com/leamas/lpf/blob/master/scripts/lpf-notify#L180

Edited the installed file, shutdown works fine now

Nevermind that systemd doesn't make this easy...

--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
http://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Shutdown takes too long

2016-03-31 Thread Konstantin Svist
On 03/29/2016 07:58 PM, Ed Greshko wrote:
>
> On 03/30/16 08:50, Konstantin Svist wrote:
>> After upgrading the kernel to 4.4.x series, it takes my laptop a long
>> time to shut down without intervention.
>>
>> Sometimes I see a status saying something like "wait job is running for
>> user ... (1m 30sec)"
>> But a lot of the time I just see the bootup log with "Starting Switch
>> Root..." being the last line
>>
>> I noticed one way to shut down is to use sysrq shortcuts (R,E,I from
>> REISUB combo) -- obviously that's not a perfect solution..
>>
>> Laptop has dual graphics, if that makes any difference.. Intel+Nvidia
>>
>> Not sure if filing a bug would even help, most of them just get ignored
>> for years
>>
>>
> I had this problem a while back.  In my case it was due to running on WiFi 
> with some NFS
> mounted partitions.  It was fixed by a change to some systemd parameters.
>
> I was able to determine the culprit by booting with "rhgb quiet" removed from 
> grub so I
> could see what was the actual issue.  You may want to give that a try.
>

Thanks, I'll try it
But might have to resort to Tom's method :\


-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Shutdown takes too long

2016-03-29 Thread Konstantin Svist
After upgrading the kernel to 4.4.x series, it takes my laptop a long
time to shut down without intervention.

Sometimes I see a status saying something like "wait job is running for
user ... (1m 30sec)"
But a lot of the time I just see the bootup log with "Starting Switch
Root..." being the last line

I noticed one way to shut down is to use sysrq shortcuts (R,E,I from
REISUB combo) -- obviously that's not a perfect solution..

Laptop has dual graphics, if that makes any difference.. Intel+Nvidia

Not sure if filing a bug would even help, most of them just get ignored
for years


-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: ssh confusion

2016-01-22 Thread Konstantin Svist
On 01/22/2016 03:55 PM, Tom Horsley wrote:
>> Is this what's failing for you?
> Actually, it is weird. If I have my "normal" ssh keys loaded in
> the agent, I can login just fine and get the password prompt:
>
> tomh> ssh -l root fed23i
> Enter passphrase for key '/home/tweety/.ssh/id_dsa': 
> root@fed23i's password: 
> Last login: Fri Jan 22 14:58:15 2016 from 10.134.30.143
> [root@fed23i ~]# exit
> logout
> Connection to fed23i closed.
>
> But when I add a couple of additional keys for the "test"
> user we have on all the virtual machines, this happens:
>
> tomh> add-nvtest
> Identity added: /tmp/nvtkey21416/nvtest-rsa (/tmp/nvtkey21416/nvtest-rsa)
> Identity added: /tmp/nvtkey21416/nvtest-dsa (/tmp/nvtkey21416/nvtest-dsa)
> tomh> ssh -l root fed23i
> Received disconnect from 192.168.118.167: 2: Too many authentication failures
> Disconnected from 192.168.118.167
> tomh> ssh-add -l
> 2048 SHA256:L09nWkcTbR4PmWmD/q6VJmjnwuKCtUHFaPN7xCRcwvM 
> /home/tweety/.ssh/id_rsa (RSA)
> 1024 SHA256:1cKg/sJMH7TrWctSWky0hLO2PaxRVFfyddsqJQEqg0o 
> /home/tweety/.ssh/id_dsa (DSA)
> 521 SHA256:/9Zg1JTdgpGwGpTCnLcbRXpuwFmt6P1gzXRcNQjEgLw 
> /home/tweety/.ssh/id_ecdsa (ECDSA)
> 256 SHA256:vI83jQzZhfvTtZKEmgZiXUS/0te3dS1ew5vt16K38A8 tweety@tomh (ED25519)
> 1024 SHA256:YD5FOdt2WnvYH7AJ5VDIrJEwJm0MV0g1WtQAlQXXHSo 
> /tmp/nvtkey21416/nvtest-rsa (RSA)
> 1024 SHA256:2J62l08cX62jDElLNk2qonCH8knistaEXJg+ayb6uPw 
> /tmp/nvtkey21416/nvtest-dsa (DSA)
>
> Does it maybe try every key and decide there are too many
> that don't work when I go over a certain number?

That's exactly what it does, unless you explicitly specify which key to
use. This can be done from command line or in ~/.ssh/config (with
hostname/IP match)

HTH
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


low resolution after grub2

2015-08-24 Thread Konstantin Svist
I have Fedora 21 XFCE x64 running on a laptop with dual graphics:

00:02.0 VGA compatible controller [0300]: Intel Corporation 4th Gen Core
Processor Integrated Graphics Controller [8086:0416] (rev 06)
01:00.0 VGA compatible controller [0300]: NVIDIA Corporation GK104M
[GeForce GTX 870M] [10de:1199] (rev ff)


Grub2 is displaying full 1920x1080 resoltuion -- but as soon as I run of
the kernel options, it switches to BIOS resolution (text mode) and runs
like that for a few seconds (non-quiet spits out a bunch of
init/kernel messages) -- and only later switches to a full graphics mode
again.
How do I make it stay in high resolution mode all the time??


What I've tried so far:
* checked that grub2 has set gfxmode=auto and set gfxpayload=keep
* tried booting without initrd entry -- in the past, that used to boot
kernel in current grub resolution and show a number of penguins. Now
it's just text..
* tried booting with and without plymouth (rhgb option in kernel line,
and yum-removed plymouth* with regenerating initramfs by dracut -f)


Some more info:
bumblebee and nvidia driver are installed to run the nvidia card --
everything works great in X
current kernel 4.1.5-100.fc21.x86_64

Not sure who to file a bug against -- grub2? kernel? etc?

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


WiFi Protected Setup (WPS) support?

2015-07-21 Thread Konstantin Svist
Hi,

I'm using Fedora 21 with XFCE desktop.
Is there a way to connect to WPS networks? NetworkManager doesn't show
an obvious option for it and the only option I see so far is this hack:
http://askubuntu.com/questions/120367/how-to-connect-to-wi-fi-ap-through-wps

Not very user-friendly interface for a user-friendly feature...


Thanks!

P.S. yes I know WPS is unsafe, I don't enable it on my router; this is
for connecting to guest networks when free WPS networks are available.

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: secure erase drive errors

2015-06-23 Thread Konstantin Svist
On 06/23/2015 03:04 PM, jd1008 wrote:
 during secure erase, I am seeing these continuous rolling errors
 in /var/log/messages

   Jun 23 16:00:37 localhost kernel: ata6.00: error: { ABRT }
 Jun 23 16:00:37 localhost kernel: ata6.00: configured for UDMA/100
 Jun 23 16:00:37 localhost kernel: ata6: EH complete
 Jun 23 16:00:37 localhost kernel: ata6.00: exception Emask 0x0 SAct
 0x0 SErr 0x0 action 0x0
 Jun 23 16:00:37 localhost kernel: ata6.00: irq_stat 0x00060002, device
 error via D2H FIS
 Jun 23 16:00:37 localhost kernel: ata6.00: failed command: WRITE DMA EXT
 Jun 23 16:00:37 localhost kernel: ata6.00: cmd
 35/00:00:b0:b5:47/00:04:02:00:00/e0 tag 0 dma 524288 out
  res 51/04:00:b0:b5:47/00:04:02:00:00/e0 Emask 0x1 (device error)
 Jun 23 16:00:37 localhost kernel: ata6.00: status: { DRDY ERR }
 Jun 23 16:00:37 localhost kernel: ata6.00: error: { ABRT }
 Jun 23 16:00:37 localhost kernel: ata6.00: configured for UDMA/100
 Jun 23 16:00:37 localhost kernel: sd 6:0:0:0: [sdc]
 Jun 23 16:00:37 localhost kernel: Result: hostbyte=DID_OK
 driverbyte=DRIVER_SENSE
 Jun 23 16:00:37 localhost kernel: sd 6:0:0:0: [sdc]
 Jun 23 16:00:37 localhost kernel: Sense Key : Aborted Command
 [current] [descriptor]
 Jun 23 16:00:37 localhost kernel: Descriptor sense data with sense
 descriptors (in hex):
 Jun 23 16:00:37 localhost kernel:72 0b 00 00 00 00 00 0c 00 0a
 80 00 00 00 00 00
 Jun 23 16:00:37 localhost kernel:02 47 b5 b0
 Jun 23 16:00:37 localhost kernel: sd 6:0:0:0: [sdc]
 Jun 23 16:00:37 localhost kernel: Add. Sense: No additional sense
 information
 Jun 23 16:00:37 localhost kernel: sd 6:0:0:0: [sdc] CDB:
 Jun 23 16:00:37 localhost kernel: Write(10): 2a 00 02 47 b5 b0 00 04
 00 00
 Jun 23 16:00:37 localhost kernel: end_request: I/O error, dev sdc,
 sector 38254000
 Jun 23 16:00:37 localhost kernel: ata6: EH complete
 Jun 23 16:00:37 localhost kernel: ata6.00: exception Emask 0x0 SAct
 0x0 SErr 0x0 action 0x0
 Jun 23 16:00:37 localhost kernel: ata6.00: irq_stat 0x00060002, device
 error via D2H FIS
 Jun 23 16:00:37 localhost kernel: ata6.00: failed command: WRITE DMA EXT
 Jun 23 16:00:37 localhost kernel: ata6.00: cmd
 35/00:00:b0:b9:47/00:04:02:00:00/e0 tag 0 dma 524288 out
  res 51/04:00:b0:b9:47/00:04:02:00:00/e0 Emask 0x1 (device error)
 Jun 23 16:00:37 localhost kernel: ata6.00: status: { DRDY ERR }
 Jun 23 16:00:37 localhost kernel: ata6.00: error: { ABRT }


 So, then, the drive is DeD dead 



Sector 38254000is dead. Possibly some others, too...
You can continue secure erase (assuming the erase program can ignore the
error), but you're not guaranteed that the data will be wiped from dead
sectors.
It's very hard to retrieve data from those, but may be possible with
specialized equipment.

If you're wiping mostly for privacy and there are few dead sectors,
you're probably fine. If you have very sensitive data and/or many bad
sectors, you need to take extra measures to destroy the data.


HTH

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Nagios 4?

2015-01-15 Thread Konstantin Svist
How come Fedora repos include Nagios 3.5 and not 4?
Version 4 seems to have been released in Oct 2013...


-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Blueman on F20?

2014-08-26 Thread Konstantin Svist
I'm running F20 XFCE and the bluetooth app leaves a lot to be desired.
I've been using Blueman before upgrading and it was great. Currently I'm
using the KDE systray app (bluedevil?)

There's no obvious way to install blueman; yum just says it was
deprecated by bluez -- which is not true (it only is in the sense that
the older blueman version is not compatible with bluez5)

Does anyone know how to get blueman running (hopefully without having to
compile it)?

Thanks

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Excluding devices from udev rules?

2013-10-16 Thread Konstantin Svist
I've been trying to set up rules suggested by powertop to be applied by
default.

Unfortunately, the wireless mouse receiver gets shut down randomly when
the usb powerdown rules are applied to it -- so I tried excluding it
from the udev rule:

ACTION==add, SUBSYSTEM==usb, ATTRS{idVendor}!=046d,
ATTRS{idProduct}!=c529, TEST==power/control,
ATTR{power/control}=auto
ACTION==add, SUBSYSTEM==usb, ATTRS{idVendor}!=046d,
ATTRS{idProduct}!=c529, TEST==power/autosuspend,
ATTR{power/autosuspend}=2

For some reason that doesn't work.. udevadm test ... clearly shows that
the rule matches. I've tried matching only by idProduct and still same
result...
is != just broken?


-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: I somehow managed to delete /tmp now I get errors when I try to boot and login

2013-08-02 Thread Konstantin Svist
On 08/01/2013 11:59 PM, Darlene Wallach wrote:
 I somehow deleted /tmp when I was deleting files from /tmp to make room

 Now I get errors when I boot and try to login

 - There is a problem with the configuration server.
 (/usr/libexec/gconf-sanity-check-2 exited with status 256)

 When I close that, I get:

 Install problem!
 The configuration defaults for GNOME Power Manager have not been
 installed correctly. Please contact your computer administrator.

 One time I saw the login options - when I logged in I only saw a black screen.

 Other than doing an install, is there a way to recover the files in /tmp?

 argh! It pays to be very careful deleting things as root!

 A lesson learned the hard way!

 Any advice will be greatly appreciated!

 Thank you

 Darlene Wallach
 --
 equal justice under law

# mkdir /tmp
# restorecon /tmp
# reboot

is probably all you need


-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: firefox crash

2013-05-24 Thread Konstantin Svist
On 05/24/2013 01:38 AM, Patrick Dupre wrote:
 I observed a lot of crashes with firefox 21
 for example just going to www.thesaurus.com
 I also use ABP to block the AD, but it does not seem to be the poblem.

Just went there with ABP -- works fine.
If you just updated firefox, you may need to reboot the machine - I've
seen stability problems before reboot


-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Lenovo laptop media keys

2013-01-30 Thread Konstantin Svist
Is there a way to fix keys that don't generate release event?

My Lenovo laptop has touch-sensitive media keys that apparently only
send press events (as seen by showkey) and don't send release
events. As a result, pressing VolumeUp once starts an infinite loop of
increasing volume.. causing all kinds of trouble.
Press even repeats if the button is held down, but release never works.


-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Lenovo laptop media keys

2013-01-30 Thread Konstantin Svist
On 01/30/2013 03:46 PM, Robert Moskowitz wrote:

 On 01/30/2013 06:12 PM, Konstantin Svist wrote:
 Is there a way to fix keys that don't generate release event?

 My Lenovo laptop has touch-sensitive media keys that apparently only
 send press events (as seen by showkey) and don't send release
 events. As a result, pressing VolumeUp once starts an infinite loop of
 increasing volume.. causing all kinds of trouble.
 Press even repeats if the button is held down, but release never
 works.

 I have a Lenovo x120e and I have no problems with f17 and media keys
 like volume control.

 I just tried it and when I did a func-f2 for volumeup, the volume
 display popped up and with each key press, the bar went up. func-f1
 the volume went down.

 I have not checked with showkey

Yes, Fn+[..] keys work just fine. But my laptop has an extra set of keys
which are embedded in the body of the laptop (i.e. not keyboard keys) --
and those are the ones that are giving me trouble


-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Optimization Start Up of Fedora

2013-01-27 Thread Konstantin Svist
On 01/27/2013 02:44 PM, carachi diego wrote:
 But the encryption mechanism is included in SELinux?I don't think so...

 There are also some other mechanism to encrypt the HDD independently
 from the operating system and I think also much more secure...


Pretty sure SELinux has little to nothing to do with encryption. 100%
sure you can encrypt mount points with SELinux disabled.
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Where is the detailed docs on firewalld?

2013-01-25 Thread Konstantin Svist
On 01/20/2013 07:34 PM, David Highley wrote:
 If we are expected to switch to firewalld we need to understand in
 detail how it works. So far I see a GUI and empty XML files with little
 information about how to do anything other than run firewall-cmd to add
 or delete specific rules.

 This really needs documentation so we can understand how it works and
 maybe compare situations with iptables that we are to migrate from so
 that we all do not have to figure this out from scratch. I'm not really
 complaining, just think we need more information so we can move forward
 and hopefully not make mistakes. Thanks for the help.

FWIW, I didn't even see a GUI until I manually installed firewall-config
and firewall-applet -- apparently they're not included as part of the
upgrade...

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: RPM wildcard question

2013-01-23 Thread Konstantin Svist
On 01/23/2013 10:14 PM, Doug wrote:
 If you have a directory with a whole batch of RPMs, all part
 of some program suite, is it possible to use a wildcard to
 install all of the RPMs at once, like so:
rpm -Uvh *.rpm
 If not is there some other simple way ot do it? The program
 in question has about 20 RPMs. (No, I don't know why they
 did it this way.)

 Thanx--doug


yes, it should be doable.
Recommended way, though, is
  yum localinstall *.rpm
-- otherwise, yum will complain that RPM DB was modified by something
other than yum (harmless warning, I think..)


-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: potential sshd gotcha

2013-01-22 Thread Konstantin Svist
On 01/22/2013 02:11 PM, Tom Horsley wrote:
 I spent hours at work today getting sshd to function on
 my desktop which I just switched to booting from the
 fedora 18 partition. I finally discovered this:

 [root@zooty ~]# ls -l /etc/ssh
 total 276
 -rw---  1 root root 245058 Dec  3 11:43 moduli
 -rw-r--r--  1 root root   2104 Dec  3 11:43 ssh_config
 -r. 1 root ssh_keys668 Dec  5 20:35 ssh_host_dsa_key
 -rw-r--r--. 1 root root590 Dec  5 20:35 ssh_host_dsa_key.pub
 -r. 1 root ssh_keys963 Dec  5 20:35 ssh_host_key
 -rw-r--r--. 1 root root627 Dec  5 20:35 ssh_host_key.pub
 -r. 1 root ssh_keys   1675 Dec  5 20:35 ssh_host_rsa_key
 -rw-r--r--. 1 root root382 Dec  5 20:35 ssh_host_rsa_key.pub
 -rw---  1 root root   4615 Dec 26 14:47 sshd_config

 The private key files now want to be group ssh_keys.

 If, like me, you've been copying your /etc/ssh host key files
 from release to release in order to preserve your machine's
 ssh identity, then you may not have the group correct after
 the copy (depending on if you overwrite or replace).

 Without the correct group on the hostkey files, every attempt
 at an ssh connection of any kind results in a connection
 closed error and much confusion :-).

Thanks, very useful info!
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: /etc/fonts/conf.d/50-user.conf

2013-01-21 Thread Konstantin Svist
On 01/19/2013 05:30 PM, Tom Horsley wrote:
 So all sorts of apps I run from the command line
 spew this message:

 Fontconfig warning: /etc/fonts/conf.d/50-user.conf, line 9: reading 
 configurations from ~/.fonts.conf is deprecated.

 If it is gonna spew to the terminal anyway, wouldn't
 it have been nice if the message said something about
 where it now wants to read the config from?

 After much googling, the algorithm is apparently:

 mkdir .config/fontconfig
 mv .fonts.conf .config/fontconfig/fonts.conf

 The spewage went away after I did that.

Still does it during yum update, though

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: /etc/fonts/conf.d/50-user.conf

2013-01-21 Thread Konstantin Svist
On 01/21/2013 01:55 PM, Tom Horsley wrote:
 On Mon, 21 Jan 2013 12:40:43 -0800
 Konstantin Svist wrote:

 Still does it during yum update, though
 Maybe the root user needs the same ~/.fonts.conf fix?

you're right, that must've been it

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Where is the detailed docs on firewalld?

2013-01-21 Thread Konstantin Svist
On 01/21/2013 03:45 PM, Jorge Fábregas wrote:
 On 01/21/2013 01:00 PM, David Highley wrote:
   https://fedoraproject.org/wiki/FirewallD/
 Yes, I read that information. 
 I wish there was more info than that.  It appears that I'll have to
 throw away everything I know about iptables.  Is there any tool to
 convert current iptables rules into firewall-cmd equivalents?

 --
 Jorge

Wait, so firewalld completely replaced iptables? I thought it was meant
to just augment it...
Does that mean that any old config in /etc/sysconfig/iptables is no
longer used?


-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Steam on Fedora

2013-01-14 Thread Konstantin Svist
On 01/14/2013 07:02 PM, Eddie G. O'Connor Jr. wrote:
 On 01/13/2013 11:33 AM, Richard Shaw wrote:
 I tried out Team Fortress 2 and everything worked without a hitch.
 Very impressive!

 Richard

 Wish List - Note to self: add Team Fortress 2!  LoL!


 EGO II

IIRC, TF2 is free...


-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Steam on Fedora

2013-01-12 Thread Konstantin Svist
On 01/12/2013 05:24 AM, Niels Weber wrote:
 2013/1/4 Konstantin Svist fry@gmail.com:
 On 01/03/2013 06:01 AM, Sergio Augusto Vladisauskis wrote:

 Repository  http://spot.fedorapeople.org/steam/steam.repo no more exists?


 Correct, instead use http://software.opensuse.org/package/steam
 So, now that is gone as well. And steam tells me, my package is
 outdated, I should get a newer one from where I got the older one.

 Has anyone got a new location?

 Niels

Go to Steam forums and search for fedora:
http://steamcommunity.com/app/221410/discussions/search/?q=fedora

For the lazy, here's a working repo:
http://maci.satgnu.net/fedora-steam/
http://maci.satgnu.net/fedora-steam/fedora-steam.repo

Also, FYI:
https://github.com/ValveSoftware/steam-for-linux/issues/13#issuecomment-12048792


-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: laptops with 1200 vertical resolution

2013-01-06 Thread Konstantin Svist

On 01/05/2013 11:54 AM, Eddie G. O'Connor Jr. wrote:

On 01/05/2013 02:20 PM, Tim wrote:

Tim:
I don't know about elsewhere, but here in Australia, high 
resolution TV

has been a bit of a flop.

R. G. Newbury:

HD will come. If you like sports you might hit on your local station to
broadcast Oz footie in HD.

We had a sports-only HD channel, that eventually caved in and stopped
being sports-only.  Sports would be a good example for a need for HD,
with all that text on the screen, and a tiny ball in a field of players.
Unfortunately, most large screen TVs are LCD, and they're crap at fast
motion (as a camera pans across the field, the screen is really blurry -
some of that's the MPEG compression, a lot of that is technology of an
LCD screen).

Digital TV has been the decimation of our television stations. It cost
an outrageous fortune to replace the transmitter, and all the production
equipment, and our local stations have become little more than a relay
of Sydney television, just with local adverts and a tabloid excuse for a
news service.  Two of them have left their studios to shift to mere
office space.  Having to change to HD, just a few years later, is
another expense that the stations don't want.  Analogue equipment might
last twenty years, and not need endless fiddling.  Digital equipment
needs replacing every few years, and has required daily management by
engineering.

If you want to make a disaster, digitise/computerise it.




I can sympathize with this, I am not one of those people who are 
impressed with this generation's sudden desire to go mobile. 
Tablets, and iPhones, along with all these other smart devices 
appear as toys to meI prefer laptops and desktops, and wired 
connections, because to me they're more reliable than wireless. I 
don't know that keeping TV technology in an analog state is better or 
worse, since to me TVis just TV. I can SEE differences when you 
compare HD to regular television, but is there REALLY such a thing as 
HD RADIO?.as I've heard some stations proclaiming?...I 
meanweas humans can only hear sounds in a specific 
rangenothing abovenor belowso if thats the case...how can 
you improve my radio experience with high definition radio?...I 
dunno.just seems like a lot fo things are more for Show  Tell 
than anything else these days




HD Radio stands for Hybrid Digital, not High Definition. The tuner 
simply uses digital signal whenever it can to reproduce audio without 
losses in quality. Unlike analog radio, though, when signal is too low, 
you don't get anything at all. The best use case is probably in a moving 
car -- driving through a dead spot becomes unnoticeable (vs. hissing 
noise of analog radio)


--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Steam on Fedora

2013-01-04 Thread Konstantin Svist

On 01/03/2013 06:01 AM, Sergio Augusto Vladisauskis wrote:
Repository http://spot.fedorapeople.org/steam/steam.repo 
http://spot.fedorapeople.org/steam/steam.repo no more exists?




Correct, instead use http://software.opensuse.org/package/steam
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Steam on Fedora

2013-01-04 Thread Konstantin Svist

On 01/04/2013 12:27 AM, Chris Smart wrote:

On 01/04/2013 07:04 PM, Konstantin Svist wrote:

Correct, instead use http://software.opensuse.org/package/steam

One should be aware of the license[1], including:

B. You may not, in whole or in part: copy, photocopy, reproduce,
translate, reverse engineer (with the exception of specific
circumstances where such act is permitted by law), derive source code,
modify, disassemble, decompile, or create derivative works based on the
Program; remove any proprietary notices or labels on the Program; or
attempt in any manner to circumvent any security measures designed to
control access to the Program. The Program is licensed to you as a
single product. Its component parts may not be separated for use on more
than one computer.  You may not sell, grant a security interest in or
transfer reproductions of the Program to other parties in any way, nor
to rent, lease or license the Program to others without the prior
written consent of Valve.

[1]
https://build.opensuse.org/package/view_file?expand=1file=STEAM-LICENSE.txtpackage=steamproject=games

-c


Pretty standard legal bulls**t for a closed source application. Why, did 
you expect it to be open sourced?
Valve's own wiki points to this location, so for now it's the official 
way of getting it to run on Fedora.




--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Steam on Fedora

2013-01-04 Thread Konstantin Svist

On 01/04/2013 02:52 AM, Sergio Augusto Vladisauskis wrote:

Exclusive to Ubuntu? Disgusting...



That was just the initial beta. They're expanding to other distros now - 
the opensuse-hosted packages are official for Fedora.



--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Steam on Fedora

2013-01-04 Thread Konstantin Svist

On 01/04/2013 06:03 PM, Chris Smart wrote:

On 01/04/2013 07:48 PM, Konstantin Svist wrote:

Pretty standard legal bulls**t for a closed source application. Why, did
you expect it to be open sourced?
Valve's own wiki points to this location, so for now it's the official
way of getting it to run on Fedora.

No, of course I didn't expect it to be open source :-) My point is
simply that even if this is the official way to get it from Valve, you
have no downstream rights and can't include it in a remix, or give it to
someone else.

-c


Again, that's pretty standard to proprietary license software. I'm just 
glad that it's finally making any headway on Linux at all -- this should 
boost Linux user share when hardcore gamers realize they can get a 
performance boost of few extra FPS by using Linux :)


--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Steam on Fedora -- Requires 99 i686 packages

2012-12-21 Thread Konstantin Svist

On 12/21/2012 10:17 AM, Phil Meyer wrote:

On 12/20/2012 04:08 PM, Konstantin Svist wrote:
In case you missed it (I did), Steam linux beta client is now 
available for everyone, and there's a way to get it running on Fedora:


# cd /etc/yum.repos.d
# wget http://spot.fedorapeople.org/steam/steam.repo
# yum install steam



When are major Windows ISVs going to finally get off 32 bit platforms ???

The steam client is 32 bit, and requires 99 32 bit multilib rpms on my 
system.  I really don't want to junk up my system like that.


You have to install the same ones for Skype/etc, anyway...
I wouldn't call it junk - it's just the same open sourced libraries 
you already have installed but in x86 build. Yes, they take up some 
extra space on the drive - but not all that much!



--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Steam on Fedora

2012-12-21 Thread Konstantin Svist


On 12/20/2012 03:08 PM, Konstantin Svist wrote:
In case you missed it (I did), Steam linux beta client is now 
available for everyone, and there's a way to get it running on Fedora:


# cd /etc/yum.repos.d
# wget http://spot.fedorapeople.org/steam/steam.repo
# yum install steam


Million thanks to Spot 


Update: looks like Spot's repo is now gone, but there's another one 
here: http://software.opensuse.org/package/steam

Thanks to Olorin on steamcommunity.com


--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Steam on Fedora

2012-12-20 Thread Konstantin Svist
In case you missed it (I did), Steam linux beta client is now available 
for everyone, and there's a way to get it running on Fedora:


# cd /etc/yum.repos.d
# wget http://spot.fedorapeople.org/steam/steam.repo
# yum install steam


Million thanks to Spot!


--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Steam on Fedora

2012-12-20 Thread Konstantin Svist

Worked for me - it updated itself first (~120mb) and then I could log in

On 12/20/2012 10:49 PM, sirdeiu wrote:
Spot still needs to update the steam package there to the new client 
version. The one that exists there isn't working, still warns you 
about not being in the beta and closes.


On , Konstantin Svist wrote:

In case you missed it (I did), Steam linux beta client is now
available for everyone, and there's a way to get it running on Fedora:

# cd /etc/yum.repos.d
# wget http://spot.fedorapeople.org/steam/steam.repo
# yum install steam


Million thanks to Spot!




--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Wine + Netflix on Fedora 17

2012-11-19 Thread Konstantin Svist
In case anyone is interested, it's now possible to get netflix running 
on patched wine.
I've written out the way I did it on my machine, here: 
http://how-to.wikia.com/wiki/How_to_watch_Netflix_%28Watch_Instantly%29_in_Linux#Running_with_Wine


For Ubuntu there's a PPA that installs everything for you and will 
launch firefox/netflix in kiosk mode (i.e. fullscreen) when started.

See http://www.iheartubuntu.com/2012/11/ppa-for-netflix-desktop-app.html

Hope this helps someone

--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Thunderbird spell checker red underlining every word

2012-11-09 Thread Konstantin Svist

On 11/08/2012 05:28 AM, JD wrote:

Have thunderbird-15.0.1-1.fc16.i686

While composing a message, TB always red underlines
just about every correctly spelled word.

I checked to see what the spelchecker language setting was.
Edit - Preferences - Spelling
is set to English/United States

So why is TB red underlining every word?
Is there a setting I am missing?


Right-click inside the email that you're composing, there should be a 
Languages menu there. It's probably set to non-default

--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Anyone doing UPNP on Fedora ?

2012-11-02 Thread Konstantin Svist

On 11/02/2012 08:01 AM, Steve wrote:

On 11/01/2012 07:58 PM, Konstantin Svist wrote:

I didn't give any details because your question is pretty vague :P
upnp can be used for serving media and for controlling various 
devices (firewall/NAT on your router, IP cam, etc)


I'd like to make a hard drive containing various media files available 
to various devices around my house.


The various devices include 2 Samsung TVs, an iPhone, an N900 phone, 
an Asus Infinity Android tablet, a couple Windows laptops and a few 
Linux laptops and PCs.


I'd like the files to be served from a Linux (Fedora 17) server.

Right now I am trying to share the media drive using uShare or XBMC.  
I get the same results with both.


On the Android tablet I can see the shared folders using the Bubble 
UPNP  player, but they appear empty.   On a Fedora laptop I can mount 
the server using djmount and can see the folders as well, but they 
appear empty as well.  If I attempt to ls the folders, I get an 
endpoint disconnected error.


Upnp-Inspector displays the server as a valid UPNP server running both 
server packages.


I have the firewalls disabled on all devices, except the Android tablet.

Several forum posts indicate that one must add a route to the server's 
iptables to allow UPNP multicasting as follows.


route add -net 239.0.0.0 netmask 255.0.0.0 eth0

How do I add this to my system when using system-config-firewall and 
system-config-network with devices managed by NetworkManager ?


I'm mostly using Rygel to serve media to a bunch of devices that 
support it (XBMC, PS3, networked Samsung bluray player etc.)
If that's similar to what you're trying to do, I can get you more 
specifics
Please do.   I was going to try minidlna next, but it doesn't seem 
like the UPNP server software is the problem.


FYI, I am very disappointed to find that KDE as shipped in Fedora 
doesn't directly support UPNP sharing and that none of the popular 
Linux media players (VLC, Totem, Amarok, etc) have UPNP support built 
into them via plug ins from a Fedora repository.  It takes much 
mucking around to add UPNP functionality to these applications.


Thanks



The biggest problem with upnp on linux is the simple fact that it's a 
protocol that dynamically allocates ports, similar to FTP... but does it 
in a really annoying way. The initial connection is UDP/multicast to the 
entire network by the client, then each server sends the client a packet 
UDP/unicast with description of how to get to the server (usually 
TCP/unicast).
Server-side problem: if the server picks a random port, both client and 
server firewalls won't know how to open that port (or, rather, when/why 
it should be opened).


I've used Fuppes and Rygel - both allow me to specify a port instead of 
allocating one on the fly. For rygel, setting is port=... in 
~/.config/rygel.conf (or /etc/rygel.conf for system-wide config - this 
makes less sense, since rygel is meant to be run by each user in 
parallel to share their own media... but who cares :).



To automagically join eth0 interface to the multicast network 239.0.0.0 
on startup, add a file /etc/sysconfig/network-scripts/route-eth0 with 
this contents:

GATEWAY0=0.0.0.0
NETMASK0=255.0.0.0
ADDRESS0=239.0.0.0

Here are my server-side firewall rules (I use port 1085 to serve upnp, 
and 192.168.0.0/24 is my LAN; I'm being a bit paranoid about where I 
receive upnp requests from)


-A INPUT -m state --state NEW -m udp -p udp -s 192.168.0.0/24 -d 
239.255.255.250 --dport 1900 -j ACCEPT

-A INPUT -m state --state NEW -m tcp -p tcp --dport 1085 -j ACCEPT


This is reasonably secure, assuming your server always stays within your 
network (i.e. it's not a laptop that roams different networks).


Devices that come bundled with upnp support (PS3, N900, TVs, etc.) 
should just work at this point (they work fine for me).




On the linux client side, there's no good firewall config (as far as I 
can tell). Initial client request uses multicast network 239.0.0.0 and 
port 1900, but servers respond to it using port 1900 on the LAN network 
-- the packet is sent directly to the client instead of being multicast. 
Stateful inspection on the client firewall doesn't help us here, because 
the target (broadcast address) and source (server address) are 
technically different.
The workaround (assuming your client won't leave your network and your 
network is reasonably secure!*) is to hardcode your upnp server's 
response packet paths. Off the top of my head:


-A INPUT -m udp -p udp -s 192.168.0.123 --sport 1900 -j ACCEPT

(assuming server has IP 192.168.0.123)

* This is potentially dangerous, especially on any machine that 
sometimes connects to other networks (read: laptops!).


The upnp client app (VLC, XBMC, etc.) will pick a random local port, so 
destination port can't be fixed ahead of time; and as already mentioned, 
the target of request and source of response are technically different, 
so firewall doesn't recognize the state

Re: Anyone doing UPNP on Fedora ?

2012-11-02 Thread Konstantin Svist

On 11/02/2012 03:06 PM, Steve wrote:

Your post of was very helpful.


Glad to hear :)


Do you know a way to input the multicast route using 
system-config-firewall ?  I can do it manually, its just that would be 
the only manual firewall setting I'd have and then I'd forget I had it.


No, sorry, I always configure the firewall with vim /etc/sysconfig/iptables


Isn't there a way to tell a firewall to allow dynamic port allocation 
? I believe my Cisco E4200 wireless router has this option.  Is there 
a section of ports that is allowed for just this sort of thing ?


In theory, sure -- but I haven't seen any working examples/configs when 
I last researched it. I had considered extending/copying the iptables' 
FTP plugin to work for upnp, but gave up since my workaround works for me.
Like I said, since you can dedicate a special port on the server for the 
upnp server, it's reasonably secure - only that port is open. It's the 
client that's the problem :(



I'll take another stab at getting it going later tonight.


If you find something interesting, please post here!


--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Anyone doing UPNP on Fedora ?

2012-11-01 Thread Konstantin Svist

On 11/01/2012 05:54 PM, Steve wrote:

Is anyone using UPNP on Fedora ?   As a server or a client ?


Yes, both
It can be pretty annoying to set up (as far as the firewall goes), but 
otherwise works fine


--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Anyone doing UPNP on Fedora ?

2012-11-01 Thread Konstantin Svist

On 11/01/2012 06:13 PM, Steve wrote:

On 11/01/2012 07:10 PM, Konstantin Svist wrote:

On 11/01/2012 05:54 PM, Steve wrote:

Is anyone using UPNP on Fedora ?   As a server or a client ?


Yes, both
It can be pretty annoying to set up (as far as the firewall goes), 
but otherwise works fine


Details, please !   What are you using for the server and the client 
and how exactly are you setting up the firewall(s) ?


Thanks for the quick reply.



I didn't give any details because your question is pretty vague :P
upnp can be used for serving media and for controlling various devices 
(firewall/NAT on your router, IP cam, etc)


I'm mostly using Rygel to serve media to a bunch of devices that support 
it (XBMC, PS3, networked Samsung bluray player etc.)

If that's similar to what you're trying to do, I can get you more specifics


--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Gimp Stuck

2012-10-18 Thread Konstantin Svist

On 10/18/2012 02:48 AM, Jonathan Allen wrote:

Dear List,

I've got my Gimp stuck.  File-Open and it locks - the only way out is
force-quit.  It can do recently open, but the main 'open' dialog and
the save-as dialog are both guaranteed lockups.  Any ideas?

Jonathan


Sounds like it's having problems reading from the filesystem -- either 
the harddrive is dying or you have a mounted network share that's not 
connected or something like that.
When you run top, you'll probably see 'D' (uninterruptible sleep) in the 
'S' (state) column for gimp process.



--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: anyone got Pidgin working with Yahoo IM?

2012-10-17 Thread Konstantin Svist

On 10/17/2012 12:00 PM, Jack Craig wrote:

it used to work for me, but no longer.

anyone had more luck with this?

TIA,  jackc...




Works for me, but on some accounts I frequently get tried to log in too 
often error. After opening yahoo mail  messenger in browser + an hour 
of wait time, I can log in again.


-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: anyone got Pidgin working with Yahoo IM?

2012-10-17 Thread Konstantin Svist

On 10/17/2012 02:20 PM, Jack Craig wrote:
Works for me, but on some accounts I frequently get tried to log in 
too often error. After opening yahoo mail  messenger in browser + an 
hour of wait time, I can log in again.


do you suggest a browser yahoo login is needed outside the pidgin window?


Exactly. The error message usually says something like logging into 
yahoo website may fix this

Otherwise the error takes hours and hours to clear.
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Linux based car PC front end ?

2012-09-18 Thread Konstantin Svist

forums.fluxmedia.net/centrafuse-linux-beta/ :)

Actually I have not tried it yet, so no idea how well it works (if at all)
Doesn't look like there's much development being done, either


On 09/18/2012 05:15 PM, linux guy wrote:

I'm looking for a good Linux based car pc front end application.

Does anyone know of one ?  Something like Centrafuse, but OS and Linux
based ?

Does anyone know of one for (gulp) Android ?

Thanks


--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Multi-protocol IM clients

2012-08-30 Thread Konstantin Svist

On 08/30/2012 10:44 AM, John Aldrich wrote:
So, I've decided to jump back onto IM after a few years. My last 
Linux-based IM client was AYTTM, but I'm not even sure it's still 
packaged with Fedora, although I suppose I could roll my own so to 
speak. :D I'd prefer to use a pre-packaged IM client.


I've tried Pidgin, but I'm having a problem where if I change my 
status to away it freezes out the keyboard and won't let me type 
anything until I close Pidgin and start it back up.


I currently use LXDE and KDE. Anyone got a suggestion for a good 
multi-protocol IM client? I used to use Trillian on the Windows side 
of things, but I try to stay away from Windows as much as possible. :D


Thanks!


I know exactly what bug you're talking about, I noticed it appeared a 
few revisions ago. If you're not afraid of using out-of-date code 
(supposedly new code has security fixes), you can download an older 
version of Pidgin from http://koji.fedoraproject.org
The bug also has a workaround -- if you can use your mouse to click a 
top menu item, everything goes back to normal.


HTH

--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: F17: what replaces xorg.conf??

2012-08-25 Thread Konstantin Svist

On 08/25/2012 09:59 AM, Beartooth wrote:

One of my F17 machines hardly ever manages to boot. It's an old
Dell PowerEdge SC1420, and it did fine with all the previous Fedora
releases, and fine until recently with F17. Now it hits the monitor's
error message input signal out of range.

But sometimes, if I leave it long enough, it does get to the login
screen, and after that works normally.

Time was when I'd've tried editing some configuration file in /
boot/grub or /etc/X11; but the only such I can find now start with Do
NOT EDIT -- so I'm out of my depth.

  --
Beartooth Staffwright, Sometime Historian of Tongues
Sclerotic Squirreler, Double Retiree, Linux Convert
No one can ever have enough books, pockets, friends,
knives, guns, garlic, or mountains.



It's still checking for /etc/X11/xorg.conf but if it's not there, Xorg 
uses autodetection.
If you want, you can create xorg.conf and use it just like you used to 
before



--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Magic Sysreg key problems.

2012-08-20 Thread Konstantin Svist

On 08/20/2012 12:55 PM, Aaron Konstam wrote:

It is hard to know where to start with the problems with the use of the
SysReg key.. Since acording to the Wikipedia notes in order to get these
Magic SysReg features to work you have tp add the Ctrl button. So to
reboot you would have to use the Ctrl+Alt+SysReg+ b button. On my
workstation Keyboard this is nearly impossible to do because of the
position of the SysReg key in the upper right corner of the keyboard.
On my laptop where I can hit the keys the function fails to work.
Without the Ctrl all you get is screen shots which I do get.

With the alternate approach  of:
echo key  /proc/sysreq-trigger the reboot works but I can't detect
anything else working.

So how does one use these magic keys ?


You have to enable the sysrq key in /etc/sysctl.conf:
kernel.sysrq = 1

In non-graphical mode it's just Alt+SysRq (not Ctrl, and not Alt+Ctrl), 
but the GUI can choose to ignore the combination - there used to be some 
X keyboard setting you could set globally, but it doesn't work anymore. 
I think there's some workaround for gnome, but I never did figure out 
how to make it work right in XFCE.


Lastly, on the laptop the SysRq key might only be usable with Fn 
modifier (Ctrl+Alt+Fn+SysRq+...), though Alt+PrintScreen has worked for 
me on all laptops I've tried (in text mode)



--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Finding old kernel RPMs

2012-08-03 Thread Konstantin Svist
I'm trying to track down kernel versions that caused a few regressions 
on my servers.


A recent one is somewhere between 3.4.2-1.fc16 and 3.4.6-1.fc16, and 
another one somewhere between 2.6.38.6-26.rc1.fc15 and 2.6.43.8-1.fc15


Is there a place where I can see a list of Fedora's kernel revisions, or 
better yet - be able to download them to try them out?



--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Fixing yum performance

2012-07-12 Thread Konstantin Svist

On 07/12/2012 02:21 AM, Christopher Svanefalk wrote:
A recurring problem I have had for several Fedora releases now is that 
Yum over time becomes slower and slower as more packages are 
installed. This is of course to be expected due to the DB growing, but 
in my case Yum has now become so slow that it is almost unusable. 
Normally, it takes 2-3 minutes just to install a single package. most 
of the time, this latency will take place between yum first being 
invoked, and the part where I am asked to accept that the packages are 
downloaded and installed. It thus seems to be a DB issue.


Is there any way to fix this??


Check if you've installed yum-plugin-local -- it keeps a local copy of 
the repo and can take a while to regenerate the db on each run...

--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Spot's chromium repo down?

2012-06-07 Thread Konstantin Svist
Looks like spot's chromium repo is not available for me -- yum keep 
complaining about it, although I can load it in the browser... and the 
latest version is 17, while Chrome is already up to 19


How do I get in contact with spot to get this fixed?


--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: wifi bit rate

2012-05-21 Thread Konstantin Svist

On 05/21/2012 01:18 PM, JD wrote:

Any wifi protocol savvy people who can explain this:

iwconfig wlan0
wlan0 IEEE 802.11bgn  ESSID:Private
  Mode:Managed  Frequency:2.452 GHz  Access Point: 
00:AA:BB:CC:DD:EE

  Bit Rate=18 Mb/s   Tx-Power=27 dBm
  Retry  long limit:7   RTS thr=2346 B   Fragment thr=2346 B
  Power Management:off
  Link Quality=70/70  Signal level=-36 dBm
  Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
  Tx excessive retries:0  Invalid misc:25   Missed beacon:0

The access point is a 54G wifi gateway and router.

My wifi card is the Atheros AR5008 which is an 802.11n card.

How could the bit rate be restricted to 18Mb/s??
Is this a problem with the ath9k driver or the wext driver?
PS: I did not have the issue until installing FC16. This
problem was absent in FC14.



I thought wifi adjusts the data rate on the fly based on how strong the 
signal is. Try moving the laptop closer to the router, at least just to 
see if the rate goes up...


--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: wifi bit rate

2012-05-21 Thread Konstantin Svist

On 05/21/2012 02:33 PM, JD wrote:

On 05/21/2012 01:34 PM, Konstantin Svist wrote:

On 05/21/2012 01:18 PM, JD wrote:

Any wifi protocol savvy people who can explain this:

iwconfig wlan0
wlan0 IEEE 802.11bgn  ESSID:Private
  Mode:Managed  Frequency:2.452 GHz  Access Point: 
00:AA:BB:CC:DD:EE

  Bit Rate=18 Mb/s   Tx-Power=27 dBm
  Retry  long limit:7   RTS thr=2346 B   Fragment thr=2346 B
  Power Management:off
  Link Quality=70/70  Signal level=-36 dBm
  Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
  Tx excessive retries:0  Invalid misc:25   Missed beacon:0

The access point is a 54G wifi gateway and router.

My wifi card is the Atheros AR5008 which is an 802.11n card.

How could the bit rate be restricted to 18Mb/s??
Is this a problem with the ath9k driver or the wext driver?
PS: I did not have the issue until installing FC16. This
problem was absent in FC14.



I thought wifi adjusts the data rate on the fly based on how strong 
the signal is. Try moving the laptop closer to the router, at least 
just to see if the rate goes up...



No difference!!
Stuck at 18mb/s

By the way: I changed wifi interface on my machine to an rtl8187
and still iwconfig reports  18mb/s, with full signal quality at 70/70 !!!

# iwconfig wlan1
wlan1 IEEE 802.11bg  ESSID:Private
  Mode:Managed  Frequency:2.452 GHz  Access Point: 
00:AA:BB:CC:DD:EE

  Bit Rate=18 Mb/s   Tx-Power=20 dBm
  Retry  long limit:7   RTS thr=2346 B   Fragment thr=2346 B
  Power Management:off
  Link Quality=70/70  Signal level=-25 dBm
  Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
  Tx excessive retries:0  Invalid misc:21   Missed beacon:0




Hm, you're right - the quality is out of 70 and the rate is really low.. 
here's mine:

wlan0 IEEE 802.11abgn  ESSID:Redacted
  Mode:Managed  Frequency:2.412 GHz  Access Point: 
00:14:D1:C4:4C:3F

  Bit Rate=1 Mb/s   Tx-Power=14 dBm
  Retry  long limit:7   RTS thr:off   Fragment thr:off
  Power Management:off
  Link Quality=62/70  Signal level=-48 dBm
  Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
  Tx excessive retries:1  Invalid misc:20   Missed beacon:0

Maybe it's because I'm also connected over ethernet, so wifi is not 
being used, so it's in powersaving mode of some kind..?
See if your rate goes up/down if you're actively transferring a bunch of 
data.


--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


pidgin packages outdated

2012-05-18 Thread Konstantin Svist

Hi all,

Looks like Pidgin/libpurple package is behind the upstream lately, who 
should I ping about building a fresh one?


Thanks

--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Adobe no longer maintaining yum repo for flash-plugin

2012-05-10 Thread Konstantin Svist

On 05/10/2012 09:13 AM, Fernando Cassia wrote:

On Thu, May 10, 2012 at 12:58 PM, Terry Polzinfoxec...@wowway.com  wrote:

You still need the update for flash in chrome to work.

Mi guess is that Chrome features Flash as an internal component and it
uses Chrome's internal auto-update mechanism?

FC


So you're saying Chromium users are SOL?

--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Encrypting swap

2012-05-10 Thread Konstantin Svist

On 05/03/2012 01:51 AM, Konstantin Svist wrote:

I'm setting up a laptop with encrypted btrfs root.
Problem is, I can't seem to find a way to encrypt the swap so that it 
would be usable for hibernation.


* Simple setup for encrypting swap uses a random key generated on each 
boot, so resuming doesn't work.
* Using the same key for swap  root is not recommended because some 
tool caches the password, making the whole thing meaningless [1]
* Using a swap file doesn't work because btrfs is Copy-On-Write, so 
the filesystem may get messed up by hibernate/resume process.


I'm not sure if the same key problem exists in Fedora 16, I've tried 
setting it up this way and I'm able to boot but not resume.


Any help appreciated!



[1] 
https://wiki.archlinux.org/index.php/Talk:System_Encryption_with_LUKS_for_dm-crypt#Suspend_to_disk_instructions_are_insecure





*bump*
Is there a better place to ask this? Perhaps some development ML?

--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Encrypting swap

2012-05-03 Thread Konstantin Svist

I'm setting up a laptop with encrypted btrfs root.
Problem is, I can't seem to find a way to encrypt the swap so that it 
would be usable for hibernation.


* Simple setup for encrypting swap uses a random key generated on each 
boot, so resuming doesn't work.
* Using the same key for swap  root is not recommended because some 
tool caches the password, making the whole thing meaningless [1]
* Using a swap file doesn't work because btrfs is Copy-On-Write, so the 
filesystem may get messed up by hibernate/resume process.


I'm not sure if the same key problem exists in Fedora 16, I've tried 
setting it up this way and I'm able to boot but not resume.


Any help appreciated!



[1] 
https://wiki.archlinux.org/index.php/Talk:System_Encryption_with_LUKS_for_dm-crypt#Suspend_to_disk_instructions_are_insecure

--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Encrypting swap

2012-05-03 Thread Konstantin Svist

On 05/03/2012 12:04 PM, Heinz Diehl wrote:

On 03.05.2012, Konstantin Svist wrote:


Problem is, I can't seem to find a way to encrypt the swap so that it would
be usable for hibernation.

Have you looked at luksSuspend and luksResume?


I've only seen them as crytsetup options.. I'll google for those..



I'm not sure if the same key problem exists in Fedora 16, I've tried
setting it up this way and I'm able to boot but not resume.

Simply, you can't suspend the device which contains the cryptsetup
binary.


That's silly. Grub loads initramfs from an unencrypted /boot partition; 
initramfs knows about encryption and is able to mount root after I enter 
my key. There should be no technical reason why it can't mount the swap 
with the same key immediately after and tell kernel to resume from the 
now-available swap.


--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Encrypting swap

2012-05-03 Thread Konstantin Svist

On 05/03/2012 12:52 PM, Konstantin Svist wrote:

On 05/03/2012 12:04 PM, Heinz Diehl wrote:

On 03.05.2012, Konstantin Svist wrote:

Problem is, I can't seem to find a way to encrypt the swap so that 
it would

be usable for hibernation.

Have you looked at luksSuspend and luksResume?


I've only seen them as crytsetup options.. I'll google for those..



I'm not sure if the same key problem exists in Fedora 16, I've tried
setting it up this way and I'm able to boot but not resume.

Simply, you can't suspend the device which contains the cryptsetup
binary.


That's silly. Grub loads initramfs from an unencrypted /boot 
partition; initramfs knows about encryption and is able to mount root 
after I enter my key. There should be no technical reason why it can't 
mount the swap with the same key immediately after and tell kernel to 
resume from the now-available swap.




I see now - what you said applies to luksSuspend/luksResume. I'm 
guessing it should probably reside on /boot or inside initramfs for that 
reason...
From what I can tell, these commands work for an encrypted separate 
partition, e.g. /home, probably not so much for the whole disk. And/or 
they should generally be called by other tools, abstracted from the user.



--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Memory loss after long uptime

2012-04-30 Thread Konstantin Svist

On 04/27/2012 10:02 PM, Chris Adams wrote:

Once upon a time, Rick Stevensri...@alldigital.com  said:

You might try having a look at the output of ipcs after stopping MySQL
and see if your missing memory is in one or more of the shm segments.
If so, you can reclaim it by using ipcrm -mshmid. You'd be
surprised at how many programs don't release IPC resources--especially
if they are rudely terminated (e.g. SIGSEGV or SIGKILL).

Are you sure?  I've been running MySQL for a long time, and I don't
remember it ever using SysV IPC.  I certainly don't see it using that
now, even on an old version I still have running (much older than the
OP's F14).

To the OP: if you think you are seeing RAM in use that isn't reflected
when comparing the output of free to ps/top process usage, it
could be in other kernel buffers.  Check out slabtop (has to run as
root); there are other kernel caches that free doesn't know about,
especially the dentry and inode caches.  These will show up as just more
kernel RAM in use, but really they are caches that should be discarded
as needed (just like the old buffers/cache lines in free).



Here's slabtop from one machine that's using too much RAM:

 Active / Total Objects (% used): 8516783 / 8967394 (95.0%)
 Active / Total Slabs (% used)  : 270701 / 270701 (100.0%)
 Active / Total Caches (% used) : 68 / 101 (67.3%)
 Active / Total Size (% used)   : 5113995.32K / 5341810.93K (95.7%)
 Minimum / Average / Maximum Object : 0.01K / 0.59K / 8.00K

  OBJS ACTIVE  USE OBJ SIZE  SLABS OBJ/SLAB CACHE SIZE NAME
3836868 3691157  96%1.00K 119903   32   3836896K kmalloc-1024
3624368 3573469  98%0.25K 113262   32906096K kmalloc-256
570560 553390  96%0.50K  17830   32285280K kmalloc-512
197526 196494  99%0.55K   3468   57110976K radix_tree_node
140992 114638  81%0.12K   4406   32 17624K kmalloc-128
113856  29876  26%0.06K   1779   64  7116K kmalloc-64
 40448  40445  99%0.01K 79  512   316K kmalloc-8
 35904  35485  98%0.08K704   51  2816K sysfs_dir_cache
 32724  26778  81%1.69K   1818   18 58176K TCP
 29190  16929  57%0.19K695   42  5560K dentry
 26112  16386  62%0.02K102  256   408K ext4_io_page
...


Looks like the kmalloc-##s are taking up most of the space.
Question is, what (if anything) can be done about this on a running 
system? Any way to reclaim that memory?



--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Memory loss after long uptime

2012-04-27 Thread Konstantin Svist

Hi all,

I have a strange recurring problem on some of my servers, maybe someone 
can help me figure out what might be causing it.


After running a MySQL machine with fairly high load for a while 
(~month), RAM usage in top stops making sense. Normally, RES column 
accounts for everything currently present in RAM (not swap) and 
corresponds pretty well with mem_used-buffers-cache. This is always the 
case after a fresh boot and seems to be the case on most other servers.

But that's not the case here:

59098540k used - 1633832k cached - 25824k buffers = 57438884 (54.7G) 
supposedly used by all processes

sum(RES column from top) ~= 35127296k (33.5G)

So where's the other 21G??

I'm pretty sure I'm not nitpicking here, this is 30% of total system 
RAM unaccounted for. I've tried stopping all non-OS specific processes 
(and restarting some services that seemed to eat more RAM that they 
should have (irqbalance)) -- and memory is not reclaimed.


Over the few years that I've seen this problem, I've already replaced 
all the hardware and upgraded Fedora from 8 to 14 (currently running 
2.6.35.14-95.fc14.x86_64) and MySQL and other code without any sign of 
improvement.


Interestingly, another machine with same hardware  OS runs MySQL in 
slave mode to replicate the DB -- that machine has uptime of 134 days 
and does not exhibit the same symptoms. In fact, here is its mem footprint:


63166496k used - 19786032k cached - 2881484k buffers = 40498980k (38.6G)
sum(RES column from top) ~= 45.5G (which makes sense since a few 
RAM-hungry processes share memory)


Please help!

top - 13:19:00 up 41 days,  2:29, 25 users,  load average: 3.44, 4.32, 3.97
Tasks: 349 total,   2 running, 347 sleeping,   0 stopped,   0 zombie
Cpu0  : 76.5%us,  0.0%sy,  0.0%ni, 23.5%id,  0.0%wa,  0.0%hi,  0.0%si,  0.0%st
Cpu1  :  0.0%us,  5.9%sy,  0.0%ni, 29.4%id, 64.7%wa,  0.0%hi,  0.0%si,  0.0%st
Cpu2  :  5.9%us,  0.0%sy,  0.0%ni, 88.2%id,  5.9%wa,  0.0%hi,  0.0%si,  0.0%st
Cpu3  :  0.0%us,  0.0%sy,  0.0%ni,100.0%id,  0.0%wa,  0.0%hi,  0.0%si,  0.0%st
Cpu4  :  0.0%us,  0.0%sy,  0.0%ni,100.0%id,  0.0%wa,  0.0%hi,  0.0%si,  0.0%st
Cpu5  :  0.0%us,  0.0%sy,  0.0%ni,100.0%id,  0.0%wa,  0.0%hi,  0.0%si,  0.0%st
Cpu6  :  5.6%us,  0.0%sy,  0.0%ni, 94.4%id,  0.0%wa,  0.0%hi,  0.0%si,  0.0%st
Cpu7  :  5.3%us,  5.3%sy, 15.8%ni, 73.7%id,  0.0%wa,  0.0%hi,  0.0%si,  0.0%st
Cpu8  :  0.0%us,  0.0%sy,  0.0%ni,100.0%id,  0.0%wa,  0.0%hi,  0.0%si,  0.0%st
Cpu9  :  0.0%us,  0.0%sy,  0.0%ni,100.0%id,  0.0%wa,  0.0%hi,  0.0%si,  0.0%st
Cpu10 :  0.0%us,  0.0%sy,  0.0%ni,  0.0%id,  0.0%wa,  0.0%hi,  0.0%si,  0.0%st
Cpu11 :  0.0%us,  0.0%sy,  0.0%ni,  0.0%id,  0.0%wa,  0.0%hi,  0.0%si,  0.0%st
Mem:  66110332k total, 59098540k used,  7011792k free,25824k buffers
Swap:  8388604k total,  4009604k used,  4379000k free,  1633832k cached

  PID USER  PR  NI  VIRT  RES  SHR S %CPU %MEMTIME+  COMMAND
 3953 mysql 20   0 34.7g  30g 4000 S 80.0 48.5  57931:46 
/usr/local/mysql/libexec/mysqld --basedir=/usr/local/mysql 
--datadir=/usr/local/mysql/var --user=mysql --log-error=/usr/loc
 3132 wrkr  20   0 2931m 2.4g 1476 R  5.7  3.8   1219:32 
/usr/local/bin/python ...
10921 wrkr  20   0 9184m 483m 3080 S  0.0  0.7  43:03.02 
/usr/local/bin/python ...
26682 wrkr  30  10  261m 118m 1048 S 11.4  0.2  11:47.18 mytop
 2548 wrkr  20   0  520m  94m 1388 S  0.0  0.1 116:57.50 
/usr/local/bin/python ...
 4046 wrkr  20   0  181m  59m  228 S  0.0  0.1  17:30.62 SCREEN -a -A
 3009 redis 20   0  132m  45m  380 S  0.0  0.1 974:29.29 
/usr/local/redis/bin/redis-server ...conf
 4228 nobody20   0  302m  32m  132 S  0.0  0.1   0:14.33 nginx: worker 
process
 4232 nobody20   0  302m  32m   44 S  0.0  0.1   0:10.04 nginx: worker 
process
 4230 nobody20   0  302m  32m0 S  0.0  0.1   0:14.73 nginx: worker 
process
 4226 nobody20   0  302m  32m0 S  0.0  0.1   0:14.49 nginx: worker 
process
 4231 nobody20   0  302m  32m   56 S  0.0  0.1   0:13.01 nginx: worker 
process
 4233 nobody20   0  302m  32m   60 S  0.0  0.1   0:14.36 nginx: worker 
process
 4235 nobody20   0  302m  32m   32 S  0.0  0.1   0:14.35 nginx: worker 
process
 4229 nobody20   0  298m  32m0 S  0.0  0.1   0:15.37 nginx: worker 
process
 4227 nobody20   0  302m  32m   12 S  0.0  0.1   0:15.49 nginx: worker 
process
 4234 nobody20   0  302m  32m0 S  0.0  0.1   0:15.46 nginx: worker 
process
10300 root  20   0  298m  32m0 S  0.0  0.1   0:00.28 nginx: master 
process /usr/local/nginx/sbin/nginx -c /usr/local/nginx/conf/nginx.conf
 3185 wrkr  20   0  255m  17m  416 S  0.0  0.0  18:12.48 
/usr/local/bin/python ...
 3067 wrkr  20   0  247m  12m0 S  0.0  0.0  12:23.26 
/usr/local/bin/python ...
 5186 gdm   20   0  443m 9644   28 S  0.0  0.0   1:26.96 
/usr/libexec/gnome-settings-daemon 
--gconf-prefix=/apps/gdm/simple-greeter/settings-manager-plugins
 4031 root  20   0  133m 9564  684 S  0.0  0.0   2:32.52 

Re: Memory loss after long uptime

2012-04-27 Thread Konstantin Svist

On 04/27/2012 03:52 PM, Rick Stevens wrote:

On 04/27/2012 02:10 PM, Konstantin Svist wrote:

Hi all,

I have a strange recurring problem on some of my servers, maybe someone
can help me figure out what might be causing it.

After running a MySQL machine with fairly high load for a while
(~month), RAM usage in top stops making sense. Normally, RES column
accounts for everything currently present in RAM (not swap) and
corresponds pretty well with mem_used-buffers-cache. This is always the
case after a fresh boot and seems to be the case on most other servers.
But that's not the case here:

59098540k used - 1633832k cached - 25824k buffers = 57438884 (54.7G)
supposedly used by all processes
sum(RES column from top) ~= 35127296k (33.5G)

So where's the other 21G??

I'm pretty sure I'm not nitpicking here, this is 30% of total system
RAM unaccounted for. I've tried stopping all non-OS specific processes
(and restarting some services that seemed to eat more RAM that they
should have (irqbalance)) -- and memory is not reclaimed.

Over the few years that I've seen this problem, I've already replaced
all the hardware and upgraded Fedora from 8 to 14 (currently running
2.6.35.14-95.fc14.x86_64) and MySQL and other code without any sign of
improvement.

Interestingly, another machine with same hardware  OS runs MySQL in
slave mode to replicate the DB -- that machine has uptime of 134 days
and does not exhibit the same symptoms. In fact, here is its mem 
footprint:


63166496k used - 19786032k cached - 2881484k buffers = 40498980k (38.6G)
sum(RES column from top) ~= 45.5G (which makes sense since a few
RAM-hungry processes share memory)


We've seen this before in some of our MySQL platforms. It appears that
some of the older MySQL servers hemorrhage shared memory segments which
will not be reclaimed when the process is terminated.

You might try having a look at the output of ipcs after stopping MySQL
and see if your missing memory is in one or more of the shm segments.
If so, you can reclaim it by using ipcrm -m shmid. You'd be
surprised at how many programs don't release IPC resources--especially
if they are rudely terminated (e.g. SIGSEGV or SIGKILL).

Also have a serious look at updating your MySQL platform if possible.
--
- Rick Stevens, Systems Engineer, AllDigitalri...@alldigital.com -
- AIM/Skype: therps2ICQ: 22643734Yahoo: origrps2 -
--
- Try to look unimportant.  The bad guys may be low on ammo. -
--



Thanks Rick,

I tried ipcs on a few machines with same symptoms, but it doesn't look 
like there's a lot of shared memory mentioned there.
The MySQL machine had already been rebooted, so I'll keep checking it... 
but doesn't look promising so far.



--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: build kernel without initrd

2012-04-24 Thread Konstantin Svist

On 04/24/2012 01:09 AM, admin lewis wrote:

Hi,
I want build a kernel without initrd support but on ubuntu forum I
have read it's not possible because upstart don't support it.
I would like to have some confirmation if it is the same on fedora.
bye lewis



You can boot without initrd if you have standard hardware, but there are 
some outstanding issues which never seem to get solved - the biggest one 
for me is inability to automatically regenerate grub.cfg when new kernel 
is installed.

But other than that, it works just fine


--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: build kernel without initrd

2012-04-24 Thread Konstantin Svist

On 04/24/2012 03:08 AM, admin lewis wrote:

2012/4/24 Konstantin Svistfry@gmail.com:

On 04/24/2012 01:09 AM, admin lewis wrote:

Hi,
I want build a kernel without initrd support but on ubuntu forum I
have read it's not possible because upstart don't support it.
I would like to have some confirmation if it is the same on fedora.
bye lewis


You can boot without initrd if you have standard hardware, but there are
some outstanding issues which never seem to get solved - the biggest one for
me is inability to automatically regenerate grub.cfg when new kernel is
installed.
But other than that, it works just fine


I am sorry, my english is not perfect :-) but you are saying if I have
all the needed drivers built on my bzImage it should boot without
problems ?
thanks again very much.
lewis.




Correct.

--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: nouveau tv-out

2012-04-21 Thread Konstantin Svist

On 04/19/2012 08:40 PM, Sam Varshavchik wrote:

Konstantin Svist writes:

I tried connecting a laptop s-video out to a tv last night but 
couldn't see a software option for it anywhere.


Most laptops have a key combination to activate external video.

Running Fedora 16 x64 XFCE with nouveau driver. Checked xrandr and F 
- Settings - Display applet.


Also tried a VGA to s-video adapter, same story.

Tried installing kmod-nvidia - X refuses to start altogether.

What should I try next?


Examine your keyboard. Look for an icon on some key that looks like a 
monitor. The icon is usually painted with the same color as some other 
key that's typically labeled Fn. That's your hint. There may be more 
than one key, to cut over your video completely, to the external port, 
or to have it go both to the laptop and to the external video.




Pressing Fn+[CRT/LCD] button does nothing, either.


--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


nouveau tv-out

2012-04-19 Thread Konstantin Svist
I tried connecting a laptop s-video out to a tv last night but couldn't 
see a software option for it anywhere.
Running Fedora 16 x64 XFCE with nouveau driver. Checked xrandr and F - 
Settings - Display applet.


Also tried a VGA to s-video adapter, same story.

Tried installing kmod-nvidia - X refuses to start altogether.

What should I try next?

--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: nouveau tv-out

2012-04-19 Thread Konstantin Svist

On 04/19/2012 05:44 PM, Joe Zeff wrote:

On 04/19/2012 05:35 PM, Konstantin Svist wrote:

Tried installing kmod-nvidia - X refuses to start altogether.


Did you make sure to blacklist nouveau?  If not, you need to if you're 
going to be using kmod-nvidia.


Yes, and ran dracut command to regenerate initramfs.
Also tried install nouveau /bin/true which made it finally not load 
but nvidia still didn't work

--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


[OT] Fedora 18 code name

2012-03-30 Thread Konstantin Svist
I just realized there's a perfect successor name for Beefy Miracle: Me 
GNUsta
It's related to the previous name (both are meaty) and it's true because 
we love GNU, even though it's all kinds of weird


Conveniently, someone has already done the artwork: http://imgur.com/knjUd

:)


P.S. For those who don't get it: see http://knowyourmeme.com/memes/me-gusta


--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: WTH is wrong with PackageKit?

2012-03-27 Thread Konstantin Svist

On 03/27/2012 11:34 AM, Mark Haney wrote:
Why is it that PackageKit is sitting in the background constantly 
leaving me pretty much unable to install any software from the command 
line?  Did I configure something to make it do that?  And how in the 
world can I make it stop?




yum remove *PackageKit*  #:)
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Can't browse Windows Network in Thunar

2012-03-14 Thread Konstantin Svist

On 03/13/2012 02:08 PM, Michael Cronenworth wrote:

Konstantin Svist wrote:

Really? I thought the client simply makes a broadcast and all servers
reply with what they have available...
myserver is a linux box running samba, but connecting to a windows box
works too, I believe.


The way SMB networking works[1] is that one computer on the network 
declares itself the master browser. Other computers look for the MB 
and ask it for the list of computers on the network.


On your myserver running the samba server, do you have its firewall 
open for all the Samba ports (both server and client)?


[1] http://en.wikipedia.org/wiki/Network_Neighborhood
(paragraph starting with In a workgroup of...)


Yes, I think all the right ports are open (/etc/sysconfig/iptables):
# Samba 
-A INPUT -m state --state NEW -m udp -p udp --dport 137 -j ACCEPT
-A INPUT -m state --state NEW -m udp -p udp --dport 138 -j ACCEPT
-A INPUT -m state --state NEW -m tcp -p tcp --dport 139 -j ACCEPT
-A INPUT -m state --state NEW -m tcp -p tcp --dport 445 -j ACCEPT
# 


--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Can't browse Windows Network in Thunar

2012-03-14 Thread Konstantin Svist

On 03/14/2012 12:25 PM, Michael Cronenworth wrote:

Konstantin Svist wrote:

Yes, I think all the right ports are open (/etc/sysconfig/iptables):


Those are the right ports, but you also need a conntrack helper loaded.

$ lsmod | grep netbios
nf_conntrack_netbios_ns12665  0
... etc

This is done in /etc/sysconfig/iptables-config, or by the 
system-config-firewall tool if you check the Samba box.


If the helper is already loaded then I'm not sure what else is wrong. 
You might ask on the Samba list.


Yes, I just checked and it's loaded
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Can't browse Windows Network in Thunar

2012-03-14 Thread Konstantin Svist

On 03/14/2012 07:06 PM, Craig White wrote:

---
# nmbd running?
systemctl status nmb.service

# start it?
systemctl start nmb.service

# start it at startup
systemctl enable nmb.service

# CLI method to check connections...
smbclient -L IP_ADDRESS_OF_SERVER -U $SOME_VALID_USER

ie...

# smbclient -L 192.168.2.5 -U craig
Enter craig's password:
Domain=[AZAPPLE] OS=[Unix] Server=[Samba 3.4.7]

 Sharename   Type  Comment
 -     ---
 netlogonDisk  Network Logon Service
 print$  Disk
 Storage Disk  Main File Storage
 Media   Disk  Media Storage
 CD  Disk  CD virtual drive
 Win 2K XP   Disk  Windows updates for 32 bit
 Linux   Disk  Linux Updates
 Macintosh Classic Disk  Macintosh Classic OS Updates
 Macintosh OSX   Disk  Macintosh OSX Updates
 Music   Disk  Music Files
 SoftwareDisk  Installer Images
 Documents   Disk  My Documents
 Movies  Disk  Main File Storage
 IPC$IPC   IPC Service (Main File Server)
 craig   Disk  Home Directories
Domain=[AZAPPLE] OS=[Unix] Server=[Samba 3.4.7]

 Server   Comment
 ----
 LIN-WORKSTATION  Samba Server Version 3.6.3-78.fc16
 SRV2 Main File Server

 WorkgroupMaster
 ----
 AZAPPLE  SRV2

Now if network browsing is happening, you can use NAME instead of
IP_ADDRESS...

# smbclient -L SRV2 -U craig
Enter craig's password:
Domain=[AZAPPLE] OS=[Unix] Server=[Samba 3.4.7]

QED

Craig





nmb wasn't running, but it didn't change a thing.
smbclient -L was working before, and works now -- it's smbtree that 
doesn't show anything (can't browse servers without knowing server names)



--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Can't browse Windows Network in Thunar

2012-03-13 Thread Konstantin Svist
I'm using XFCE spin with Thunar as the file manager. I've installed 
gvfs-smb and opened the firewall to allow samba client connections. 
Thunar now has a Windows Network item in Network section -- but 
whenever I try to open it, I get this error message:


Failed to open Windows Network.
Failed to retrieve share list from server.

Everything works fine if I access server name directly as smb://myserver 
- I can browse/modify files - but getting a list of servers is broken.


Is there a trick to getting this to run?

Thanks
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Can't browse Windows Network in Thunar

2012-03-13 Thread Konstantin Svist

On 03/13/2012 01:43 PM, Michael Cronenworth wrote:

Konstantin Svist wrote:

Everything works fine if I access server name directly as smb://myserver
- I can browse/modify files - but getting a list of servers is broken.

Is there a trick to getting this to run?


Have you changed your firewall to allow Samba Client traffic?


Yup, as I said I can access the server by name as smb://myserver
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Can't browse Windows Network in Thunar

2012-03-13 Thread Konstantin Svist

On 03/13/2012 01:50 PM, Michael Cronenworth wrote:

Konstantin Svist on 03/13/2012 03:47 PM wrote:

Yup, as I said I can access the server by name as smb://myserver


That goes to show you how much of your email I really read. :P

In order to get a list there has to be a Master Browser I believe. 
Is myserver a Windows box or another Linux box running samba?




Really? I thought the client simply makes a broadcast and all servers 
reply with what they have available...
myserver is a linux box running samba, but connecting to a windows box 
works too, I believe.



--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Computer deadlock for hours

2012-03-12 Thread Konstantin Svist

http://en.wikipedia.org/wiki/Magic_SysRq_key#.E2.80.9CREISUB.E2.80.9D_.E2.80.93_safe_reboot


On 03/12/2012 02:07 PM, Paul Smith wrote:

On Mon, Mar 12, 2012 at 8:50 PM, Reindl Haraldh.rei...@thelounge.net  wrote:

My other computer is deadlocked or in a situation of very short
memory. What can I do to showdown it without any damage of my files?

sync

Thanks. I managed meanwhile to get access to a console where I issued
the command reboot. The problem is now solved!

Paul


--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Computer deadlock for hours

2012-03-12 Thread Konstantin Svist

On 03/12/2012 08:05 PM, Ed Greshko wrote:

On 03/13/2012 05:29 AM, Konstantin Svist wrote:

http://en.wikipedia.org/wiki/Magic_SysRq_key#.E2.80.9CREISUB.E2.80.9D_.E2.80.93_safe_reboot



Nice  But, it seems to be disabled by default on F16

[egreshko@meimei addresses]$ cat /proc/sys/kernel/sysrq
0



Oh, I think you're right. I always enable it on my machines right after 
installing Fedora...



--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: xsane problem -

2012-02-17 Thread Konstantin Svist

On 02/17/2012 03:28 PM, Bob Goodwin wrote:

   This is a new install F-16/64 recently updated. Xsane is unable to
   detect the HP Scanjet 5370c scanner. Reports no devices available.

   It appears to be detected as a USB device:

   [bobg@box6 ~]$ lsusb
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 002 Device 002: ID 046d:c408 Logitech, Inc. Marble Mouse
   (4-button)
   Bus 002 Device 003: ID 03f0:0701 Hewlett-Packard ScanJet 
5300c/5370c


   I do not usually have trouble getting this scanner working, normally
   just yum install xsane and it's ready to go. Not so today however
   and of course I needed it working half an hour ago!

   Need help troubleshooting.

   Thanks,

   Bob


I would check for other sane packages - some have device drivers. 
Install them all to be sure


--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Messy PulseAudio Solution

2012-02-14 Thread Konstantin Svist

On 02/14/2012 11:42 AM, Fedora User wrote:

In Pulse v. Me, this is just some trial and error. YMMV

The symptom is not being able to select the correct audio output device.

What seems to work is, from root, pulseaudio --kill  pulseaudio -D

Pulse will kvetch about running from root (I DID say that it is messy).

Gnome-control-center: The proper card is selected.

KDE system settings: The device list is replaced with Pulseaudio Sound
Server while all of the options are available in Audio Hardware Setup

Given that I have a rather recent laptop (i5 w/Intel sound) I
suspect that this is a pervasive problem. Messy beats pulling hair.


It doesn't usually break for me, but when it does I run (as normal user):
$ pulseaudio -k
$ pulseaudio

and that's it...

--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


How to debug sleep problem?

2012-01-18 Thread Konstantin Svist

Hi all,

I'm having a problem getting a machine to sleep when I set an IR 
receiver to allow to wake it.


# for x in USB0 USB2 US12 US15; do echo $x  /proc/acpi/wakeup
# echo enabled  /sys/bus/usb/devices/3-1/power/wakeup

When I make it sleep, all I get is black VT screen with a blinking 
cursor. If I don't do either of the above commands, sleep works just 
fine. I've already enable wake-from-USB in BIOS.


I've tried doing the same thing on my laptop and everything is working - 
both sleep and wake from IR dongle.


So, how do I go about debugging this problem?

Thanks
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: How to debug sleep problem?

2012-01-18 Thread Konstantin Svist

On 01/18/2012 05:15 PM, Marko Vojinovic wrote:

On Wednesday 18 January 2012 16:21:29 Konstantin Svist wrote:

Hi all,

I'm having a problem getting a machine to sleep

[snip]

Did you try to read it a story? :-D

// Sorry, couldn't resist... ;-) //

Best, :-)
Marko


Ha!
Good thing I didn't install Sugar for my desktop, then :)


--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: How to debug sleep problem?

2012-01-18 Thread Konstantin Svist

On 01/18/2012 04:21 PM, Konstantin Svist wrote:

Hi all,

I'm having a problem getting a machine to sleep when I set an IR 
receiver to allow to wake it.


# for x in USB0 USB2 US12 US15; do echo $x  /proc/acpi/wakeup
# echo enabled  /sys/bus/usb/devices/3-1/power/wakeup

When I make it sleep, all I get is black VT screen with a blinking 
cursor. If I don't do either of the above commands, sleep works just 
fine. I've already enable wake-from-USB in BIOS.


I've tried doing the same thing on my laptop and everything is working 
- both sleep and wake from IR dongle.


So, how do I go about debugging this problem?

Thanks


Okay, some progress:
Removed quiet and rhgb from kernel string (in grub), and added 
no_console_suspend (helpful suggestion popped up after suspending 
without quiet). /var/log/pm-suspend.log doesn't show anything obvious, 
but I finally have a trace from the console :


(time codes stripped off since entering data by hand from a photo...)

PM: Syncing filesystems ... done.
Freezing user space processes ... (elapsed 0.01 seconds) done.
Freezing remaining freezable tasks ... (elapsed 0.01 seconds) done.
sd 0:0:0:0: [sda] Synchronizing SCSI cache
sd 0:0:0:0: [sda] Stopping disk
ohci_hcd :00:06.0: PCI INT A disabled
pci_pm_suspend(): hcd_pci_suspend+0x0/0x30 returns -16
pm_op(): pci_pm_suspend+0x0/0x130 returns -16
PM: Device :00:04.0: failed to suspend async: error -16
ehci_hcd :00:06.1: PCI INT B disabled
pci_pm_suspend(): hcd_pci_suspend+0x0/0x30 returns -16
pm_op(): pci_pm_suspend+0x0/0x130 returns -16
PM: Device :00:04.1 failed to suspend async: error -16
snd_hda_intel :00:08.0: PCI INT A disabled
snd_hda_intel :00:08.0: power state changed by ACPI to D3

--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Fedora 15 x64 stunning performance (vs Win7).

2012-01-06 Thread Konstantin Svist

On 01/06/2012 04:35 PM, Quicksort wrote:

Hardware platform: Dell Studio XPS, Core i7 950, 8Mb L3 Cache.
Operating systems: Fedora 15 x64 / Windows 7 x64 Ultimate

Hi everybody,

I have developed a sorting/searching library written in assembly
language. As long as one stays in the L1 Cache (in place physical sorts)
speeds are identical, but when the proportion of L1 cache misses
is hign (sorts by reference which return an ordering vector as APL
sorts do) Fedora dramatically outperforms Win7.
This performance gap is stunning but consistent and I am not overdoing
it. Something weird occurs when one leaves the L1 cache. As one remains
in the L3 cache (my Core i7 950 has a 8Mb cache) the performance penalty
is about 33%, with mixed L3 cache/main memory accesses it grows to
50%/60% ! I wish some x64 Linux kernel developer could enlighten me. The
assembly code is exactly the same in both cases(except or course for
calls to APIs being replaced with Linux system calls), JWASM assembler
being used. No disk swapping, large/huge pages, or virtual machine
involved and my test program is a plain application run from the command
line.

Any thoughts?

Quicksort





You would probably have much better luck posting this question to LKML - 
that's where most kernel developers lurk.

 http://vger.kernel.org/vger-lists.html#linux-kernel

HTH

--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Detective work on dupes

2011-12-13 Thread Konstantin Svist

On 12/13/2011 06:00 PM, Joe Zeff wrote:
As part of getting my system back to where it should be, I've gotten a 
list of dupes from package-cleanup.  Simply telling it to resolve the 
issues doesn't work because of some dependency issues.  What I'm doing 
now is taking things listed as having problems, and with versions 
pre-fc16 and trying to resolve them one by one.  Slow, but I might 
eventually clear up the dependency issues if I'm lucky.


The first thing I tried was glew.  I only have the fc16 version of 
glew installed, but I have both the fc14 and fc16 versions of 
glew-devel. I'm fairly sure that it's safe to remove the older 
version, but I thought I'd see what others think.  Opinions?


I've gotten burned while removing duplicates in the past.
The safest way that I came up with is to simply run yum reinstall 
package for each package that has duplicates. This will make sure 
that none of the newer package's files get removed, while the old one is 
cleaned up properly. It also installs all necessary dependencies, so you 
don't need to worry about that.


HTH
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Detective work on dupes

2011-12-13 Thread Konstantin Svist

On 12/13/2011 07:17 PM, Joe Zeff wrote:

On 12/13/2011 06:35 PM, Konstantin Svist wrote:

I've gotten burned while removing duplicates in the past.
The safest way that I came up with is to simply run yum reinstall
package for each package that has duplicates. This will make sure
that none of the newer package's files get removed, while the old one is
cleaned up properly. It also installs all necessary dependencies, so you
don't need to worry about that.


Right now, I'm running package-cleanup --problems and checking to see 
if the top item on the list is a dupe.  So far, each one is and I nuke 
the fc14 version.  Lather, rise, repeat.  One odd thing, though: it 
keeps listing the fc14 version of rss-glx-xscreensaver as a problem, 
even after I've nuked it.  And, I never use -y so that I can examine 
what's going to be removed Just In Case...


In my case it wasn't about the wrong version being removed, it was a 
matter of removing a file that belonged to both versions at the same 
time (the reason why I had dupes was because an update/upgrade didn't 
finish, so old versions weren't cleaned up). Normally yum/rpm won't let 
you install a package that owns a file that's already owned...


--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Detective work on dupes

2011-12-13 Thread Konstantin Svist

On 12/13/2011 07:45 PM, Bruno Wolff III wrote:

On Tue, Dec 13, 2011 at 18:35:40 -0800,
   Konstantin Svistfry@gmail.com  wrote:

I've gotten burned while removing duplicates in the past.

package-cleanup --cleandupes will normally work pretty well. There can be
some problems if there were packages not updated as part of a broken
transaction. You want to keep track of what was removed so you can put stuff
back if need be.

If you notice right away when a transaction goes bad, you want to run
yum-complete-transaction, as that will finish adding packages for the
transaction before it starts removing stuff. If too much stuff has
changed before you try this you may not be able to just finish the
transaction.



yum-complete-transaction is what got me into the biggest problem that time. I'm 
not chancing it again :)


--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: F16 unusable with intel 945GME video

2011-12-02 Thread Konstantin Svist
On 12/02/2011 04:51 AM, Zoltan Boszormenyi wrote:
 2011-12-01 22:29 keltezéssel, Konstantin Svist írta:
 Samsung n130 netbook with Intel 945GME chipset.

 Fedora 14 worked well enough, but I decided to upgrade. Upgrade got
 messed up, so I reinstalled from F16 Live CD.
 With modeset (default), plymouth graphical works but the login screen
 never appears. With nomodeset, native resolution can't be used.

 I have a similar problem.
 https://bugzilla.redhat.com/show_bug.cgi?id=757812

Worst part is that nobody even bothers to answer/triage the bugs we filed

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


F16 unusable with intel 945GME video

2011-12-01 Thread Konstantin Svist
Samsung n130 netbook with Intel 945GME chipset.

Fedora 14 worked well enough, but I decided to upgrade. Upgrade got 
messed up, so I reinstalled from F16 Live CD.
With modeset (default), plymouth graphical works but the login screen 
never appears. With nomodeset, native resolution can't be used.


-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Anybody using lxdm or slim with xfce?

2011-11-21 Thread Konstantin Svist
I tried switching the default login manager (gdm) to lxdm, but it just 
crashes after I enter my password.

lxdm writes a bunch of errors into /var/log/lxdm.log:

** Message: find greeter (nil)

** Message: find idle (nil)

xauth:  file /var/run/lxdm/lxdm-:0.auth does not exist
** Message: add xserver watch

Invalid MIT-MAGIC-COOKIE-1 keyuse: X [:display] [option]
help for command line options


I've also tried SLiM - it lets me in, but a bunch of things don't work 
in the xfce shell -- volume control is busted, NetworkManager seems to 
randomly forget the wifi passwords, and so on.



-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


  1   2   3   >