Re: F22: how to mount AFS directory?

2015-08-25 Thread Frank Elsner
On Mon, 24 Aug 2015 18:19:05 -0500 Ranjan Maitra wrote: > Hi, > > Does anyone know how to mount an AFS filesystem (I think it is called an > Andrews' Filesystem) on Fedora 22? > > I looked around on the web, but did not come up with anything that worked so > I thought that I would ask for some

Re: strange behavior of external esatausb ports on a Dell laptop

2015-08-25 Thread g
On 08/25/15 21:15, jd1008 wrote: > On a Dell E6510 laptop, there are 4 ports: 3 USB, and 1 eSata. > The ports on the left side of the laptop are USB and eSata. > Both of these ports start losing voltage after some time of > operation, say 1 hours to 5 hours. <> . did you web search or dell si

strange behavior of external esatausb ports on a Dell laptop

2015-08-25 Thread jd1008
On a Dell E6510 laptop, there are 4 ports: 3 USB, and 1 eSata. The ports on the left side of the laptop are USB and eSata. Both of these ports start losing voltage after some time of operation, say 1 hours to 5 hours. I say lose voltage, because I actually hooked up a 5volt DC tiny fan to the

Re: yumdownloader equivalent for dnf

2015-08-25 Thread Ed Greshko
On 08/26/15 08:50, Rahul Sundaram wrote: > Hi > > On Tue, Aug 25, 2015 at 5:01 AM, Ed Greshko wrote: > > On 08/25/15 16:27, Ahmad Samir wrote: > > The dnf-plugins-core package only contains manual pages > > I suppose it would have been nice for the "Description" to make that > clear.

Re: F22: how to mount AFS directory?

2015-08-25 Thread Ranjan Maitra
Hi, Thanks very much again!! > > Try this: > > > $ sudo dnf install fuse-afp > > $ mount_afp > > Usage: > > mount_afp [-o volpass=password] > The university has AFS space for me provided at /afs/z.edu/users/xx/yy/me /mnt/afs where z.edy is the university domain name and the x

Re: yumdownloader equivalent for dnf

2015-08-25 Thread Rahul Sundaram
Hi On Tue, Aug 25, 2015 at 5:01 AM, Ed Greshko wrote: > On 08/25/15 16:27, Ahmad Samir wrote: > > The dnf-plugins-core package only contains manual pages > > I suppose it would have been nice for the "Description" to make that > clear. :-) > > Maybe a nice bug report will make that happen :-) R

Re: Strange behaviour of ln

2015-08-25 Thread Cameron Simpson
On 25Aug2015 08:34, Paolo Galtieri wrote: On 08/24/2015 02:19 PM, Cameron Simpson wrote: On 24Aug2015 13:55, Paolo Galtieri wrote: Symlinks are strings resolved with respect to the directory in which the symlink exists. So the example above "Test/afile" => "Test/afile2" makes a symlink _in_

Re: Strange behaviour of ln

2015-08-25 Thread Joe Zeff
On 08/25/2015 11:52 AM, Andras Simon wrote: I'm not sure, but maybe this is what -r is for: -r, --relative create symbolic links relative to link location -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedora

Re: Strange behaviour of ln

2015-08-25 Thread Andras Simon
2015-08-24 22:55 GMT+02:00, Paolo Galtieri : > I've tried this on 2 different systems, and on both systems ln -s fails > in the same way. > > Here's the steps > > mkdir Test > cd Test > >afile > cd .. > ln -s Test/afile Test/afile2 > ls -l Test > > This is the output: > /bin/ls: cannot access Test

Re: Strange behaviour of ln

2015-08-25 Thread Suvayu Ali
On Tue, Aug 25, 2015 at 08:34:23AM -0700, Paolo Galtieri wrote: > > The correct way to do the link is > > mkdir Test2 > cd Test2 > ln -s ../Test/file file $ ln -s afile2 afile Shouldn't this suffice? After all they are in the same directory. With your solution, the link will break if the di

Re: Open Broadcaster software in Fedora

2015-08-25 Thread Rick Stevens
On 08/24/2015 11:10 PM, Ranjan Maitra wrote: On Tue, 25 Aug 2015 08:56:42 +0300 jarmo wrote: Mon, 24 Aug 2015 09:36:29 -0700 Rick Stevens kirjoitti: On 08/22/2015 01:02 PM, Ranjan Maitra wrote: Oops! I forgot to include the url: https://obsproject.com/ I use OBS, however I built it from

