[Bug 589483] Re: debian-installer (booted from usb) installs MBR to usb device instead of cciss device

2010-06-18 Thread JohnCollaros
Hi,

I have used that USB disk to build other servers (virtual ones) and it
works fine.

This problem is only on HP hardware.

The reason why USB install is required, is because there is no optical
drive in this unit.

The default process through the installer does not ask where you want to 
install MBR, it just 
asks if you want to install the MBR onto a device its selected.

I have tried breaking out of the process by saying cancel (or back) and
then selecting install grub2 from the menu, and then I can select the
/dev/cciss device, but the system is not bootable after the reboot.

The method I use renders my USB key un-bootable as an installer, and is 
required for the first boot of the server, 
after which I run grub-install from the console and all is well.

Slightly off-topic: how do i just restore the boot-loader that usb-
creator would put on the USB key without launching the whole usb-creator
process again?

-- 
debian-installer (booted from usb) installs MBR to usb device instead of cciss 
device
https://bugs.launchpad.net/bugs/589483
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 589483] [NEW] installer installs grub into wrong mbr (usb device sda)

2010-06-03 Thread JohnCollaros
Public bug reported:

Binary package hint: usb-creator

Hi,

I am creating USB installer of ubuntu-10.04-server-amd64.iso to install
onto HP DL360 G6.

When the installer reaches the point where it installs grub, it installs
it into the mbr of sda (which is the USB drive you are installing from
typically!) It should really be installing into /dev/cciss/c0d0. There
doesn't seem to be an option to pick the drive you want to write the
boot sector to.

This causes two problems - it renders the usb installer unusable since
its bootloader has been wiped, and the server can't boot without the USB
drive present, since it doesn't have a bootloader installed locally.

A workaround is to just run grub-install /dev/cciss/c0d0 once the server
comes up, but you will have to rebuilt the boot-sector on the USB drive
to use it again.

I used usb-creator-gtk on a vanilla install of 10.04-desktop-amd64, and
used the ubuntu-10.04-server-amd64.iso image as the image to install to
the USB drive.

** Affects: usb-creator (Ubuntu)
 Importance: Undecided
 Status: New

-- 
installer installs grub into wrong mbr (usb device sda)
https://bugs.launchpad.net/bugs/589483
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 204616] Re: Firefox doesn't use the ignore list of the system-wide proxy config

2010-05-12 Thread JohnCollaros
I can confirm that I am having similar problems with most people on this list.
I have a clean install of 10.04 LTS and running Firefox 3.6.3 (the default 
provided by 10.04 LTS).

I set a system-wide proxy in Preferences - Network Proxy.
Firefox uses the Proxy server supplied, but does not recognise network ranges 
specified in the Ignored Hosts tab.
Just with the default settings, attempting to browse to 127.0.0.1 takes me via 
the proxy.
I know this because I get an IIS error message. This PC cannot be running 
IIS!

It does understand host entries in the Ignored Hosts tab though. I

I should not have to have to maintain proxy settings per app, per user, nor on 
a per host basis.
This is just not feasible.

What is the fix for this?

-- 
Firefox doesn't use the ignore list of the system-wide proxy config
https://bugs.launchpad.net/bugs/204616
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 24250] Re: Doesn't honor gnome proxy settings

2009-11-10 Thread JohnCollaros
Ok, I have changed to incomplete.


** Changed in: update-manager (Ubuntu)
   Status: Fix Released = Incomplete

-- 
Doesn't honor gnome proxy settings
https://bugs.launchpad.net/bugs/24250
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 24250] Re: Doesn't honor gnome proxy settings

2009-11-10 Thread JohnCollaros
Thanks Serge
I tried return True as described in comment 28
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/24250/comments/28

He is right, that this routine url_downloadable() is the cause of the issue.
By skipping straight over it, all is well.

Until there is a patch, I believe this is a solution to getting your
boxes upgraded behind a proxy or apt-cacher.

John

-- 
Doesn't honor gnome proxy settings
https://bugs.launchpad.net/bugs/24250
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 24250] Re: Doesn't honor gnome proxy settings

2009-11-10 Thread JohnCollaros
*** This bug is a duplicate of bug 361554 ***
https://bugs.launchpad.net/bugs/361554

