ninguna de la informcion enviada la he podido utilizar x q viene en ingles<br><br><div class="gmail_quote">2011/6/17  <span dir="ltr"><<a href="mailto:ubuntu-users-request@lists.ubuntu.com">ubuntu-users-request@lists.ubuntu.com</a>></span><br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">Send ubuntu-users mailing list submissions to<br>
        <a href="mailto:ubuntu-users@lists.ubuntu.com">ubuntu-users@lists.ubuntu.com</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-users" target="_blank">https://lists.ubuntu.com/mailman/listinfo/ubuntu-users</a><br>
or, via email, send a message with subject or body 'help' to<br>
        <a href="mailto:ubuntu-users-request@lists.ubuntu.com">ubuntu-users-request@lists.ubuntu.com</a><br>
<br>
You can reach the person managing the list at<br>
        <a href="mailto:ubuntu-users-owner@lists.ubuntu.com">ubuntu-users-owner@lists.ubuntu.com</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than "Re: Contents of ubuntu-users digest..."<br>
<br>
<br>
Today's Topics:<br>
<br>
   1. Re: GRUB Section in 11.04 Preseed file (nikhil .)<br>
   2. Re: Ubuntu 10.04 Updates List (Oliver Grawert)<br>
   3. Re: Ubuntu 10.04 Updates List (Oliver Grawert)<br>
   4. Re: I post the link for slow 11.04 (Goh Lip)<br>
   5. Re: Reminderfox date select boxes too small (Colin Law)<br>
   6. Re: GRUB Section in 11.04 Preseed file (Marc Deslauriers)<br>
   7. Re: [SOLVED?] Re: under newer hand-rolled kernel, sound has<br>
      gone      away    on ubuntu 11.04 (Rashkae)<br>
   8. Re: [SOLVED?] Re: under newer hand-rolled kernel, sound has<br>
      gone      away on ubuntu 11.04 (Robert P. J. Day)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Fri, 17 Jun 2011 12:34:47 -0500<br>
From: "nikhil ." <<a href="mailto:nikhil.fakeaccount@gmail.com">nikhil.fakeaccount@gmail.com</a>><br>
To: <a href="mailto:ubuntu-users@lists.ubuntu.com">ubuntu-users@lists.ubuntu.com</a><br>
Subject: Re: GRUB Section in 11.04 Preseed file<br>
Message-ID: <BANLkTi=mWWVaWnxTZDiF1007de0NTV=<a href="mailto:Lgg@mail.gmail.com">Lgg@mail.gmail.com</a>><br>
Content-Type: text/plain; charset="iso-8859-1"<br>
<br>
On Thu, 2011-06-16 at 15:23 -0500, nikhil . wrote:<br>
>* Hi Guys, *>*  *>* In my company we use the Ubuntu alternate ISO to automate our Ubuntu*>* deployments on many hundreds of systems. I'm trying to test Ubuntu*>* 11.04 installs now and have gone past several issues in the preseed*>* file but I'm stuck with an error in GRUB install. *>*  *>* In 11.04 x64 installer, I get a prompt for "Select location for*>* installing GRUB" and then I enter /dev/sda but this does not work. I*>* have tried /dev/sda1, /dev/sda3, /dev/sda5 (all are valid partitions).*>* My section in preseed file is *>*  *>* d-i grub-installer/only_debian boolean false*>* d-i grub-installer/with_other_os boolean false*>* d-i grub-installer/bootdev  string /dev/sda1*>* *>*  What is strange is that the above section works for the 11.04 32-bit*>* installer without a problem. *>*  *>* Has anyone seen this? Please help.*<br>

>>I think you need to specify the partition in a grub format, ie:<br>
<br>
>>d-i grub-installer/bootdev  string (hd0)<br>
<br>
>>Marc.<br>
<br>
<br>
Hi Marc,<br>
<br>
In previous versions of Ubuntu the grub format (hd0,0) used to workl. In<br>
Ubuntu 11.04 x86, I encountered an error which went away after I changed the<br>
format to /dev/sda. But for x64 the error appears with both formats.<br>
<br>
thanks<br>
Nikhil<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a href="https://lists.ubuntu.com/archives/ubuntu-users/attachments/20110617/c22050be/attachment-0001.html" target="_blank">https://lists.ubuntu.com/archives/ubuntu-users/attachments/20110617/c22050be/attachment-0001.html</a>><br>

