Re: mounting one usb interface (from 2 identified)

2012-11-22 Thread Ranjan Maitra
On Fri, 23 Nov 2012 12:39:21 +0800 Ed Greshko wrote: > On 11/23/2012 12:27 PM, Ranjan Maitra wrote: > > sudo blkid -p /dev/sdb > > error: /dev/sdb: No medium found > > > > sudo blkid -p /dev/sdc > > error: /dev/sdc: No medium found > > > > > > Btw, for context, here is the background to this dev

Re: mounting one usb interface (from 2 identified)

2012-11-22 Thread Ranjan Maitra
Thanks, Geoff! Sorry I do not understand (please see below): On Thu, 22 Nov 2012 20:28:24 -0800 Geoffrey Leach wrote: > On 11/22/2012 08:21:20 PM, Ranjan Maitra wrote: > > On Thu, 22 Nov 2012 19:39:20 -0800 Geoffrey Leach > > wrote: > > > > > On 11/22/2012 06:41:21 PM, Ranjan Maitra wrote: > >

Re: mounting one usb interface (from 2 identified)

2012-11-22 Thread Ed Greshko
On 11/23/2012 12:27 PM, Ranjan Maitra wrote: > sudo blkid -p /dev/sdb > error: /dev/sdb: No medium found > > sudo blkid -p /dev/sdc > error: /dev/sdc: No medium found > > > Btw, for context, here is the background to this device: it is a tablet > (ARNOVA 10). From my e-mail of earlier this afterno

Re: mounting one usb interface (from 2 identified)

2012-11-22 Thread Ranjan Maitra
On Fri, 23 Nov 2012 12:07:01 +0800 Ed Greshko wrote: > On 11/23/2012 11:30 AM, Ranjan Maitra wrote: > > On Fri, 23 Nov 2012 11:17:47 +0800 Ed Greshko > > wrote: > > > >> > >> Are you saying you don't have an sdb1 or sdc1? > >> > >> If the device you have is a storage device which has partition t

Re: mounting one usb interface (from 2 identified)

2012-11-22 Thread Geoffrey Leach
On 11/22/2012 08:21:20 PM, Ranjan Maitra wrote: > On Thu, 22 Nov 2012 19:39:20 -0800 Geoffrey Leach > wrote: > > > On 11/22/2012 06:41:21 PM, Ranjan Maitra wrote: > > > > > > On 11/22/2012 02:38 PM, Ranjan Maitra wrote: > > > > > On Thu, 22 Nov 2012 15:57:46 -0600 Ranjan Maitra > > > > > wrote:

Re: mounting one usb interface (from 2 identified)

2012-11-22 Thread Ranjan Maitra
Thanks again, John! This does not work for me. On Thu, 22 Nov 2012 19:23:27 -0800 John Wendel wrote: > On 11/22/2012 06:41 PM, Ranjan Maitra wrote: > > sudo mount /dev/sdb /mnt/myusb > > The "blkid" command will give you more info about the device > > sudo blkid -p /dev/sdb > > will show yo

Re: mounting one usb interface (from 2 identified)

2012-11-22 Thread Ranjan Maitra
On Thu, 22 Nov 2012 19:39:20 -0800 Geoffrey Leach wrote: > On 11/22/2012 06:41:21 PM, Ranjan Maitra wrote: > > > > On 11/22/2012 02:38 PM, Ranjan Maitra wrote: > > > > On Thu, 22 Nov 2012 15:57:46 -0600 Ranjan Maitra > > > > wrote: > > > > > > > >> Hi, > > > >> > > > >> Following up on my previ

Re: mounting one usb interface (from 2 identified)

2012-11-22 Thread Ed Greshko
On 11/23/2012 11:30 AM, Ranjan Maitra wrote: > On Fri, 23 Nov 2012 11:17:47 +0800 Ed Greshko > wrote: > >> >> Are you saying you don't have an sdb1 or sdc1? >> >> If the device you have is a storage device which has partition table defined >> it you should get /dev/sdbX (where X is an integer).

Re: mounting one usb interface (from 2 identified)

2012-11-22 Thread Geoffrey Leach
On 11/22/2012 06:41:21 PM, Ranjan Maitra wrote: > > On 11/22/2012 02:38 PM, Ranjan Maitra wrote: > > > On Thu, 22 Nov 2012 15:57:46 -0600 Ranjan Maitra > > > wrote: > > > > > >> Hi, > > >> > > >> Following up on my previous e-mail, I wanted to mention that two > usb > > >> interfaces are being re

Re: mounting one usb interface (from 2 identified)