Ok, if u look at #361554 someone has proposed a fix.
Marking as duplicate


** This bug has been marked a duplicate of bug 361554
   update-manager doesn't honor apt.conf Proxy setting

-- 
Doesn't honor gnome proxy settings
https://bugs.launchpad.net/bugs/24250
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 24250] Re: Doesn't honor gnome proxy settings

2009-10-25 Thread JohnCollaros
I am trying to do a release upgrade to karmic from jaunty and have noticed it 
does not honor proxy settings.
Currently, regular upgrades work, but the dist-upgrade is failing.
I am running from a non-privileged user prompt 

  sudo update-manager -d

In another terminal i have a tcpdump running.
When update-manager launches I can see it connecting to my apt-cacher on port 
3142.
But when I click the new distribution upgrade button, I can see it making 
direct requests to the internet, bypassing the proxy server.
I have proxy unset in the environment variables, but set in apt.conf, in 
synaptics, and in gnome all to the same thing. (my apt-cacher)
Even when I use the http_proxy= environment variable I get the same result.

It seems update-manager's dist-upgrade process ignores any proxy
setting.

Is anyone else having this problem?

-- 
Doesn't honor gnome proxy settings
https://bugs.launchpad.net/bugs/24250
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 361554] Re: update-manager doesn't honor apt.conf Proxy setting

2009-10-25 Thread JohnCollaros

I am trying to do a release upgrade to karmic from jaunty and have noticed it 
does not honor proxy settings.
Currently, regular upgrades work, but the dist-upgrade is failing.
I am running from a non-privileged user prompt

  sudo update-manager -d

In another terminal i have a tcpdump running.
When update-manager launches I can see it connecting to my apt-cacher on port 
3142.
But when I click the new distribution upgrade button, I can see it making 
direct requests to the internet, bypassing the proxy server.
I have proxy unset in the environment variables, but set in apt.conf, in 
synaptics, and in gnome all to the same thing. (my apt-cacher)
Even when I use the http_proxy= environment variable I get the same result.

It seems update-manager's dist-upgrade process ignores any proxy
setting.

Is anyone else having this problem?

-- 
update-manager doesn't honor apt.conf Proxy setting
https://bugs.launchpad.net/bugs/361554
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 105858] WPA not available from Network Manager, but works from cmdline wpa_supplicant

2007-04-12 Thread JohnCollaros
Public bug reported:

Binary package hint: network-manager

I have a Compaq N620c Notebook.
I use a Netgear WG511v1 card, (ISL 3890)

I have just upgraded to Feisty from Edgy.
In edgy, my card wouldn't work with the standard driver, so
I used ndiswrapper. This setup worked fine with Network Manager,
and I was able to connect to WPA protected networks.

After upgrading to Feisty, I have tried to connect to WPA protected network,
but it was failing.

I removed my ndiswrappr config to let the kernel figure out what driver to 
load, 
and with the new kernel my card now loads:

prism54pci 12288  0 
prism54common  11392  1 prism54pci
mac80211  172804  3 rc80211_simple,prism54pci,prism54common
cfg80211   21896  1 mac80211

pccard: CardBus card inserted into slot 1
[  781.744000] PCI: Enabling device :07:00.0 ( - 0002)
[  781.744000] ACPI: PCI Interrupt :07:00.0[A] - Link [C0C9] - GSI 10 (lev
el, low) - IRQ 10
[  781.744000] PCI: Setting latency timer of device :07:00.0 to 64
[  781.836000] p54: LM86 firmware
[  783.008000] wmaster0: Selected rate control algorithm 'simple'
[  783.008000] wiphy1: hwaddr 00:0f:b5:1d:67:7f, isl3886
[  783.284000] wmaster0: Does not support passive scan, disabled
[  840.368000] wlan0: starting scan
[  841.028000] wlan0: scan completed

When attempting to connect using Network Manager I get the message:
The requested wireless network requires security capabilities unsupported by 
your hardware.

