Re: [qubes-users] MP3 support but SMB issues on DebVM or SMB support with MP3 issues on FedVM?

2017-02-18 Thread '.' via qubes-users
 Original Message 

Subject: Re: [qubes-users] MP3 support but SMB issues on DebVM or SMB support 
with MP3 issues on FedVM?
Local Time: February 18, 2017 9:24 PM
UTC Time: February 18, 2017 9:24 PM
From: un...@thirdeyesecurity.org
To: . 
qubes-users@googlegroups.com 

On Sat, Feb 18, 2017 at 12:05:57PM -0500, '.' via qubes-users wrote:
> I have been trying to get a "proper" music setup working on my Qubes (3.2) 
> machine and am having issues. On a Fed24VM I can't seem to get mp3 support 
> (tried installing gstreamer no go) and on Deb9 I can connect to my file 
> server via the filemanager but can't find where it is mounting (where as I 
> can just type "mount" in Fed and the last entry is usuall the mount point).
>
> I love VLC for videos, but despise it for music (compared to what I want in a 
> music player). I was able to run foobar2k with wine before (which apparently 
> took care of MP3 support issue in Fed) but that is an unweildy option and I 
> think Quod Libet player will suffice (which I have installed on both Deb/Fed 
> VMs no prob).
>
> I would prefer to use a debVM for my music but could use some suggestions on 
> how to include a line to mount it to a point i can find. I have tried mount 
> -t smb //fileserver/directory /media/testmountdirectory and a few variations 
> (like CIFS) but nothing. I don't have a password on set on the server at the 
> moment and when I mount via the file manager I just put in 
> smb://fileserver/directory it prompts me to connect and I'm in.
>
> How can I set a Deb "AudioVM" to automatically mount the music_directory so 
> it can be accessible to something like Quod Libet?

You should be able to see the mount using gvfs-mount. In Debian the
mount point from nautilus would be under /run/user/.

You don't say exactly what happens when you try a manual mount - unless
"nothing" is a full description, of course. If you looked on the server
you might find helpful logs.
(I'm assuming you have cifs-utils installed .)
Then "mount -v -t cifs //server/mount mountpoint -o user=nobody" should
work and provide useful information.
You could equally well put this in to .bashrc rather than in a
Template, or add an entry to /etc/fstab using the mechanism in
/rw/config/rc.local.

unman
Thx unman.
gvfs-mount did not work for me. I do not no why, maybe it is not install?
I tried the suggestion you made for cifs and first it did not work but it seems 
I did not have it installed. I thought because my fileserver mounted in 
nautilus that everything needed is installd.
I installd cifs and now mountnig works well. Your idea for the .bashrc is good 
because it is better I keep changes to the template minimuml.
Thx so much for the support.

-- 
You received this message because you are subscribed to the Google Groups 
"qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to qubes-users+unsubscr...@googlegroups.com.
To post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/zpQ4IKS3zWyaYpOTgf4_JchhXyvaoq1bpNFyDw9NRXeULNqq7iA6M4zNXpOQrZ81d8UqkrGPRP1mCycmaf8KeqLfPfYvbaGFNo_rBuOEuWE%3D%40protonmail.ch.
For more options, visit https://groups.google.com/d/optout.


Re: [qubes-users] MP3 support but SMB issues on DebVM or SMB support with MP3 issues on FedVM?

2017-02-18 Thread Unman
On Sat, Feb 18, 2017 at 12:05:57PM -0500, '.' via qubes-users wrote:
> I have been trying to get a "proper" music setup working on my Qubes (3.2) 
> machine and am having issues. On a Fed24VM I can't seem to get mp3 support 
> (tried installing gstreamer no go) and on Deb9 I can connect to my file 
> server via the filemanager but can't find where it is mounting (where as I 
> can just type "mount" in Fed and the last entry is usuall the mount point).
> 
> I love VLC for videos, but despise it for music (compared to what I want in a 
> music player). I was able to run foobar2k with wine before (which apparently 
> took care of MP3 support issue in Fed) but that is an unweildy option and I 
> think Quod Libet player will suffice (which I have installed on both Deb/Fed 
> VMs no prob).
> 
> I would prefer to use a debVM for my music but could use some suggestions on 
> how to include a line to mount it to a point i can find. I have tried mount 
> -t smb //fileserver/directory /media/testmountdirectory and a few variations 
> (like CIFS) but nothing. I don't have a password on set on the server at the 
> moment and when I mount via the file manager I just put in 
> smb://fileserver/directory it prompts me to connect and I'm in.
> 
> How can I set a Deb "AudioVM" to automatically mount the music_directory so 
> it can be accessible to something like Quod Libet?