2012-11-22 Thread Ranjan Maitra
On Fri, 23 Nov 2012 11:17:47 +0800 Ed Greshko wrote: > On 11/23/2012 10:41 AM, Ranjan Maitra wrote: > > > >> I didn't catch your original email, so please excuse if I answer a > >> question you didn't ask. > >> > >> You want to mount a usb device that for some reason doesn't automount? > >> > >>

Re: mounting one usb interface (from 2 identified)

2012-11-22 Thread John Wendel
On 11/22/2012 06:41 PM, Ranjan Maitra wrote: sudo mount /dev/sdb /mnt/myusb The "blkid" command will give you more info about the device sudo blkid -p /dev/sdb will show you the partition type ( like PTTYPE="dos" ), if there is one. sudo blkid -p /dev/sdb1 will show you the filesystem type

Re: mounting one usb interface (from 2 identified)

2012-11-22 Thread Ed Greshko
On 11/23/2012 10:41 AM, Ranjan Maitra wrote: > >> I didn't catch your original email, so please excuse if I answer a >> question you didn't ask. >> >> You want to mount a usb device that for some reason doesn't automount? >> >> Try these commands in a console window: >> >> [1] unplug the usb devic

Re: mounting one usb interface (from 2 identified)

2012-11-22 Thread Ranjan Maitra
Hi John, Thanks for helping out! On Thu, 22 Nov 2012 18:08:24 -0800 John Wendel wrote: > On 11/22/2012 02:38 PM, Ranjan Maitra wrote: > > On Thu, 22 Nov 2012 15:57:46 -0600 Ranjan Maitra > > wrote: > > > >> Hi, > >> > >> Following up on my previous e-mail, I wanted to mention that two usb > >>

Re: mounting one usb interface (from 2 identified)

2012-11-22 Thread John Wendel
On 11/22/2012 02:38 PM, Ranjan Maitra wrote: On Thu, 22 Nov 2012 15:57:46 -0600 Ranjan Maitra wrote: Hi, Following up on my previous e-mail, I wanted to mention that two usb interfaces are being recognized. Here is the relevant output of % usb-devices T: Bus=01 Lev=01 Prnt=01 Port=02 Cnt=0

Re: What are these for?

2012-11-22 Thread Ian Malone
On 22 November 2012 19:13, lee wrote: > Ian Malone writes: > >> Also the equivalent is not su, it's actually suid, which does rely on >> the individual application to assume and drop privileges responsibly. > > In which way is relying on an application that uses polkit to do only > what it is su

Re: What are these for?

2012-11-22 Thread Matthew Miller
On Thu, Nov 22, 2012 at 08:22:23PM +0100, lee wrote: > > Or better, set VISUAL=emacs and run `sudo -e`, which was designed for > > this purpose. (And which, by the way, will work out of the box on Fedora > > for members of the wheel group.) > In which way is that better? Because emacs isn't actual

f17 - k3b and mp3

2012-11-22 Thread Robert Moskowitz
I had instructions for f16 from T.C. to do the following after checking that libmad was install: All of the k3b plugins inappropriate for Fedora are packed in the "k3b-extras-freeworld" package in RPMFusion-Free. Install that and run 'kbuildsycoca4 --noincremental' and you'll be all set. So I

Re: mounting one usb interface (from 2 identified)

2012-11-22 Thread Ranjan Maitra
On Thu, 22 Nov 2012 15:57:46 -0600 Ranjan Maitra wrote: > Hi, > > Following up on my previous e-mail, I wanted to mention that two usb > interfaces are being recognized. Here is the relevant output of > > % usb-devices > > T: Bus=01 Lev=01 Prnt=01 Port=02 Cnt=01 Dev#= 15 Spd=480 MxCh= 0 > D:

Re: why does this rsync commands copy again the same files?

2012-11-22 Thread Gordon Messmer
On 11/22/2012 01:55 PM, M. Fioretti wrote: However, I do remember that this thing of having the trailing slash in the source, but not in the destination, is something I have read in many places as the thing to do, and this is the first time I hear speaking against it. The man page for rsync is

Re: why does this rsync commands copy again the same files?

2012-11-22 Thread Reindl Harald
Am 22.11.2012 23:21, schrieb M. Fioretti: > On Thu, Nov 22, 2012 23:07:33 PM +0100, Reindl Harald wrote: > >> as said: please compare the timestamp on the target most likely the >> timestamp on vfat contains daylight-savings which is not the case on >> unix-filesystems > > Indeed! Thanks. Here