<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Fri, 17 Jun 2011 19:37:36 +0200<br>
From: Oliver Grawert <<a href="mailto:ogra@ubuntu.com">ogra@ubuntu.com</a>><br>
To: <a href="mailto:ubuntu-users@lists.ubuntu.com">ubuntu-users@lists.ubuntu.com</a><br>
Subject: Re: Ubuntu 10.04 Updates List<br>
Message-ID: <1308332256.18095.4.camel@osiris><br>
Content-Type: text/plain; charset="UTF-8"<br>
<br>
hi,<br>
Am Freitag, den 17.06.2011, 12:08 -0400 schrieb Donald Talbert:<br>
> On Fri, 2011-06-17 at 17:13 +0200, Nils Kassube wrote:<br>
> > Esben Stien wrote:<br>
> > > Nils Kassube <<a href="mailto:kassube@gmx.net">kassube@gmx.net</a>> writes:<br>
> > > > In synaptic mark all updates and then select "File" -> "Generate<br>
> > > > package download script".<br>
> > ><br>
> > > You didn't read my entire mail before you replied.<br>
> ><br>
> > Or maybe I didn't understand your intention, because I did read the mail<br>
> > completely before I replied. Anyway, sorry if that answer wasn't what<br>
> > you are looking for.<br>
> ><br>
> ><br>
> > Nils<br>
> ><br>
><br>
> Close though, I'm also interested in how to do what the OP is asking. :)<br>
here is a one liner:<br>
<br>
for file in $(grep-dctrl -n -s Package -F Status "ok<br>
installed" /var/lib/dpkg/status|sort -u);do apt-cache show $file|grep<br>
Filename|sed -e 's/Filename: /http:\/\/<a href="http://archive.ubuntu.com" target="_blank">archive.ubuntu.com</a>\//';done<br>
<br>
ciao<br>
        oli<br>
<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 3<br>
Date: Fri, 17 Jun 2011 19:47:13 +0200<br>
From: Oliver Grawert <<a href="mailto:ogra@ubuntu.com">ogra@ubuntu.com</a>><br>
To: <a href="mailto:ubuntu-users@lists.ubuntu.com">ubuntu-users@lists.ubuntu.com</a><br>
Subject: Re: Ubuntu 10.04 Updates List<br>
Message-ID: <1308332833.18095.8.camel@osiris><br>
Content-Type: text/plain; charset="UTF-8"<br>
<br>
hi,<br>
Am Freitag, den 17.06.2011, 19:37 +0200 schrieb Oliver Grawert:<br>
> hi,<br>
> Am Freitag, den 17.06.2011, 12:08 -0400 schrieb Donald Talbert:<br>
> > On Fri, 2011-06-17 at 17:13 +0200, Nils Kassube wrote:<br>
> > > Esben Stien wrote:<br>
> > > > Nils Kassube <<a href="mailto:kassube@gmx.net">kassube@gmx.net</a>> writes:<br>
> > > > > In synaptic mark all updates and then select "File" -> "Generate<br>
> > > > > package download script".<br>
> > > ><br>
> > > > You didn't read my entire mail before you replied.<br>
> > ><br>
> > > Or maybe I didn't understand your intention, because I did read the mail<br>
> > > completely before I replied. Anyway, sorry if that answer wasn't what<br>
> > > you are looking for.<br>
> > ><br>
> > ><br>
> > > Nils<br>
> > ><br>
> ><br>
> > Close though, I'm also interested in how to do what the OP is asking. :)<br>
> here is a one liner:<br>
><br>
> for file in $(grep-dctrl -n -s Package -F Status "ok<br>
> installed" /var/lib/dpkg/status|sort -u);do apt-cache show $file|grep<br>
> Filename|sed -e 's/Filename: /http:\/\/<a href="http://archive.ubuntu.com" target="_blank">archive.ubuntu.com</a>\//';done<br>
><br>
oops, i just read the OP mail again, the one liner above only gives you<br>
the wget'able urls of all installed packages of a system, so you would<br>
have to run it on 10.04.3 to actually get the difference between the two<br>
machines ...<br>
<br>
though it should be generally doable with some similar grep-dctrl<br>
command to get the package list of upgradeable packages.<br>
<br>
ciao<br>
        oli<br>
<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 4<br>
Date: Sat, 18 Jun 2011 03:51:22 +0800<br>
From: Goh Lip <<a href="mailto:g.lip@gmx.com">g.lip@gmx.com</a>><br>
To: <a href="mailto:ubuntu-users@lists.ubuntu.com">ubuntu-users@lists.ubuntu.com</a><br>
Subject: Re: I post the link for slow 11.04<br>
Message-ID: <<a href="mailto:4DFBB03A.2050508@gmx.com">4DFBB03A.2050508@gmx.com</a>><br>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed<br>
<br>
On 06/18/2011 01:11 AM, FireSam wrote:<br>
><br>
><br>
> On Sat, May 21, 2011 at 2:04 PM, Goh Lip <<a href="mailto:g.lip@gmx.com">g.lip@gmx.com</a><br>
> <mailto:<a href="mailto:g.lip@gmx.com">g.lip@gmx.com</a>>> wrote:<br>
><br>
>     On 05/22/2011 01:55 AM, William Biggs wrote:<br>
><br>
>         On Sun, 2011-05-22 at 01:14 +0800, Goh Lip wrote:<br>
><br>
>             On 05/22/2011 12:39 AM, William Biggs wrote:<br>
><br>
><br>
>             Is the 11.04 on the hard drive or on an external usb drive?<br>
><br>
><br>
>         yes it is installed on the whole hard drive 11.04 is the only os<br>
><br>
><br>
>     Asking this because there is an unresolved bug on slow boots from<br>
>     external drive grubs (I am experiencing this too).<br>
><br>
><br>
> Is this still unresolved? I tried searching but did not find anything<br>
> about 11.04.<br>
><br>
> Thanks. Sam.<br>
><br>
<br>
<br>
Thanks for asking, Sam.<br>
The closest links I've got are<br>
<a href="https://bugs.launchpad.net/ubuntu/+source/linux/+bug/595448" target="_blank">https://bugs.launchpad.net/ubuntu/+source/linux/+bug/595448</a><br>
<a href="https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/576448" target="_blank">https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/576448</a><br>
<br>
I did not add to them as...<br>
[1] I use a much simplified grub.cfg from its own partition (applies to<br>
booting from usb too), ie not from an OS grub.<br>
[2] When booting to usb, it's always booting an iso file, not an<br>
installed OS.<br>
[3] The iso OS is a minimal ubuntu on e17 gui, not the normal<br>
gnome/unity/kde gui.<br>
<br>
Nevertheless, before replying to you, I tested by setting the 'normal'<br>
natty grub to mbr and use that to boot to the (minimal) iso file in the<br>
usb. Confirm that there is the 'lag' of about 45 secs when pressing<br>
'enter' at (modified) menu till computer (lights) shows any activity.<br>
Total boot time is about 105 secs (e17 is fast, boot time wise, 20 secs).<br>
<br>
Further note I had wondered about the role the many partitions and<br>
externals play in this, but found that booting up the same usb in other<br>
(simpler setup) computers have the same lag, or slightly longer.<br>
<br>
Anyhow, it is not a 'show-stopper' and I do not want to make a fuss out<br>
of it (I'm not the OP). But thanks.<br>
<br>
Regards - Goh Lip<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 5<br>
Date: Fri, 17 Jun 2011 20:49:27 +0100<br>
From: Colin Law <<a href="mailto:clanlaw@googlemail.com">clanlaw@googlemail.com</a>><br>
To: "Ubuntu user technical support,     not for general discussions"<br>
        <<a href="mailto:ubuntu-users@lists.ubuntu.com">ubuntu-users@lists.ubuntu.com</a>><br>
Subject: Re: Reminderfox date select boxes too small<br>
Message-ID: <<a href="mailto:BANLkTinwcWzGs7TU-GvcSKjp1PVq%2BjxoMQ@mail.gmail.com">BANLkTinwcWzGs7TU-GvcSKjp1PVq+jxoMQ@mail.gmail.com</a>><br>
Content-Type: text/plain; charset=UTF-8<br>
<br>
On 28 May 2011 21:21, Colin Law <<a href="mailto:clanlaw@googlemail.com">clanlaw@googlemail.com</a>> wrote:<br>
> On 28 May 2011 17:33, Jim Byrnes <<a href="mailto:jf_byrnes@comcast.net">jf_byrnes@comcast.net</a>> wrote:<br>
>> On 05/28/2011 10:20 AM, Colin Law wrote:<br>
>>><br>
>>> Is anyone else using Reminderfox in Ubuntu 11.04? ?Since I upgraded to<br>
>>> 11.04 the date select boxes in Add/Edit reminder dialog are too small<br>
>>> and only show one digit.<br>
>>> I am using Reminderfox 1.9.9.3.1 with Firefox 4.0.1<br>
>>><br>
>>> If I want to report this should I do it against Firefox?<br>
>>><br>
>><br>
>> I just added it to Firefox 4.0.1, Ubuntu 11.04 on my Thinkpad and see the<br>
>> same thing. ?As to where to report it, I'm not sure, sorry.<br>
><br>
> For reference I have submitted a bug:<br>
> <a href="https://www.mozdev.org/bugs/show_bug.cgi?id=24046" target="_blank">https://www.mozdev.org/bugs/show_bug.cgi?id=24046</a><br>
<br>
For the record it appears this is actually a problem with Firefox<br>
itself (and the situation is also seen in Thunderbird).  In Ubuntu<br>
11.4 and Firefox 4.0.1 in Edit > Preferences > Content, for example,<br>
the select box for font size is too small to show the digits, but only<br>
when certain system themes are selected.  The problem appears in the<br>
Ambiance and Clearlooks themes but not in Darkroom.  I have submitted<br>
a bug (I expect it has already been reported but I can't find it).<br>
<br>
<a href="https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/798770" target="_blank">https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/798770</a><br>
<br>
Colin<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 6<br>
Date: Fri, 17 Jun 2011 16:04:28 -0400<br>
From: Marc Deslauriers <<a href="mailto:marcdeslauriers@videotron.ca">marcdeslauriers@videotron.ca</a>><br>
To: "Ubuntu user technical support,     not for general discussions"<br>
        <<a href="mailto:ubuntu-users@lists.ubuntu.com">ubuntu-users@lists.ubuntu.com</a>><br>
Subject: Re: GRUB Section in 11.04 Preseed file<br>
Message-ID: <1308341068.3014.14.camel@mdlinux><br>
Content-Type: text/plain; charset=UTF-8<br>
<br>
On Fri, 2011-06-17 at 12:34 -0500, nikhil . wrote:<br>
> On Thu, 2011-06-16 at 15:23 -0500, nikhil . wrote:<br>
> > Hi Guys,<br>
> ><br>
> > In my company we use the Ubuntu alternate ISO to automate our Ubuntu<br>
> > deployments on many hundreds of systems. I'm trying to test Ubuntu<br>
> > 11.04 installs now and have gone past several issues in the preseed<br>
> > file but I'm stuck with an error in GRUB install.<br>
> ><br>
> > In 11.04 x64 installer, I get a prompt for "Select location for<br>
> > installing GRUB" and then I enter /dev/sda but this does not work. I<br>
> > have tried /dev/sda1, /dev/sda3, /dev/sda5 (all are valid partitions).<br>
> > My section in preseed file is<br>
> ><br>
> > d-i grub-installer/only_debian boolean false<br>
> > d-i grub-installer/with_other_os boolean false<br>
> > d-i grub-installer/bootdev  string /dev/sda1<br>
> ><br>
> >  What is strange is that the above section works for the 11.04 32-bit<br>
> > installer without a problem.<br>
> ><br>
> > Has anyone seen this? Please help.<br>
><br>
> >>I think you need to specify the partition in a grub format, ie:<br>
><br>
> >>d-i grub-installer/bootdev  string (hd0)<br>
><br>
> >>Marc.<br>
><br>
> Hi Marc,<br>
><br>
> In previous versions of Ubuntu the grub format (hd0,0) used to workl.<br>
> In Ubuntu 11.04 x86, I encountered an error which went away after I<br>
> changed the format to /dev/sda. But for x64 the error appears with<br>
> both formats.<br>
><br>
<br>
Ah, yes, it apparently changed to /dev/sda style strings in Natty. Sorry<br>
for the misinformation.<br>
<br>
What's the exact error message you are getting on amd64?<br>
<br>
Marc.<br>
<br>
<br>
<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 7<br>
Date: Fri, 17 Jun 2011 18:59:24 -0400<br>
From: Rashkae <<a href="mailto:ubuntu@tigershaunt.com">ubuntu@tigershaunt.com</a>><br>
To: "Ubuntu user technical support,     not for general discussions"<br>
        <<a href="mailto:ubuntu-users@lists.ubuntu.com">ubuntu-users@lists.ubuntu.com</a>><br>
Subject: Re: [SOLVED?] Re: under newer hand-rolled kernel, sound has<br>
        gone    away    on ubuntu 11.04<br>
Message-ID: <<a href="mailto:4DFBDC4C.5000702@tigershaunt.com">4DFBDC4C.5000702@tigershaunt.com</a>><br>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed<br>
<br>
On 06/17/2011 12:13 PM, Robert P. J. Day wrote:<br>
> so it would seem that there's my problem -- ACLs have not been set<br>
> properly on all of the /dev/snd/* files.  but why not?  a quick google<br>
> brings me here:<br>
><br>
>    <a href="http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=593881" target="_blank">http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=593881</a><br>
><br>
> which sure looks like what i'm fighting with.  i just need to peruse<br>
> that page more carefully to figure out why this is happening and what<br>
> i need to do about it.  in the meantime, i'm open to suggestions.<br>
><br>
<br>
The ACL permissions are set with this script as part of udev:<br>
<br>
/lib/udev/rules.d/70-acl.rules<br>
<br>
However, if you don't really care about ACL permissions being<br>
dynamically added to the logged in user, you can simply add yourself<br>
(and any other user) to the audio group, reboot, and be done with.<br>
<br>
And... welcome, btw.<br>
<br>
<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 8<br>
Date: Fri, 17 Jun 2011 19:08:20 -0400 (EDT)<br>
From: "Robert P. J. Day" <<a href="mailto:rpjday@crashcourse.ca">rpjday@crashcourse.ca</a>><br>
To: "Ubuntu user technical support,     not for general discussions"<br>
        <<a href="mailto:ubuntu-users@lists.ubuntu.com">ubuntu-users@lists.ubuntu.com</a>><br>
Subject: Re: [SOLVED?] Re: under newer hand-rolled kernel, sound has<br>
        gone    away on ubuntu 11.04<br>
Message-ID:<br>
        <alpine.DEB.2.02.1106171905420.8043@localhost6.localdomain6><br>
Content-Type: TEXT/PLAIN; charset=US-ASCII<br>
<br>
On Fri, 17 Jun 2011, Rashkae wrote:<br>
<br>
> On 06/17/2011 12:13 PM, Robert P. J. Day wrote:<br>
> > so it would seem that there's my problem -- ACLs have not been set<br>
> > properly on all of the /dev/snd/* files.  but why not?  a quick google<br>
> > brings me here:<br>
> ><br>
> >    <a href="http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=593881" target="_blank">http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=593881</a><br>
> ><br>
> > which sure looks like what i'm fighting with.  i just need to peruse<br>
> > that page more carefully to figure out why this is happening and what<br>
> > i need to do about it.  in the meantime, i'm open to suggestions.<br>
> ><br>
><br>
> The ACL permissions are set with this script as part of udev:<br>
><br>
> /lib/udev/rules.d/70-acl.rules<br>
><br>
> However, if you don't really care about ACL permissions being dynamically<br>
> added to the logged in user, you can simply add yourself (and any other user)<br>
> to the audio group, reboot, and be done with.<br>
><br>
> And... welcome, btw.<br>
<br>
  nope, that wasn't the problem.  the problem was that, mysteriously,<br>
as i was upgrading my kernel source to build a newer kernel, i somehow<br>
managed to *de*select the kernel config option TMPFS_POSIX_ACL, with<br>
predictably disastrous consequences.<br>
<br>
  as soon as i isolated the problem, i simply re-selected that option,<br>
built a new kernel, and all was right with the world again.  how i<br>
managed to lose that config setting is still a mystery.<br>
<br>
rday<br>
<br>
--<br>
<br>
========================================================================<br>
Robert P. J. Day                                 Ottawa, Ontario, CANADA<br>
                        <a href="http://crashcourse.ca" target="_blank">http://crashcourse.ca</a><br>
<br>
Twitter:                                       <a href="http://twitter.com/rpjday" target="_blank">http://twitter.com/rpjday</a><br>
LinkedIn:                               <a href="http://ca.linkedin.com/in/rpjday" target="_blank">http://ca.linkedin.com/in/rpjday</a><br>
========================================================================<br>
<br>
<br>
<br>
------------------------------<br>
<font color="#888888"><br>
--<br>
ubuntu-users mailing list<br>
<a href="mailto:ubuntu-users@lists.ubuntu.com">ubuntu-users@lists.ubuntu.com</a><br>
Modify settings or unsubscribe at: <a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-users" target="_blank">https://lists.ubuntu.com/mailman/listinfo/ubuntu-users</a><br>
<br>
<br>
End of ubuntu-users Digest, Vol 82, Issue 120<br>
*********************************************<br>
</font></blockquote></div><br>