You should be able to see the mount using gvfs-mount. In Debian the
mount point from nautilus would be under /run/user/.

You don't say exactly what happens when you try a manual mount - unless
"nothing" is a full description, of course. If you looked on the server
you might find helpful logs.
(I'm assuming you have cifs-utils installed .)
Then "mount -v -t cifs //server/mount mountpoint -o user=nobody" should
work and provide useful information. 
You could equally well put this in to .bashrc rather than in a
Template, or add an entry to /etc/fstab using the mechanism in
/rw/config/rc.local.

unman

-- 
You received this message because you are subscribed to the Google Groups 
"qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to qubes-users+unsubscr...@googlegroups.com.
To post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/20170218212402.GB23277%40thirdeyesecurity.org.
For more options, visit https://groups.google.com/d/optout.


Re: [qubes-users] MP3 support but SMB issues on DebVM or SMB support with MP3 issues on FedVM?

2017-02-18 Thread Manuel Amador (Rudd-O)
Create a mount unit in your template of the Deb VM, which does the mount.  Have 
it WantedBy=multi-user.target.  Enable it.

Add a ConditionPathExists=/var/run/qubes-service/mediamount to the unit.

Power off the template and the Deb VM.

Thru Qubes Manager, add a Qubes service to the DebVM, naming it mediamount.

Power on the template.

Bam, now that thing mounts only in the Deb VM.

I have an Ansible play for this.  Will publish it soon.

On February 18, 2017 9:05:57 AM PST, "'.' via qubes-users" 
 wrote:
>I have been trying to get a "proper" music setup working on my Qubes
>(3.2) machine and am having issues. On a Fed24VM I can't seem to get
>mp3 support (tried installing gstreamer no go) and on Deb9 I can
>connect to my file server via the filemanager but can't find where it
>is mounting (where as I can just type "mount" in Fed and the last entry
>is usuall the mount point).
>
>I love VLC for videos, but despise it for music (compared to what I
>want in a music player). I was able to run foobar2k with wine before
>(which apparently took care of MP3 support issue in Fed) but that is an
>unweildy option and I think Quod Libet player will suffice (which I
>have installed on both Deb/Fed VMs no prob).
>
>I would prefer to use a debVM for my music but could use some
>suggestions on how to include a line to mount it to a point i can find.
>I have tried mount -t smb //fileserver/directory
>/media/testmountdirectory and a few variations (like CIFS) but nothing.
>I don't have a password on set on the server at the moment and when I
>mount via the file manager I just put in smb://fileserver/directory it
>prompts me to connect and I'm in.
>
>How can I set a Deb "AudioVM" to automatically mount the
>music_directory so it can be accessible to something like Quod Libet?
>
>-- 
>You received this message because you are subscribed to the Google
>Groups "qubes-users" group.
>To unsubscribe from this group and stop receiving emails from it, send
>an email to qubes-users+unsubscr...@googlegroups.com.
>To post to this group, send email to qubes-users@googlegroups.com.
>To view this discussion on the web visit
>https://groups.google.com/d/msgid/qubes-users/vS162_w02q8XeVvlJYqXCAPP0iOD1oRX3Pr8Bw_YVyTlMqv60sDcBeRbDle1W0m02n_GT2k7oyLC1cL9GBOQZMbG7qaHPgQOqv6odmYrEUw%3D%40protonmail.ch.
>For more options, visit https://groups.google.com/d/optout.

-- 
Sent from my Android device with K-9 Mail. Please excuse my brevity.

-- 
You received this message because you are subscribed to the Google Groups 
"qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to qubes-users+unsubscr...@googlegroups.com.
To post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/55D5F7FA-B2FC-4403-99B1-535C7BD4DE9E%40rudd-o.com.
For more options, visit https://groups.google.com/d/optout.


[qubes-users] MP3 support but SMB issues on DebVM or SMB support with MP3 issues on FedVM?

2017-02-18 Thread '.' via qubes-users
I have been trying to get a "proper" music setup working on my Qubes (3.2) 
machine and am having issues. On a Fed24VM I can't seem to get mp3 support 
(tried installing gstreamer no go) and on Deb9 I can connect to my file server 
via the filemanager but can't find where it is mounting (where as I can just 
type "mount" in Fed and the last entry is usuall the mount point).

