Rashkae | 1 Oct 2011 01:28

Re: Was: Shuttleworth (SABDFL) wants to shutdown this ubuntu.user list

On 09/30/2011 11:28 AM, Amedee Van Gasse wrote:
> On Thu, September 29, 2011 17:23, Rashkae wrote:
>
>> My idea is simply that mailman requires a function to 'lock a thread'.
>> When invoked by a moderator, any reply to any message in that discussion
>> thread gets rejected.  I see no reason why this would not be relatively
>> trivial to implement.  Sure, it would be easy for people to work around,
>> but only a few would, and those can be dealt with directly as
>> misbehaving agents.  I think that effectively disabling people's 'reply'
>> button to an unwanted discussion thread would solve 90% of the problems
>> with a list like this.
> Due to the nature of SMTP (SIMPLE mail transfer protocol), this would be
> (almost) impossible to implement.
>

Nonsense.  SMTP has nothing to do with in.  Mailman already has to scan 
and modify the headers of every message before re-submitting the message 
the mail server for distribution to the subcriber list.  Mailman also 
aready has the logic to organize mail messages into threads. (which it 
uses for the web based archives.)

The problem here, though, I admit, is that the threading is probably 
done after the message has been processed and "sent to the list".. 
whereas to implement my idea, that information would have to be figured 
out (via Subject header and or  In-Reply-To:  header, or whatever else 
is used to properly thread the messages) and compared to a blacklist of 
threads before being forwarded to the list proper.

Jon Anderson | 1 Oct 2011 02:57

Re: Nvidia driver problem

I tried sudo nvidia-xconfig and I get this which I already know

Using X configuration file: "/etc/X11/xorg.conf".

VALIDATION ERROR: Data incomplete in file /etc/X11/xorg.conf.
                   Device section "Default Device" must have a Driver line.

Backed up file '/etc/X11/xorg.conf' as '/etc/X11/xorg.conf.backup'
New X configuration file written to '/etc/X11/xorg.conf'

Jon Anderson | 1 Oct 2011 03:08

Re: Nvidia driver problem

On 09/28/2011 07:14 PM, Jon Anderson wrote: > I tried "package mesa-utils" and typed "glxgears" and got this= > > Xlib: extension "GLX" missing on display ":1.0". > Error: couldn't get an RGB, Double-buffered visual > "Have you re-booted since you saved your configuration file using Nvidia X Server Settings? ? ?? Try that and then run glxgears again. You're close. "Ric Finally I get 1022 fps
<div>
    On 09/28/2011 07:14 PM, Jon Anderson wrote:
&gt; I tried "package mesa-utils" and typed "glxgears" and got this=
&gt;
&gt; Xlib: extension "GLX" missing on display ":1.0".
&gt; Error: couldn't get an RGB, Double-buffered visual
&gt;
"Have you re-booted since you saved your configuration file using Nvidia 
X Server Settings? ? ?? Try that and then run glxgears again. You're 
close. "Ric

Finally I get 1022 fps

  </div>
Jon Anderson | 1 Oct 2011 03:16

Re: Nvidia driver problem

on Anderson wrote: > I tried "package mesa-utils" and typed "glxgears" and got this= > > Xlib: extension "GLX" missing on display ":1.0". > Error: couldn't get an RGB, Double-buffered visual "Then I would assume that you don't have the nvidia driver working. I have no idea why nvidia-settings displayed the one you want to use, but if it is working, glxgears should always run. So my advice is what I wrote in my first mail in this thread: Run the command sudo nvidia-xconfig in a terminal and then reboot. After that the nvidia driver should be active (check it with glxgears)." Nils Dam Finally I have something in my /etc/X11/xorg.conf


# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 270.41.06  (buildmeister <at> swio-display-x86-rhel47-07.nvidia.com)  Mon Apr 18 15:15:12 PDT 2011


Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Files"
EndSection

Section "InputDevice"

    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"

    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Unknown"
    HorizSync       28.0 - 33.0
    VertRefresh     43.0 - 72.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
<div>
    on Anderson wrote:
&gt; I tried "package mesa-utils" and typed "glxgears" and got this=
&gt; 
&gt; Xlib:  extension "GLX" missing on display ":1.0".
&gt; Error: couldn't get an RGB, Double-buffered visual

"Then I would assume that you don't have the nvidia driver working. I 
have no idea why nvidia-settings displayed the one you want to use, but 
if it is working, glxgears should always run. So my advice is what I 
wrote in my first mail in this thread: Run the command

sudo nvidia-xconfig

in a terminal and then reboot. After that the nvidia driver should be 
active (check it with glxgears)."

Nils

