I don't have permissions to set this to Won't Fix, but it is my
understanding that VMware has declined to provide any updates for this -
one of the main reasons I'm no longer running vmware-server on my
infrastructure.
** Description changed:
--
vmware-server is not available in hardy
https://bu
>From a usability perspective we cannot expect a user to launch the
configuration editor to change this default value. I'll have a look at
how it's packaged and see if I can come up with a better default value,
say 10 minutes.
** Changed in: f-spot (Ubuntu)
Status: Invalid => Confirmed
--
The version 0.7.9~exp2ubuntu10 does *not* contain the Telstra Bigpond
mirror, just the New Zealand ihug mirror. Marking this bug as fix-
released.
After discussion with jpds, I'll register the mirror on the official
list and when that is completed I'll add a new wishlist bug to request
that the Te
Telstra BigPond has now changed the location of the mirror.
It was at:
http://mirror.gamearena.com.au/ubuntu/
It is now at:
http://mirror.files.bigpond.com/ubuntu/
** Changed in: python-apt (Ubuntu)
Status: Fix Released => New
--
Add NZ mirror "ihug" to the "other mirrors" list
http
The arguments for Xephyr and Xnest appear to be mostly the same.
The call that tsclient makes is:
Xnest :1 -once -geometry 1024x768 -query 127.0.0.1
The equivalent Xephyr call is:
Xephyr :1 -once -screen 1024x768 -query 127.0.0.1
I'd not be surprised if there are other parameters that tsclient
Just like to note that I had added an Australian mirror to this bug
report and that mirror is not in python-apt 0.7.9~exp2ubuntu7
So, unless you want me to open a separate bug, I'm marking this bug as
New again.
** Changed in: python-apt (Ubuntu)
Status: Fix Released => New
--
Add NZ mir
Hmm, I did in fact test it on a hardy machine, but forgot to edit the
message before hitting send :)
--
fsck.vfat detects errors on pristine mkfs.vfat filesystem
https://bugs.launchpad.net/bugs/326153
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed
I am unable to test this on a hardy machine at this time, but can
confirm that it has the same behaviour on gutsy and that it has been
fixed on intrepid.
Gutsy: 2.11-2.2ubuntu1 - confirmed
Hardy: 2.11-2.3ubuntu1 - confirmed
Intrepid: 2.11-5 - does not have a problem
** Changed in: dosfstools (Ubu
Users have reported the same issue on Solaris 10.
http://markmail.org/message/gh5l5fov7cf6o6nb
--
Firefox (on 8.10) crashes on important java applet (Bank-iD)
https://bugs.launchpad.net/bugs/293270
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to
This bug also happens for the Australian Taxation Office CSI software at
https://bp.ato.gov.au/
Click on [Continue] and watch the fireworks...
(It's supposed to draw a [Login] button)
Disabling the plug-in (Adblock Plus) makes this work.
--
Firefox (on 8.10) crashes on important java applet (B
For future visitors to this bug, Harald and I discussed this on IRC.
His comments included that taskjuggler is kde3, not kde4, so help won't
work any more anyway.
A work-around, to be able to read the help is:
cd /usr/share/doc/kde4/HTML/en/
sudo ln -s /usr/share/doc/kde/HTML/en/taskjuggler .
Marking new again.
I also suspect that this bug is not in kdebase-runtime, nor in Kubuntu-
default-settings, but I'll leave the package allocation alone for the
moment.
** Changed in: kdebase-runtime (Ubuntu)
Status: Invalid => New
--
Index building for initial launch is overly complex
h
Uhm, I'm not sure that I understand what you're writing.
Kubuntu-default-settings is clearly not an upstream package. The
original bug was for khelpcentre, which you changed to kdebase-runtime.
Also, just because this isn't a bug you are personally fixing, doesn't
mean that the bug is invalid.
A
Public bug reported:
Binary package hint: php-fpdf
The latest version visible on http://fpdf.org/en/download.php is v1.6.
Changes:
v1.6 (2008-08-03)
- GIF image support.
- Images can now trigger page breaks.
- Possibility to have different page formats in a single document.
- Doc
The mirror list is owned by python-apt -- so I'm reassigning this.
/usr/share/python-apt/templates/Ubuntu.mirrors
** Changed in: python-apt (Ubuntu)
Sourcepackagename: software-properties => python-apt
--
Add NZ mirror "ihug" to the "other mirrors" list
https://bugs.launchpad.net/bugs/139768
Yo
Also add Australia Telstra Bigpond mirror:
http://mirror.gamearena.com.au/ubuntu/
---
If you found this bug report and you'd like to add your own mirror, you
can modify /usr/share/python-apt/templates/Ubuntu.mirrors
--
Add NZ mirror "ihug" to the "other mirrors" list
https://bugs.launchpad.
With libvirt-bin it automatically installs netcat-openbsd dnsmasq-base,
but when I run aptitude purge, it leaves netcat-openbsd behind.
--
aptitude does not automatically remove unused packages
https://bugs.launchpad.net/bugs/305504
You received this bug notification because you are a member of U
Under intrepid, I have just installed the latest dev version,
0.9-0ubuntu6, using the following instructions (which I'm including
because my comment might be a result of me making a mistake here):
sudo aptitude install bzr
sudo aptitude install fakeroot
mkdir vmbuilder
cd vmbuilder/
bzr
** This bug is no longer flagged as a security issue
--
php5 serialize() function corrupt strings
https://bugs.launchpad.net/bugs/310845
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.ubunt
This is not a fail.
I think you misunderstand what serialize() does. The purpose is to
encapsulate the content of an object - be it a string, array or class -
and store it in a single string variable.
The PHP manual says this about serialize():
"Returns a string containing a byte-stream represen
Can you please show the actual output of the script?
Also, your script doesn't show the unserialized version of the data.
I suggest you add the following to your script and show the output:
$blob = serialize($data) ;
$new_data = unserialize($blob) ;
var_dump($new_data) ;
--
php5 serialize() fu
I'm not going to tell you what to do, but it seems to me that coding
defensively would be smart.
--
"status" function for init scripts
https://bugs.launchpad.net/bugs/203169
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs
ise that most scripts are running under a set -e environment
and will terminate when the exit status is not 0, so, checking other
daemons will not actually happen in the way you think it will.
--
Onno Benschop
Connected via Optus B3 at S31°54'06" - E115°50'39" (Yokine, WA)
-
Dennis, is there any reason your patch doesn't use status_of_proc like
all our other patches?
+ status)
+ status_of_proc $DAEMON winbind && exit 0 || exit $?
+
--
"status" function for init scripts
https://bugs.launchpad.net/bugs/203169
You received this bug notification beca
In case this helps resolve the issue for you:
$ sudo update-java-alternatives -s java-6-sun
I suspect that the following is not required, but I had run that also:
$ sudo update-alternatives --auto firefox-javaplugin.so
--
broken links on commands java* after upgrade (8.04->8.10)
https://bug
https://bugs.launchpad.net/ubuntu/+source/seahorse/+bug/183514/comments/10
This indicated an invalid path in ~/.gnupg/gpg.conf, commenting out the
path and restarting Thunderbird fixed the issue.
I'm closing this bug because the gpg.conf file came from a gutsy
installation.
** Changed in: enigma
query passphrase in batch mode
gpg: Invalid passphrase; please try again ...
gpg: can't query passphrase in batch mode
gpg: Invalid passphrase; please try again ...
gpg: can't query passphrase in batch mode
gpg: encrypted with 2048-bit ELG-E key, ID A94050E9, created 2006-11-26
At the time I logged the bug I was running Gutsy, at present I'm running
Intrepid.
This is quite strange. The new default for time display includes
seconds. When it's running using that as a format, the update is delayed
by about half a second or so, not really a problem.
However, if you turn off
No wonder the results are so confusing, there are many smbd processes
running:
[EMAIL PROTECTED]:~$ ps -ealf | grep smb
5 S root 6227 1 0 80 0 - 3411 select 07:38 ?00:00:00
/usr/sbin/smbd -D
1 S root 6237 6227 0 80 0 - 3411 pause 07:38 ?00:00:00
/usr/sbi
After removing the tick box from the Nautilus sharing option and sharing
the folder through the shares-admin tool, the folder is once again
shared.
Nautilus does not show that the folder is shared.
Sharing the folder in Nautilus, while it is shared using shares-admin,
results in a shared folder.
Public bug reported:
Binary package hint: gnome-system-tools
When a folder is shared by right-clicking on the folder in Nautilus and
sharing it, the folder is shared, but it does not show up in shares-
admin.
File sharing is hard enough for novice users without adding an extra
layer of confusion
Public bug reported:
Binary package hint: gnome-system-tools
The Shared Folders menu option does not exist in System ->
Administration.
1. Up to date Intrepid from fresh install.
2. Look for System -> Administration -> Shared Folders (as indicated in Help)
3. Instead, right-click Folder in Nauti
The blinking in my case had to do with the TV out being active, adding a
monitor section and referring to it in the screen seems to turn that
behaviour off:
Section "Monitor"
Identifier "tv"
Option "Ignore""true"
EndSection
Section "Screen"
Option
Issue also exists on Intrepid.
--
"Could not create /usr/local/lib/eclipse/.eclipseextension" on startup
https://bugs.launchpad.net/bugs/81900
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
The problem with missing documentation also exists on Intrepid.
--
Eclipse documentation not installed
https://bugs.launchpad.net/bugs/158461
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
I've just installed Intrepid from the Alternate CD and brightness works
just fine on my R52 18586MM. I've made no customisations, no
configuration changes, or any fixes and I started from a virgin disk
(well, reformatted :)
The Access IBM key doesn't appear to work out of the box.
--
Brightness
J Carrera, I do not know what you mean by "'write to hardware switch' to
ntpdate".
--
ntp brought up before network is ready; fails not resolve any ip or host names;
ntp does not recover
https://bugs.launchpad.net/bugs/114505
You received this bug notification because you are a member of Ubuntu
Just to be clear, this patch has already been accepted and applied into
NTP - it was what closed this bug report on 2008-03-08 and now, seven
months later, there has been a further report indicating that there is
still a problem.
--
ntp brought up before network is ready; fails not resolve any ip
See above, date: 2008-03-07
--
ntp brought up before network is ready; fails not resolve any ip or host names;
ntp does not recover
https://bugs.launchpad.net/bugs/114505
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs m
on't have a machine with multiple interfaces available, but I suspect
now that the code runs for *each* interface, causing NTP to be restarted
multiple times. While annoying, this should not actually cause it to fail.
I'm much more interested in attempting to determine what starts NTP and
how t
On 25/10/08 04:42, cwsupport wrote:
> The NTP server comes up & down like a yoyo during system boot
How did you determine this?
--
Onno Benschop
Connected via Optus B3 at S31°54'06" - E115°50'39" (Yokine, WA)
--
()/)/)()..ASCII for Onno..
|>&
*** This bug is a duplicate of bug 114505 ***
https://bugs.launchpad.net/bugs/114505
** This bug has been marked a duplicate of bug 114505
ntp brought up before network is ready; fails not resolve any ip or host
names; ntp does not recover
--
Basic logic of NTP should not require constan
The machines that you are having issues with, were they fresh hardy
installs, upgrades, or a mixture?
How are their network interfaces managed?
Are they running Ubuntu, or Ubuntu-server?
In re-reading this bug-report, I can see there are many issues that
appear to affect this bug and the NTP ser
Can you please advise where you got the vmware-server package from and
which version it is?
Also, which Ubuntu release are you running?
** Changed in: vmware-server (Ubuntu)
Status: New => Incomplete
--
vmware-update-2.6.27-5.5.7 can not run update
https://bugs.launchpad.net/bugs/288272
Huh?
In Comment #4 you would see that your patch was included in dosfstools
2.11-2.3ubuntu1, the bug was marked "fix released" on 12 Mar 08 - 11:45
If that is not what you mean, then can you please elaborate?
--
memory saving patch to dosfsck
https://bugs.launchpad.net/bugs/189184
You received
Noticed in gutsy, version: 0.9.2-3
--
Package description has incorrect URL
https://bugs.launchpad.net/bugs/284706
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.ub
Public bug reported:
Binary package hint: smbldap-tools
The package description includes this HowTo URL: http://samba.idealx.org
/smbldap-howto.en.html, which does not appear to exist anymore.
The new URL appears to be: http://www.iallanis.info/smbldap-tools/docs
/samba-ldap-howto/
** Affects:
Would a message to the console if neither -a or -r are provided *and an
error is detected* be an appropriate way to address this concern?
For example the output currently is (using a file-system without errors
- I don't have a broken one handy:
$ dosfsck test.img
dosfsck 2.11, 12 Mar 2005, FAT32,
This was fixed here:
https://launchpad.net/ubuntu/+source/dosfstools/2.11-5
** Bug watch added: Debian Bug tracker #414183
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=414183
** Also affects: dosfstools (Debian) via
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=414183
Importance:
I looked at the URL supplied, https://help.ubuntu.com/community/EeePC
and found no references to dosfslabel.
Also, the mkfs.vfat has a -n option which allows you to supply the
volume-name.
I don't find any references to dosfslabel in the dosfstools source code
and have not found any packages that
I don't have an 8.10 machine handy right now, but I'll look into it and
report back.
--
Selected text colour does not follow theme
https://bugs.launchpad.net/bugs/73310
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mail
I'm reviewing the suggested patch for proposal as an SRU.
** Changed in: dosfstools (Ubuntu Hardy)
Assignee: (unassigned) => Onno Benschop (onno-itmaze)
--
fsck crashes checking external FAT drive
https://bugs.launchpad.net/bugs/113919
You received this bug notification because y
** Description changed:
Core was generated by `fsck.vfat -y /dev/sda1'.
Program terminated with signal 11, Segmentation fault.
Core file available.
+
+
+ ==
+ 1. This bug results in dosfsck crashing on a severely corrupted file system,
leaving that file system unusable.
+
+ 2. The b
Well, we cannot just "patch" a stable version, because it has already
been released. The patch suggested by Karl (in fact, contributed by
Karl) has already been included in the Intrepid release.
I think this may be a candidate for an SRU and I'm looking into that.
--
fsck crashes checking extern
What kind of file-system are you using, that is, which codepage?
--
fsck crashes checking external FAT drive
https://bugs.launchpad.net/bugs/113919
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@
** Attachment added: "Adding link to folder screen shot"
http://launchpadlibrarian.net/17135279/Screenshot-Adding%20link%20to%20folder%20-%20K3b.png
--
"Adding link to folder" dialog confusing
https://bugs.launchpad.net/bugs/262169
You received this bug notification because you are a member
Public bug reported:
Binary package hint: k3b
I've been in this industry for over 26 years and I cannot understand
what this message means or which of the five buttons to press:
'%1' is a symbolic link to folder '%2'.If you intend to
make K3b follow symbolic links you should consider let
On 27/08/08 08:52, Brian Thomason wrote:
> You attempted to install vmware-server from the feisty repository into a
> hardy install. vmware-server is unfortunately not supported in hardy.
>
Uhm is that "not supported" or "not *yet* supported" ?
--
Onno Benschop
In case my comment wasn't clear enough, this is only for Gutsy -- since
Hardy and Intrepid don't yet have vmware-server at all.
--
vmware kernel modules for 2.6.22-15 missing
https://bugs.launchpad.net/bugs/242505
You received this bug notification because you are a member of Ubuntu
Bugs, which i
Erny, a better process I just bumped into is outlined here:
https://answers.launchpad.net/ubuntu/+question/36849
In essence, you install the vmware-server-kernel-source package and
build it for the new kernel, then install the resulting package. I
cannot say if this will work for all future versi
** Also affects: postgresql-8.3 (Ubuntu)
Importance: Undecided
Status: New
** Also affects: asterisk (Ubuntu)
Importance: Undecided
Status: New
--
"status" function for init scripts
https://bugs.launchpad.net/bugs/203169
You received this bug notification because you are a me
See https://wiki.ubuntu.com/InitScriptStatusActions for suggestions on
how to implement this.
--
asterisk init script is not LSB compliant (for heartbeat, i.e. linux-ha)
https://bugs.launchpad.net/bugs/248947
You received this bug notification because you are a member of Ubuntu
Bugs, which is sub
I'm not sure that just returning the exit value will give you what you
expect because in other patches we have identified that more and more
init.d scripts are going to be running under a "set -e" environment
where a non-zero return value terminates the script, so in your
suggested patch, status $V
I just noticed that you're also suggesting to change the return value
from 1 to 3, and while this may be correct from an LSB perspective, I
strongly suspect that there are other applications that rely on the
return value being 1.
It would be prudent to identify is there is any code that is shipped
I think that it would not be a good idea to continue to use awk to
detect if the daemon is running. It would in my opinion make more sense
to make this code use the status_of_proc() function which is now
included in the init functions.
--
asterisk init script is not LSB compliant (for heartbeat,
The VMware packages were installed from the Canonical partner repository:
deb http://archive.canonical.com/ubuntu gutsy partner
--
vmware kernel modules for 2.6.22-15 missing
https://bugs.launchpad.net/bugs/242505
You received this bug notification because you are a member of Ubuntu
Bugs, which i
Public bug reported:
Binary package hint: vmware-server-kernel-modules
Can this please be updated whenever the kernel is updated, before you
release the kernel?
** Affects: linux-meta (Ubuntu)
Importance: Undecided
Status: New
--
vmware kernel modules for 2.6.22-15 missing
https:
Hmm, there should also be a dependency that stops this kind of
behaviour, that is, if there is no vmware module, the updated kernel
modules should also not be able to be installed.
--
vmware kernel modules for 2.6.22-15 missing
https://bugs.launchpad.net/bugs/242505
You received this bug notifica
I agree. The password prompt is inconsistent.
The Update Manager process that causes the notification runs without
user intervention, that is, there is (probably) a cron job that runs the
update as root and causes a notification alert.
--
Being able to check for updates without password
https://
Which version of dosfsck?
What happens if you use dosfsck on the drive?
Is there any indication from your process-list which dosfsck command is being
executed?
** Changed in: dosfstools (Ubuntu)
Status: New => Incomplete
--
Gparted freezes with external USB HD
https://bugs.launchpad.net/
** Summary changed:
- Needs kdehelpcentre to provide help, but does not depend on it.
+ Needs khelpcenter to provide help, but does not depend on it.
** Description changed:
Binary package hint: taskjuggler
- To be able to use either Help or the Tutorial, kdehelpcentre needs to be
- install
** Description changed:
Binary package hint: taskjuggler
- When you select the Help -> Tutorial Menu, kdehelpcentre shows the
+ When you select the Help -> Tutorial Menu, khelpcenter shows the
taskjuggler manual, not the tutorial chapter.
--
Tutorial selects the wrong help page
https://bu
Public bug reported:
Binary package hint: khelpcenter
After installing khelpcenter to be able to read the taskjuggler manual
and tutorial pages, the initial launch caused several windows to open
which prompted for index rebuilding with check-boxes and confusing
options.
I'm lodging this as a khe
Public bug reported:
Binary package hint: taskjuggler
When you select the Help -> Tutorial Menu, kdehelpcentre shows the
taskjuggler manual, not the tutorial chapter.
** Affects: taskjuggler (Ubuntu)
Importance: Undecided
Status: New
--
Tutorial selects the wrong help page
https:
Public bug reported:
Binary package hint: taskjuggler
To be able to use either Help or the Tutorial, kdehelpcentre needs to be
installed, but the package doesn't recommend or depend on kdehelpcentre.
** Affects: taskjuggler (Ubuntu)
Importance: Undecided
Status: New
--
Needs kdeh
This patch contains one more idiosyncrasy, namely, on line 90 and 91:
/bin/pidof -o %PPID $1
status="$?"
I suspect that this needs to become:
/bin/pidof -o %PPID $1 || status="$?"
Also, the changelog does not refer to this bug report in any way, which I
understood to
*** This bug is a duplicate of bug 195698 ***
https://bugs.launchpad.net/bugs/195698
** This bug has been marked a duplicate of bug 195698
Password asked separately for each tab that requires it
--
Two Password Required dialog boxes are displayed on startup
https://bugs.launchpad.net/bugs
Public bug reported:
Binary package hint: yelp
The Hardy LiveCD provides instructions for making wireless Internet
connectivity possible.
In the section on Wireless Troubleshooting there is a reference that
does not exist. Specifically, Hardware Information is not found in the
Preferences menu,
Public bug reported:
Binary package hint: sunbird
Summary release notes:
http://www.mozilla.org/projects/calendar/releases/sunbird0.8.html
Full release notes:
http://weblogs.mozillazine.org/rumblingedge/archives/2007/11/sb_0-8.html
** Affects: lightning-sunbird (Ubuntu)
Importance: Undecid
Excellent, thanks for supplying that.
Just to make sure:
* chckdsk was tested on all code-pages?
* can you please specify which specific code-pages you tested (and how you did
the testing)
And I'm assuming that dosfsck incorrectly munches that file-system.
--
Problem in FSCK checking Chinese f
When you ran chkdsk you were running DOS or Windows. This means that a
code-page is set for the operating system at that time. When you insert
a USB disk, it is also running under that code-page. When you then run
chkdsk it checks characters based on the current code-page.
It has just occurred to
The chkdsk command is running with a specified code-page because it's
running within DOS or Windows. I strongly suspect that you'll find that
if you change the code-page, all kinds of nasty things will happen.
Again, if you can provide an actual specification that indicates that
these characters a
I don't doubt that you can use a bad character in a Linux
implementation. Also, the vfat module and dosfsck are not the same piece
of software and both read from the drive in completely different ways.
My point is that dosfsck is checking a FAT file system. The problem is
not that these characters
Uhm, both these characters, '\' and '|' *are* bad characters as a
non-Chinese (Big5) FAT filename AFAIK.
If you have a reference that says otherwise, let me know and I'll have a
look at it.
--
Problem in FSCK checking Chinese filename (Big5)
https://bugs.launchpad.net/bugs/49217
You received thi
** Bug watch added: Debian Bug tracker #291148
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=291148
** Also affects: debian-policy (Debian) via
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=291148
Importance: Unknown
Status: Unknown
--
"status" function for init scripts
htt
** Attachment added: "diff.udev"
http://launchpadlibrarian.net/13078492/diff.udev
--
"status" function for init scripts
https://bugs.launchpad.net/bugs/203169
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing li
** Attachment added: "diff.sysklogd"
http://launchpadlibrarian.net/13078457/diff.sysklogd
--
"status" function for init scripts
https://bugs.launchpad.net/bugs/203169
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs ma
** Attachment added: "diff.ssh"
http://launchpadlibrarian.net/13078441/diff.ssh
--
"status" function for init scripts
https://bugs.launchpad.net/bugs/203169
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
** Attachment added: "diff.samba"
http://launchpadlibrarian.net/13078432/diff.samba
--
"status" function for init scripts
https://bugs.launchpad.net/bugs/203169
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing
** Attachment added: "diff.dovecot"
http://launchpadlibrarian.net/13078420/diff.dovecot
--
"status" function for init scripts
https://bugs.launchpad.net/bugs/203169
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mail
** Attachment added: "diff.cron"
http://launchpadlibrarian.net/13078414/diff.cron
--
"status" function for init scripts
https://bugs.launchpad.net/bugs/203169
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing li
** Also affects: apache2 (Ubuntu)
Importance: Undecided
Status: New
** Also affects: bind9 (Ubuntu)
Importance: Undecided
Status: New
** Also affects: cron (Ubuntu)
Importance: Undecided
Status: New
** Also affects: dovecot (Ubuntu)
Importance: Undecided
** Attachment added: "diff.atd"
http://launchpadlibrarian.net/13078239/diff.atd
--
"status" function for init scripts
https://bugs.launchpad.net/bugs/203169
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
** Attachment added: "diff.bind9"
http://launchpadlibrarian.net/13078242/diff.bind9
--
"status" function for init scripts
https://bugs.launchpad.net/bugs/203169
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing
will need further fixes, but my testing
did not investigate the Dapper version at all.
** Changed in: dovecot (Ubuntu)
Assignee: Onno Benschop (onno-itmaze) => (unassigned)
--
"undefined symbol: quota" on dapper while trying to use imap_quota
https://bugs.launchpad.net/bugs/2
I'll start by checking if this doesn't happen on hardy.
** Changed in: dovecot (Ubuntu)
Assignee: (unassigned) => Onno Benschop (onno-itmaze)
--
"undefined symbol: quota" on dapper while trying to use imap_quota
https://bugs.launchpad.net/bugs/203696
You receive
The largest problem I see with your suggestion - "have the user select
the code-page" - is, that this is a choice they have never been required
to make before. Under Windows they are unlikely to have come across this
- their administrator may have, but the average end-user has not.
I suppose that
eading the
config.sys file from the file-system to determine the codepage, but I
wasn't keen on the idea.
If you have alternative suggestions, I'm open to ideas.
--
Onno Benschop
Connected via Optus B3 at S31°54'06" - E115°50'39" (Yokine, WA)
--
()/)/)()..ASCII
** Attachment added: "Patch to add status_of_proc function to init-functions."
http://launchpadlibrarian.net/12710633/lsb.status.debdiff
--
"status" function for init scripts
https://bugs.launchpad.net/bugs/203169
You received this bug notification because you are a member of Ubuntu
Bugs, whi
** Attachment added: "acpi-support-0.103ubuntu1.diff"
http://launchpadlibrarian.net/12599034/acpi-support-0.103ubuntu1.diff
--
wireless acpi toggle state
https://bugs.launchpad.net/bugs/108897
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to U
1 - 100 of 278 matches
Mail list logo