Re: why does this rsync commands copy again the same files?

2012-11-22 Thread M. Fioretti
On Thu, Nov 22, 2012 23:07:33 PM +0100, Reindl Harald wrote: > as said: please compare the timestamp on the target most likely the > timestamp on vfat contains daylight-savings which is not the case on > unix-filesystems Indeed! Thanks. Here are the outputs of fstat on two copies of the same file

Re: why does this rsync commands copy again the same files?

2012-11-22 Thread Reindl Harald
Am 22.11.2012 22:55, schrieb M. Fioretti: > On Thu, Nov 22, 2012 22:44:25 PM +0100, Reindl Harald wrote: > >>> IIRC, adding a trailing slash /media/Verbatim/photo/ would cause >>> another "photo" folder to appear inside /media/Verbatim/photo/, >>> which is not what I want >> >> i am using rsync

mounting one usb interface (from 2 identified)

2012-11-22 Thread Ranjan Maitra
Hi, Following up on my previous e-mail, I wanted to mention that two usb interfaces are being recognized. Here is the relevant output of % usb-devices T: Bus=01 Lev=01 Prnt=01 Port=02 Cnt=01 Dev#= 15 Spd=480 MxCh= 0 D: Ver= 2.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=64 #Cfgs= 1 P: Vendor=0bb4 P

Re: why does this rsync commands copy again the same files?

2012-11-22 Thread M. Fioretti
On Thu, Nov 22, 2012 22:44:25 PM +0100, Reindl Harald wrote: > > IIRC, adding a trailing slash /media/Verbatim/photo/ would cause > > another "photo" folder to appear inside /media/Verbatim/photo/, > > which is not what I want > > i am using rsync since many years in any environment > for backups

Re: why does this rsync commands copy again the same files?

2012-11-22 Thread Reindl Harald
Am 22.11.2012 22:44, schrieb Reindl Harald: > > > Am 22.11.2012 22:34, schrieb M. Fioretti: >> On Thu, Nov 22, 2012 22:10:04 PM +0100, Reindl Harald wrote: >> >> rsync -rvt --delete --no-o --no-g /home/z/photo/ /media/Verbatim/photo > > this command has a error > the last aparm

Re: failing drives or false positives

2012-11-22 Thread Brian West
On 11/22/2012 04:29 PM, Mark LaPierre wrote: On 11/22/2012 03:04 PM, Brian West wrote: On 11/22/2012 12:58 PM, JD wrote: On Thu, Nov 22, 2012 at 8:13 AM, Brian West mailto:bionicfre...@gmail.com>> wrote: Hi everyone yesterday i began receiving messages from one of my drives in my

Re: why does this rsync commands copy again the same files?

2012-11-22 Thread Reindl Harald
Am 22.11.2012 22:34, schrieb M. Fioretti: > On Thu, Nov 22, 2012 22:10:04 PM +0100, Reindl Harald wrote: > > rsync -rvt --delete --no-o --no-g /home/z/photo/ /media/Verbatim/photo this command has a error the last aparm is missing a trailing slash >>> >>> Why would that be an

Re: why does this rsync commands copy again the same files?

2012-11-22 Thread M. Fioretti
On Thu, Nov 22, 2012 22:10:04 PM +0100, Reindl Harald wrote: > >>> rsync -rvt --delete --no-o --no-g /home/z/photo/ /media/Verbatim/photo > >> > >> this command has a error > >> the last aparm is missing a trailing slash > > > > Why would that be an error? > > because i had enough cases with rsy

Re: failing drives or false positives

2012-11-22 Thread Mark LaPierre
On 11/22/2012 03:04 PM, Brian West wrote: On 11/22/2012 12:58 PM, JD wrote: On Thu, Nov 22, 2012 at 8:13 AM, Brian West mailto:bionicfre...@gmail.com>> wrote: Hi everyone yesterday i began receiving messages from one of my drives in my hard drive dock that it could be failing.

Re: why does this rsync commands copy again the same files?

2012-11-22 Thread Reindl Harald
Am 22.11.2012 22:02, schrieb Andras Simon: > 2012/11/22, Reindl Harald : >> >> >> Am 22.11.2012 21:41, schrieb M. Fioretti: >>> Greetings, >>> >>> I am running Fedora 16 x86_64. When I connect an external USB drive >>> and rsync to it my pictures with this command: >>> >>> rsync -rvt --delete --n

Re: why does this rsync commands copy again the same files?