Re: Strange behaviour of ln

2015-08-25 Thread Paolo Galtieri
On 08/24/2015 02:19 PM, Cameron Simpson wrote: On 24Aug2015 13:55, Paolo Galtieri wrote: I've tried this on 2 different systems, and on both systems ln -s fails in the same way. Here's the steps mkdir Test cd Test afile cd .. ln -s Test/afile Test/afile2 ls -l Test This is the output: /bi

Could not to load from liveUSB: can't allocate kernel - Why is that?

2015-08-25 Thread Alexander Verbitsky
Hi all! I have installed Fedora 20 on my laptop and everything worked. But now i can not to load - after selection item in the grub menu appear error "can't allocate kernel". Also problem if to try to boot from Fedora-Live-KDE-x86_64-22-3.iso after selection "Test this media & Install ..." or "In

Re: F22: how to mount AFS directory?

2015-08-25 Thread Dario Lesca
Il giorno lun, 24/08/2015 alle 18.19 -0500, Ranjan Maitra ha scritto: > Hi, > > Does anyone know how to mount an AFS filesystem (I think it is called > an Andrews' Filesystem) on Fedora 22? > > I looked around on the web, but did not come up with anything that > worked so I thought that I would

Re: F22: how to mount AFS directory?

2015-08-25 Thread birger
Once you start the OpenAFS client it will by default attach itself at /afs IIRC. You can change the default in a config file or the command line. The way I used AFS a lng time back, it used Kerberos to authenticate you to the AFS network, and everything you had access to was available in that

Re: F22: how to mount AFS directory?

2015-08-25 Thread Ranjan Maitra
On Tue, 25 Aug 2015 00:38:03 +0100 "Patrick O'Callaghan" wrote: > On Mon, 2015-08-24 at 18:19 -0500, Ranjan Maitra wrote: > > Does anyone know how to mount an AFS filesystem (I think it is called > > an Andrews' Filesystem) on Fedora 22? > > The Andrew File System was part of the Andrew projec

Re: Open Broadcaster software in Fedora

2015-08-25 Thread Ranjan Maitra
On Tue, 25 Aug 2015 09:50:35 +0300 jarmo wrote: > Tue, 25 Aug 2015 01:10:47 -0500 > Ranjan Maitra kirjoitti: > > > Don't you need a repo having that package before you enable it prior > > to download? > > > > Ranjan > > Yes, sorry my bad... > Here's how to do > https://obsproject.com/forum/t

Re: dnf --refresh reverts to older metadata (was: Re: dnf update vs Software Udpates)

2015-08-25 Thread Michael Schwendt
On Mon, 24 Aug 2015 16:48:22 +0200, Heinz Diehl wrote: > > https://fedorahosted.org/fedora-infrastructure/ticket/4866 > > Maybe it's time to take a look at how other distributions do it. > Arch's pacman has worked for me without any trouble a long time. And > there is Opensuse & Co.. For such a

Re: low resolution after grub2

2015-08-25 Thread Pál , László
I've fighted a lot with prop nvidia driver and bumblebee, but finally I given up :) It was too painful, so I'm using nouveu now and the following grub config works perfectly. Please note, optimus with nouveau is better and better every day, so maybe you should give a chance GRUB_GFXPAYLOAD_LINUX="

Re: yumdownloader equivalent for dnf

2015-08-25 Thread Ed Greshko
On 08/25/15 16:27, Ahmad Samir wrote: > The dnf-plugins-core package only contains manual pages I suppose it would have been nice for the "Description" to make that clear. :-) -- It seems most people that say they are "done talking about it" never really are until given the last word. -- us

Re: yumdownloader equivalent for dnf

2015-08-25 Thread Ahmad Samir
On 25 August 2015 at 07:41, Ed Greshko wrote: > On 08/25/15 13:08, Rami Rosen wrote: > > Hi, > >> you'll need to have the dnf-plugins-core package installed to have > access to the "download" command for dnf. > > Are you sure ? > > > > I tried this sequence on Fedora 22: > > > > $ dnf download --