installing JBoss for using it in NetBeans 8.1 IDE.

2015-10-15 Thread Angelo Moreschini
Hi, I installed JBoss on fedora 21 using the command : "sudo yum -y install jboss-as" But, after this operation, I still cannot use it in the NetBeans IDE: (when I try to add the JBoss server on NetBeans IDE I cannot find the "sever location".) I think that (in the process of installation of JB

Re: How do I start GPM?

2015-10-15 Thread Jonathan Allen
Bruno, > Normally you set it to run at boot by running the following as root: > systemctl enable gpm That's got it, thank you. Jonathan -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Fedor

Re: NFS on new workstation

2015-10-15 Thread Jonathan Allen
Matthew, > Sorry, I made two mistakes there. First, since the nfs client stuff > isn't directly a service, you need to have .target on the end, and > actually you want nfs-client, not nfs, so: > > sudo systemctl enable nfs-client.target Great - that's just fine now. Thank you. Jonathan --

Re: usb bootable stick

2015-10-15 Thread Paul Cartwright
www.*unetbootin*.sourceforge.net On 10/14/2015 06:51 PM, Antonio M wrote: what is the easiest way to create a bootable usb stick put of any iso file?? -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/l

Re: usb bootable stick

2015-10-15 Thread Antonio M
unetbooting is not working in Fedora (a bug has been filed) 2015-10-15 12:10 GMT+02:00 Paul Cartwright : > www.*unetbootin*.sourceforge.net > > On 10/14/2015 06:51 PM, Antonio M wrote: > > what is the easiest way to create a bootable usb stick put of any iso > file?? > > > > -- > users mailing li

Re: usb bootable stick

2015-10-15 Thread Martin Bříza
On Thu, 15 Oct 2015 02:11:48 +0200, Porfirio Andres Paiz Carrasco wrote: 2015-10-14 16:51 GMT-06:00 Antonio M : what is the easiest way to create a bootable usb stick put of any iso file?? The easiest way to create a bootable usb stick is using fedora live usb creator: dnf info liveusb

Re: usb bootable stick

2015-10-15 Thread Timothy Murphy
Antonio M wrote: > what is the easiest way to create a bootable usb stick put of any iso > file?? I found that Fedora LiveUSB Creator worked OK for me if I chose the copy or dd option when installing Fedora-22beta. It didn't work if I chose the default option. -- Timothy Murphy gayleard /at/

Re: usb bootable stick

2015-10-15 Thread Ranjan Maitra
On Thu, 15 Oct 2015 08:50:07 +0200 wrote: > You wrote thatyou first mount the raw sdb device, and then do the dd to the > raw device. > What is the point of mounting in the first place? > That is useless and even dangerous, as the system _might_ want to try to > write to the mounted sdb1 filesy

Installing fonts for a particular language

2015-10-15 Thread Ian Pilcher
Does Fedora provide a convenient way to install the fonts required to display a particular language? "yum grouplist hidden" (on Fedora 21) isn't showing me anything promising. -- Ian Pilcher

Re: Installing fonts for a particular language

2015-10-15 Thread Peter Gordon
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 10/15/2015 06:58 AM, Ian Pilcher wrote: > Does Fedora provide a convenient way to install the fonts required to > display a particular language? "yum grouplist hidden" (on Fedora 21) > isn't showing me anything promising. The only thing that com

Re: Change entry to grub menu

2015-10-15 Thread Porfirio Andres Paiz Carrasco
2015-10-15 0:29 GMT-06:00 Antonio M : > Iam running Fedora in multi-boot with Windows10 (that was not recognized at > installation time). With os-prober I get an entry for Windows but it says > that is the recovery environment (that was included at installation time), > so I have two similar entrie

Re: usb bootable stick

2015-10-15 Thread Tim
wrote: >> You wrote thatyou first mount the raw sdb device, and then do the dd >> to the raw device. >> What is the point of mounting in the first place? >> That is useless and even dangerous, as the system _might_ want to try >> to write to the mounted sdb1 filesystem. >> Just skip the mounting.

Re: usb bootable stick

2015-10-15 Thread Ranjan Maitra
> Ranjan Maitra: > > In my experience with Fedora (only), I have found that mounting is > > essential. Otherwise it writes to the mount point, but not the device. > > Why would anyone think that a command like: > > dd if=boot.iso of=/dev/sdb bs=8M > > Is going to write to anywhere else than

Re: usb bootable stick

2015-10-15 Thread Ed Greshko
On 10/16/2015 12:14 PM, Ranjan Maitra wrote: > I don't know and I am not an expert. However, from experiment, observation > and inference, I have noticed that unless the usb is mounted, dd does not > copy to the device. (This happened as recently as last week). Sure it does [root@meimei tmp

Re: usb bootable stick

2015-10-15 Thread Joe Zeff
On 10/15/2015 09:14 PM, Ranjan Maitra wrote: No, I would not think so. But if the device is not mounted, would it not write to the mount point, especially because you are doing so as root (so nothing to stop you). This logic seems to make sense to me, and indeed is what happens when I have don