Re: [gentoo-user] can not mount USB stick as user

2014-02-06 Thread Neil Bothwick
On Wed, 5 Feb 2014 17:32:13 -0700, Joseph wrote: You don't need to change grub.conf to reboot with different options, just press e and edit the options in place. When I try to boot I'm getting an error: VFS: Can not open device hda3 or unknown block (0,0): error -6 You can change GRUB

[gentoo-user] genkernel-next will not mount /usr but genkernel will

2014-02-06 Thread covici
Hi folks. I wanted to switch to using genkernel-next instead of genkernel so eventually I could switch to using systemd. However genkernel-next-50 will not mount my /usr file system. I have everything on lvm volumes, except my /boot which is a regular partition. With the regular genkernel /usr

Re: [gentoo-user] Tcp Listener

2014-02-06 Thread 钱泽森
Maybe I miss your problem.But there is a command line program names 'netcat', which can send/receive TCP/UDP messages. also would be nice to check its source code if you are interested to writing your own. 2014-02-04 xarman manousidis@gmail.com: I'm interested in making a TCP Listener in C

Re: [gentoo-user] Re: can not mount USB stick as user

2014-02-06 Thread Alan McKinnon
On 06/02/2014 08:19, Peter Humphrey wrote: On Wednesday 05 Feb 2014 20:02:00 Joseph wrote: On 02/05/14 20:30, Canek Peláez Valdés wrote: On Wed, Feb 5, 2014 at 7:19 PM, Joseph syscon...@gmail.com wrote: On 02/05/14 17:00, walt wrote: On 02/05/2014 04:32 PM, Joseph wrote: Kerel panic - not

[gentoo-user] Re: Is VLAN configuration manual section up to date?

2014-02-06 Thread Grant Edwards
On 2014-02-06, J. Roeleveld jo...@antarean.org wrote: On 5 February 2014 15:58:22 CET, Grant Edwards grant.b.edwa...@gmail.com wrote: On 2014-02-05, J. Roeleveld jo...@antarean.org wrote: On 4 February 2014 22:27:03 CET, Grant Edwards grant.b.edwa...@gmail.com wrote: Are the VLAN

Re: [gentoo-user] Re: can not mount USB stick as user

2014-02-06 Thread Peter Humphrey
On Thursday 06 Feb 2014 14:30:24 Alan McKinnon wrote: On 06/02/2014 08:19, Peter Humphrey wrote: On Wednesday 05 Feb 2014 20:02:00 Joseph wrote: ---8 Here it is: grub.conf default 0 timeout 30 title Gentoo Current Kernel root (hd0,0) kernel /boot/kernel-current root=/dev/hda3

Re: [gentoo-user] Re: Is VLAN configuration manual section up to date?

2014-02-06 Thread J. Roeleveld
On 6 February 2014 15:31:58 CET, Grant Edwards grant.b.edwa...@gmail.com wrote: On 2014-02-06, J. Roeleveld jo...@antarean.org wrote: On 5 February 2014 15:58:22 CET, Grant Edwards grant.b.edwa...@gmail.com wrote: On 2014-02-05, J. Roeleveld jo...@antarean.org wrote: On 4 February 2014 22:27:03

Re: [gentoo-user] Re: can not mount USB stick as user

2014-02-06 Thread J. Roeleveld
On 6 February 2014 16:09:32 CET, Peter Humphrey pe...@prh.myzen.co.uk wrote: On Thursday 06 Feb 2014 14:30:24 Alan McKinnon wrote: On 06/02/2014 08:19, Peter Humphrey wrote: On Wednesday 05 Feb 2014 20:02:00 Joseph wrote: ---8 Here it is: grub.conf default 0 timeout 30 title

Re: [gentoo-user] can not mount USB stick as user

2014-02-06 Thread Joseph
On 02/06/14 09:09, Neil Bothwick wrote: On Wed, 5 Feb 2014 17:32:13 -0700, Joseph wrote: You don't need to change grub.conf to reboot with different options, just press e and edit the options in place. When I try to boot I'm getting an error: VFS: Can not open device hda3 or unknown block

[gentoo-user] Re: module woes

2014-02-06 Thread James
Alan McKinnon alan.mckinnon at gmail.com writes: Let's thin about this logically. A kernel does not get told it's version, it already knows that, and modules are versioned too. A kernel finds it's modules by looking in /path/to/modules/`uname -r` uname -r returns: 3.13.1-gentoo So,

[gentoo-user] Re: Is VLAN configuration manual section up to date?

2014-02-06 Thread Grant Edwards
On 2014-02-06, J. Roeleveld jo...@antarean.org wrote: If the switch supports bonding, use that as well. I have 4 interfaces in a single bond. On that bond I have the vlans configured. Helps with the throughput as I have multiple machines pulling data from there connected to the same switch.

[gentoo-user] blocking -systemd

2014-02-06 Thread Joseph
I have in make.conf USE: ... -systemd But gnome-base/gnome-settings-daemon wants to pull in systemd-208 so I need to emerge sys-apps/systemd-208-r2 and I have installed udev which conflicts with systemd. Do I need to unmerge udev and emerge systemd. I'm not planning on switching to systemd

Re: [gentoo-user] Re: module woes

2014-02-06 Thread Alan McKinnon
On 06/02/2014 18:08, James wrote: [working theory: the kernel throws permission denied errors when it's asked in weird ways to load wrong versioned modules. Pure speculation, I've never done this at all and don't know what the error is] The permission are all consistent now (/lib/modules/*).

Re: [gentoo-user] Re: can not mount USB stick as user

2014-02-06 Thread Alan McKinnon
On 06/02/2014 17:09, Peter Humphrey wrote: On Thursday 06 Feb 2014 14:30:24 Alan McKinnon wrote: On 06/02/2014 08:19, Peter Humphrey wrote: On Wednesday 05 Feb 2014 20:02:00 Joseph wrote: ---8 Here it is: grub.conf default 0 timeout 30 title Gentoo Current Kernel root (hd0,0) kernel

Re: [gentoo-user] going from systemd to udev

2014-02-06 Thread Pavel Volkov
On Tuesday 04 February 2014 18:38:27 Joseph wrote: I don't have pmount installed, and I'm not sure what XFCE4 is using. How to find out? You said that you have systemd installed, but did you actually *boot* systemd as init (PID 1)?

Re: [gentoo-user] Re: can not mount USB stick as user

2014-02-06 Thread Joseph
On 02/06/14 21:19, Alan McKinnon wrote: On 06/02/2014 17:09, Peter Humphrey wrote: On Thursday 06 Feb 2014 14:30:24 Alan McKinnon wrote: On 06/02/2014 08:19, Peter Humphrey wrote: On Wednesday 05 Feb 2014 20:02:00 Joseph wrote: ---8 Here it is: grub.conf default 0 timeout 30 title Gentoo

Re: [gentoo-user] blocking -systemd

2014-02-06 Thread Canek Peláez Valdés
On Thu, Feb 6, 2014 at 12:49 PM, Joseph syscon...@gmail.com wrote: I have in make.conf USE: ... -systemd But gnome-base/gnome-settings-daemon wants to pull in systemd-208 so I need to emerge sys-apps/systemd-208-r2 and I have installed udev which conflicts with systemd. Do I need to unmerge

Re: [gentoo-user] Re: can not mount USB stick as user

2014-02-06 Thread Canek Peláez Valdés
On Thu, Feb 6, 2014 at 1:36 PM, Joseph syscon...@gmail.com wrote: On 02/06/14 21:19, Alan McKinnon wrote: On 06/02/2014 17:09, Peter Humphrey wrote: On Thursday 06 Feb 2014 14:30:24 Alan McKinnon wrote: On 06/02/2014 08:19, Peter Humphrey wrote: On Wednesday 05 Feb 2014 20:02:00 Joseph

[gentoo-user] system is trying to install mask package

2014-02-06 Thread Joseph
In /etc/portage/package.mask I have masked: =x11-base/xorg-server-1.14.3-r2 but emerge is trying to install it, why? emerge -avq xorg-server * Last emerge --sync was 45d 3h 42m 30s ago. [ebuild r UD] x11-base/xorg-server-1.14.3-r2 [1.14.99.904] USE=ipv6 nptl suid udev xorg -dmx -doc -kdrive

Re: [gentoo-user] system is trying to install mask package

2014-02-06 Thread Joseph
On 02/06/14 13:33, Joseph wrote: In /etc/portage/package.mask I have masked: =x11-base/xorg-server-1.14.3-r2 but emerge is trying to install it, why? emerge -avq xorg-server * Last emerge --sync was 45d 3h 42m 30s ago. [ebuild r UD] x11-base/xorg-server-1.14.3-r2 [1.14.99.904] USE=ipv6 nptl

Re: [gentoo-user] Is VLAN configuration manual section up to date?

2014-02-06 Thread Stroller
On Thu, 6 February 2014, at 3:35 pm, J. Roeleveld jo...@antarean.org wrote: Sent from my Android device with K-9 Mail. Please excuse my brevity. A google seems to suggest this client is able to send plain-text messages. Stroller.

Re: [gentoo-user] Is VLAN configuration manual section up to date?

2014-02-06 Thread J. Roeleveld
On 6 February 2014 22:13:26 CET, Stroller strol...@stellar.eclipse.co.uk wrote: On Thu, 6 February 2014, at 3:35 pm, J. Roeleveld jo...@antarean.org wrote: Sent from my Android device with K-9 Mail. Please excuse my brevity. A google seems to suggest this client is able to send plain-text

Re: [gentoo-user] system is trying to install mask package

2014-02-06 Thread Stroller
On Thu, 6 February 2014, at 8:33 pm, Joseph syscon...@gmail.com wrote: … * Last emerge --sync was 45d 3h 42m 30s ago. [ebuild r UD] x11-base/xorg-server-1.14.3-r2 [1.14.99.904] USE=ipv6 nptl suid udev xorg -dmx -doc -kdrive -minimal (-selinux) If I'm reading this correctly, you currently

Re: [gentoo-user] system is trying to install mask package

2014-02-06 Thread Joseph
On 02/06/14 21:20, Stroller wrote: On Thu, 6 February 2014, at 8:33 pm, Joseph syscon...@gmail.com wrote: … * Last emerge --sync was 45d 3h 42m 30s ago. [ebuild r UD] x11-base/xorg-server-1.14.3-r2 [1.14.99.904] USE=ipv6 nptl suid udev xorg -dmx -doc -kdrive -minimal (-selinux) If I'm

Re: [gentoo-user] Is VLAN configuration manual section up to date?

2014-02-06 Thread Stroller
On Thu, 6 February 2014, at 9:20 pm, J. Roeleveld jo...@antarean.org wrote: Sent from my Android device with K-9 Mail. Please excuse my brevity. A google seems to suggest this client is able to send plain-text messages. My apologies. I had it set to text only. For some reason it

[gentoo-user] Re: going from systemd to udev

2014-02-06 Thread walt
On 02/05/2014 06:25 PM, Canek Peláez Valdés wrote: On Feb 5, 2014 6:23 PM, walt w41...@gmail.com mailto:w41...@gmail.com wrote: [ snip ] I am seat0 I'm more concerned about you being seat0, and you being asked for a password. In theory that's what logind solves, and in a much more cleaner,

Re: [gentoo-user] Re: going from systemd to udev

2014-02-06 Thread Canek Peláez Valdés
On Thu, Feb 6, 2014 at 7:21 PM, walt w41...@gmail.com wrote: On 02/05/2014 06:25 PM, Canek Peláez Valdés wrote: On Feb 5, 2014 6:23 PM, walt w41...@gmail.com mailto:w41...@gmail.com wrote: [ snip ] I am seat0 I'm more concerned about you being seat0, and you being asked for a password. In