I love VLC for videos, but despise it for music (compared to what I want in a 
music player). I was able to run foobar2k with wine before (which apparently 
took care of MP3 support issue in Fed) but that is an unweildy option and I 
think Quod Libet player will suffice (which I have installed on both Deb/Fed 
VMs no prob).

I would prefer to use a debVM for my music but could use some suggestions on 
how to include a line to mount it to a point i can find. I have tried mount -t 
smb //fileserver/directory /media/testmountdirectory and a few variations (like 
CIFS) but nothing. I don't have a password on set on the server at the moment 
and when I mount via the file manager I just put in smb://fileserver/directory 
it prompts me to connect and I'm in.

How can I set a Deb "AudioVM" to automatically mount the music_directory so it 
can be accessible to something like Quod Libet?

-- 
You received this message because you are subscribed to the Google Groups 
"qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to qubes-users+unsubscr...@googlegroups.com.
To post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/vS162_w02q8XeVvlJYqXCAPP0iOD1oRX3Pr8Bw_YVyTlMqv60sDcBeRbDle1W0m02n_GT2k7oyLC1cL9GBOQZMbG7qaHPgQOqv6odmYrEUw%3D%40protonmail.ch.
For more options, visit https://groups.google.com/d/optout.


Re: [qubes-users] MP3 support

2016-07-25 Thread neilhardley
My logs look like this:

invalid PResizeInc for 0x540142c (0/0)
invalid PBaseSize for 0x540142c (0/0)
invalid PMinSize for 0x540142c (0/0)
invalid PMaxSize for 0x540007a (2/2)
invalid PMaxSize for 0x54010a3 (2147483647/2147483647)

It's just loads of errors with the following 4 errors

invalid PResizeInc
invalid PBaseSize
invalid PMinSize
invalid PMaxSize

-- 
You received this message because you are subscribed to the Google Groups 
"qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to qubes-users+unsubscr...@googlegroups.com.
To post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/24d8edc7-e443-4fac-a3aa-1e6f347782b7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [qubes-users] MP3 support

2016-07-25 Thread Chris Laprise

On 07/23/2016 10:44 PM, neilhard...@gmail.com wrote:

Yeah. I have a major problem with VLC though.

Whenever I close VLC, it causes all the windows for App VM to disappear from 
the task bar.

Then when I open another app, they all come back.

It also disables all future VLC playback. Once I close VLC once, it never works 
again after, until I restart the App VM.



That sounds like one of these bugs that causes the gui daemon to crash:

https://github.com/QubesOS/qubes-issues/issues/2085
https://github.com/QubesOS/qubes-issues/issues/2171

Have you updated your system recently? If so, then there is still a bug 
and an issue should be (re)opened.


If you can reproduce the problem, you should right-click on the VM in 
Qubes Manager then select logs -> ...guid.log. You should see the 
relevant error message near the bottom, which you can post here.


Chris

--
You received this message because you are subscribed to the Google Groups 
"qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to qubes-users+unsubscr...@googlegroups.com.
To post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/cf227688-3b18-68fa-9f21-8a3bd5617e89%40openmailbox.org.
For more options, visit https://groups.google.com/d/optout.


Re: [qubes-users] MP3 support

2016-07-24 Thread neilhardley
I have to say.. out of everything posted here... the only thing that worked was:

sudo dnf install xmms
sudo dnf install xmms-mp3

XMMS was the only media player that actually worked for me.

At least I got it working though.

-- 
You received this message because you are subscribed to the Google Groups 
"qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to qubes-users+unsubscr...@googlegroups.com.
To post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/6786c4c9-6f79-400a-94e8-520b14a3b427%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [qubes-users] MP3 support

2016-07-24 Thread raahelps
On Saturday, July 23, 2016 at 10:44:56 PM UTC-4, neilh...@gmail.com wrote:
> Yeah. I have a major problem with VLC though.
> 
> Whenever I close VLC, it causes all the windows for App VM to disappear from 
> the task bar.
> 
> Then when I open another app, they all come back.
> 
> It also disables all future VLC playback. Once I close VLC once, it never 
> works again after, until I restart the App VM.

https://ask.fedoraproject.org/en/question/42073/how-i-can-install-audio-codecs-like-mp3/

-- 
You received this message because you are subscribed to the Google Groups 
"qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to qubes-users+unsubscr...@googlegroups.com.
To post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/e31c679a-8a28-4693-9991-c77676b7e9e8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [qubes-users] MP3 support

2016-07-23 Thread neilhardley
Yeah. I have a major problem with VLC though.

Whenever I close VLC, it causes all the windows for App VM to disappear from 
the task bar.

Then when I open another app, they all come back.

It also disables all future VLC playback. Once I close VLC once, it never works 
again after, until I restart the App VM.

-- 
You received this message because you are subscribed to the Google Groups 
"qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to qubes-users+unsubscr...@googlegroups.com.
To post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/85f0a062-f608-4f99-bc83-9be4e94a265f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [qubes-users] MP3 support

2016-07-23 Thread Andrew David Wong
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

On 2016-07-23 18:05, neilhard...@gmail.com wrote:
> What is the definitive guide for MP3 support in QUBES..?
> 
> I just want a list of command to type in the fedora-23 template VM.
> 
> Thanks.
> 

Can you clarify what you mean by "MP3 support"?

FWIW, I installed VLC media player in a Fedora 23 template, and I have no
problem using it to play mp3s.

- -- 
Andrew David Wong (Axon)
Community Manager, Qubes OS
https://www.qubes-os.org
-BEGIN PGP SIGNATURE-

iQIcBAEBCgAGBQJXlBVbAAoJENtN07w5UDAw2vAQAKfr39UJFHCMSo6b3XD142Sv
9df45pOfUuE5nXVZiDdvlVOqnR94fR5l7xZ4KFeAz/uapQR0QGu4JHtMOU8Id6ZP
PYD3+0Di2UjUK6c6BL8UE7BBpxSk4Wxh1dqopXhFJ2KDdXF+IVaTr1jo6sek1IU1
9Ti6P3wFBNMnJPKtcigjOFDsM6+y/10gHXXx0NqhgEZqX73CnwQlw6rzRRh5sTvi
35d0hOTo08cEj9ZvVAd1gloYJ1y0+la25+fE5EZWn3DFlEqlmpgs5tFNqTunTDZ1
3cxFw4g4LMOicCznWTCGQWKLLlGTB01Tmd2ONjJOH2pot1zUgiI9+B7utWbif+XP
YilkUZoSsyVGcALtrDbEiB0SKR/llVHNCAahNQIMHWmlSk8zl0++C1SqqhhemjXM
fmJbTDm8o9DJGOD/ggFoOJGQ2qB4DxK//4EOi2fy3m023nOT2dxlO2SpFl76Uu1l
GGDb+QOKWp9xXLmLF81AyXRaFF4A1cgmJj57jQPgQUGF8hh9g5wFrzv0nrqDgp6X
HC0YxGN/uRVBeoh96fSP5qIPIaGVOSTQ9S9YEOpYEEC1DnysJjUiFl1kW6FGnxz3
uOEwwopBf9zzEdKan71e4irUtLyN6LaXWuxS2RIKNP3+m4QdTfrg6SnjfwG9DQv/
mX/No9D1/z8eFX6Y5/H8
=DJlm
-END PGP SIGNATURE-

-- 
You received this message because you are subscribed to the Google Groups 
"qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to qubes-users+unsubscr...@googlegroups.com.
To post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/2d3d28d0-3981-06ff-4fcc-e83f721c8d53%40qubes-os.org.
For more options, visit https://groups.google.com/d/optout.


[qubes-users] MP3 support

2016-07-23 Thread neilhardley
What is the definitive guide for MP3 support in QUBES..?

I just want a list of command to type in the fedora-23 template VM.

Thanks.

-- 
You received this message because you are subscribed to the Google Groups 
"qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to qubes-users+unsubscr...@googlegroups.com.
To post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/b10fc725-6fe3-408b-988f-c2f0424688dd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.