Dam Finally I have something in my /etc/X11/xorg.conf

    <br><br><br>
    # nvidia-xconfig: X configuration file generated by nvidia-xconfig<br>
    # nvidia-xconfig:&nbsp; version 270.41.06&nbsp;
    (<a class="moz-txt-link-abbreviated" href="mailto:buildmeister <at> swio-display-x86-rhel47-07.nvidia.com">buildmeister <at> swio-display-x86-rhel47-07.nvidia.com</a>)&nbsp; Mon Apr 18
    15:15:12 PDT 2011<br><br><br>
    Section "ServerLayout"<br>
    &nbsp;&nbsp;&nbsp; Identifier&nbsp;&nbsp;&nbsp;&nbsp; "Layout0"<br>
    &nbsp;&nbsp;&nbsp; Screen&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp; "Screen0" 0 0<br>
    &nbsp;&nbsp;&nbsp; InputDevice&nbsp;&nbsp;&nbsp; "Keyboard0" "CoreKeyboard"<br>
    &nbsp;&nbsp;&nbsp; InputDevice&nbsp;&nbsp;&nbsp; "Mouse0" "CorePointer"<br>
    EndSection<br><br>
    Section "Files"<br>
    EndSection<br><br>
    Section "InputDevice"<br><br>
    &nbsp;&nbsp;&nbsp; # generated from default<br>
    &nbsp;&nbsp;&nbsp; Identifier&nbsp;&nbsp;&nbsp;&nbsp; "Mouse0"<br>
    &nbsp;&nbsp;&nbsp; Driver&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "mouse"<br>
    &nbsp;&nbsp;&nbsp; Option&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "Protocol" "auto"<br>
    &nbsp;&nbsp;&nbsp; Option&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "Device" "/dev/psaux"<br>
    &nbsp;&nbsp;&nbsp; Option&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "Emulate3Buttons" "no"<br>
    &nbsp;&nbsp;&nbsp; Option&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "ZAxisMapping" "4 5"<br>
    EndSection<br><br>
    Section "InputDevice"<br><br>
    &nbsp;&nbsp;&nbsp; # generated from default<br>
    &nbsp;&nbsp;&nbsp; Identifier&nbsp;&nbsp;&nbsp;&nbsp; "Keyboard0"<br>
    &nbsp;&nbsp;&nbsp; Driver&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "kbd"<br>
    EndSection<br><br>
    Section "Monitor"<br>
    &nbsp;&nbsp;&nbsp; Identifier&nbsp;&nbsp;&nbsp;&nbsp; "Monitor0"<br>
    &nbsp;&nbsp;&nbsp; VendorName&nbsp;&nbsp;&nbsp;&nbsp; "Unknown"<br>
    &nbsp;&nbsp;&nbsp; ModelName&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "Unknown"<br>
    &nbsp;&nbsp;&nbsp; HorizSync&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 28.0 - 33.0<br>
    &nbsp;&nbsp;&nbsp; VertRefresh&nbsp;&nbsp;&nbsp;&nbsp; 43.0 - 72.0<br>
    &nbsp;&nbsp;&nbsp; Option&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "DPMS"<br>
    EndSection<br><br>
    Section "Device"<br>
    &nbsp;&nbsp;&nbsp; Identifier&nbsp;&nbsp;&nbsp;&nbsp; "Device0"<br>
    &nbsp;&nbsp;&nbsp; Driver&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "nvidia"<br>
    &nbsp;&nbsp;&nbsp; VendorName&nbsp;&nbsp;&nbsp;&nbsp; "NVIDIA Corporation"<br>
    EndSection<br><br>
    Section "Screen"<br>
    &nbsp;&nbsp;&nbsp; Identifier&nbsp;&nbsp;&nbsp;&nbsp; "Screen0"<br>
    &nbsp;&nbsp;&nbsp; Device&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "Device0"
  </div>
Douglas Saylor | 1 Oct 2011 03:19
Picon

Issues abandoning Microsoft Windows

With Apple iOS5 not needing iTunes, one of the last reasons to use
Microsoft Windows is going away. Web site access is the last. Here is
a great example: http://www.fafsa.ed.gov click start here & you see
"browser incompadibilty list. Solutions for Microsoft AND Apple, but
zero for Linux. Interesting this is a GOVERNMENT web site!? Crony
capitalism! Anyway ...what ARE my options here? I'm really, REALLY
sick of having a dual boot for an OS I don't enjoy using. Thanks ahead
of time!

Wade Smart | 1 Oct 2011 03:23
Picon

Re: Issues abandoning Microsoft Windows

On Fri, Sep 30, 2011 at 20:19, Douglas Saylor <absdoug <at> gmail.com> wrote:
> With Apple iOS5 not needing iTunes, one of the last reasons to use
> Microsoft Windows is going away. Web site access is the last. Here is
> a great example: http://www.fafsa.ed.gov click start here & you see
> "browser incompadibilty list. Solutions for Microsoft AND Apple, but
> zero for Linux. Interesting this is a GOVERNMENT web site!? Crony
> capitalism! Anyway ...what ARE my options here? I'm really, REALLY
> sick of having a dual boot for an OS I don't enjoy using. Thanks ahead
> of time!
>
> --
> ubuntu-users mailing list
> ubuntu-users <at> lists.ubuntu.com
> Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
>

Had the same problem doing the fafsa for my son. I used virtual box
and ran windows
in that. It sucks for sure to have to do it that way but, it works fine.

Wade
--

-- 
--
Registered Linux User: #480675
Registered Linux Machine: #408606
Linux since June 2005

Jayson Rowe | 1 Oct 2011 03:39
Picon
Gravatar

Re: Issues abandoning Microsoft Windows

On 09/30/2011 09:23 PM, Wade Smart wrote:
> On Fri, Sep 30, 2011 at 20:19, Douglas Saylor<absdoug <at> gmail.com>  wrote:
>> With Apple iOS5 not needing iTunes, one of the last reasons to use
>> Microsoft Windows is going away. Web site access is the last. Here is
>> a great example: http://www.fafsa.ed.gov click start here&  you see
>> "browser incompadibilty list. Solutions for Microsoft AND Apple, but
>> zero for Linux. Interesting this is a GOVERNMENT web site!? Crony
>> capitalism! Anyway ...what ARE my options here? I'm really, REALLY
>> sick of having a dual boot for an OS I don't enjoy using. Thanks ahead
>> of time!
>>
>> --
>> ubuntu-users mailing list
>> ubuntu-users <at> lists.ubuntu.com
>> Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
>>
>
>
> Had the same problem doing the fafsa for my son. I used virtual box
> and ran windows
> in that. It sucks for sure to have to do it that way but, it works fine.
>
> Wade

Have you tried this?: 
https://addons.mozilla.org/en-US/firefox/addon/user-agent-switcher/

-jayson

Jim Byrnes | 1 Oct 2011 03:54
Picon

Virtual box latest version?

I am running Virtual box (PUEL) vers 4.0.12_72916 on 10.04. If I click 
on updates in Virtual Box it tells me that I am running the latest 
version. But on https://www.virtualbox.org/wiki/Downloads it says the 
latest Linux version is 4.1.2.

Looking in Synaptic /contrib (download.virtualbox.org) it shows I have 
version 4.0.12-72916 installed but also shows version 4.1.2-73507 and 
says it is the latest version.

I'm having some problems with a couple of my VM's and want to try the 
latest VB and guest additions. Will I need to install from Synaptic or 
will I eventually be offered a chance to upgrade through VB?

Regards,  Jim

Lucio M Nicolosi | 1 Oct 2011 04:32
Picon

Re: Virtual box latest version?

On Fri, Sep 30, 2011 at 10:54 PM, Jim Byrnes <jf_byrnes <at> comcast.net> wrote:
> I am running Virtual box (PUEL) vers 4.0.12_72916 on 10.04. If I click on
> updates in Virtual Box it tells me that I am running the latest version. But
> on https://www.virtualbox.org/wiki/Downloads it says the latest Linux
> version is 4.1.2.
>
> Looking in Synaptic /contrib (download.virtualbox.org) it shows I have
> version 4.0.12-72916 installed but also shows version 4.1.2-73507 and says
> it is the latest version.
>
> I'm having some problems with a couple of my VM's and want to try the latest
> VB and guest additions. Will I need to install from Synaptic or will I
> eventually be offered a chance to upgrade through VB?
>

You should first remove v. 4.0.1 and then install v.4.1.2.

L.

--

-- 
Lucio M. Nicolosi, Eng.
Open Source Implementation
System and Applications
GNU/Linux

rikona | 1 Oct 2011 05:25
Favicon

Re: [OT] get rid of OT

Hello Amedee,

Friday, September 30, 2011, 8:31:57 AM, Amedee wrote:

>> This was done for Mandrake and worked very well. Why not here? This
>> issue keeps coming up over, and over, and over...

> What you are asking, is to revive sounder.

No. Sounder was directly associated with Ubuntu, and that is not
appropriate for an OT list that will get in to questionable behavior
and material. The OT list I am proposing is completely separate from
UB and not run by UB.

> Or did I misunderstand you?

Yes, I think you did. Is that more clear, or did the above not address
your thoughts?

--

-- 

 rikona        


Gmane