I've got it working. Thanks to a poster on the Ubuntu forums for the tip. Here's the process: 1) Obtain the Mac address for your network card. Mine is 00:11:95:BC:E5:F3 on em1. (What used to be known as wlan0) 2) In terminal: cd .config/google-music-manager sqlite3 Peer.db In sqlite: update CONFIG set Value='00:11:95:BC:E5:F3' where Name='MachineIdentifier'; .exit And we're done! Once it's running, be sure to set the options so it's not uploading as fast as possible. -- -- Steve -- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines