Re: How can you get remote access to laptops behind a NAT/firewall?

2023-12-21 Thread Chris Adams
Once upon a time, Thomas Cameron  said:
> I suppose I could set up the laptops so that they log into the VPN
> at boot, that would do the same thing and the staff on the Linux
> laptops wouldn't have to do anything manual. But I don't want to
> chew up that VPN bandwidth if I don't have to.

If you do it as an independent network, separate IP block and no default
route, there's almost no bandwidth being chewed when not in use (just
keep-alives).  That's probably the route I'd go - a system connection so
it's always available (doesn't require user interaction, can work when
user locks themselves out even :) ).
-- 
Chris Adams 
--
___
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
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: How can you get remote access to laptops behind a NAT/firewall?

2023-12-21 Thread Thomas Cameron via users

On 12/21/23 14:39, Chris Adams wrote:

Once upon a time, Thomas Cameron  said:

So my question is, is there any sort of software which is similar to
Quick Assist we can install on our Linux laptops so that the Linux
team sysadmins can get access to laptops? I've seen folks on this
list talk about TeamViewer and AnyDesk, but both of those seem to be
paid solutions. Is there any sort of F/OSS solution?


In essence, these solutions are functionally like using a VPN.  The
computer keeps an open connection to a server whenever it can, and that
connection can then be used to allow the server to access the computer.
So you could set up a separate "management" VPN system, like OpenVPN,
that then isolates each client connection (so one user can't access
another user's computer directly across it).  Don't send a default
route, just use an independent RFC1918 (or IPv6 ULA) block from any
other corporate networks.


Yeah, I was looking at things like Nebula for a sort of background VPN 
for systems management, but that looks like overkill.


I may wind up just having a tiny OpenVPN instance in the cloud that 
users can connect to so admins can ssh in or run playbooks over the VPN. 
I was hoping for something less manual, though. With the Windows 
laptops, as soon as folks authenticate to Azure AD, the helpdesk guys 
can just fire up a remote desktop. I'd love something that easy.


I suppose I could set up the laptops so that they log into the VPN at 
boot, that would do the same thing and the staff on the Linux laptops 
wouldn't have to do anything manual. But I don't want to chew up that 
VPN bandwidth if I don't have to.


Thomas
--
___
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
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: How can you get remote access to laptops behind a NAT/firewall?

2023-12-21 Thread Chris Adams
Once upon a time, Thomas Cameron  said:
> So my question is, is there any sort of software which is similar to
> Quick Assist we can install on our Linux laptops so that the Linux
> team sysadmins can get access to laptops? I've seen folks on this
> list talk about TeamViewer and AnyDesk, but both of those seem to be
> paid solutions. Is there any sort of F/OSS solution?

In essence, these solutions are functionally like using a VPN.  The
computer keeps an open connection to a server whenever it can, and that
connection can then be used to allow the server to access the computer.
So you could set up a separate "management" VPN system, like OpenVPN,
that then isolates each client connection (so one user can't access
another user's computer directly across it).  Don't send a default
route, just use an independent RFC1918 (or IPv6 ULA) block from any
other corporate networks.

-- 
Chris Adams 
--
___
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
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


How can you get remote access to laptops behind a NAT/firewall?

2023-12-21 Thread Thomas Cameron via users
In my company, we're rolling out Linux laptops to my team. We're 100% 
remote workers, no one even lives in the same state as the headquarters.


If my teammates are logged into the VPN, it's pretty easy to administer 
a team member's laptop - I just ask the user for the IP address and ssh 
in as the service account (with keys, not passwords), or run an Ansible 
playbook against the machine.


For the Windows users (not on my team), our helpdesk uses Quick Assist, 
and IT can remote desktop into anyone who's logged in to the Azure 
Active Directory domain. Even if the person is behind a cable modem 
doing NAT.


So my question is, is there any sort of software which is similar to 
Quick Assist we can install on our Linux laptops so that the Linux team 
sysadmins can get access to laptops? I've seen folks on this list talk 
about TeamViewer and AnyDesk, but both of those seem to be paid 
solutions. Is there any sort of F/OSS solution? I am totally OK with 
hosting a cloud instance as an authentication server or something like 
that. I also heard something about Chrome Remote Desktop. Apparently 
Google does session brokering, so that may be interesting, although 
we're not a Google shop, we're a Microsoft shop and I'm bringing Linux 
in. I'd much prefer a F/OSS solution, if anyone has any advice.


Thanks for any advice!
Thomas
--
___
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
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: How do you unsparsify a qcows2 file?

2022-12-12 Thread ToddAndMargo via users

On 12/12/22 17:20, Samuel Sieb wrote:

On 12/12/22 13:54, ToddAndMargo via users wrote:

On 12/12/22 12:08, ToddAndMargo via users wrote:

On 12/12/22 06:43, Tom Horsley wrote:

On Mon, 12 Dec 2022 06:33:15 -0800
ToddAndMargo via users wrote:


This it?

dd if=/dev/zero of=/sometempfile


Seems like that would work. Might need to do it as root in case the
kernel doesn't allow an ordinary user to use up all the free space on
a disk. And don't forget "rm /sometempfile" once the dd finishes
with out of space errors.

Of course you could take a completely different tack and use
qemu-img convert to change the qcow2 format file to a raw
disk image and modify the virtual machine to use that new file.



I qemu-img to a raw and then back to a qcows2.
Dump/resore still did not restore right.

Now I converted to a raw and am about to see
if dump/restore will restore back correct.

If that does not work, I am going to dd /dev/zero


dump/restore restored a "raw" file perfectly.

Interesting.  sha256sum came back different for
before and after  (.000 is before)

# sha256sum KVM-W11.raw KVM-W11.raw.000

cbc480f889a9e337ab8b41b1e761da5f7f27ad255ceb29d891f60eba8f9903de 
KVM-W11.raw


6dbf2d0d893f3fc0b5e529a94aad71770bc971ff567881073c8b8a05d9254fca 
KVM-W11.raw.000


Dump and restore only interact with used blocks.  So if there is old 
data in unused blocks in the original disk, the dump won't save those 
and the restore won't put them back.


That explains why the check sums are different,
but the restored files work.   Thank you!

___
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
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: How do you unsparsify a qcows2 file?

2022-12-12 Thread ToddAndMargo via users

On 12/12/22 17:22, Samuel Sieb wrote:

On 12/12/22 12:08, ToddAndMargo via users wrote:

On 12/12/22 06:43, Tom Horsley wrote:

On Mon, 12 Dec 2022 06:33:15 -0800
ToddAndMargo via users wrote:


This it?

dd if=/dev/zero of=/sometempfile


Seems like that would work. Might need to do it as root in case the
kernel doesn't allow an ordinary user to use up all the free space on
a disk. And don't forget "rm /sometempfile" once the dd finishes
with out of space errors.

Of course you could take a completely different tack and use
qemu-img convert to change the qcow2 format file to a raw
disk image and modify the virtual machine to use that new file.



I qemu-img to a raw and then back to a qcows2.
Dump/resore still did not restore right.


You can't dump a qcow file because the blocks are not in order and there 
is extra metadata.  You can only dump from something that looks like a 
raw partition.  You might be able to use something like nbd to create a 
device from a qcow that looks raw.


I am switching to ".raw" files.  They seems to come
back working

___
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
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: How do you unsparsify a qcows2 file?

2022-12-12 Thread Samuel Sieb

On 12/12/22 12:08, ToddAndMargo via users wrote:

On 12/12/22 06:43, Tom Horsley wrote:

On Mon, 12 Dec 2022 06:33:15 -0800
ToddAndMargo via users wrote:


This it?

dd if=/dev/zero of=/sometempfile


Seems like that would work. Might need to do it as root in case the
kernel doesn't allow an ordinary user to use up all the free space on
a disk. And don't forget "rm /sometempfile" once the dd finishes
with out of space errors.

Of course you could take a completely different tack and use
qemu-img convert to change the qcow2 format file to a raw
disk image and modify the virtual machine to use that new file.



I qemu-img to a raw and then back to a qcows2.
Dump/resore still did not restore right.


You can't dump a qcow file because the blocks are not in order and there 
is extra metadata.  You can only dump from something that looks like a 
raw partition.  You might be able to use something like nbd to create a 
device from a qcow that looks raw.

___
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
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: How do you unsparsify a qcows2 file?

2022-12-12 Thread Samuel Sieb

On 12/12/22 13:54, ToddAndMargo via users wrote:

On 12/12/22 12:08, ToddAndMargo via users wrote:

On 12/12/22 06:43, Tom Horsley wrote:

On Mon, 12 Dec 2022 06:33:15 -0800
ToddAndMargo via users wrote:


This it?

dd if=/dev/zero of=/sometempfile


Seems like that would work. Might need to do it as root in case the
kernel doesn't allow an ordinary user to use up all the free space on
a disk. And don't forget "rm /sometempfile" once the dd finishes
with out of space errors.

Of course you could take a completely different tack and use
qemu-img convert to change the qcow2 format file to a raw
disk image and modify the virtual machine to use that new file.



I qemu-img to a raw and then back to a qcows2.
Dump/resore still did not restore right.

Now I converted to a raw and am about to see
if dump/restore will restore back correct.

If that does not work, I am going to dd /dev/zero


dump/restore restored a "raw" file perfectly.

Interesting.  sha256sum came back different for
before and after  (.000 is before)

# sha256sum KVM-W11.raw KVM-W11.raw.000

cbc480f889a9e337ab8b41b1e761da5f7f27ad255ceb29d891f60eba8f9903de 
KVM-W11.raw


6dbf2d0d893f3fc0b5e529a94aad71770bc971ff567881073c8b8a05d9254fca 
KVM-W11.raw.000


Dump and restore only interact with used blocks.  So if there is old 
data in unused blocks in the original disk, the dump won't save those 
and the restore won't put them back.

___
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
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: How do you unsparsify a qcows2 file?

2022-12-12 Thread ToddAndMargo via users

On 12/12/22 14:17, Patrick O'Callaghan wrote:

On Mon, 2022-12-12 at 13:54 -0800, ToddAndMargo via users wrote:

dump/restore restored a "raw" file perfectly.

Interesting.  sha256sum came back different for
before and after  (.000 is before)

# sha256sum KVM-W11.raw KVM-W11.raw.000

cbc480f889a9e337ab8b41b1e761da5f7f27ad255ceb29d891f60eba8f9903de
KVM-W11.raw

6dbf2d0d893f3fc0b5e529a94aad71770bc971ff567881073c8b8a05d9254fca
KVM-W11.raw.000


Why do you say it restored perfectly if the checksums don't match?

poc


Because I can run the VM without issue.  Before,
I could not.

___
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
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: How do you unsparsify a qcows2 file?

2022-12-12 Thread Patrick O'Callaghan
On Mon, 2022-12-12 at 13:54 -0800, ToddAndMargo via users wrote:
> dump/restore restored a "raw" file perfectly.
> 
> Interesting.  sha256sum came back different for
> before and after  (.000 is before)
> 
> # sha256sum KVM-W11.raw KVM-W11.raw.000
> 
> cbc480f889a9e337ab8b41b1e761da5f7f27ad255ceb29d891f60eba8f9903de 
> KVM-W11.raw
> 
> 6dbf2d0d893f3fc0b5e529a94aad71770bc971ff567881073c8b8a05d9254fca 
> KVM-W11.raw.000

Why do you say it restored perfectly if the checksums don't match?

poc
___
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
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: How do you unsparsify a qcows2 file?

2022-12-12 Thread Bill Cunningham
You might want to think about setting a size on that file. dd can be 
pretty destructive as well as useful. I like to randomize file with it 
before truncating the contents. For example, if a file is 4096 bytes, I 
would use, 'dd if=/dev/zero of=/file bs=4096 count=1 conv=notrunc. Just 
so there is no truncation of the file. dd isn't to be played with 
haphazardly. Good luck.


B


On 12/12/2022 4:54 PM, ToddAndMargo via users wrote:

On 12/12/22 12:08, ToddAndMargo via users wrote:

On 12/12/22 06:43, Tom Horsley wrote:

On Mon, 12 Dec 2022 06:33:15 -0800
ToddAndMargo via users wrote:


This it?

dd if=/dev/zero of=/sometempfile


Seems like that would work. Might need to do it as root in case the
kernel doesn't allow an ordinary user to use up all the free space on
a disk. And don't forget "rm /sometempfile" once the dd finishes
with out of space errors.

Of course you could take a completely different tack and use
qemu-img convert to change the qcow2 format file to a raw
disk image and modify the virtual machine to use that new file.



I qemu-img to a raw and then back to a qcows2.
Dump/resore still did not restore right.

Now I converted to a raw and am about to see
if dump/restore will restore back correct.

If that does not work, I am going to dd /dev/zero


dump/restore restored a "raw" file perfectly.

Interesting.  sha256sum came back different for
before and after  (.000 is before)

# sha256sum KVM-W11.raw KVM-W11.raw.000

cbc480f889a9e337ab8b41b1e761da5f7f27ad255ceb29d891f60eba8f9903de 
KVM-W11.raw


6dbf2d0d893f3fc0b5e529a94aad71770bc971ff567881073c8b8a05d9254fca 
KVM-W11.raw.000


___
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
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

___
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
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: How do you unsparsify a qcows2 file?

2022-12-12 Thread ToddAndMargo via users

On 12/12/22 12:08, ToddAndMargo via users wrote:

On 12/12/22 06:43, Tom Horsley wrote:

On Mon, 12 Dec 2022 06:33:15 -0800
ToddAndMargo via users wrote:


This it?

dd if=/dev/zero of=/sometempfile


Seems like that would work. Might need to do it as root in case the
kernel doesn't allow an ordinary user to use up all the free space on
a disk. And don't forget "rm /sometempfile" once the dd finishes
with out of space errors.

Of course you could take a completely different tack and use
qemu-img convert to change the qcow2 format file to a raw
disk image and modify the virtual machine to use that new file.



I qemu-img to a raw and then back to a qcows2.
Dump/resore still did not restore right.

Now I converted to a raw and am about to see
if dump/restore will restore back correct.

If that does not work, I am going to dd /dev/zero


dump/restore restored a "raw" file perfectly.

Interesting.  sha256sum came back different for
before and after  (.000 is before)

# sha256sum KVM-W11.raw KVM-W11.raw.000

cbc480f889a9e337ab8b41b1e761da5f7f27ad255ceb29d891f60eba8f9903de 
KVM-W11.raw


6dbf2d0d893f3fc0b5e529a94aad71770bc971ff567881073c8b8a05d9254fca 
KVM-W11.raw.000


___
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
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: How do you unsparsify a qcows2 file?

2022-12-12 Thread ToddAndMargo via users

On 12/12/22 06:43, Tom Horsley wrote:

On Mon, 12 Dec 2022 06:33:15 -0800
ToddAndMargo via users wrote:


This it?

dd if=/dev/zero of=/sometempfile


Seems like that would work. Might need to do it as root in case the
kernel doesn't allow an ordinary user to use up all the free space on
a disk. And don't forget "rm /sometempfile" once the dd finishes
with out of space errors.

Of course you could take a completely different tack and use
qemu-img convert to change the qcow2 format file to a raw
disk image and modify the virtual machine to use that new file.



I qemu-img to a raw and then back to a qcows2.
Dump/resore still did not restore right.

Now I converted to a raw and am about to see
if dump/restore will restore back correct.

If that does not work, I am going to dd /dev/zero


___
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
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: How do you unsparsify a qcows2 file?

2022-12-12 Thread Mauricio Tavares
On Mon, Dec 12, 2022 at 9:56 AM ToddAndMargo via users
 wrote:
>
> On 12/12/22 06:49, Mauricio Tavares wrote:
> >   I use logical volumes for the virtual machines I care about
>
> What is that?

My desktop's (a VM guest) drive

[user@vmhost ~]# sudo lvs vmhost_vg1
  LVVG Attr   LSize  Pool Origin
Data%  Meta%  Move Log Cpy%Sync Convert
  desktop   vmhost_vg1 -wi-a- 25.00g
[...]
[user@vmhost ~]#

It just has two partitions -- boot and the root  -- because I am lazy.

[user@vmhost ~]# sudo fdisk -l /dev/vmhost_vg1/desktop

Disk /dev/vmhost_vg1/desktop: 26.8 GB, 26843545600 bytes
255 heads, 63 sectors/track, 3263 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x000a805c

  Device Boot  Start End  Blocks   Id  System
/dev/vmhost_vg1/desktop1   *   1  32  248832   83  Linux
Partition 1 does not end on cylinder boundary.
/dev/vmhost_vg1/desktop2  32326425964544   83  Linux
[user@vmhost ~]#

Inside its KVM config it looks like 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
> Do not reply to spam, report it: 
> https://pagure.io/fedora-infrastructure/new_issue
___
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
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: How do you unsparsify a qcows2 file?

2022-12-12 Thread Tom Horsley
On Mon, 12 Dec 2022 06:55:15 -0800
ToddAndMargo via users wrote:

> I wonder if qemu-ing convert will convert from
> qcows2 to qcows2?  I will see!

Yep, that's how I always sparsified my files before the virt-sparsify
tool existed. Write zeroes till you run out of space (thus making all
the free space on the disk blocks of zeroes), shut down the VM, and
qemu-img convert from qcow2 to qcow2. The destination file is much
smaller (usually) but has the same data in it. Rename the file and
now the VM takes less space.
___
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
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: How do you unsparsify a qcows2 file?

2022-12-12 Thread ToddAndMargo via users

On 12/12/22 06:49, Mauricio Tavares wrote:

  I use logical volumes for the virtual machines I care about


What is 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
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: How do you unsparsify a qcows2 file?

2022-12-12 Thread ToddAndMargo via users

On 12/12/22 06:43, Tom Horsley wrote:

On Mon, 12 Dec 2022 06:33:15 -0800
ToddAndMargo via users wrote:


This it?

dd if=/dev/zero of=/sometempfile


Seems like that would work. Might need to do it as root in case the
kernel doesn't allow an ordinary user to use up all the free space on
a disk. And don't forget "rm /sometempfile" once the dd finishes
with out of space errors.

Of course you could take a completely different tack and use
qemu-img convert to change the qcow2 format file to a raw
disk image and modify the virtual machine to use that new file.


I wonder if qemu-ing convert will convert from
qcows2 to qcows2?  I will see!

Thank you for the 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
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: How do you unsparsify a qcows2 file?

2022-12-12 Thread Mauricio Tavares
On Mon, Dec 12, 2022 at 9:44 AM Tom Horsley  wrote:
>
> On Mon, 12 Dec 2022 06:33:15 -0800
> ToddAndMargo via users wrote:
>
> > This it?
> >
> > dd if=/dev/zero of=/sometempfile
>
> Seems like that would work. Might need to do it as root in case the
> kernel doesn't allow an ordinary user to use up all the free space on
> a disk. And don't forget "rm /sometempfile" once the dd finishes
> with out of space errors.
>
> Of course you could take a completely different tack and use
> qemu-img convert to change the qcow2 format file to a raw
> disk image and modify the virtual machine to use that new file.
>
  I use logical volumes for the virtual machines I care about
___
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
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: How do you unsparsify a qcows2 file?

2022-12-12 Thread Tom Horsley
On Mon, 12 Dec 2022 06:33:15 -0800
ToddAndMargo via users wrote:

> This it?
> 
> dd if=/dev/zero of=/sometempfile

Seems like that would work. Might need to do it as root in case the
kernel doesn't allow an ordinary user to use up all the free space on
a disk. And don't forget "rm /sometempfile" once the dd finishes
with out of space errors.

Of course you could take a completely different tack and use
qemu-img convert to change the qcow2 format file to a raw
disk image and modify the virtual machine to use that new file.
___
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
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: How do you unsparsify a qcows2 file?

2022-12-12 Thread ToddAndMargo via users

On 12/12/22 06:25, Tom Horsley wrote:

On Mon, 12 Dec 2022 04:57:08 -0800
ToddAndMargo via users wrote:


Anyone know how to unsparsify a qcows2 file?


Boot up the virtual machine and write zeroes to a temp file on that disk
till you get out of space errors is one way. Basically stop after the
first step of sparsifying :-).


This it?

dd if=/dev/zero of=/sometempfile
___
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
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: How do you unsparsify a qcows2 file?

2022-12-12 Thread Tom Horsley
On Mon, 12 Dec 2022 04:57:08 -0800
ToddAndMargo via users wrote:

> Anyone know how to unsparsify a qcows2 file?

Boot up the virtual machine and write zeroes to a temp file on that disk
till you get out of space errors is one way. Basically stop after the
first step of sparsifying :-).
___
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
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


How do you unsparsify a qcows2 file?

2022-12-12 Thread ToddAndMargo via users

Hi All,

Anyone know how to unsparsify a qcows2 file?

https://libguestfs.org/virt-sparsify.1.html

Many thanks,
-T
___
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
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: How do you Dual boot with Intel RST - Optane ?

2020-05-10 Thread sean darcy

On 5/9/20 9:12 PM, Samuel Sieb wrote:

On 5/9/20 3:38 PM, sean darcy wrote:

And it works. I can now dual boot, and Windows is a LOT faster.


Oh, the irony...


Absolutely. Why in the world would Dell sell an nvme laptop provisioned 
with RST ?

___
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: How do you Dual boot with Intel RST - Optane ?

2020-05-09 Thread Samuel Sieb

On 5/9/20 3:38 PM, sean darcy wrote:

And it works. I can now dual boot, and Windows is a LOT faster.


Oh, the irony...
___
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: How do you Dual boot with Intel RST - Optane ?

2020-05-09 Thread sean darcy

On 5/7/20 10:49 AM, sean darcy wrote:

My new laptop has Windows 10 installed with the Intel
rapid Storage Technology  (optane) system chip. Windows is on an nvme 
drive.


FC31 is on a SATA ssd.

BIOS allows me to choose AHCI or RST. I must use AHCI to boot the FC31 
drive, and RST to boot the Windows drive. Neither will boot with the 
other.  Sigh.


1. Is there a way to get the FC31 drive to boot with RST ?

2.  Any way to have the Windows drive boot with AHCI ?

sean
___


Solved. It turns out the Intel RST driver don't work well with nvme. So 
somebody has found a a way to switch from the RST driver to using AHCI.



https://support.thinkcritical.com/kb/articles/switch-windows-10-from-raid-ide-to-ahci

And it works. I can now dual boot, and Windows is a LOT faster.

sean
___
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: How do you Dual boot with Intel RST - Optane ?

2020-05-09 Thread Robert G (Doc) Savage via users
On Sat, 2020-05-09 at 09:30 -0400, sean darcy wrote:
> On 5/9/20 1:38 AM, Robert G (Doc) Savage via users wrote:
> > On Thu, 2020-05-07 at 10:49 -0400, sean darcy wrote:
> > > My new laptop has Windows 10 installed with the Intel
> > > rapid Storage Technology  (optane) system chip. Windows is on an
> > > nvme
> > > drive.
> > > 
> > > FC31 is on a SATA ssd.
> > > 
> > > BIOS allows me to choose AHCI or RST. I must use AHCI to boot the
> > > FC31
> > > drive, and RST to boot the Windows drive. Neither will boot with
> > > the
> > > other.  Sigh.
> > > 
> > > 1. Is there a way to get the FC31 drive to boot with RST ?
> > > 
> > > 2.  Any way to have the Windows drive boot with AHCI ?
> > > 
> > > sean
> > 
> > I have Intel RST "fake RAID" on my Lenovo ThinkPad P72. As
> > delivered, 
> > Windows 10 Pro was installed on two 2TB NVMe SSDs in a RAID1
> > mirror 
> > configuration. While I could have also installed a standard
> > notebook 
> > SATA SSD, I postponed that idea (see below) and broke the RAID1
> > mirror 
> > instead. The BIOS Storage setting gave me two options: RST or AHCI.
> > The 
> > BIOS is wrong. It should say RST or NVMe. SATA or AHCI are not
> > options. 
> > And boy are the two raw NVMe drives F-A-S-T 
> > 
> > I went through all the hand wringing and fear of screwing up
> > something I 
> > didn't completely understand at the time. I backed up everything I
> > could 
> > think of from Windows 10, and a went to the trouble of getting a
> > Lenovo 
> > ThinkPad Windows restoration thumb drive.
> > 
> > Happily, once I broke the RAID1 mirror, I was able to boot to a
> > Fedora 
> > live ISO on a thumb drive. It could see both /dev/nvme0 and
> > /dev/nvme1 
> > SSDs. The #0 device still contained one half of the mirrored
> > Windows 10 
> > installation. fdisk shows the following detail:
> > 
> > # fdisk -l /dev/nvme0n1
> > 
> > Disk /dev/nvme0n1: 1.88 TiB, 2048408248320 bytes, 4000797360
> > sectors
> > 
> > Disk model: SAMSUNG MZVLB2T0HMLB-000L7
> > 
> > Units: sectors of 1 * 512 = 512 bytes
> > 
> > Sector size (logical/physical): 512 bytes / 512 bytes
> > 
> > I/O size (minimum/optimal): 512 bytes / 512 bytes
> > 
> > Disklabel type: gpt
> > 
> > Disk identifier: 868B8A59-AF35-48EB-AD4F-0B2966DD92F5
> > 
> > 
> > Device  StartEndSectors  Size Type
> > 
> > /dev/nvme0n1p1   2048 534527 532480  260M EFI System
> > 
> > /dev/nvme0n1p2 534528 567295  32768   16M Microsoft
> > reserved
> > 
> > /dev/nvme0n1p3 567296 3998748671 3998181376  1.9T Microsoft basic data
> > 
> > /dev/nvme0n1p4 3998748672 40007966712048000 1000M Windows
> > recovery 
> > environment
> > 
> > 
> > This frees /dev/nvme1n1 for a normal installation from a live CD
> > image. 
> > It will set up GRUB2 for a Windows + Fedora dual boot. When
> > installed, 
> > your second NVMe drive should be partitioned something like this:
> > 
> > 
> > # fdisk -l /dev/nvme1n1
> > 
> > Disk /dev/nvme1n1: 1.88 TiB, 2048408248320 bytes, 4000797360
> > sectors
> > 
> > Disk model: SAMSUNG MZVLB2T0HMLB-000L7
> > 
> > Units: sectors of 1 * 512 = 512 bytesSector size
> > (logical/physical): 512 
> > bytes / 512 bytes
> > 
> > I/O size (minimum/optimal): 512 bytes / 512 bytes
> > 
> > Disklabel type: gpt
> > 
> > Disk identifier: D02F3FF2-CE20-43A2-A2E2-92053E91D817
> > 
> > 
> > Device   StartEndSectors  Size Type
> > /dev/nvme1n1p12048 411647 409600  200M EFI System
> > /dev/nvme1n1p2  411648250879920971521G Linux filesystem
> > /dev/nvme1n1p3 2508800 4000796671 3998287872  1.9T Linux LVM
> > 
> > As I indicated above, I later installed a 4TB SATA internal drive
> > in an 
> > expansion space inside the P72. I had to buy a wiring adapter to
> > connect 
> > the SATA drive to the P72's internal chassis wiring. That wiring
> > doesn't 
> > come instsalled from the factory. I got the kit from EggHead.
> > 
> > Hope this helps.
> > 
> > --Doc Savage
> > Fairview Heights, IL
> > 
> > 
> 
> Very interesting. Are you now able to boot into Windows on nvme0 from
> grub ?
> 
> sean


Of course. It's not my default, so when the GRUB2 menu appears I have
to arrow down to the 4th entry to boot into Windows.

What's really nice about this setup is that when default booted into
Fedora 32 I can mount the /dev/nvme0n1p3 Windows partition r/w.

--Doc Savage
  Fairview Heights, IL

___
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: How do you Dual boot with Intel RST - Optane ?

2020-05-09 Thread sean darcy

On 5/9/20 1:38 AM, Robert G (Doc) Savage via users wrote:

On Thu, 2020-05-07 at 10:49 -0400, sean darcy wrote:

My new laptop has Windows 10 installed with the Intel
rapid Storage Technology  (optane) system chip. Windows is on an nvme
drive.

FC31 is on a SATA ssd.

BIOS allows me to choose AHCI or RST. I must use AHCI to boot the FC31
drive, and RST to boot the Windows drive. Neither will boot with the
other.  Sigh.

1. Is there a way to get the FC31 drive to boot with RST ?

2.  Any way to have the Windows drive boot with AHCI ?

sean


I have Intel RST "fake RAID" on my Lenovo ThinkPad P72. As delivered, 
Windows 10 Pro was installed on two 2TB NVMe SSDs in a RAID1 mirror 
configuration. While I could have also installed a standard notebook 
SATA SSD, I postponed that idea (see below) and broke the RAID1 mirror 
instead. The BIOS Storage setting gave me two options: RST or AHCI. The 
BIOS is wrong. It should say RST or NVMe. SATA or AHCI are not options. 
And boy are the two raw NVMe drives F-A-S-T 


I went through all the hand wringing and fear of screwing up something I 
didn't completely understand at the time. I backed up everything I could 
think of from Windows 10, and a went to the trouble of getting a Lenovo 
ThinkPad Windows restoration thumb drive.


Happily, once I broke the RAID1 mirror, I was able to boot to a Fedora 
live ISO on a thumb drive. It could see both /dev/nvme0 and /dev/nvme1 
SSDs. The #0 device still contained one half of the mirrored Windows 10 
installation. fdisk shows the following detail:


# fdisk -l /dev/nvme0n1

Disk /dev/nvme0n1: 1.88 TiB, 2048408248320 bytes, 4000797360 sectors

Disk model: SAMSUNG MZVLB2T0HMLB-000L7

Units: sectors of 1 * 512 = 512 bytes

Sector size (logical/physical): 512 bytes / 512 bytes

I/O size (minimum/optimal): 512 bytes / 512 bytes

Disklabel type: gpt

Disk identifier: 868B8A59-AF35-48EB-AD4F-0B2966DD92F5


Device  StartEndSectors  Size Type

/dev/nvme0n1p1   2048 534527 532480  260M EFI System

/dev/nvme0n1p2 534528 567295  32768   16M Microsoft reserved

/dev/nvme0n1p3 567296 3998748671 3998181376  1.9T Microsoft basic data

/dev/nvme0n1p4 3998748672 40007966712048000 1000M Windows recovery 
environment



This frees /dev/nvme1n1 for a normal installation from a live CD image. 
It will set up GRUB2 for a Windows + Fedora dual boot. When installed, 
your second NVMe drive should be partitioned something like this:



# fdisk -l /dev/nvme1n1

Disk /dev/nvme1n1: 1.88 TiB, 2048408248320 bytes, 4000797360 sectors

Disk model: SAMSUNG MZVLB2T0HMLB-000L7

Units: sectors of 1 * 512 = 512 bytesSector size (logical/physical): 512 
bytes / 512 bytes


I/O size (minimum/optimal): 512 bytes / 512 bytes

Disklabel type: gpt

Disk identifier: D02F3FF2-CE20-43A2-A2E2-92053E91D817


Device   StartEndSectors  Size Type
/dev/nvme1n1p12048 411647 409600  200M EFI System
/dev/nvme1n1p2  411648250879920971521G Linux filesystem
/dev/nvme1n1p3 2508800 4000796671 3998287872  1.9T Linux LVM

As I indicated above, I later installed a 4TB SATA internal drive in an 
expansion space inside the P72. I had to buy a wiring adapter to connect 
the SATA drive to the P72's internal chassis wiring. That wiring doesn't 
come instsalled from the factory. I got the kit from EggHead.


Hope this helps.

--Doc Savage
Fairview Heights, IL




Very interesting. Are you now able to boot into Windows on nvme0 from grub ?

sean
___
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: How do you Dual boot with Intel RST - Optane ?

2020-05-08 Thread Robert G (Doc) Savage via users
On Thu, 2020-05-07 at 10:49 -0400, sean darcy wrote:
> My new laptop has Windows 10 installed with the Intel
> rapid Storage Technology  (optane) system chip. Windows is on an
> nvme 
> drive.
> 
> FC31 is on a SATA ssd.
> 
> BIOS allows me to choose AHCI or RST. I must use AHCI to boot the
> FC31 
> drive, and RST to boot the Windows drive. Neither will boot with the 
> other.  Sigh.
> 
> 1. Is there a way to get the FC31 drive to boot with RST ?
> 
> 2.  Any way to have the Windows drive boot with AHCI ?
> 
> sean

I have Intel RST "fake RAID" on my Lenovo ThinkPad P72. As delivered,
Windows 10 Pro was installed on two 2TB NVMe SSDs in a RAID1 mirror
configuration. While I could have also installed a standard notebook
SATA SSD, I postponed that idea (see below) and broke the RAID1 mirror
instead. The BIOS Storage setting gave me two options:  RST or AHCI.
The BIOS is wrong. It should say RST or NVMe. SATA or AHCI are not
options. And boy are the two raw NVMe drives F-A-S-T 

I went through all the hand wringing and fear of screwing up something
I didn't completely understand at the time. I backed up everything I
could think of from Windows 10, and a went to the trouble of getting a
Lenovo ThinkPad Windows restoration thumb drive.

Happily, once I broke the RAID1 mirror, I was able to boot to a Fedora
live ISO on a thumb drive. It could see both /dev/nvme0 and /dev/nvme1
SSDs. The #0 device still contained one half of the mirrored Windows 10
installation. fdisk shows the following detail:

# fdisk -l /dev/nvme0n1Disk /dev/nvme0n1: 1.88 TiB, 2048408248320
bytes, 4000797360 sectorsDisk model: SAMSUNG MZVLB2T0HMLB-
000L7  Units: sectors of 1 * 512 = 512 bytesSector size
(logical/physical): 512 bytes / 512 bytesI/O size (minimum/optimal):
512 bytes / 512 bytesDisklabel type: gptDisk identifier: 868B8A59-AF35-
48EB-AD4F-0B2966DD92F5
Device  StartEndSectors  Size
Type/dev/nvme0n1p1   2048 534527 532480  260M EFI
System/dev/nvme0n1p2 534528 567295  32768   16M Microsoft
reserved/dev/nvme0n1p3 567296 3998748671 3998181376  1.9T Microsoft
basic data/dev/nvme0n1p4 3998748672 40007966712048000 1000M Windows
recovery environment
This frees /dev/nvme1n1  for a normal installation from a live CD
image. It will set up GRUB2 for  a Windows + Fedora dual boot. When
installed, your second NVMe drive should be partitioned something like
this:
# fdisk -l /dev/nvme1n1Disk /dev/nvme1n1: 1.88 TiB, 2048408248320
bytes, 4000797360 sectorsDisk model: SAMSUNG MZVLB2T0HMLB-
000L7  Units: sectors of 1 * 512 = 512 bytesSector size
(logical/physical): 512 bytes / 512 bytesI/O size (minimum/optimal):
512 bytes / 512 bytesDisklabel type: gptDisk identifier: D02F3FF2-CE20-
43A2-A2E2-92053E91D817
Device   StartEndSectors  Size
Type/dev/nvme1n1p12048 411647 409600  200M EFI
System/dev/nvme1n1p2  411648250879920971521G Linux
filesystem
/dev/nvme1n1p3 2508800 4000796671 3998287872  1.9T Linux LVM



As I indicated above, I later installed a 4TB SATA internal drive in an
expansion space inside the P72. I had to buy a wiring adapter to
connect the SATA drive to the P72's internal chassis wiring. That
wiring doesn't come instsalled from the factory. I got the kit from
EggHead. 

Hope this helps.

--Doc Savage
Fairview Heights, IL
___
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: How do you Dual boot with Intel RST - Optane ?

2020-05-08 Thread Gordon Messmer

On 5/7/20 7:49 AM, sean darcy wrote:

1. Is there a way to get the FC31 drive to boot with RST ?



No.  RST is unsafe by design, and the kernel developers won't support it.

 * No NVMe device power management
 * No NVMe reset support
 * No NVMe quirks based on PCI ID
 * No SR-IOV VFs
 * Reduced performance through a shared, legacy interrupt

https://lore.kernel.org/linux-pci/20190620061038.ga20...@lst.de/T/


2. Any way to have the Windows drive boot with AHCI ? 



https://www.google.com/search?client=firefox-b-1-d=boot+windows+raid+ahci+mode

First result is:

https://support.thinkcritical.com/kb/articles/switch-windows-10-from-raid-ide-to-ahci

___
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: How do you Dual boot with Intel RST - Optane ?

2020-05-08 Thread Samuel Sieb

On 5/7/20 7:49 AM, sean darcy wrote:

My new laptop has Windows 10 installed with the Intel
rapid Storage Technology  (optane) system chip. Windows is on an nvme 
drive.


FC31 is on a SATA ssd.


I thought RST was where it used a small SSD as caching for a regular 
spinning hard drive.  The few times I've had to deal with that, I just 
broke the RAID and let Windows use the hard drive directly.


BIOS allows me to choose AHCI or RST. I must use AHCI to boot the FC31 
drive, and RST to boot the Windows drive. Neither will boot with the 
other.  Sigh.


1. Is there a way to get the FC31 drive to boot with RST ?


I thought there was some sort of support for that, but it's hard to find.


2.  Any way to have the Windows drive boot with AHCI ?


Check if there's an option in the BIOS to disable the RAID.
___
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: How do you Dual boot with Intel RST - Optane ?

2020-05-08 Thread sean darcy

On 5/7/20 10:49 AM, sean darcy wrote:

My new laptop has Windows 10 installed with the Intel
rapid Storage Technology  (optane) system chip. Windows is on an nvme 
drive.


FC31 is on a SATA ssd.

BIOS allows me to choose AHCI or RST. I must use AHCI to boot the FC31 
drive, and RST to boot the Windows drive. Neither will boot with the 
other.  Sigh.


1. Is there a way to get the FC31 drive to boot with RST ?

2.  Any way to have the Windows drive boot with AHCI ?

sean


Ping
___
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


How do you Dual boot with Intel RST - Optane ?

2020-05-07 Thread sean darcy

My new laptop has Windows 10 installed with the Intel
rapid Storage Technology  (optane) system chip. Windows is on an nvme 
drive.


FC31 is on a SATA ssd.

BIOS allows me to choose AHCI or RST. I must use AHCI to boot the FC31 
drive, and RST to boot the Windows drive. Neither will boot with the 
other.  Sigh.


1. Is there a way to get the FC31 drive to boot with RST ?

2.  Any way to have the Windows drive boot with AHCI ?

sean
___
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: How do you request a package in RPMFusion?

2019-04-13 Thread Ed Greshko
On 4/13/19 2:54 PM, ToddAndMargo via users wrote:
> That was easy.  It even worked with my Fedora login (this time,
> the time before it gave me a bunch of ...).
>
> Is rpmfusion-users the right place to go to ask for
> a package?  Is that what they mean by "Wiki"? 

Well, I think they want you to add it to the "Wishlist" 
https://rpmfusion.org/Wishlist as
I've previously mentioned.  If you too the time to go to that page you'd see

"Use this page to post a request for a packages that can't go to Fedora but 
would be nice
to have in the RPM Fusion repository"

But, of course, editing it may be an issue if you don't have a valid login.  
And, that is
one of the questions you've previously raised and for which I've asked about on 
the user's
list.  If you've signed up, you'd see that in the archives.

Just like Fedora, I prefer not to use the HyperKitty web interface.

-- 
Right: I dislike the default color scheme Wrong: What idiot picked the default 
color scheme
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: How do you request a package in RPMFusion?

2019-04-13 Thread ToddAndMargo via users

On 4/12/19 11:47 PM, Ed Greshko wrote:

On 4/13/19 2:33 PM, ToddAndMargo via users wrote:

Maybe I am just tied, but I can't find my own nose over
there.  What mailing list?


https://lists.rpmfusion.org/archives/

In particular

https://lists.rpmfusion.org/archives/list/rpmfusion-us...@lists.rpmfusion.org/

and

https://lists.rpmfusion.org/archives/list/rpmfusion-develop...@lists.rpmfusion.org/



That was easy.  It even worked with my Fedora login (this time,
the time before it gave me a bunch of ...).

Is rpmfusion-users the right place to go to ask for
a package?  Is that what they mean by "Wiki"?





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


Re: How do you request a package in RPMFusion?

2019-04-13 Thread Ed Greshko
On 4/13/19 2:33 PM, ToddAndMargo via users wrote:
> Maybe I am just tied, but I can't find my own nose over
> there.  What mailing list? 

https://lists.rpmfusion.org/archives/

In particular

https://lists.rpmfusion.org/archives/list/rpmfusion-us...@lists.rpmfusion.org/

and

https://lists.rpmfusion.org/archives/list/rpmfusion-develop...@lists.rpmfusion.org/





-- 
Right: I dislike the default color scheme Wrong: What idiot picked the default 
color scheme
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: How do you request a package in RPMFusion?

2019-04-13 Thread ToddAndMargo via users

On 4/12/19 11:10 PM, Ed Greshko wrote:

On 4/13/19 12:50 PM, ToddAndMargo via users wrote:

On 4/12/19 9:47 PM, Ed Greshko wrote:

On 4/13/19 12:09 PM, ToddAndMargo via users wrote:

On 4/12/19 8:51 PM, Todd Zullinger wrote:

ToddAndMargo via users wrote:

Okay, I give up.  I can find everyone else's requests for packages
in RPM Fusion, but I can't find the form to fill out for a
new request.


Have you read this entry in the RPM Fusion FAQ?

https://rpmfusion.org/FAQ#I_would_like_to_see_an_RPM_for_package_X._What_should_I_do.3F

If not, it should answer your question.  If you have, you
should probably elaborate on what part is not clear.


Saw it: "Place a request in the wiki and hopefully a maintainer
will decide to pick it up. If however you wish to see an
additional feature added to an existing package, please file a
bug against it in Bugzilla."

Where the 

Re: How do you request a package in RPMFusion?

2019-04-13 Thread Ed Greshko
On 4/13/19 12:50 PM, ToddAndMargo via users wrote:
> On 4/12/19 9:47 PM, Ed Greshko wrote:
>> On 4/13/19 12:09 PM, ToddAndMargo via users wrote:
>>> On 4/12/19 8:51 PM, Todd Zullinger wrote:
 ToddAndMargo via users wrote:
> Okay, I give up.  I can find everyone else's requests for packages
> in RPM Fusion, but I can't find the form to fill out for a
> new request.

 Have you read this entry in the RPM Fusion FAQ?

 https://rpmfusion.org/FAQ#I_would_like_to_see_an_RPM_for_package_X._What_should_I_do.3F

 If not, it should answer your question.  If you have, you
 should probably elaborate on what part is not clear.
>>>
>>> Saw it: "Place a request in the wiki and hopefully a maintainer
>>> will decide to pick it up. If however you wish to see an
>>> additional feature added to an existing package, please file a
>>> bug against it in Bugzilla."
>>>
>>> Where the 

Re: How do you request a package in RPMFusion?

2019-04-12 Thread ToddAndMargo via users

On 4/12/19 9:47 PM, Ed Greshko wrote:

On 4/13/19 12:09 PM, ToddAndMargo via users wrote:

On 4/12/19 8:51 PM, Todd Zullinger wrote:

ToddAndMargo via users wrote:

Okay, I give up.  I can find everyone else's requests for packages
in RPM Fusion, but I can't find the form to fill out for a
new request.


Have you read this entry in the RPM Fusion FAQ?

https://rpmfusion.org/FAQ#I_would_like_to_see_an_RPM_for_package_X._What_should_I_do.3F

If not, it should answer your question.  If you have, you
should probably elaborate on what part is not clear.


Saw it: "Place a request in the wiki and hopefully a maintainer
will decide to pick it up. If however you wish to see an
additional feature added to an existing package, please file a
bug against it in Bugzilla."

Where the 

Re: How do you request a package in RPMFusion?

2019-04-12 Thread Ed Greshko
On 4/13/19 12:09 PM, ToddAndMargo via users wrote:
> On 4/12/19 8:51 PM, Todd Zullinger wrote:
>> ToddAndMargo via users wrote:
>>> Okay, I give up.  I can find everyone else's requests for packages
>>> in RPM Fusion, but I can't find the form to fill out for a
>>> new request.
>>
>> Have you read this entry in the RPM Fusion FAQ?
>>
>> https://rpmfusion.org/FAQ#I_would_like_to_see_an_RPM_for_package_X._What_should_I_do.3F
>>
>> If not, it should answer your question.  If you have, you
>> should probably elaborate on what part is not clear.
>
> Saw it: "Place a request in the wiki and hopefully a maintainer
> will decide to pick it up. If however you wish to see an
> additional feature added to an existing package, please file a
> bug against it in Bugzilla."
>
> Where the 

Re: How do you request a package in RPMFusion?

2019-04-12 Thread ToddAndMargo via users

On 4/12/19 8:51 PM, Todd Zullinger wrote:

ToddAndMargo via users wrote:

Okay, I give up.  I can find everyone else's requests for packages
in RPM Fusion, but I can't find the form to fill out for a
new request.


Have you read this entry in the RPM Fusion FAQ?

https://rpmfusion.org/FAQ#I_would_like_to_see_an_RPM_for_package_X._What_should_I_do.3F

If not, it should answer your question.  If you have, you
should probably elaborate on what part is not clear.


Saw it: "Place a request in the wiki and hopefully a maintainer
will decide to pick it up. If however you wish to see an
additional feature added to an existing package, please file a
bug against it in Bugzilla."

Where the 

Re: How do you request a package in RPMFusion?

2019-04-12 Thread Todd Zullinger
ToddAndMargo via users wrote:
> Okay, I give up.  I can find everyone else's requests for packages
> in RPM Fusion, but I can't find the form to fill out for a
> new request.

Have you read this entry in the RPM Fusion FAQ?

https://rpmfusion.org/FAQ#I_would_like_to_see_an_RPM_for_package_X._What_should_I_do.3F

If not, it should answer your question.  If you have, you
should probably elaborate on what part is not clear.

-- 
Todd


signature.asc
Description: PGP signature
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


How do you request a package in RPMFusion?

2019-04-12 Thread ToddAndMargo via users

Hi All,

Okay, I give up.  I can find everyone else's requests for packages
in RPM Fusion, but I can't find the form to fill out for a
new request.

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


Re: How do you reset Selinux back to default?

2018-03-13 Thread Lukas Vrabec
On 03/13/2018 07:53 AM, Samuel Sieb wrote:
> On 03/12/2018 06:28 PM, ToddAndMargo wrote:
>> I mean before I started adding things to SELinux based on
>> SEAlerts and such.  In other word, set SELinux back to
>> the way I found it after I installed Linux
> 
> I thought I had seen something to list changed modules, but now I think
> I misunderstood.  I think the easiest way would be to find a clean
> install somewhere and list the installed modules there.  Then you can do
> a diff with your system and remove the modules are extra.
> ___
> users mailing list -- users@lists.fedoraproject.org
> To unsubscribe send an email to users-le...@lists.fedoraproject.org

Hi,

To "reset" SELinux on your system please remove all "non-system" modules:

# semodule -lfull | grep -v 100  # this gives you list of non system
SELinux modules
# semodule -r  # this will remove it

Then there is semanage command:

# cat reset_selinux.txt
boolean -D
login -D
interface -D
user -D
port -D
node -D
fcontext -D
module -D

# semanage import -f reset_selinux.txt
#

# restorecon -Rv /

This will remove all local SELinux modules and reset your local
modifications.

Lukas.

-- 
Lukas Vrabec
Software Engineer, Security Technologies
Red Hat, Inc.


0x633F6955.asc
Description: application/pgp-keys


signature.asc
Description: OpenPGP digital signature
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: How do you reset Selinux back to default?

2018-03-13 Thread Samuel Sieb

On 03/12/2018 06:28 PM, ToddAndMargo wrote:

I mean before I started adding things to SELinux based on
SEAlerts and such.  In other word, set SELinux back to
the way I found it after I installed Linux


I thought I had seen something to list changed modules, but now I think 
I misunderstood.  I think the easiest way would be to find a clean 
install somewhere and list the installed modules there.  Then you can do 
a diff with your system and remove the modules are extra.

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


Re: How do you reset Selinux back to default?

2018-03-12 Thread Ed Greshko
On 03/13/18 09:28, ToddAndMargo wrote:
> On 03/12/2018 04:20 PM, Ed Greshko wrote:
>> On 03/13/18 07:02, ToddAndMargo wrote:
>>> Hi All,
>>>
>>> How do you set SELinux back to default and start over?
>>
>> You mean for the entire file system?  If so, "fixfiles onboot"  will setup 
>> the
>> machine to relabel on the next reboot.
>>
>> See the "fixfiles" man page.
>>
>> Alternatively, you can "touch /.autorelabel" and reboot.
>
> Hi Ed,
>
> Thank you!
>
> I mean before I started adding things to SELinux based on
> SEAlerts and such.  In other word, set SELinux back to
> the way I found it after I installed Linux

It will relabel files back to their "default" selinux context.  However, if you 
added
your own policy or made changes to existing policies I believe they will remain.

-- 
Conjecture is just a conclusion based on incomplete information. It isn't a 
fact.



signature.asc
Description: OpenPGP digital signature
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: How do you reset Selinux back to default?

2018-03-12 Thread ToddAndMargo

On 03/12/2018 04:20 PM, Ed Greshko wrote:

On 03/13/18 07:02, ToddAndMargo wrote:

Hi All,

How do you set SELinux back to default and start over?


You mean for the entire file system?  If so, "fixfiles onboot"  will setup the
machine to relabel on the next reboot.

See the "fixfiles" man page.

Alternatively, you can "touch /.autorelabel" and reboot.


Hi Ed,

Thank you!

I mean before I started adding things to SELinux based on
SEAlerts and such.  In other word, set SELinux back to
the way I found it after I installed Linux

-T

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


Re: How do you reset Selinux back to default?

2018-03-12 Thread Ed Greshko
On 03/13/18 07:02, ToddAndMargo wrote:
> Hi All,
>
> How do you set SELinux back to default and start over?

You mean for the entire file system?  If so, "fixfiles onboot"  will setup the
machine to relabel on the next reboot.

See the "fixfiles" man page.

Alternatively, you can "touch /.autorelabel" and reboot.



-- 
Conjecture is just a conclusion based on incomplete information. It isn't a 
fact.



signature.asc
Description: OpenPGP digital signature
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


How do you reset Selinux back to default?

2018-03-12 Thread ToddAndMargo

Hi All,

How do you set SELinux back to default and start over?

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


Re: How do you store a Live Feed from a guitar

2015-07-01 Thread Bob Goodwin - Zuni, Virginia, USA



On 01/07/15 00:08, Doug wrote:

Any suggestions

Greg Ennis

I have seen ads for a setup that will record vinyl records from a 
turntable

onto a PC thru a gizmo plugged into the USB port. If you were to find any
of the software that works with this, it may work with your guitar also.
You might need some sort of preamp between the guitar and the usb device,
but if it wants to work, you should hear _something_.

--doug 



How about Audacity? I've used it to record voice announcements. It may 
look like overkill at first but you can do a lot with it, it's an audio 
editor.


Bob

--
Bob Goodwin - Zuni, Virginia, USA
http://www.qrz.com/db/W2BOD
box10  FEDORA-22/64bit LINUX XFCE

--
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: How do you store a Live Feed from a guitar

2015-07-01 Thread luca paganotti
Hi, if allowed, I suggest you to take a look at karma. You will find all
that's needed to begin here: http://ccrma.stanford.edu/planetccrma/software/

Hope this helps!


On Wed, Jul 1, 2015 at 12:25 PM, Ian Malone ibmal...@gmail.com wrote:

 On 1 July 2015 at 10:11, Bob Goodwin - Zuni, Virginia, USA
 bobgood...@wildblue.net wrote:
 
 
  On 01/07/15 00:08, Doug wrote:
 
  Any suggestions
 
  Greg Ennis
 
  I have seen ads for a setup that will record vinyl records from a
  turntable
  onto a PC thru a gizmo plugged into the USB port. If you were to find
 any
  of the software that works with this, it may work with your guitar also.
  You might need some sort of preamp between the guitar and the usb
 device,
  but if it wants to work, you should hear _something_.
 
  --doug
 
 
 
  How about Audacity? I've used it to record voice announcements. It may
 look
  like overkill at first but you can do a lot with it, it's an audio
 editor.
 

 Yes, audacity should work for basic recording (assuming that when Greg
 says but was not able to get any software that that was on my F22
 machine to recognize the the live feed he just means he couldn't find
 software to do it, not that the USB capture device isn't working).

 For more complicated work a DAW like Ardour (available in the repos)
 will let you record different layers and samples, but you'll have to
 use Jack. That will also let you do things like add effects and other
 stuff like drum machines (e.g. Hydrogen). You may want to check out
 these which I wrote a while back:
 Jacking in section of
 http://epenguin.imalone.co.uk/2012/04/breaking-in-fender-mustang.html

 http://epenguin.imalone.co.uk/2011/10/jack-for-audio-passthrough-on-fedora-15.html

 http://epenguin.imalone.co.uk/2011/12/re-amping-with-guitarix-and-ardour.html

 --
 imalone
 http://ibmalone.blogspot.co.uk
 --
 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

-- 
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: How do you store a Live Feed from a guitar

2015-07-01 Thread Ian Malone
On 1 July 2015 at 10:11, Bob Goodwin - Zuni, Virginia, USA
bobgood...@wildblue.net wrote:


 On 01/07/15 00:08, Doug wrote:

 Any suggestions

 Greg Ennis

 I have seen ads for a setup that will record vinyl records from a
 turntable
 onto a PC thru a gizmo plugged into the USB port. If you were to find any
 of the software that works with this, it may work with your guitar also.
 You might need some sort of preamp between the guitar and the usb device,
 but if it wants to work, you should hear _something_.

 --doug



 How about Audacity? I've used it to record voice announcements. It may look
 like overkill at first but you can do a lot with it, it's an audio editor.


Yes, audacity should work for basic recording (assuming that when Greg
says but was not able to get any software that that was on my F22
machine to recognize the the live feed he just means he couldn't find
software to do it, not that the USB capture device isn't working).

For more complicated work a DAW like Ardour (available in the repos)
will let you record different layers and samples, but you'll have to
use Jack. That will also let you do things like add effects and other
stuff like drum machines (e.g. Hydrogen). You may want to check out
these which I wrote a while back:
Jacking in section of
http://epenguin.imalone.co.uk/2012/04/breaking-in-fender-mustang.html
http://epenguin.imalone.co.uk/2011/10/jack-for-audio-passthrough-on-fedora-15.html
http://epenguin.imalone.co.uk/2011/12/re-amping-with-guitarix-and-ardour.html

-- 
imalone
http://ibmalone.blogspot.co.uk
-- 
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


How do you store a Live Feed from a guitar

2015-06-30 Thread Gregory P. Ennis
Everyone,

I finally have enough time to play with my computer and guitar at the
same time.  Does anyone have a method of storing a live feed from a
guitar.  I have a guitar with an acoustic pickup that I normally use
with a regular amplifier.  I now have a usb audio cable from Alesis
LineLink that I can use to connect my Fedora 22 machine to the acoustic
pick up of the guitar.  

I connected the usb audio cable to the computer and to my guitar, but
was not able to get any software that that was on my F22 machine to
recognize the the live feed.

Have any of you used this kind of equipment or other kinds of equipment
to store a live feed from a guitar acoustic pickup.  I would like to be
able to play and store a song or two and then experiment with mixing
the sounds.

Any suggestions

Greg Ennis

-- 
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: How do you store a Live Feed from a guitar

2015-06-30 Thread Doug



On 06/30/2015 08:42 PM, Gregory P. Ennis wrote:

Everyone,

I finally have enough time to play with my computer and guitar at the
same time.  Does anyone have a method of storing a live feed from a
guitar.  I have a guitar with an acoustic pickup that I normally use
with a regular amplifier.  I now have a usb audio cable from Alesis
LineLink that I can use to connect my Fedora 22 machine to the acoustic
pick up of the guitar.

I connected the usb audio cable to the computer and to my guitar, but
was not able to get any software that that was on my F22 machine to
recognize the the live feed.

Have any of you used this kind of equipment or other kinds of equipment
to store a live feed from a guitar acoustic pickup.  I would like to be
able to play and store a song or two and then experiment with mixing
the sounds.

Any suggestions

Greg Ennis


I have seen ads for a setup that will record vinyl records from a turntable
onto a PC thru a gizmo plugged into the USB port. If you were to find any
of the software that works with this, it may work with your guitar also.
You might need some sort of preamp between the guitar and the usb device,
but if it wants to work, you should hear _something_.

--doug
--
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


F21: How do you turn on syntax highlighting in vim?

2015-03-26 Thread Max Pyziur


Greetings,

After installing F21, I no longer seem to be able to control 
syntax-highlighting.


I have the same 4 packages installed that I had on F18:
vim-common-7.4.475-2.fc21.x86_64
vim-enhanced-7.4.475-2.fc21.x86_64
vim-filesystem-7.4.475-2.fc21.x86_64
vim-minimal-7.4.475-2.fc21.x86_64

...

I also use the command:
:set syntax=on

and

:syntax on

with no results.

Thanks.

Max Pyziur
p...@brama.com
--
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


[solved, I think] Re: F21: How do you turn on syntax highlighting in vim?

2015-03-26 Thread Max Pyziur

On Thu, 26 Mar 2015, Max Pyziur wrote:



Greetings,

After installing F21, I no longer seem to be able to control 
syntax-highlighting.


I have the same 4 packages installed that I had on F18:
vim-common-7.4.475-2.fc21.x86_64
vim-enhanced-7.4.475-2.fc21.x86_64
vim-filesystem-7.4.475-2.fc21.x86_64
vim-minimal-7.4.475-2.fc21.x86_64

...

I also use the command:
: set syntax=on

and

: syntax on

with no results.

Thanks.

Max Pyziur
p...@brama.com



I removed vim-gtk-syntax-20130716-3.fc21.noarch, started a terminal 
session, checked a script, and the highlighting was on.


Don't get it.

So, the fire trucks can return to the station.

Max Pyziur
p...@brama.com
--
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


[389-users] bak2db script: how do you use it?

2014-05-05 Thread Graham Leggett
Hi all,

I am now trying to make the initial replication happen manually through the 
restoration of a backup. This is also turning out to be strangely difficult.

After backing up servera I have the following directory on serverc:

[root@serverc ~]# ls -al /tmp/replicate/
total 16
drwx--. 4 nobody nobody 4096 May  5 12:08 .
drwxrwxrwt. 6 root   root   4096 May  5 13:30 ..
drwx--. 2 nobody nobody 4096 May  5 12:08 NetscapeRoot
drwx--. 2 nobody nobody 4096 May  5 12:08 userRoot

I want to restore the contents of userRoot to serverc, which looks like this:

[root@serverc ~]# ls -al /var/lib/dirsrv/slapd-serverc/db/
total 20604
drwxrwx---. 3 nobody nobody 4096 May  5 13:31 .
drwxrwx---. 5 nobody nobody 4096 May  5 13:30 ..
-rw---. 1 nobody nobody   49 May  5 13:31 DBVERSION
-rw---. 1 nobody nobody24576 May  5 13:31 __db.001
-rw---. 1 nobody nobody  1736704 May  5 13:37 __db.002
-rw---. 1 nobody nobody 10002432 May  5 13:31 __db.003
-rw---. 1 nobody nobody  1081344 May  5 13:37 __db.004
-rw---. 1 nobody nobody  8134656 May  5 13:31 __db.005
-rw---. 1 nobody nobody90112 May  5 13:31 __db.006
-rw---. 1 nobody nobody 10485760 May  5 13:31 log.01
drwx--. 2 nobody nobody 4096 May  5 13:30 userRoot

I try and import the backup like so:

[root@serverc ~]# /usr/lib64/dirsrv/slapd-serverc/bak2db /tmp/replicate/ -n 
userRoot
[05/May/2014:13:49:53 +0200] 389-Directory/1.2.11.15 - debug level: backend 
(524288)
[05/May/2014:13:49:53 +0200] - Warning: Unable to read dbversion file in 
/tmp/replicate
[05/May/2014:13:49:53 +0200] - Restore: backup directory /tmp/replicate does 
not contain a complete backup
[05/May/2014:13:49:53 +0200] - archive2db: Failed to read backup file set. 
Either the directory specified doesn't exist, or it exists but doesn't contain 
a valid backup set, or file permissions prevent the server reading the backup 
set.  error=53 (Invalid request descriptor)

No luck. Let's guess again:

[root@serverc ~]# /usr/lib64/dirsrv/slapd-serverc/bak2db 
/tmp/replicate/userRoot/ -n userRoot

Lots of encouraging looking output, but the server is now completely empty - 
the root DSE is gone.

Looking at serverc, we see the userRoot directory has been ignored and we now 
have a totally different directory structure:

[root@joey ~]# ls -al /var/lib/dirsrv/slapd-joey/db/
total 260252
drwxrwx---. 3 nobody nobody  4096 May  5 13:43 .
drwxrwx---. 5 nobody nobody  4096 May  5 13:30 ..
-rw---. 1 nobody nobody49 May  5 13:43 DBVERSION
-rw---. 1 nobody nobody 24576 May  5 13:43 __db.001
-rw---. 1 nobody nobody   1736704 May  5 13:44 __db.002
-rw---. 1 nobody nobody  10002432 May  5 13:44 __db.003
-rw---. 1 nobody nobody   1081344 May  5 13:44 __db.004
-rw---. 1 nobody nobody   8134656 May  5 13:44 __db.005
-rw---. 1 nobody nobody 90112 May  5 13:44 __db.006
-rw---. 1 nobody nobody 16384 May  5 13:41 aci.db4
-rw---. 1 nobody nobody   2482176 May  5 13:41 ancestorid.db4
-rw---. 1 nobody nobody 16384 May  5 13:41 associatedDomain.db4
-rw---. 1 nobody nobody 16384 May  5 13:41 certificateUUID.db4
-rw---. 1 nobody nobody  24117248 May  5 13:41 cn.db4
-rw---. 1 nobody nobody 16384 May  5 13:41 contractClass.db4
-rw---. 1 nobody nobody 16384 May  5 13:41 
contractCustomerCounterparty.db4
-rw---. 1 nobody nobody 16384 May  5 13:41 
contractRecipientCounterparty.db4
-rw---. 1 nobody nobody 16384 May  5 13:41 
contractVendorCounterparty.db4
-rw---. 1 nobody nobody  22487040 May  5 13:41 entryrdn.db4
-rw---. 1 nobody nobody   5316608 May  5 13:41 givenName.db4
-rw---. 1 nobody nobody 159891456 May  5 13:41 id2entry.db4
-rw---. 1 nobody nobody 16384 May  5 13:41 ipHostNumber.db4
-rw---. 1 nobody nobody  10485760 May  5 13:44 log.01
-rw---. 1 nobody nobody  11468800 May  5 13:41 mail.db4
-rw---. 1 nobody nobody 40960 May  5 13:41 mailAlternateAddress.db4
-rw---. 1 nobody nobody 24576 May  5 13:41 mailHost.db4
-rw---. 1 nobody nobody 16384 May  5 13:41 memberCertificateIssuerDN.db4
-rw---. 1 nobody nobody 16384 May  5 13:41 
memberCertificateSubjectDN.db4
-rw---. 1 nobody nobody 16384 May  5 13:41 nscpEntryDN.db4
-rw---. 1 nobody nobody   6430720 May  5 13:41 nsuniqueid.db4
-rw---. 1 nobody nobody 24576 May  5 13:41 numsubordinates.db4
-rw---. 1 nobody nobody   2473984 May  5 13:41 objectclass.db4
-rw---. 1 nobody nobody 16384 May  5 13:41 owner.db4
-rw---. 1 nobody nobody802816 May  5 13:41 parentid.db4
-rw---. 1 nobody nobody   5308416 May  5 13:41 sn.db4
-rw---. 1 nobody nobody 16384 May  5 13:41 uid.db4
-rw---. 1 nobody nobody   4243456 May  5 13:41 uniquemember.db4

What is the secret to the bak2db? What command line should I use that is 
compatible with the server? How do you convince bak2db to restore

Re: How doo you turn off large letter application

2013-07-22 Thread Aaron Konstam
On Mon, 2013-07-22 at 14:28 +0930, Tim wrote: 
 Allegedly, on or about 21 July 2013, Aaron Konstam sent:
  I have managed to turn on a largr letter application that displays a
  keyboard on the screen. How do I turn is off and when is is name of
  the application? 
 
 Gnome on-screen keyboard?  Or are you using KDE?
 
 Before, or after login, there may be an icon on the toolbar for various
 helper functions (onscreen keyboards, high/low contrast screens, large
 fonts, etc.).
This is the answer to my question. It uses the only option I did not
try. Boo me.
-- 
The surest way to remain a winner is to win once, and then not play any
more.

-- 
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 doo you turn off large letter application

2013-07-21 Thread Aaron Konstam
I have managed to turn on a largr letter application that displays a
keyboard on the screen. How do I turn is off and when is is name of the
application?
-- 
I have a theory that it's impossible to prove anything, but I can't
prove 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: How doo you turn off large letter application

2013-07-21 Thread Tim
Allegedly, on or about 21 July 2013, Aaron Konstam sent:
 I have managed to turn on a largr letter application that displays a
 keyboard on the screen. How do I turn is off and when is is name of
 the application? 

Gnome on-screen keyboard?  Or are you using KDE?

Before, or after login, there may be an icon on the toolbar for various
helper functions (onscreen keyboards, high/low contrast screens, large
fonts, etc.).

-- 
[tim@localhost ~]$ uname -rsvp
Linux 3.9.10-100.fc17.x86_64 #1 SMP Sun Jul 14 01:31:27 UTC 2013 x86_64

All mail to my mailbox is automatically deleted, there is no point
trying to privately email me, I will only read messages posted to the
public lists.

George Orwell's '1984' was supposed to be a warning against tyranny, not
a set of instructions for supposedly democratic governments.



-- 
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 are you?

2013-05-14 Thread Aaron Konstam




http://www.frizzphotozz.com/news_xml.php?techqg862xuciej





















































































































akonstam
Aaron Konstam

Don't mess with anybody who can make a lot more trouble for you than you can 
make for them.
% -- 
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 are you?

2013-05-14 Thread John Aldrich

Quoting Aaron Konstam akons...@sbcglobal.net:






http://www.frizzphotozz



akonstam
Aaron Konstam

Don't mess with anybody who can make a lot more trouble for you than  
 you can make for them.

%


Uh-oh. Looks like someone's email got hacked.
--
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 do you keep contacts in Fedora/KDE?

2013-04-03 Thread Craig White
On Mon, 2013-04-01 at 14:59 +0200, Timothy Murphy wrote:
 As a matter of interest, how do those of you running Fedora/KDE
 keep your contacts?
 I have a rather messy combination of Google contacts, 
 KAddressBook and LDAP,
 but would like to organise something simpler.
 I suspect the simplest solution might be to go over entirely
 to Google contacts, as I want to keep my contacts in sync
 with my Android phone.
 
 But what do people running Fedora/KDE usually do?

I don't want to maintain multiple lists of the same contacts so I too
have been maintaining them in Google even though I had them all in LDAP.
Obviously I want the abstraction so that I can access from all software
on all machines/devices.

LDAP has the added bonus of shared contacts if there is more than one
user that needs access but of course Google Apps for Businesses solves
that issue but now for a cost.

Craig



-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

-- 
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 do you keep contacts in Fedora/KDE?

2013-04-02 Thread Anthony Messina
On Monday, April 01, 2013 02:59:43 PM Timothy Murphy wrote:
 As a matter of interest, how do those of you running Fedora/KDE
 keep your contacts?

I keep my contacts in 389 DS (LDAP), with EGroupware as a frontend.  I access 
them in KDE via Akonadi's DAV Groupware Resource which has an option for 
EGroupware.

This way, I can get them via LDAP, GroupDAV, and sync with Android using 
CardDAV-sync (http://www.dmfs.org/carddav/), which is available in the Play 
Store.

 But what do people running Fedora/KDE usually do?

I have the feeling of late that I am often doing things that people running 
Fedora/KDE aren't usually doing, so I'm disqualifying myself from commenting 
on this. ;)

-A

-- 
Anthony - http://messinet.com - http://messinet.com/~amessina/gallery
8F89 5E72 8DF0 BCF0 10BE 9967 92DC 35DC B001 4A4E


signature.asc
Description: This is a digitally signed message part.
-- 
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 do you keep contacts in Fedora/KDE?

2013-04-02 Thread Max Pyziur

On Mon, 1 Apr 2013, Patrick O'Callaghan wrote:


On Mon, 2013-04-01 at 14:59 +0200, Timothy Murphy wrote:

As a matter of interest, how do those of you running Fedora/KDE
keep your contacts?
I have a rather messy combination of Google contacts,
KAddressBook and LDAP,
but would like to organise something simpler.
I suspect the simplest solution might be to go over entirely
to Google contacts, as I want to keep my contacts in sync
with my Android phone.

But what do people running Fedora/KDE usually do?


Speaking only for myself, I just keep everything in Google Contacts (I
also have an Android phone).

Cue flame-war about evil intentions of Google, etc. ...


While this is a KDE-oriented question my experience may be useful to this 
discussion; my method is to use one Desktop as 
having all PIM data: contacts, calendar, memos, todos. For this I use 
Evolution.


In order to sync it with my Android phone, I use different cloud services, 
with the exception of Google.


The services that I have tried are: Funambol(actually onemediahub.com), 
MemoToo, and Everdroid. Each has its peculiarities and advantages; Memotoo 
is the one that I prefer currently. Everdroid has an advantage of syncing 
text messages (easier to review them in bulk on a webpage than on a 
phone).


In order to sync from the Desktop to the cloud I use syncevolution's gui.

On the Android phone, there are Apps tied to the particular services. On 
the phone, I've deleted the contents of the local phonebook, and just use 
the Memotoo one. Memotoo has the capability to delete its current contents 
and overwrite it with the contents of the server. That way any duplication 
is avoided.


Memotoo charges a fee (~$1.50/month, I think); more nuisance than anything 
else.


The syncevolution email list is very helpful in sorting out issues.


poc




fyi  hth,

Max Pyziur
p...@brama.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


Re: How do you keep contacts in Fedora/KDE?

2013-04-02 Thread Junk


On 2 Apr 2013, at 19:47, Max Pyziur p...@brama.com wrote:

 On Mon, 1 Apr 2013, Patrick O'Callaghan wrote:
 
 On Mon, 2013-04-01 at 14:59 +0200, Timothy Murphy wrote:
 As a matter of interest, how do those of you running Fedora/KDE
 keep your contacts?
 I have a rather messy combination of Google contacts,
 KAddressBook and LDAP,
 but would like to organise something simpler.
 I suspect the simplest solution might be to go over entirely
 to Google contacts, as I want to keep my contacts in sync
 with my Android phone.
 
 But what do people running Fedora/KDE usually do?
 
 Speaking only for myself, I just keep everything in Google Contacts (I
 also have an Android phone).
 
 Cue flame-war about evil intentions of Google, etc. ...
 
 While this is a KDE-oriented question my experience may be useful to this 
 discussion; my method is to use one Desktop as having all PIM data: contacts, 
 calendar, memos, todos. For this I use Evolution.
 
 In order to sync it with my Android phone, I use different cloud services, 
 with the exception of Google.
 
 The services that I have tried are: Funambol(actually onemediahub.com), 
 MemoToo, and Everdroid. Each has its peculiarities and advantages; Memotoo is 
 the one that I prefer currently. Everdroid has an advantage of syncing text 
 messages (easier to review them in bulk on a webpage than on a phone).
 
 In order to sync from the Desktop to the cloud I use syncevolution's gui.
 
 On the Android phone, there are Apps tied to the particular services. On the 
 phone, I've deleted the contents of the local phonebook, and just use the 
 Memotoo one. Memotoo has the capability to delete its current contents and 
 overwrite it with the contents of the server. That way any duplication is 
 avoided.
 
 Memotoo charges a fee (~$1.50/month, I think); more nuisance than anything 
 else.
 
 The syncevolution email list is very helpful in sorting out issues.
 
 poc
 
 fyi  hth,
 
 Max Pyziur
 p...@brama.com
 -- 

I have a small home server that runs the groupware system SOGo http://sogo.nu 
it makes more sense for me as it runs email as well. It works with CardDAV / 
CalDAV and funambol and can be made to work with outlook. It's essentially an 
alternative to zafera. 

Junk. 
-- 
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 do you keep contacts in Fedora/KDE?

2013-04-01 Thread Timothy Murphy
As a matter of interest, how do those of you running Fedora/KDE
keep your contacts?
I have a rather messy combination of Google contacts, 
KAddressBook and LDAP,
but would like to organise something simpler.
I suspect the simplest solution might be to go over entirely
to Google contacts, as I want to keep my contacts in sync
with my Android phone.

But what do people running Fedora/KDE usually do?


-- 
Timothy Murphy  
e-mail: gayleard /at/ eircom.net
tel: +353-86-2336090, +353-1-2842366
s-mail: School of Mathematics, Trinity College Dublin


-- 
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 do you keep contacts in Fedora/KDE?

2013-04-01 Thread Patrick O'Callaghan
On Mon, 2013-04-01 at 14:59 +0200, Timothy Murphy wrote:
 As a matter of interest, how do those of you running Fedora/KDE
 keep your contacts?
 I have a rather messy combination of Google contacts, 
 KAddressBook and LDAP,
 but would like to organise something simpler.
 I suspect the simplest solution might be to go over entirely
 to Google contacts, as I want to keep my contacts in sync
 with my Android phone.
 
 But what do people running Fedora/KDE usually do?

Speaking only for myself, I just keep everything in Google Contacts (I
also have an Android phone).

Cue flame-war about evil intentions of Google, etc. ...

poc

-- 
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 do you keep contacts in Fedora/KDE?

2013-04-01 Thread Steven Stern
On 04/01/2013 09:05 AM, Patrick O'Callaghan wrote:
 On Mon, 2013-04-01 at 14:59 +0200, Timothy Murphy wrote:
 As a matter of interest, how do those of you running Fedora/KDE
 keep your contacts?
 I have a rather messy combination of Google contacts, 
 KAddressBook and LDAP,
 but would like to organise something simpler.
 I suspect the simplest solution might be to go over entirely
 to Google contacts, as I want to keep my contacts in sync
 with my Android phone.

 But what do people running Fedora/KDE usually do?
 
 Speaking only for myself, I just keep everything in Google Contacts (I
 also have an Android phone).
 
 Cue flame-war about evil intentions of Google, etc. ...
 
 poc
 

I, too, keep all my contacts in Google Contacts. They sync to
Thunderbird via the Google Contacts extension, sync to my iPhone, iPad,
and Mac.

-- 
-- Steve
-- 
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


abrt: how can you change bugzilla credentials?

2012-11-17 Thread D. Hugh Redelmeier
On Fedora 17, I'm getting a few aborts.  Before I get to the fundamental 
problem, I'd like to let abrt file a BZ.

The problem is that I mistyped the password when abrt first ran.  Now it 
always uses that wrong password.  So it can never succeed.

Does anyone know how to change abrt's idea of Bugzilla credentials?

Does anyone know where it squirrels awy the Bugzilla credentials?

See https://bugzilla.redhat.com/show_bug.cgi?id=861899

I've looked in /etc/libreport/plugins/bugzilla.conf and in /etc/abrt.
It's not there.
-- 
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: abrt: how can you change bugzilla credentials?

2012-11-17 Thread Sergio


--- Em sáb, 17/11/12, D. Hugh Redelmeier h...@mimosa.com escreveu:

 De: D. Hugh Redelmeier h...@mimosa.com
 Assunto: abrt: how can you change bugzilla credentials?
 Para: users@lists.fedoraproject.org
 Data: Sábado, 17 de Novembro de 2012, 12:33
 On Fedora 17, I'm getting a few
 aborts.  Before I get to the fundamental 
 problem, I'd like to let abrt file a BZ.
 
 The problem is that I mistyped the password when abrt first
 ran.  Now it 
 always uses that wrong password.  So it can never
 succeed.
 
 Does anyone know how to change abrt's idea of Bugzilla
 credentials?
 
 Does anyone know where it squirrels awy the Bugzilla
 credentials?
 
 See https://bugzilla.redhat.com/show_bug.cgi?id=861899
 
 I've looked in /etc/libreport/plugins/bugzilla.conf and in
 /etc/abrt.
 It's not there.
 -- 

Go in 'Preferences' and re-configure the bugzilla account.
-- 
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: abrt: how can you change bugzilla credentials?

2012-11-17 Thread D. Hugh Redelmeier
| From: Sergio sergiocmailbox-userl...@yahoo.com.br

| --- Em sáb, 17/11/12, D. Hugh Redelmeier h...@mimosa.com escreveu:

|  Does anyone know how to change abrt's idea of Bugzilla
|  credentials?

| Go in 'Preferences' and re-configure the bugzilla account.

Ah, thanks.  I had tried that menu but didn't know what to do there.
With your encouragement, I pressed on and succeeded:


Edit: Preferences gets you an Even Configuration window.

In that window, you need to select Bugzilla: report to Bugzilla bug
tracker and click on Configure Event.

Then you get a window where you can adjust credentails.-- 
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 do you make Fedora 16 run a script at boot time, was: Fedora 16 black screen with Radeon HD 6470M: partially solved?

2011-12-09 Thread Michael Schwendt
On Thu, 8 Dec 2011 22:52:15 +0100, MF (M.) wrote:

 On Thu, Dec 08, 2011 22:40:11 PM +0100, Marco Fioretti wrote:
 
  #
  #! /bin/bash
  
  modprobe radeon
  echo IGD  /sys/kernel/debug/vgaswitcheroo/switch
  echo OFF  /sys/kernel/debug/vgaswitcheroo/switch
  #
  
  and then add to /etc/rc/rc.local
 ^^
A typo?

  Is this 
 
 sorry, I hit the button too early. I meant: is it OK? Is it all I
 should do? It turns out it isn't. The script isn't executed at boot.

/etc/rc.d/rc.local is supposed to be executable and exit with return code 0.

systemd will execute it via its /lib/systemd/system/rc-local.service
compatibility service.
-- 
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 do you make Fedora 16 run a script at boot time, was: Fedora 16 black screen with Radeon HD 6470M: partially solved?

2011-12-08 Thread M. Fioretti
On Thu, Dec 08, 2011 22:40:11 PM +0100, Marco Fioretti wrote:

 #
 #! /bin/bash
 
 modprobe radeon
 echo IGD  /sys/kernel/debug/vgaswitcheroo/switch
 echo OFF  /sys/kernel/debug/vgaswitcheroo/switch
 #
 
 and then add to /etc/rc/rc.local
 Is this 

sorry, I hit the button too early. I meant: is it OK? Is it all I
should do? It turns out it isn't. The script isn't executed at boot.

So now the (general) problem is: What is the proper, current way to
make Fedora 16 run a shell script at boot time, possibly before X
starts, as the last script otherwise? The online documentation is
surprisingly lacking on this.

thanks,

Marco
-- 
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 do you make Fedora 16 run a script at boot time, was: Fedora 16 black screen with Radeon HD 6470M: partially solved?

2011-12-08 Thread Reindl Harald


Am 08.12.2011 22:52, schrieb M. Fioretti:
 On Thu, Dec 08, 2011 22:40:11 PM +0100, Marco Fioretti wrote:
 
 #
 #! /bin/bash

 modprobe radeon
 echo IGD  /sys/kernel/debug/vgaswitcheroo/switch
 echo OFF  /sys/kernel/debug/vgaswitcheroo/switch
 #

 and then add to /etc/rc/rc.local
 Is this 
 
 sorry, I hit the button too early. I meant: is it OK? Is it all I
 should do? It turns out it isn't. The script isn't executed at boot.
 
 So now the (general) problem is: What is the proper, current way to
 make Fedora 16 run a shell script at boot time, possibly before X
 starts, as the last script otherwise? The online documentation is
 surprisingly lacking on this.

if you look in systemctl list-unis you find
prefdm.service loaded active running  Display Manager

so make a one-shot service with the right dependency and enable it
with systemctl enable yourservice.service 

/etc/systemd/system/yourservice.service
[Unit]
Description=yourservice
Before=prefdm.service
[Service]
Type=oneshot
ExecStart=/path/to/our/script.sh
[Install]
WantedBy=multi-user.target




signature.asc
Description: OpenPGP digital signature
-- 
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 do you make Fedora 16 run a script at boot time, was: Fedora 16 black screen with Radeon HD 6470M: partially solved?

2011-12-08 Thread M. Fioretti
On Thu, Dec 08, 2011 23:00:29 PM +0100, Reindl Harald wrote:

 if you look in systemctl list-unis you find
 prefdm.service loaded active running  Display Manager

 so make a one-shot service with the right dependency and enable it
 with systemctl enable yourservice.service 

 
 /etc/systemd/system/yourservice.service
 [Unit]
 Description=yourservice
 Before=prefdm.service
 [Service]
 Type=oneshot
 ExecStart=/path/to/our/script.sh
 [Install]
 WantedBy=multi-user.target

Harald,

thanks for the quick answer. Just to be sure I understood everything:

1) is a syntax like this (normal shell script) OK for script.sh or is
   there any special rule in these cases? Is exit OK at the end?

#
#! /bin/bash
modprobe radeon
echo IGD  /sys/kernel/debug/vgaswitcheroo/switch
echo OFF  /sys/kernel/debug/vgaswitcheroo/switch
exit
#

2) shouldn't I put yourservice.service in
   /etc/systemd/system/multi-user.target.wants instead?

3) in /etc/systemd and its subfolders there is no file called
   prefdm.service. Is this OK?

4) where is all this documented anyway?

thanks,
Marco
-- 
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: [389-users] How do you prevent someone from doing this

2011-10-28 Thread Rich Megginson
On 10/20/2011 05:13 AM, Chris Cawley wrote:
 Hello -

 How would you prevent a user who has access from downloading
 the entire directory?  Is there a flag or schema that would allow
 this?
So you want to allow someone to perform normal searches, but not be able 
to search more than N entries at a time?

You could use resource limits and/or simple paged results
http://docs.redhat.com/docs/en-US/Red_Hat_Directory_Server/8.2/html-single/Administration_Guide/index.html#User_Account_Management-Setting_Resource_Limits_Based_on_the_Bind_DN

http://docs.redhat.com/docs/en-US/Red_Hat_Directory_Server/8.2/html-single/Administration_Guide/index.html#About_Indexes-Overview_of_the_Searching_Algorithm

http://docs.redhat.com/docs/en-US/Red_Hat_Directory_Server/8.2/html-single/Administration_Guide/index.html#using-simple-paged-results
 - Thansk
 --
 389 users mailing list
 389-us...@lists.fedoraproject.org
 https://admin.fedoraproject.org/mailman/listinfo/389-users

--
389 users mailing list
389-us...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/389-users


How do you get FC13 to export using NFS3?

2010-03-31 Thread Bill Davidsen
There seems to be a great deal of effort in today's FC13/rawhide release to 
make 
sure NFS3 can't be served. First, opening NFS server in the firewall rules 
doesn't open port 111 (sunrpc) so the connect can be built. Then after opening 
that port manually the firewall RELATED rule no longer considers a port handed 
out in reply to a GETPORT request to be related, and that port gets an 
administratively prohibited ICMP reply.

NFS4 is all wonderful, but it isn't what the clients speak. Is there an option, 
method, script, something to make it work without poking great holes in the 
firewall?

-- 
Bill Davidsen david...@tmr.com
   We have more to fear from the bungling of the incompetent than from
the machinations of the wicked.  - from Slashdot
-- 
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


Re: How do you get FC13 to export using NFS3?

2010-03-31 Thread Patrick O'Callaghan
On Thu, 2010-04-01 at 00:19 -0400, Bill Davidsen wrote:
 There seems to be a great deal of effort in today's FC13/rawhide release to 
 make 
 sure NFS3 can't be served. First, opening NFS server in the firewall rules 
 doesn't open port 111 (sunrpc) so the connect can be built. Then after 
 opening 
 that port manually the firewall RELATED rule no longer considers a port 
 handed 
 out in reply to a GETPORT request to be related, and that port gets an 
 administratively prohibited ICMP reply.
 
 NFS4 is all wonderful, but it isn't what the clients speak. Is there an 
 option, 
 method, script, something to make it work without poking great holes in the 
 firewall?

Shouldn't this be on the Fedora Test list?

poc

-- 
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


[389-users] Multiple LDAP servers - how do you load balance?

2010-02-04 Thread Sean Carolan
For those of you with multiple servers that use replication, how do
you do your load balancing and failover?  DNS round robin?  Some kind
of hardware load balancer like a Netscaler or BigIP F5?
--
389 users mailing list
389-us...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/389-users