[Bug 1361951] Re: Utopic installation freezes during partition creation

Erick Brunzell lbsolost at yahoo.com
Fri Oct 31 12:00:20 UTC 2014


I'm curious where to add those two additional lines in
/etc/rsyslog.conf??? This is what it looks like out_of_box:

#  /etc/rsyslog.conf	Configuration file for rsyslog.
#
#			For more information see
#			/usr/share/doc/rsyslog-doc/html/rsyslog_conf.html
#
#  Default logging rules can be found in /etc/rsyslog.d/50-default.conf


#################
#### MODULES ####
#################

$ModLoad imuxsock # provides support for local system logging
$ModLoad imklog   # provides kernel logging support
#$ModLoad immark  # provides --MARK-- message capability

# provides UDP syslog reception
#$ModLoad imudp
#$UDPServerRun 514

# provides TCP syslog reception
#$ModLoad imtcp
#$InputTCPServerRun 514

# Enable non-kernel facility klog messages
$KLogPermitNonKernelFacility on

###########################
#### GLOBAL DIRECTIVES ####
###########################

#
# Use traditional timestamp format.
# To enable high precision timestamps, comment out the following line.
#
$ActionFileDefaultTemplate RSYSLOG_TraditionalFileFormat

# Filter duplicated messages
$RepeatedMsgReduction on

#
# Set the default permissions for all log files.
#
$FileOwner syslog
$FileGroup adm
$FileCreateMode 0640
$DirCreateMode 0755
$Umask 0022
$PrivDropToUser syslog
$PrivDropToGroup syslog

#
# Where to place spool and state files
#
$WorkDirectory /var/spool/rsyslog

#
# Include all config files in /etc/rsyslog.d/
#
$IncludeConfig /etc/rsyslog.d/*.conf

I'm thinking just at the very end add:

# Added to collect additional debug info
$SystemLogRateLimitInterval 0
$SystemLogRateLimitBurst 0

Does that make sense?

Also I studied man ps a bit and after a bit of experimentation I'd think
ps -aux should suffice to show all processes, does that seem right?

Thanks in advance.

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to ubiquity in Ubuntu.
https://bugs.launchpad.net/bugs/1361951

Title:
  Utopic installation freezes during partition creation

Status in “ubiquity” package in Ubuntu:
  Confirmed

Bug description:
  I'm testing an Ubuntu GNOME Utopic 20140826 i386 image and after
  selecting Something else and creating two partitions on a blank 80 GB
  (primary / about 77500mb and logical swap about 2500mb) shortly after
  the installation begins it freezes with the bottom of the window
  saying, "Creating ext4 filesystem for / in partition #1 of SCSI2
  (0,0,0) (sda) ...........".

  I've repeated this twice just in case the first attempt was a fluke,
  and the first time I waited well over an hour. I'm filing this report
  with the installer seemingly still attempting to run. I'd gladly
  repeat the test choosing to kill the installation before filing if I
  knew how.

  I'm attaching an actual screenshot of what the screen displays while
  frozen.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: ubiquity 2.19.2
  ProcVersionSignature: Ubuntu 3.16.0-10.15-generic 3.16.1
  Uname: Linux 3.16.0-10-generic i686
  ApportVersion: 2.14.6-0ubuntu2
  Architecture: i386
  CasperVersion: 1.343
  CurrentDesktop: GNOME
  Date: Tue Aug 26 22:27:21 2014
  InstallCmdLine: file=/cdrom/preseed/ubuntu-gnome.seed boot=casper initrd=/casper/initrd.lz quiet splash -- maybe-ubiquity
  LiveMediaBuild: Ubuntu-GNOME 14.10 "Utopic Unicorn" - Alpha i386 (20140826)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=<set>
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: ubiquity
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1361951/+subscriptions



More information about the foundations-bugs mailing list