When I disable the network manager and use wpa_supplicant I get the following 
result:
[EMAIL PROTECTED]:~# wpa_supplicant -Dwext -i wlan0 -c StarNet.wpa.conf -K
ioctl[SIOCSIWAUTH]: Operation not supported
WEXT auth param 4 value 0x0 - ioctl[SIOCSIWAUTH]: Operation not supported
WEXT auth param 5 value 0x1 - Trying to associate with 00:11:24:07:87:c1 
(SSID='StarNet' freq=2412 MHz)
ioctl[SIOCSIWAUTH]: Operation not supported
WEXT auth param 5 value 0x1 - ioctl[SIOCSIWMODE]: Device or resource busy
Association request to the driver failed
Associated with 00:11:24:07:87:c1
WPA: Key negotiation completed with 00:11:24:07:87:c1 [PTK=TKIP GTK=TKIP]
CTRL-EVENT-CONNECTED - Connection to 00:11:24:07:87:c1 completed (auth) [id=0 
id_str=]

This appears to work.
I run dhclient and I get an IP address on the network.

Here are some details about my setup:
Linux omega 2.6.20-14-386 #2 Mon Apr 2 20:34:35 UTC 2007 i686 GNU/Linux

[EMAIL PROTECTED]:~$ lspci
00:00.0 Host bridge: Intel Corporation 82855PM Processor to I/O Controller (rev 
03)
00:01.0 PCI bridge: Intel Corporation 82855PM Processor to AGP Controller (rev 
03)
00:1d.0 USB Controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) 
USB UHCI Controller #1 (rev 03)
00:1d.1 USB Controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) 
USB UHCI Controller #2 (rev 03)
00:1d.2 USB Controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) 
USB UHCI Controller #3 (rev 03)
00:1d.7 USB Controller: Intel Corporation 82801DB/DBM (ICH4/ICH4-M) USB2 EHCI 
Controller (rev 03)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev 83)
00:1f.0 ISA bridge: Intel Corporation 82801DBM (ICH4-M) LPC Interface Bridge 
(rev 03)
00:1f.1 IDE interface: Intel Corporation 82801DBM (ICH4-M) IDE Controller (rev 
03)
00:1f.3 SMBus: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) SMBus 
Controller (rev 03)
00:1f.5 Multimedia audio controller: Intel Corporation 82801DB/DBL/DBM 
(ICH4/ICH4-L/ICH4-M) AC'97 Audio Controller (rev 03)
00:1f.6 Modem: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 
Modem Controller (rev 03)
01:00.0 VGA compatible controller: ATI Technologies Inc Radeon Mobility M7 LW 
[Radeon Mobility 7500]
02:06.0 CardBus bridge: O2 Micro, Inc. OZ6933/711E1 CardBus/SmartCardBus 
Controller (rev 01)
02:06.1 CardBus bridge: O2 Micro, Inc. OZ6933/711E1 CardBus/SmartCardBus 
Controller (rev 01)
02:0e.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5705M Gigabit 
Ethernet (rev 01)
07:00.0 Network controller: Intersil Corporation ISL3890 [Prism GT/Prism 
Duette]/ISL3886 [Prism Javelin/Prism Xbow] (rev 01)

** Affects: network-manager (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
WPA not available from Network Manager, but works from cmdline wpa_supplicant
https://bugs.launchpad.net/bugs/105858
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 105858] Re: WPA not available from Network Manager, but works from cmdline wpa_supplicant

2007-04-12 Thread JohnCollaros
PS - Starnet.wpa.conf was generated using wpa_passphrase
and looks something like the following:


network={
ssid=StarNet
#psk=
psk=XXX
}

-- 
WPA not available from Network Manager, but works from cmdline wpa_supplicant
https://bugs.launchpad.net/bugs/105858
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 68433] Re: X in 6.10 ISO Cd installer doesn't work for ATI card

2006-11-02 Thread JohnCollaros
*** This bug is a duplicate of bug 28925 ***

What about the problems with the boot splash locking up vty's?

When I run the CD out of the box, I don't even get to see the blue screenX
failed to start error.
And switching to other VT's does nothing.
You just get a garbled mess.

John

On 11/2/06, Timo Jyrinki [EMAIL PROTECTED] wrote:

 *** This bug is a duplicate of bug 28925 ***

 The problem _is_ exactly the samea as in #28925, it's just described
 there that changing to radeon helps. #22985 is the bug this not a
 duplicate of - there the problem is fixed in other ways than changing
 the driver name. Marking this as duplicate of 28925.

 ** This bug has been marked a duplicate of bug 28925
X fails to start in dapper flight3  4 with ati X600, onward all the
 way through dapper 6.06 LTS

 --
 X in 6.10 ISO Cd installer doesn't work for ATI card
 https://launchpad.net/bugs/68433


-- 
X in 6.10 ISO Cd installer doesn't work for ATI card
https://launchpad.net/bugs/68433

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 68433] Re: X in 6.10 ISO Cd installer doesn't work for ATI card

2006-11-01 Thread JohnCollaros
Hi Dominik.

Thanks for helping with this.
Yeah I installed from the Desktop CD iso.
All the logfiles attached were generated from the livecd environment.

I was able to install once I altered my xorg.conf  driver line from ati to
radeon.
Also, I had assumed /etc/init.d/gdm stop would actually stop gdm, but
someone suggested that you need to pkill gdm. This was true, and why
the radeon driver didn't work in my first attempts.

I'll try the Debugging XAutoConfig stuff in the meantime.

Let me know if you would like any other information.

John

-- 
X in 6.10 ISO Cd installer doesn't work for ATI card
https://launchpad.net/bugs/68433

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 68433] Re: X in 6.10 ISO Cd installer doesn't work for ATI card

2006-10-30 Thread JohnCollaros
Dominik,

Yes my display hardware can support that resolution. I had no problems
seeing the splash screen.
The native resolution for my monitor is [EMAIL PROTECTED]
I have a 2 x 17 LCDs.

What do you mean desktop CD?
I used the official ISO image available at the mirrors.
The Desktop CD contains the installer.

I never said my computer locked up.
I said that I was unable to switch to a VT due to video card problem.
I was only able to switch VT's when i had selected the resolution settings
from the boot menu as stated earlier.
When trying to switch VT's, i had a green line horizontally accross the
screen that seemed to get wider when
i switched back to VT 7.
On any occasion, X failed to start. X never started.
I never even saw the Blue screen, until I selected the vga mode from the
boot screen.

My guess is the boot splash interfered with me accessing the VT's when I did
not select
the resolution settings.

ATI Support in each Ubuntu release seems to be getting worse and worse.
After a lot of mucking around, and editing xorg.conf files i was able to get
into GDM, but only at
800x600 and run the installer from there.

After installing, I have decided to switch to the fglrx driver which i was
previously using in all other releases of ubuntu.
In this release however, I am unable to geth the fglrx xinerama mode
working.

This not meant as a criticism, but just trying to get some answers, or at
the very least, provide some data
that helps to diagnose what is happening.

On each release, I have chosen to install from the ISO images to run through
the installer.
Dapper and now Edgy have left me with a broken setup that I have to fiddle
with just to get into the installer.

What other information would you like?

John

-- 
X in 6.10 ISO Cd installer doesn't work for ATI card
https://launchpad.net/bugs/68433

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 68433] Re: X in 6.10 ISO Cd installer doesn't work for ATI card

2006-10-26 Thread JohnCollaros

** Attachment added: /var/log/casper.log
   http://librarian.launchpad.net/4937475/casper.log

-- 
X in 6.10 ISO Cd installer doesn't work for ATI card
https://launchpad.net/bugs/68433

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 68433] X in 6.10 ISO Cd installer doesn't work for ATI card

2006-10-26 Thread JohnCollaros
Public bug reported:

This bug was also in Dapper 6.06LTS
It seems not much has been done about this problem.
My original bug number was #35934, and this was marked as a 
duplicate of #28925.

This was a CLEAN install, and my video card is ATI X700.

Firstly. I just selected the default install option.
Got the bootsplash (though it looked like the wrong colour mode was selected).
I got the bouncing status bar, then it started loading till it was 1 segment 
from the end.
Then it just stopped there...eventually I heard the CDRom spin down.
I couldn't switch VT's, it was just stuck on the bootsplash, but i did notice a 
green line accross the center of the screen that seemed to change when i hit 
alt-f7 or alt-78.

I tried rebooting, this time with safe graphics mode.
Same problem again!

I reboot again, this time selecting vgamode 1280x1024 32bit.
Ok, bootsplash looks right.
I get to the last segement, then my VT draws correctly, but I  got the X blue 
screen X failed to start.