2012-11-22 Thread Andras Simon
2012/11/22, Reindl Harald : > > > Am 22.11.2012 21:41, schrieb M. Fioretti: >> Greetings, >> >> I am running Fedora 16 x86_64. When I connect an external USB drive >> and rsync to it my pictures with this command: >> >> rsync -rvt --delete --no-o --no-g /home/z/photo/ /media/Verbatim/photo > > this

Re: why does this rsync commands copy again the same files?

2012-11-22 Thread Reindl Harald
Am 22.11.2012 21:41, schrieb M. Fioretti: > Greetings, > > I am running Fedora 16 x86_64. When I connect an external USB drive > and rsync to it my pictures with this command: > > rsync -rvt --delete --no-o --no-g /home/z/photo/ /media/Verbatim/photo this command has a error the last aparm is

why does this rsync commands copy again the same files?

2012-11-22 Thread M. Fioretti
Greetings, I am running Fedora 16 x86_64. When I connect an external USB drive and rsync to it my pictures with this command: rsync -rvt --delete --no-o --no-g /home/z/photo/ /media/Verbatim/photo because I don't care about ownership and permissions, I just want to have the same files,with the s

Re: How do I disable polkitd?

2012-11-22 Thread Reindl Harald
Am 22.11.2012 20:30, schrieb lee: >> or LIVE with how the distribution is supposed to work - on >> installations without a GUI it does not get started at all > > And be stuck with gnome and a lot of other stuff I don't need and > without lots of stuff I do need? I'd be better off with windoze t

Re: What are these for?

2012-11-22 Thread Reindl Harald
Am 22.11.2012 20:14, schrieb lee: > Joe Zeff writes: > >> On 11/21/2012 06:38 AM, lee wrote: >>> And how do you know or make sure that some software uses your password >>> only for that? >> >> Use only software from the Fedora repos and trust the devs to do their jobs. > > Not all the software

Re: What are these for?

2012-11-22 Thread Reindl Harald
Am 22.11.2012 18:07, schrieb lee: >> man crontab >> man grep >> man echo >> >> any output from a application / script started via crond >> goes into a mail to root > > It goes to the user who created the crontab. the user to parse sensitive logs is usually root > What messages would I want t

Re: failing drives or false positives

2012-11-22 Thread JD
On Thu, Nov 22, 2012 at 12:04 PM, Brian West wrote: > On 11/22/2012 12:58 PM, JD wrote: > > > > On Thu, Nov 22, 2012 at 8:13 AM, Brian West wrote: > >> Hi everyone >> >> yesterday i began receiving messages from one of my drives in my hard >> drive dock that it could be failing. so i tested my

Re: failing drives or false positives

2012-11-22 Thread Brian West
On 11/22/2012 12:58 PM, JD wrote: On Thu, Nov 22, 2012 at 8:13 AM, Brian West > wrote: Hi everyone yesterday i began receiving messages from one of my drives in my hard drive dock that it could be failing. so i tested my notebooks drive and th

Re: How do I disable polkitd?

2012-11-22 Thread Gabriel VLASIU
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, 21 Nov 2012, lee wrote: > it seems systemctl doesn't know about polkitd though pstree shows it as > started by systemd. There don't seem to be files for starting polkitd > in /etc. It cannot be removed because almost 600 packages depend on i

Re: How do I disable polkitd?

2012-11-22 Thread Germán A. Racca
On 11/22/2012 05:30 PM, lee wrote: Reindl Harald writes: Am 21.11.2012 15:58, schrieb lee: Hi, it seems systemctl doesn't know about polkitd though pstree shows it as started by systemd. There don't seem to be files for starting polkitd in /etc. It cannot be removed because almost 600 pack

Re: What are these for?

2012-11-22 Thread lee
Ian Malone writes: > On 21 November 2012 14:38, lee wrote: > I don't pretend to have the answers to all your questions, but: > >> Matthew Miller writes: >> >>> On Wed, Nov 21, 2012 at 12:37:47PM +0100, lee wrote: > >>> By only asking for and using privileged access when required. That's a >>> f

Re: How do I disable polkitd?

2012-11-22 Thread lee
Reindl Harald writes: > Am 21.11.2012 15:58, schrieb lee: >> Hi, >> >> it seems systemctl doesn't know about polkitd though pstree shows it as >> started by systemd. There don't seem to be files for starting polkitd >> in /etc. It cannot be removed because almost 600 packages depend on it >> :

Re: What are these for?

2012-11-22 Thread lee
Reindl Harald writes: > Am 21.11.2012 15:38, schrieb lee: >> Matthew Miller writes: >>> Because the syslog interface isn't secure. >> >> How come? Only root can read the logfile. > > THE INTERFACE > > it is not trustable which process generates / fakes a record > also you do not want all from

