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

[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 : > I'm interested in making a TCP Listener in C / C++ on Linux to accep

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 wrote: On 02/05/14 17:00, walt wrote: > On 02/05/2014 04:32 PM, Joseph wrote: >> Kerel panic - not s

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

2014-02-06 Thread Grant Edwards
On 2014-02-06, J. Roeleveld wrote: > On 5 February 2014 15:58:22 CET, Grant Edwards > wrote: >>On 2014-02-05, J. Roeleveld wrote: >>> On 4 February 2014 22:27:03 CET, Grant Edwards >> wrote: >>> Are the VLAN configuration docs up to date? http://www.gentoo.org/doc/en/handbook/handb

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

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 wrote: >On 2014-02-06, J. Roeleveld wrote: >> On 5 February 2014 15:58:22 CET, Grant Edwards > wrote: >>>On 2014-02-05, J. Roeleveld wrote: On 4 February 2014 22:27:03 CET, Grant Edwards >>> wrote: >Are the VLAN configuration docs up

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

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 blo

[gentoo-user] Re: module woes

2014-02-06 Thread James
Alan McKinnon 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, either the ver

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

2014-02-06 Thread Grant Edwards
On 2014-02-06, J. Roeleveld 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. I hadn't tho

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

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

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

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 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 udev and e

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

[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 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 wrote: > >On Thu, 6 February 2014, at 3:35 pm, J. Roeleveld >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. My apologies. I had

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 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 have x11-base

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

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

[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" > 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, race-f

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 wrote: > On 02/05/2014 06:25 PM, Canek Peláez Valdés wrote: >> On Feb 5, 2014 6:23 PM, "walt" > > 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