At least I could see this now, and also change to a VT to look at log
files.

I also tried the safe graphics mode using the vgamode option but got the
same results.

This seems to me to be a show stopper! It's a very bad for ATI users.

Attached are a bunch of logs I grabbed on my USB memory stick.

PLEASE SOMEONE ATTEND TO THIS!IT LOOKS REALLY UNPROFESSIONAL!

PS - I also did try changing ati to radeon in the Xorg.conf.

** Affects: xorg (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
X in 6.10 ISO Cd installer doesn't work for ATI card
https://launchpad.net/bugs/68433

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 68433] Re: X in 6.10 ISO Cd installer doesn't work for ATI card

2006-10-26 Thread JohnCollaros

** Attachment added: /var/log/bootstrap.log
   http://librarian.launchpad.net/4937474/bootstrap.log

-- 
X in 6.10 ISO Cd installer doesn't work for ATI card
https://launchpad.net/bugs/68433

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 68433] Re: X in 6.10 ISO Cd installer doesn't work for ATI card

2006-10-26 Thread JohnCollaros

** Attachment added: /var/log/boot
   http://librarian.launchpad.net/4937472/boot

-- 
X in 6.10 ISO Cd installer doesn't work for ATI card
https://launchpad.net/bugs/68433

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 68433] Re: X in 6.10 ISO Cd installer doesn't work for ATI card

2006-10-26 Thread JohnCollaros

** Attachment added: /var/log/daemon.log
   http://librarian.launchpad.net/4937476/daemon.log

-- 
X in 6.10 ISO Cd installer doesn't work for ATI card
https://launchpad.net/bugs/68433

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 68433] Re: X in 6.10 ISO Cd installer doesn't work for ATI card

2006-10-26 Thread JohnCollaros

** Attachment added: /var/log/dmesg
   http://librarian.launchpad.net/4937477/dmesg

-- 
X in 6.10 ISO Cd installer doesn't work for ATI card
https://launchpad.net/bugs/68433

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 68433] Re: X in 6.10 ISO Cd installer doesn't work for ATI card

2006-10-26 Thread JohnCollaros

** Attachment added: /var/log/syslog
   http://librarian.launchpad.net/4937481/syslog

-- 
X in 6.10 ISO Cd installer doesn't work for ATI card
https://launchpad.net/bugs/68433

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 68433] Re: X in 6.10 ISO Cd installer doesn't work for ATI card

2006-10-26 Thread JohnCollaros

** Attachment added: /var/log/dmesg.0
   http://librarian.launchpad.net/4937478/dmesg.0

-- 
X in 6.10 ISO Cd installer doesn't work for ATI card
https://launchpad.net/bugs/68433

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 68433] Re: X in 6.10 ISO Cd installer doesn't work for ATI card

2006-10-26 Thread JohnCollaros

** Attachment added: /var/log/gdm/gdm:0.log
   http://librarian.launchpad.net/4937479/gdm0.log

-- 
X in 6.10 ISO Cd installer doesn't work for ATI card
https://launchpad.net/bugs/68433

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 68433] Re: X in 6.10 ISO Cd installer doesn't work for ATI card

2006-10-26 Thread JohnCollaros

** Attachment added: /var/log/kern.log
   http://librarian.launchpad.net/4937480/kern.log

-- 
X in 6.10 ISO Cd installer doesn't work for ATI card
https://launchpad.net/bugs/68433

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 68433] Re: X in 6.10 ISO Cd installer doesn't work for ATI card

2006-10-26 Thread JohnCollaros

** Attachment added: /var/log/Xorg.0.log.old
   http://librarian.launchpad.net/4937484/Xorg.0.log.old

** Description changed:

  This bug was also in Dapper 6.06LTS
  It seems not much has been done about this problem.
  
  This was a CLEAN install.
  
  Firstly. I just selected the default install option.
  Got the bootsplash (though it looked like the wrong colour mode was selected).
  I got the bouncing status bar, then it started loading till it was 1 segment 
from the end.
  Then it just stopped there...eventually I heard the CDRom spin down.
  I couldn't switch VT's, it was just stuck on the bootsplash, but i did notice 