Re: What is minimal Fedora install?

2012-11-22 Thread lee
Robert Moskowitz writes: > On 11/21/2012 02:08 PM, Matthew Miller wrote: >> On Wed, Nov 21, 2012 at 09:51:33AM -0500, Robert Moskowitz wrote: >>> Servers below 3Gb, but workstations? KDE is smaller than Gnome (but >>> then I would be using different desktops). >> Yeah. Going from my mostly-minim

Re: What are these for?

2012-11-22 Thread lee
Matthew Miller writes: > On Wed, Nov 21, 2012 at 03:02:54PM +, Alan Cox wrote: >> > And what if the user in the wheel group wants to use emacs to edit some >> > configuration file that can only be modified by root? >> They can use su if they want to use emacs for it. > > Or better, set VISUAL

Re: What are these for?

2012-11-22 Thread lee
Joe Zeff writes: > On 11/21/2012 06:38 AM, lee wrote: >> And how do you know or make sure that some software uses your password >> only for that? > > Use only software from the Fedora repos and trust the devs to do their jobs. Not all the software I need is in these repos. -- Fedora 17 -- us

Can't get rpmbuild to work with gpg-agent

2012-11-22 Thread Guido Winkelmann
Hi, I'm trying to package some software with rpmbuild and signing the packages at the same time. I'm following the guide found here: http://www.ibm.com/developerworks/library/l-rpm3/ It mostly works - I do get properly signed RPMs at the end - however, despite running gpg-agent, rpmbuild keeps

mostly OT: mount usb connection

2012-11-22 Thread Ranjan Maitra
Hi, Sorry to post this here, but having struggled for over 36 hours including turning to Windoze (complete waste of time, no joy) I thought that someone may have some suggestions on what to do. I am using F17 (LXDE) but this is not really the issue here. So, I had this old Arnova 10 tablet whi

Re: failing drives or false positives

2012-11-22 Thread JD
On Thu, Nov 22, 2012 at 8:13 AM, Brian West wrote: > Hi everyone > > yesterday i began receiving messages from one of my drives in my hard > drive dock that it could be failing. so i tested my notebooks drive and > the docked drive in question both said tests completed without error both > shor

[389-users] NSMMReplicationPlugin - repl_set_mtn_referrals

2012-11-22 Thread Andreas Kekkou
Hi, I have recently deleted and recreated the MMR between my two server and since then the following message is appearing in the error log: NSMMReplicationPlugin - repl_set_mtn_referrals: could not set referrals for replica dc=xxx,dc=xxx,dc=xxx,dc=xxx: 32 When the MMR has been deleted the r

Re: [389-users] SO kills ns-ldapd because of memory usage

2012-11-22 Thread Moisés Barba Pérez
Hi, I have been searching for memory usage in the server. This are the results: 389-ds 1.2.5 in a CentOS 5.5 64bits 4GB ram and 6GB swap * The ns-slapd proccess reaches 11GB of virtual memory. pmap shows multiple [anon] using the bigger part of that 11G virtual memory. I think the [anon] are mem

[389-users] Changelog encryption

2012-11-22 Thread Andreas Kekkou
Hi, Is the changelog encryption option available on CentOS Directory Server 8.2? I have followed the instructions from http://directory.fedoraproject.org/wiki/Changelog_Encryption without any luck. Regards, Andreas <> smime.p7s Description: S/MIME Cryptographic Signature -- 389 users mailin

failing drives or false positives

2012-11-22 Thread Brian West
Hi everyone yesterday i began receiving messages from one of my drives in my hard drive dock that it could be failing. so i tested my notebooks drive and the docked drive in question both said tests completed without error both short and extended tests were performed is my drive really faili

Re: What are these for?

2012-11-22 Thread Marko Vojinovic
On Wed, 21 Nov 2012 15:38:25 +0100 lee wrote: > Matthew Miller writes: > > On Wed, Nov 21, 2012 at 12:37:47PM +0100, lee wrote: > >> > For example, a timezone applet can show you the time as a > >> > regular user and only require extra authentication to change it. > >> Regular users must not chan

Re: Getting rid of nepomukserver

2012-11-22 Thread Gabriel VLASIU
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, 21 Nov 2012, R. G. Newbury wrote: > I have turned off 'Desktop Search' in Settings. I have deleted all executables > in /usr/bin with 'nepomuk' in the name (and virtuoso). I have nuked the > nepomuk folders hiding down in ~/.kde. > But after I