锁定密码数据库

时间:2016-10-19 13:58:09

标签: linux qnx momentics

当我尝试为QNX设置root密码时,出现以下错误:

  CSV.foreach(filename, headers: true, header_converters: :symbol, converters: :all) do |row|
  data = row.to_hash
  id = data['studentid'] # (have also tried id = data[':studentid'] but there are no :'s in the csv file headers, and double quotes instead of single)
  title = data['title'] # also (title = data[:title'])
     logger.debug "data param: #{data.inspect}"
     logger.debug "data title param: #{title.inspect}"
     logger.debug "data studentid param: #{id.inspect}"

我目前正在开发一个系统构建器项目,我正在尝试将其配置为解决此图像问题。我的目标是PowerPC板。我应该检查和更改哪些部分?

1 个答案:

答案 0 :(得分:0)

我认为您的大部分问题都与图像文件系统有关。您尝试使用'passwd'工具,但它需要许多文件(请参阅QNX网站上的文档)。 更好的方法是以某种方式使用qnx6fs将你的根目录挂载为qnx6分区。