a green line accross the center of the screen that seemed to change when i hit 
alt-f7 or alt-78.
  
  I tried rebooting, this time with safe graphics mode.
  Same problem again!
  
  I reboot again, this time selecting vgamode 1280x1024 32bit.
  Ok, bootsplash looks right.
  I get to the last segement, then my VT draws correctly, but I  got the X blue 
screen X failed to start.
  
- At least I could see this now.
+ At least I could see this now, and also change to a VT to look at log
+ files.
  
  I also tried the safe graphics mode using the vgamode option but got the
  same results.
  
  This seems to me to be a show stopper! Its very bad for ATI users.
  I feel a bit left out in the cold.
  
  Attached are a bunch of logs I grabbed on my USB memory stick.
  
  PLEASE SOMEONE ATTEND TO THIS!
  IT LOOKS REALLY UNPROFESSIONAL!

-- 
X in 6.10 ISO Cd installer doesn't work for ATI card
https://launchpad.net/bugs/68433

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 68433] Re: X in 6.10 ISO Cd installer doesn't work for ATI card

2006-10-26 Thread JohnCollaros

** Attachment added: /var/log/Xorg.0.log
   http://librarian.launchpad.net/4937482/Xorg.0.log

-- 
X in 6.10 ISO Cd installer doesn't work for ATI card
https://launchpad.net/bugs/68433

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 68433] Re: X in 6.10 ISO Cd installer doesn't work for ATI card

2006-10-26 Thread JohnCollaros
** Description changed:

  This bug was also in Dapper 6.06LTS
  It seems not much has been done about this problem.
+ My original bug number was #35934, and this was marked as a 
+ duplicate of #28925.
  
- This was a CLEAN install.
+ This was a CLEAN install, and my video card is ATI X700.
  
  Firstly. I just selected the default install option.
  Got the bootsplash (though it looked like the wrong colour mode was selected).
  I got the bouncing status bar, then it started loading till it was 1 segment 
from the end.
  Then it just stopped there...eventually I heard the CDRom spin down.
  I couldn't switch VT's, it was just stuck on the bootsplash, but i did notice 
a green line accross the center of the screen that seemed to change when i hit 
alt-f7 or alt-78.
  
  I tried rebooting, this time with safe graphics mode.
  Same problem again!
  
  I reboot again, this time selecting vgamode 1280x1024 32bit.
  Ok, bootsplash looks right.
  I get to the last segement, then my VT draws correctly, but I  got the X blue 
screen X failed to start.
  
  At least I could see this now, and also change to a VT to look at log
  files.
  
  I also tried the safe graphics mode using the vgamode option but got the
  same results.
  
- This seems to me to be a show stopper! Its very bad for ATI users.
- I feel a bit left out in the cold.
+ This seems to me to be a show stopper! It's a very bad for ATI users.
  
  Attached are a bunch of logs I grabbed on my USB memory stick.
  
- PLEASE SOMEONE ATTEND TO THIS!
- IT LOOKS REALLY UNPROFESSIONAL!
+ PLEASE SOMEONE ATTEND TO THIS!IT LOOKS REALLY UNPROFESSIONAL!
+ 
+ PS - I also did try changing ati to radeon in the Xorg.conf.

** Changed in: Ubuntu
Sourcepackagename: None = xorg

-- 
X in 6.10 ISO Cd installer doesn't work for ATI card
https://launchpad.net/bugs/68433

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 28925] Re: X fails to start in dapper flight3 4 with ati X600, onward all the way through dapper 6.06 LTS

2006-10-26 Thread JohnCollaros
Im just noting I have opened a new bug here,

https://launchpad.net/distros/ubuntu/+source/xorg/+bug/68433

I have an X700, and I have had no luck in installing from the
official release of 6.10.

Changing the driver in Xorg.conf had no effect,
and, to be able to even get access to the console to check logs, 
I had to select a vga mode from the boot screen (by pressing F4).

-- 
X fails to start in dapper flight3  4 with ati X600, onward all the way 
through dapper 6.06 LTS
https://launchpad.net/bugs/28925

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 68433] Re: X in 6.10 ISO Cd installer doesn't work for ATI card

2006-10-26 Thread JohnCollaros
** Description changed:

  This bug was also in Dapper 6.06LTS
  It seems not much has been done about this problem.
  My original bug number was #35934, and this was marked as a 
  duplicate of #28925.
  
