Search found 406 matches

by radioz
Tue Sep 18, 2012 9:53 pm
Forum: File Sharing
Topic: Folders visible, but not files
Replies: 8
Views: 3789

Re: Folders visible, but not files

Make sure that your wife is a member of the 'users' group. To check, log into your hda and type:
id <username>

It should show groups=xxx (<groupname>) along with other information. All the users you want to have access to the shares must be members of the 'users' group.

Good luck!
by radioz
Thu Sep 06, 2012 5:31 pm
Forum: Networking
Topic: Strange Networking Issue - Solved
Replies: 10
Views: 4466

Re: Strange Networking Issue

Are you certain that you don't have a second DHCP server on your network?
Those do look like strange errors.
by radioz
Wed Aug 29, 2012 7:49 pm
Forum: Networking
Topic: My HDA lost the NAMED.CONF file ...
Replies: 4
Views: 2413

Re: My HDA lost the NAMED.CONF file ...

Which OS are you running? F14 or Ubuntu 12.04? What do you get from: ps -e|grep named ? The title of your message says you lost /etc/named.conf. Is this true? I know that this is generated by hdactl, but I don't know how to do this. Anyone else familiar with hdactl? Is this a fresh installation, or ...
by radioz
Sat Aug 04, 2012 6:53 pm
Forum: Beginners and Newbies
Topic: Will Amahi do what I need?
Replies: 23
Views: 6418

Re: Will Amahi do what I need?

(IRC = Internet Relay Chat)

Good luck!
by radioz
Thu Jun 21, 2012 6:32 pm
Forum: Networking
Topic: New router with different settings
Replies: 5
Views: 3366

Re: New router with different settings

Can you re-configure your router?

It is usually pretty easy for most routers.
by radioz
Sun May 27, 2012 7:58 am
Forum: Beginners and Newbies
Topic: VPN connection
Replies: 1
Views: 1062

Re: VPN connection

Try:
gksu gedit /etc/openvpn/amahi.conf

This runs gedit as root.

You can use gksu for gtk applications (like gedit), or sudo for command line programs. They prompt for your password and then run the programs as root.

Good luck.
by radioz
Wed Apr 18, 2012 5:38 pm
Forum: File Sharing
Topic: File transfer speeds [RESOLVED]
Replies: 11
Views: 7193

Re: File transfer speeds

Is this slowdown simply the write speed when using greyhole?
What happens if you copy a local file from a pc to a share? Is it slow also?
I don't use greyhole, so I'm not sure if it has a slow write behavior.
by radioz
Fri Apr 13, 2012 6:00 pm
Forum: Applications
Topic: [SOLVED] Videos5: Can't encode videos - permissions error
Replies: 2
Views: 1646

Re: [SOLVED] Videos5: Can't encode videos - permissions err

I don't use Videos5, but another solution would have been to sudo chown apache:user <path>. This avoids making it writable by anybody (only those that are members of the 'user' group).

Glad you got it working.
by radioz
Fri Mar 23, 2012 6:01 pm
Forum: Beginners and Newbies
Topic: Unable to access share sub directories [solved]
Replies: 6
Views: 2118

Re: Unable to access share sub directories

Are all of the other users members of the 'users' group? On your hda, open a terminal window and type: groups <username> Where <username> is replaced by the username that is having problems accessing the share. It should show something like: joe : users If it doesn't, then that is your problem and a...
by radioz
Thu Mar 22, 2012 5:42 pm
Forum: General Discussion and Announcements
Topic: Xen or VMWare machines and Amahi
Replies: 4
Views: 2562

Re: Xen or VMWare machines and Amahi

Generally VM's use files for disk drives. When you create a new VM it creates a file large enough to hold the 'disk storage' for it. I use Virtualbox myself, and have a bunch of VM's to test out different Linux distributions. Each one has a file (say 10 - 30 GB) that holds the partitions for the ins...