- This was a CLEAN install, and my video card is ATI X700.
+ This was a clean install, and my video card is ATI X700.
  
  Firstly. I just selected the default install option.
  Got the bootsplash (though it looked like the wrong colour mode was selected).
  I got the bouncing status bar, then it started loading till it was 1 segment 
from the end.
  Then it just stopped there...eventually I heard the CDRom spin down.
  I couldn't switch VT's, it was just stuck on the bootsplash, but i did notice 
a green line accross the center of the screen that seemed to change when i hit 
alt-f7 or alt-78.
  
  I tried rebooting, this time with safe graphics mode.
  Same problem again!
  
  I reboot again, this time selecting vgamode 1280x1024 32bit.
  Ok, bootsplash looks right.
  I get to the last segement, then my VT draws correctly, but I  got the X blue 
screen X failed to start.
  
  At least I could see this now, and also change to a VT to look at log
  files.
  
  I also tried the safe graphics mode using the vgamode option but got the
  same results.
  
- This seems to me to be a show stopper! It's a very bad for ATI users.
+ It doesn't just work. It's a very frustrating for ATI users.
  
  Attached are a bunch of logs I grabbed on my USB memory stick.
  
- PLEASE SOMEONE ATTEND TO THIS!IT LOOKS REALLY UNPROFESSIONAL!
+ I really applaud the work everyone has done in Ubuntu...it has really come a 
long way.
+ Just the odd issue here and there though.
  
  PS - I also did try changing ati to radeon in the Xorg.conf.

-- 
X in 6.10 ISO Cd installer doesn't work for ATI card
https://launchpad.net/bugs/68433

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 40880] Re: ev0 n620c serial port doesn't work after suspending and resume.

2006-08-18 Thread JohnCollaros
Hi.

I can confirm I have this bug.
I too have an evo n620c.
I can say this bug has existed since Hoary. (This didn't affect warty)
I have not reported it till now, but I was getting tired of having to reboot my 
laptop to  connect to a cisco console port. :-)

-- 
ev0 n620c serial port doesn't work after suspending and resume.
https://launchpad.net/bugs/40880

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 53449] Crash on Write in Nautilus CD burner

2006-07-19 Thread JohnCollaros
Public bug reported:

Binary package hint: nautilus-cd-burner

Steps to reproduce the crash:
1. Goto Places - CD/DVD Creator
2. Copy some files to the nautilus CD Creator folder
3. Click Write to Disk
4. Use the default settings in the Write to Disc dialog
5. Click Write


Expected Results:
Error occurs here
The application nautilus-cd-burner has quit unexpectedly.


How often does this happen?
Always, no matter what blank cd you insert, what sort of files, size of
data to be written
or burn speeds.

Additional Information:
I have reported this already using the built in bug buddy interface just after 
upgrading to Dapper in June but I don't think it went through.

** Affects: nautilus-cd-burner (Ubuntu)
 Importance: Untriaged
 Status: Unconfirmed

-- 
Crash on Write in Nautilus CD burner
https://launchpad.net/bugs/53449

--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 53449] Re: Crash on Write in Nautilus CD burner

2006-07-19 Thread JohnCollaros
Here is the debug report created by Bug Buddy.

CD Burning was working before upgrading to Dapper.

-- 
Crash on Write in Nautilus CD burner
https://launchpad.net/bugs/53449

--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 53449] Re: [Bug 53449] Re: Crash on Write in Nautilus CD burner

2006-07-19 Thread JohnCollaros
Hi Sebastien.

Heres the value of that key:

file:///home/tmp

I had changed this previously as my / partition did not have enough space on
it to
create the ISO image.

On 7/20/06, Sebastien Bacher [EMAIL PROTECTED] wrote:

 Thanks for your bug. Could you run gconf-editor and get the value of the
 /apps/nautilus-cd-burner/temp_iso_dir gconf key?

 ** Changed in: nautilus-cd-burner (Ubuntu)
  Assignee: (unassigned) = Ubuntu Desktop Bugs
Status: Unconfirmed = Needs Info

 --
 Crash on Write in Nautilus CD burner
 https://launchpad.net/bugs/53449


-- 
Crash on Write in Nautilus CD burner
https://launchpad.net/bugs/53449

--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs